Topic: puntracker 1.0.2
## Mod title: puntracker
##
## Mod version: 1.0.2
## Works on PunBB: 1.2.15
## Release date: 2007-06-15
## Author: eric235u (support@newmag.org)
##
## Description: a bittorrent indexer
##
## Affected files: only included files
##
## Affects DB: yes. adds a table.
##
## Notes: (1) requires PHP/CURL.
## (2) if you want to use the 'scrape'
## feature make sure you're using a tracker that
## supports it. not all trackers do. also, for torrents
## you list with this module but do not scrape, you will
## have to independently verify whether or not the
## torrent is active. such as with your bittorrent
## client. torrents listed with scrape url will be
## checked by the puntracker every 90 minutes and deleted
## after 3 days of inactivity.
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
#
#---------[ 1. UPLOAD ]-------------------------------------------------------
#
upload the contents of /puntracker to /
(you of course don't need to upload readme.txt)
#
#---------[ 2. RUN ]----------------------------------------------------------
#
install_mod.php
(going to this page with your browser will 'run' the file)
#
#---------[ 3. DELETE ]-------------------------------------------------------
#
install_mod.php
(delete this file from your server)
#
#---------[ 4. VIEW ]---------------------------------------------------------
#
go to ../puntracker.php and you should see your tracker there
#
#---------[ 5. UNINSTALL ]---------------------------------------------------------
#
if you desire to uninstall this modification, upload install_mod.php to your
server /. go to that page with your broswer and click 'restore'. this will
remove the puntracker database table. (if you no longer have install_mod.php
you can just drop the table on your own. this is particularly easy with
phpmyadmin.)
then delete from your server all the puntracker files.
#
#---------[ 6. UPDATE TO VERSION 1.0.2 FROM 1.0.1 ]-----------------------------------
#
to update from puntracker version 1.0.1 you have to unistall the previous version
and install the new version. the database table has been changed.
**********************************************************************************