+ Reply to Thread
Results 1 to 1 of 1

Thread: Dutch Private Tracker Site Script **Free**

  1. #1

    Join Date
    12.05.22
    Location
    Netherlands
    P2P Client
    Rutorrent
    Posts
    41
    Activity Longevity
    1/20 3/20
    Today Posts
    0/5 sssssss41

    Cool 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
    Last edited by anon; 27.05.22 at 13:17. Reason: Please use the Edit button when available
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •