View Single Post
  #1  
Old 23rd September 2017, 10:23
crowni's Avatar
crowni crowni is offline
Senior Member
 
Join Date: Apr 2009
Bulgaria
Posts: 129
Default Script clone Rutor torrent tracker with parser
The assembly is done on Dle 11.1. Installation and setup will not take more than a minute. After installing the script you will have a full torrent portal with movies, music, games, etc. All files (pictures, torrent files, etc.) are stored on remote servers, thereby not occupying the space of your disk space.
Setup / Installation:
1) upload files to the server
2) Create a database
3) phpMyAdmin and import the file "rutor.sql"

4) Open the engine / data / config.php

<?PHPdefine ("DBHOST", "Change or usually localhost");
define ("DBNAME", "Change to database name");
define ("DBUSER", "Change to username");
define ("DBPASS", "Change to password");
define ("PREFIX", "dle");
define ("COLLATE", "utf8");
define ("USERPREFIX", "dle");$db = new db;
6)

Admin panel:
http: // your site.ru / admin.php

User: admin
Password: admin

Mail:
admin@admin.ru


-The site is initially empty.
-We put on parsing through the cron:

/cron/rutor.php

It is advisable to adjust crowns for an interval of 2 times per hour.
Adds 5 news at a time

Download: https://yadi.sk/d/UlJL5Tdi3Lro97

Demo: http://rutor.info/
Attached Thumbnails
1502917566_skripter.info_screenshot_4.png  

Last edited by crowni; 23rd September 2017 at 10:41.
Reply With Quote
The Following 2 Users Say Thank You to crowni For This Useful Post:
Johnny Utah (23rd September 2017), romano1 (23rd September 2017)