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.

**********************************************************************************


download:
http://www.punres.org/files.php?pid=399

Re: puntracker 1.0.2

why not make an update_mod.php ?

3 (edited by eric235u 2007-06-15 19:58)

Re: puntracker 1.0.2

kierownik wrote:

why not make an update_mod.php ?

i didn't think of it!  that's a good idea.  i will for the next version!

i should warn anybody thinking of using this mod that i'm pretty new to programming and this is a very simple indexer.  i really just made it to fit my own needs and have posted it here for the hell of it.  tasks like if you desire to remove a torrent listing you have to do it yourself.  i use phpmyadmin.  so if you're a uncomforable playing with mysql or need something more powerful this mod isn't for u.  but if you want a basic indexer u may like it.

please let me know if i've done anything particularly idiotic with the code!  thanks.

Re: puntracker 1.0.2

you can see an example at http://newmag.org/forum/puntracker.php