This is a simple but usefull tracer to keep an eye out for all releases being uploaded on your favorite private trackers.
easy to use and easy to maintain.
This is tested and works on Ubuntu 14.04 and 16.04.
- Upload all files to your servers root-folder.
- Edit /xtra/broken_dreams.php with your credentials and hashes.
- Edit /xtra/processor.php (for Rartrackers), /xtra/processor_nb.php (for u232-trackers), /xtra/processor_gnu.php (Gazelle-trackers).
- install
apache2 mariadb-server php5 memcached php5-memcached php5-mysql
- Add the database.sql to MySQL.
- Run a2enmod rewrite
- Go back to folder /var/www and create a file called startup.sh
- Edit startup.sh with
#!/bin/bash while [ true ]; do wget -O /dev/null http://127.0.0.1:8880/xtra/processor.php?q=tracker1 wget -O /dev/null http://127.0.0.1:8880/xtra/processor.php?q=tracker2 wget -O /dev/null http://127.0.0.1:8880/xtra/processor.php?q=tracker3 wget -O /dev/null http://127.0.0.1:8880/xtra/processor.php?q=tracker4 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_nb.php?q=tracker1 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_nb.php?q=tracker2 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_nb.php?q=tracker3 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_nb.php?q=tracker4 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_gnu.php?q=tracker1 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_gnu.php?q=tracker2 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_gnu.php?q=tracker3 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_gnu.php?q=tracker4 sleep 10 wget -O /dev/null http://127.0.0.1:8880/xtra/processor.php?q=tracker1 wget -O /dev/null http://127.0.0.1:8880/xtra/processor.php?q=tracker2 wget -O /dev/null http://127.0.0.1:8880/xtra/processor.php?q=tracker3 wget -O /dev/null http://127.0.0.1:8880/xtra/processor.php?q=tracker4 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_nb.php?q=tracker1 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_nb.php?q=tracker2 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_nb.php?q=tracker3 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_nb.php?q=tracker4 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_gnu.php?q=tracker1 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_gnu.php?q=tracker2 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_gnu.php?q=tracker3 wget -O /dev/null http://127.0.0.1:8880/xtra/processor_gnu.php?q=tracker4 sleep 10 done
- make the startup.sh executable
- still in /var/www create a file called startup_non.sh and proceed like before. This is if you're going to run non-nordic trackers or if you like to just use one single TbDev-based tracker
- Visit yourdomain.tld/xtra/processor.php(or whatever processor you're running) to check for errors or if something missbehaves.
- Run the startup.sh from /var/www/ with
nohup ./startup.sh >/dev/null 2>&1 &
This is a basic version of https://swetracker.org/ It've been modified to be usefull for others and more simple to use. IT IS IN EARLY ALPHA-STATE! Feel free to use as you'd like.