Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
djvato каза:http://djvato.freehostia.com/torrents/
какво да правя защо ми дава така ?
Друго не виждам. Нито грешка нито нищо :roll:[ Script Execution time: 0.0069 sec. ] - [ GZIP: enabled ]
BtitTracker (1.3.2) by Btiteam
в index.php без значение каде ?Galli каза:И аз имах такъв проблем, но не си спомням ТorrentТrader ли беше или tb.
Сложи това
в index.php и виж ще ти покаже ли грешки, на мен ми показваше.Код:error_reporting(E_ALL); ini_set('error_reporting', E_ALL);
$dbhost = "*******"; // хостът на БД
$dbuser = "*****"; //юзъра на БД
$dbpass = "*****";//паролата на юзъра на БД
$database = "******";//името на БД
$BASEURL="http://домейн.ком/torrents";//това е главната папка на тракера
$TRACKER_ANNOUNCEURLS[]="http://домейн.ком/torrents/announce.php";// същото като горе, но се прибавя /announce.php
$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;