Dutch Private Tracker Site Script **Free**
PHP7.3
Latest MySQL
Light weight!!
Dutch
Dutch Private Torrent Tracker Website
DEMO
adjust as needed:
include/bittorrent.php (links & sitename)
$announce_urls[] = "https://hdtorrents.nl/announce.php";
$announce_site = "https://hdtorrents.nl/announce.php";
if ($_SERVER["HTTP_HOST"] == "")
$_SERVER["HTTP_HOST"] = $_SERVER["SERVER_NAME"];
$BASEURL = "https://" . $_SERVER["HTTP_HOST"];
$DEFAULTBASEURL = "https://hdtorrents.nl";
$PEERLIMIT = 50000;
$SITEEMAIL = "no-reply@hdtorrents.nl";
$TORRENTEMAIL = "no-reply@hdtorrents.nl";
$EMAIL_NOREPLY = "no-reply@hdtorrents.nl";
$RECOVEREMAIL = "no-reply@hdtorrents.nl";
$SITE_NAME = "HD Torrents";
include/bittorrent.php (password reset or creation)
// To make a new hash go to http://www.sha1-online.com/ and create a secure key SHA1
$PASSWORD_HASH ="5600BA1C24CB49B5600BA1C24CB49B";
Make a database inport database in "mysql" folder
include/secrets.php database settings
$mysql_host = "localhost"; /////location of database, usually localhost
$mysql_user = "user_torrent"; ///username of database
$mysql_pass = "pass_torrent"; ////pass of database
$mysql_db = "db_torrent"; ////name of database
Login System:
TorrentMedia
Qwerty@123
Adjust php.ini if needed
GITHUB DOWNLOAD