/** * TorrentTrader v1.0 LITE * - Coded by Sqrtboy (sqrtboy@phpsoft.org) * - Released under the GPL licence * - Support/Hacks/Discussion @ http://www.torrenttrader.com **/ Version Information: v1.0.2 released on 19/01/2005 What is Torrent Trader Lite ? --------------------------------------------- Torrent Trader Lite is an open source php bittorrent tracker that works without MySql. With a very intuitive interface, it will help you to distribute your files, without requiring you hours of work ! What are its main features ? # PHP only: no mysql database required # Has search, browse per category, RSS2, upload, torrent banning,news posting ... options # Very easy to customize # Details about the torrents are displayed: info_hash,description,seeders,leechers ... # It is open source, so everyone can contribute # You can block torrents that you do not want to be tracked with a file lock # ... How to install it: --------------------------------------------- 1) Extract all files from the archive to anywhere on your hard drive 2) Upload all these files on your web server with your ftp client 3) Chmod the "data" and "torrents" folder to 777 4) Change the settings in config.php 5) Enjoy :p How to block a torrent from being shared with Torrent Trader Lite ? --------------------------------------------- Just note the info_hash of the torrent you would like to ban, and in the "data" folder, create a file called: (info_hash).dat.lock where you replace "(info_hash)" by the value you want To remove the ban, just remove the corresponding .lock file ! How to add a news to my site ? -------------------------------------------- Edit the news.php file, trying to follow the provided example, in order to add news. What else ? --------------------------------------------- This script is open-source, feel free to make any changes to it. If you do so, please keep me informed by mail at (sqrtboy@phpsoft.org) YOU MUST NOT REMOVE THE CREDITS TO THE ORIGINAL AUTHOR OF THIS SCRIPT AT THE BOTTOM OF THIS PAGE Anyone doing this won't receive any support from me. Where to contact ? --------------------------------------------- Website: http://www.torrenttrader.com or http://www.phpsoft.org Email: sqrtboy@phpsoft.org Irc: irc.freenode.net , channel: #torrenttrader Want more ? --------------------------------------------- If you want to get exclusive stuff, priority support, access to betas ... about the Torrent Trader project, join the Torrent Trader Supporter Club here : http://www.torrenttrader.com/tt.club.html Joining the club is also the best way to show your support to our work ! Changelog --------------------------------------------- v1.0.2: - fixed a bug with magic_quote_gpc - fixed a cleanup bug - added theme variable in config.php and ability to change themes on the site - improved rss2 script - improved script performance - added sha1 function for php versions prior to 4.3 - put categories in config.php - you can add news to your site quite easily by editing news.php v1.0.1: - fixed a bug with cleanup - added display of "Tracking X torrents with Y peers (A seeders and B leechers)" - fixed major bug in upload.php