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')
);
?>