im portal block error...

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
gies
Berichten: 682
Lid geworden op: 16 jan 2005, 00:14
Locatie: - MordoX! -
Contacteer:

im portal block error...

Bericht door gies » 07 okt 2005, 14:39

Ik heb IM portal geinstalleerd, en heb een block geinstalleerd die laat zien wie online is.

Ik krijg echter de volgende error:

Code: Selecteer alles

Parse error: parse error, unexpected T_STRING, expecting ')' domains/thealtar.nl/public_html/phpBB2/blocks/blocks_imp_users_visited.cfg on line 35 

dir is de file:

Code: Selecteer alles

<?php
/***************************************************************************
 *                        blocks_imp_users_visited.cfg
 *                            -------------------
 *   begin                : Saturday, May 29, 2004
 *   copyright            : (C) 2004 masterdavid - Ronald John David
 *   website		  : http://www.integramod.com
 *   email                : webmaster@integramod.com
 *
 *   note: removing the original copyright is illegal even you have modified
 *         the code.  Just append yours if you have modified it.
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

$block_count_variables = 3;

// array( <Field label>, <Field Info>, <Config Name>, <Options>, <Field Values>, <Control Type>, <Block>, <Default Value>);

$block_variables = array(
	array('Number of hours to track users', '', 'md_hours_track_users', '', '', '1', 'users_visited', '24'),
	array('Scroll delay', 'higher values means slower scroll', 'md_scroll_delay', '', '', '1', 'users_visited', '100'),
	array('Display users who did not visit', 'tick to display users who didn't visit the site', 'md_display_not_visit', '', '', '4', 'users_visited', '0')
	);
?>
wat is het probleem ?
Afbeelding

Gesloten