Enter Promo Code
SubmitGoogle Ads
This script it was an idea i had long time now it uses the css/styles of torrentz.eu i tried to copy their major functionality etc. The script after some research iv done is made to run in all virtual/shared hosts. In tecnical aspects it uses SQlite3 that means u dont even need mysql. You only need a normal host with as much as ftp space as possible many hosts offers like unlimited MB hosting coz the database may get really fast really big that depends how are u filtering the torrents that u import. It uses CRON to import torrents for database indexing from other sites that have API or scripts can be done to even Scrape other sites for torrents. I have made 2 scripts to import/scrape torrents one for bitsnoop.com API and one for newtorrents.info and i can easy add any other cronjob script to scrape any site ;p ideas?
The script comes with complete source code and PSD files. You are allowed to modify it to your liking, and if you are a web developer or designer, you can even install it on your client's sites.
There are, however, a few limitations:
For example you cannot turn BitSeek into a WordPress plugin and offer it for sale. You also cannot reuse the graphics, stylesheets or js files of the script in other projects
Contact us for any licensing issues or questions.
You need to be running PHP5+ with SQLite3 and CronJobs, It can run in any web server.
All modern browsers are supported (IE8+, Firefox, Safari, Google Chrome, Opera)
To install BitSeek you only need to edit a config file and upload it to your server.
You also need to setup some cronjobs for the torrents updates to work here is an example:
tip: make sure none of your cronjobs run at the same time.
0 */2 * * * cd /your/www/domain.com/bitseek/cron; /usr/bin/php -q new_scrape.php 0 */2 * * * cd /your/www/domain.com/bitseek/cron; /usr/bin/php -q yify_scrape.php 0 */2 * * * cd /your/www/domain.com/bitseek/cron; /usr/bin/php -q kat-import.php 0 */3 * * * cd /your/www/domain.com/bitseek/cron; /usr/bin/php -q zero_db_update.php 0 */4 * * * cd /your/www/domain.com/bitseek/cron; /usr/bin/php -q longterm_scrape.php
Before you contact us for any issues please read our general help page fist!
You can always ask us for installation support from our contact form. We will be happy to assist you.
Custom configurations and personalizations are available for a small fee.