Thread: GAMEBOX Tracker
View Single Post
  #19  
Old 18th March 2013, 21:04
chickenator chickenator is offline
Member
 
Join Date: May 2010
P2P
Posts: 6
Default
Quote:
Originally Posted by djjohnnyb View Post
works ok here

in maxsecrets.php edit to yours

PHP Code:
<?

$mysql_host 
"localhost";
$mysql_user "root";
$mysql_pass "";
$mysql_db "gamebox";

?>
then in bitorrent.php edit if your useing notepad++ line 199 and down to 226 ad all your info

PHP Code:
# the first one will be displayed on the pages
$announce_urls = array();
$announce_urls[] = "http://site addy here/announce.php";

if (
$HTTP_SERVER_VARS["HTTP_HOST"] == "")
  
$HTTP_SERVER_VARS["HTTP_HOST"] = $HTTP_SERVER_VARS["SERVER_NAME"];
$BASEURL "http://" $HTTP_SERVER_VARS["HTTP_HOST"];

// Set this to your site URL... No ending slash!
$DEFAULTBASEURL "site addy here";

// For USER AGREEMENT purpose only!
$DEFAULTBASEURL1 "site addy here";

//set this to true to make this a tracker that only registered users may use
$MEMBERSONLY true;

//maximum number of peers (seeders+leechers) allowed before torrents starts to be deleted to make room...
//set this to something high if you don't require this feature
$PEERLIMIT 999999;

// Site donation email
$DONATEMAIL "donate email here";

// Email for sender/return path.
$SITEEMAIL "your email";

$SITENAME "site name here"


I have done all that..the result is still the same.. :/
Reply With Quote