Browse/torrent/Details Mods
| Topic | Posts | Author | Last post | |
|---|---|---|---|---|
|
Onto vote free torrent
"Insert in the details.php(insert it the voter after a manner)sorry my enghlis is bad, but i'm hungarian."
|
2 | juhostt | 2009-01-01 23:57:00 clocktower said: "thanks will try it out" | |
|
AJAX Suggest-text box mod
"Since I didn't seem to modify mod to the flexibility needed and there were no replys on my question, it seemed I would have to get more into AJAX and the suggest-mechanism it self...After some hours of reading and experime..."
|
12 | mAyDaY | 2008-12-31 00:54:00 johnake said: "I might add to what system said. As this is a tbdev mod, the code s..." | |
|
AJAX search as-you-type
"Repost ;)browse.php:1. Find:and remove:2. Find:change to:4. Unzipto the folder with browse.php in it.Njoy ;)"
|
115 | MarkoStamcar | 2008-12-31 00:11:00 Bigjoos said: "I'll repost them today some point when im home if no-one else ..." | |
|
Make all torrents free addon for Free leech
"This is addon for mod (You need to have installed to use this addon).1. Lets make table config:SQLCREATE TABLE `config` ( `name` varchar(255) NOT NULL default '', `value` varchar(255) NOT NULL default '', PR..."
|
42 | Kami | 2008-12-29 18:03:00 stonebreath said: "Yes i have this but i have to add another query for this...Anyway i..." | |
|
Better Browse By Category
"Right,This was a pretty neat and easy mod - (I'd barely call it a mod but I am sure you will love it)Idea: The idea behind this mod is that it allows the user to filter out torrents that belong to a specific category by ju..."
|
2 | ezero | 2008-12-28 11:44:00 carphunter18 said: "Nice mod Just a few differents wit this mod" | |
|
new auto IMDB details mod...
"IMDB mod. new and based on the supported IMDB classComplete and working!!!all credit for taking care of the updates and future updates go to izzy and the origional coders...Q: why this mod, there are a few already?A: well, the ..."
|
163 | Sir_SnuggleBunny | 2008-12-25 18:33:00 clocktower said: "Parse error: syntax error, unexpected '>' in /home/chr..." | |
|
Split torrents by days
"Hi, i requested this mod in the request area but only one guy helped me out, but he wasn't understanding me right so another guy came and said that this was not the way and he was not going to tell us the secret.So i went ..."
|
104 | Starion T | 2008-12-23 00:27:00 TripleH said: "hmm, how to count the torrents that are added on X day? i tried wit..." | |
|
Free Leech
"New versionInstructions for installation: 1. We need to make column freeleech in table "torrents":SQLALTER TABLE `torrents` ADD `freeleech` ENUM('0', '1') DEFAULT '0' NOT NULL; 2. Now we ..."
|
190 | Kami | 2008-12-15 21:06:00 TripleH said: "if ($freeleech = 1) $dispname = " $dispname ";" | |
|
Disallow comments on a torrent
"with this you are able to disallow or allow again commenting on a torrent.SQL:ALTER TABLE `torrents` ADD `allow_comments` ENUM( 'yes', 'no' ) NOT NULL DEFAULT 'yes';in upload.php insert this://=== ..."
|
8 | benjaminbih | 2008-12-10 07:18:00 allroms said: "This not work for me can anybody help me with this. Thank you it did" | |
|
Subcategories
"This will add subcategories to your site.MySQLALTER TABLE `categories` ADD `parent_id` MEDIUMINT( 5 ) NOT NULL DEFAULT '-1';ALTER TABLE `categories` ADD `tabletype` TINYINT( 2 ) UNSIGNED NOT NULL DEFAULT '1'..."
|
42 | rightthere | 2008-12-08 02:40:00 diegoripley said: "Awesome and pretty useful mod!" | |
|
[Recreate] - Complex Snatchlist mod
"SQL:CREATE TABLE `snatched` ("
|
185 | Cue | 2008-12-07 16:24:00 Falken said: "i will only ask if i do this right:) i dont ned some stuff in this ..." | |
|
New Torrentinfo in browse.php
"bittorrent.php to the head part add:download/extract and upload the scriptaculous folder to you root dir:function torrenttable near dispname or where you want to show it add:(info icon can be found at google or replaced with te..."
|
44 | Traffic | 2008-12-06 17:16:00 dorksville said: "Ok I have a problem I dont understand it at all basically it works ..." | |
|
torrent table highlighted
"this wil hightlight the torrent table on mouse over it see the Attached thumbnailin bittorrnet add this //Specify highlight behavior. "TD" to highlight table cells, "TR" to highlight the entire row:var highl..."
|
23 | samehzone | 2008-12-04 10:39:00 TripleH said: "yeah..or u can class it into css for example .highlight:hover { b..." | |
|
PM on torrent comments for members (selectable)
"hi folks :)I just noticed in this thread:the mod for auto PM torrent owner on comment didn't have an option for members to be PMed as well, so...another mini mod by me :Pthe PM members on new torrent comment if they want t..."
|
9 | Sir_SnuggleBunny | 2008-12-02 17:43:00 Sir_SnuggleBunny said: "right I forgot your hobby..." | |
|
Dynamically add subtitle links
"If you're intrested in adding subtitle links to your tracker without doing it manually, this might be the addon for you.I'll get right to the code, so you can see yourself what it does...Here's the sql code, run ..."
|
34 | Nephropathia | 2008-11-25 18:31:00 LuddeSnutte said: "hmm, I cant see.. I have put in the SQL code and the php code in..." | |
|
Show/Hide torrents in userdetails.php
"Hello@all.Here my torrents show/hide function in userdetails.phpHere is the code.Find this:if ($torrents)print("Uploaded Torrents$torrents\n");if ($seeding)print("Current Seeds$seeding\n");if ($leeching)prin..."
|
39 | Cue | 2008-11-24 23:39:00 pdq said: "that has already been answered a few times in this thread. java sc..." | |
|
Comments with AJAX
"Hello,I'm working on commentmod that use AJAX. To make this I use the MyBonus Mod from Yuna Scatari Screenshot:Ok, lets begin:If you dont have the MyBonus mod from Yuna. Download the JavaScript and icon from Install them o..."
|
32 | bpssoft | 2008-11-24 21:04:00 Pirata said: "Found a problem When u make the first comment on the torrent it is ..." | |
|
Simple nuke/reason mod
"I know there are other nuke mods but this is simple, i like it, thought others might as well.. Here we go....SQLSQLALTER TABLE `torrents` ADD `nuked` varchar(100) collate latin1_general_ci NOT NULL default ''; In deta..."
|
6 | BIGBOSS | 2008-11-18 21:06:00 MelvinMeow said: "" | |
|
Poster Mod for TBdev DR SourceCode 0.25
"This is my first adaption of any mod, and though that I'd give something back. Hope it all works as it should and that I've not missed any steps.This will allow you to add a link to your upload to display an image in ..."
|
35 | Rich | 2008-11-18 17:33:00 BIGBOSS said: "helo i have the same problem like tomphe im ready with everything b" | |
|
Complett Recommended torrent mod
"pic:In index.phpafter print(""); } print("\n");}/*Active users*/ ?>add"
|
4 | eXtasY | 2008-11-17 19:21:00 eXtasY said: "<div STYLE='background-color: red; color: white; boder-styl..." | |
|
Show if torrent is seeded with seedbox
"most of you have a field for seedbox users because anticheater script (i think so)u can use this field to display automatic "highspeed torrent" if a peer have a seedbox.mine is called webseeder and every user with a s..."
|
3 | Traffic | 2008-11-17 15:17:00 mdg said: "add in torrenttable where you want to show it: where must i put ..." | |
|
NFO in details with Stripped ASCII
"A while ago i was looking for a mod to show the NFO in the description section in DETAILS.PHP. Couldnt find it so tried myself and got it to work :)Here it is:In takeupload.phpCHANGE THIS:$descr = unesc($_POST["descr"..."
|
21 | NeMeSYZ | 2008-11-16 21:14:00 BT-loader said: "can nobody help me??? I realy have no idea -.- Post your details...." | |
|
Show/hide torrent info on browse page
"its look like this.Everything is going to the bittorrents.phpfind this:$dispname = $dispname = format_comment(htmlspecialchars($row["name"]));After that place this:"
|
33 | gamerX | 2008-11-14 00:12:00 TripleH said: "i've managed to do it but even tho' my category icon row ..." | |
|
Sort torrents by columns
"Edit: This is the new version with 2 fixed XSS vunerabilities.1. in browse.php findif (empty($cleansearchstr))"
|
121 | MarkoStamcar | 2008-11-12 17:23:00 xuzo said: "Yep. Good mod :) I have modified the last bit alittle, so its short..." | |
|
Show/hide categories
"Well , this isn't quite a big mod , but in the past many people had request it and i thought that I might help someone posting it .If you don't have installed java klappe , then do this : Find this in bittorrent.php :..."
|
37 | DerFuhrer | 2008-11-08 12:53:00 Rabbitz78 said: "thanx DerFuhrer/Alex2005 :) works great" | |
|
Sticky torrents
"SQLALTER TABLE torrents ADD `sticky` enum('yes','no') NOT NULL default 'no'; in browse.php find $orderby = "ORDER BY torrents.id DESC";and change to$orderby = "ORDER BY torrents.stic..."
|
107 | Alex2005 | 2008-11-01 14:31:00 Alex2005 said: "so you wouldn't need to get the current sticky from the takeed..." | |
|
Remove junk from Description
"Complete topic rar'ed"
|
24 | thebrass | 2008-11-01 12:12:00 turtle said: "thx works fine" | |
|
OiNK style upload page for music
"a few people have asked for this, an OiNK style upload page for music torrents, All credit for this mod goes to OiNK and BrokenStones. so here it is.Taken from the old BrokenStones source, and all credit should go there, to OiN..."
|
9 | Sir_SnuggleBunny | 2008-10-29 17:32:00 Dessert said: "hi, when I want to upload something I alway get an ERROR but I dont..." | |
|
Quick Edit/Delete
"I know, similar mods have been posted , but i thought i would make another one.Ok, so . .firstly you need this file, place it into your rootfastdelete.php"
|
3 | TripleH | 2008-10-28 21:08:00 clocktower said: "Parse error: syntax error, unexpected $end in /home/clock/public_ht..." | |
|
Category image mod
"It's a very simple and small mod, but looks perfectlets go - in bittorrent.php find:function genrelist() { $ret = array(); $res = mysql_query("SELECT id, name FROM categories ORDER BY name"); while ($row = mysql_..."
|
15 | fixed | 2008-10-27 18:43:00 dunlopzu said: "hi, i am using this mod..thank you for it! it is really nice. one t..." |
Statistics
| Today's active topics · | |
|---|---|
| User(s) active in the past 30 minutes | |
| 68 Guests, 12 Members FuNk, Nik_Doof, game1993, hack346, rainrower, omgwtfbbq, nizace, freebsd, Ap0c*, Krisz, bggashnik, pringle spis , śmieszne zdjęcia , pozycjonowanie i optymalizacja , optymalizacja , limos Airport Młodzieżowe konta bankowe pozycjonowanie w google google randki sex zone Kredyty na zakup samochodu Procreate | |
| Often viewed topics | |
| · New BBCode · theme system · action script · ballon tooltip · Null Announce. · new Message · Auto Cleanup! · Similar torrent... · Problem with ID... · hash fails???:S · last 10 forum ... · Browse.php · Add/Remove Style · Invite With Bonus · Rating using ajax · Preliminary XSS... · Torrent Inline ... · browse.php · Question about ... · Save PMs to temp! | |
| Forthcoming Calendar Events within the next 5 days | |
| There are no forthcoming calendar events | |
