Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
ctracker/engine/cachelist.php
#
#-----[ FIND ]------------------------------------------
#
$ctrack_forumid = 22;
#
#-----[ IN-LINE FIND ]------------------------------------------
#
22
#
#-----[ IN-LINE REPLACE ]------------------------------------------
#
Replace the number 22 with an other number chosen by you. This is the security-ID of your Forum.
Please don't use numbers with more than 8 Characters!
#
#-----[ SQL ]------------------------------------------
#
# Please set now CHMOD777 to the requried files of the CrackerTracker! (see Author Notes!)
#
Execute now the install_ctracker.php file into your Browser for the requried Database
Changes. After executing that file please delete it after that from your Webspace!so schaut die datei aus
Code: Alles auswählen
<?php
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
$ctrack_logentrys = 200;
$ctrack_footerm = 3;
$ctrack_forumid = 22;
?>