View Single Post
  #133  
Old 2nd February 2012, 05:07
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by shasta View Post
Yes,i did
You may want to double check them as announce.php dose not have the right info for data base.
look at include/config_announce.php
PHP Code:
if(!defined('IN_ANNOUNCE')) die('Hacking attempt!');$announce_interval 2400;$BASEURL 'http://your_site_url';$SITENAME 'WDW Tracker';$waitsystem 'no';$maxdlsystem 'no';$mysql_host '';$mysql_user '';$mysql_pass '';$mysql_db '';$nc 'no';$privatetrackerpatch 'no';$bannedclientdetect 'no';$allowed_clients '-UT1610-,-AZ3034-,-UT1750-,-UT1770-,-UT1800-,-UT1810-,-AZ2500-,-AZ4004-,T03I----,M6-1-2--,-UT181B-';$snatchmod 'yes';$announce_actions 'no';$max_rate '2097153';$waitsystemtype '1';$ratio1 '0.3';$ratio2 '0.5';$ratio3 '0.7';$ratio4 '0.9';$ratio5 '0.3';$ratio6 '0.5';$ratio7 '0.7';$ratio8 '0.9';$upload1 '1';$upload2 '2';$upload3 '3';$upload4 '5';$upload5 '2';$upload6 '5';$upload7 '7';$upload8 '9';$delay1 '9';$delay2 '12';$delay3 '24';$delay4 '48';$slot1 '2';$slot2 '3';$slot3 '5';$slot4 '7';$announce_wait '60';$gzipcompress 'yes';$defaultlanguage 'english';$charset 'iso-8859-1';$aggressivecheat 'no';$aggressivecheckip 'no';$cache 'cache';$bdayreward 'yes';$bdayrewardtype 'silverleech';$bonus 'disablesave';$kpsseed '1.0';$detectbrowsercheats 'yes';$checkconnectable 'no';$checkip 'no';?> 
Reply With Quote