$BASEURL="http://localhost";
// tracker's announce urls, can be more than one
$TRACKER_ANNOUNCEURLS=array();
$TRACKER_ANNOUNCEURLS[]="http://localhost/announce.php";
//Tracker's email (owner email)
$SITEEMAIL="your@email.com";
//Torrent's DIR
$TORRENTSDIR="torrents";
//validation type (must be none, user or admin
//none=validate immediatly, user=validate by email, admin=manually validate
$VALIDATION="admin";
//Use or not the image code for new users' registration
$USE_IMAGECODE=true;
// interval for sanity check (good = 10 minutes)
$clean_interval="300";
// interval for updating external torrents (depending of how many external torrents)
$update_interval="100";
// forum link or internal (empty = internal) or none
$FORUMLINK="";
// If you want to allow users to upload external torrents values true/false
$EXTERNAL_TORRENTS=false;
// Enable/disable GZIP compression, can save a lot of bandwidth
$GZIP_ENABLED=true;
// Show/Hide bottom page information on script's generation time and gzip
$PRINT_DEBUG=true;
// Enable/disable DHT network, add private flag to "info" in torrent
$DHT_PRIVATE=false;
// Enable/disable Live Stats (up/down updated every announce) WARNING CAN DO HIGH SERVER LOAD!
$LIVESTATS=true;
// Enable/disable Site log
$LOG_ACTIVE=true;
//Enable Basic History (torrents/users)
$LOG_HISTORY=true;
// Default language (used for guest)
$DEFAULT_LANGUAGE=1;
// Default charset (used for guest)
$GLOBALS["charset"]="ISO-8859-1";
// Default style (used for guest)
$DEFAULT_STYLE=1;
// Maximum number of users (0 = no limits)
$MAX_USERS=500;
//torrents per page
$ntorrents ="15";
//private announce (true/false), if set to true don't allow non register user to download
$PRIVATE_ANNOUNCE =false;
//private scrape (true/false), if set to true don't allow non register user to scrape (for stats)
$PRIVATE_SCRAPE =false;
//Show uploaders nick on torrent listing
$SHOW_UPLOADER = true;
$GLOBALS["block_newslimit"] = "2";
$GLOBALS["block_forumlimit"] = "3";
$GLOBALS["block_last10limit"] = "5";
$GLOBALS["block_mostpoplimit"] = "5";
$GLOBALS["clocktype"] = true;
$GLOBALS["usepopup"] = true;