[quote="Highway of Life"]
Try this
php Torrent Tracker. I have never looked into it, and have only... 'torrented' one file, so I'm not very knowledgeable of the torrent universe.
[/quote]
Thanks, I will check it out.

I started working on it a little...I have added my Attachments Security mod and Topic Description Mod to it...
The attachments security mod I am talking about is this:
- Code: Select all
#
# Open
#
includes/functions_upload.php
#
# Find
#
$this->realname = $prefix . $this->realname . '.' . $this->extension;
#
# Inline, Find
#
. '.' . $this->extension
#
# Inline, Replace with
# (delete, make sure you don't delete the ; at the end)
#
# Find
#
$this->realname = $prefix . md5(unique_id()) . '.' . $this->extension;
#
# Inline, Find
#
. '.' . $this->extension
#
# Inline, Replace with
# (delete, make sure you don't delete the ; at the end)
It removes the extension from files that are uploaded(though it keeps it the same on the user side, it just removes them from the file so .php and scripting files are perfectly safe).

Once I get some of the template looking the way I want I am going to setup a demo site with it.

My phpBB3 Mods: Advertisement Management | Anti-Spam ACP | Auto Database Backup | Enable HTML | Advanced Subscriptions | Custom Profile Groups | From Author PM List | FAQ Manager | Forum Anniversary List | One Click Ban | Forum Sponsors | Smilies Categories | Drag 'n Drop Forum List | Soft Delete
Interested in becoming a Jr MOD Validator and helping out validation of mods @phpBB.com?
Apply here