ik heb al enige keren geprobeerd het statics mod te installeren, krijg alleen steeds een foutmelding..
het gaat om deze hack: http://www.phpbbhacks.com/download/477
Parse error: parse error, unexpected T_IF in /home/the-partycrew.com/forum/includes/constants.php on line 1
dit gebeurt zodra ik de mod in constants.php aanpas en upload..
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
define('MODULES_TABLE', $table_prefix . 'stats_modules');
define('STATS_CONFIG_TABLE', $table_prefix . 'stats_config');
// Debug Level
//define('DEBUG', 1); // Debugging on
define('DEBUG', 1); // Debugging off
iemand enig idee wat ik verkeerd doe?#
#-----[ OPEN ]------------------------------------------
#
includes/constants.php
#
#-----[ FIND ]------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('MODULES_TABLE', $table_prefix . 'stats_modules');
define('STATS_CONFIG_TABLE', $table_prefix . 'stats_config');
kan het ook nog zijn dat deze mod niet werkt met phpbb 2.0.11?