Torrentleech Torrent Tracker Script?

cyfdmt


I approve!
 
of course its available for linux

you think all thse big trackers are running on hacker/virus windows heaven.

http://xbtt.sourceforge.net/tracker/

Installing under Linux
The following commands can be used to install the dependencies on Debian. The g++ version should be at least 3.4.
apt-get install cmake g++ libboost-date-time-dev libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libboost-serialization-dev libmysqlclient15-dev make subversion zlib1g-dev
The following commands can be used to install some of the dependencies on CentOS, Fedora Core and Red Hat. The g++ version should be at least 3.4.
yum install boost-devel gcc-c++ mysql-devel subversion
Enter the following commands in a terminal. Be patient while g++ is running, it'll take a few minutes.
svn co https://xbtt.svn.sourceforge.net/svnroot/xbtt/trunk/xbt/misc xbt/misc
svn co https://xbtt.svn.sourceforge.net/svnroot/xbtt/trunk/xbt/Tracker xbt/Tracker
cd xbt/Tracker
./make.sh
cp xbt_tracker.conf.default xbt_tracker.conf

not hard to find at all.
 
Back
Top