Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=87)
-   -   TT 2.xx Looking for mod (http://www.bvlist.com/showthread.php?t=5771)

rrot 29th November 2010 15:43

TT 2.xx Looking for mod
 
I'm looking for this mod:

http://www.torrenttrader.org/index.php?showtopic=13075

Please :secret:

daffy 29th November 2010 16:40

it is the the premium section of the forum. ;):bubble:

rrot 29th November 2010 16:53

im not premium :D
search download link.

daffy 6th January 2011 02:16

Quote:

Originally Posted by rrot (Post 25920)
im not premium :D
search download link.

shit happens then, i do not release ANY premium mods from other sources sorry.
if i do then its mistake that i did not know was from premium. but above i know is only from premium.

Subzero 6th January 2011 03:17

Pretty simple thing to do you just need to call that users passkey :)

Something like

PHP Code:

echo "<b>$value $value?passkey=".$CURUSER['passkey']."</b>"


daffy 6th January 2011 05:20

Quote:

Originally Posted by Subzero (Post 26282)
Pretty simple thing to do you just need to call that users passkey :)

Something like

PHP Code:

echo "<b>$value $value?passkey=".$CURUSER['passkey']."</b>"



that above wont work b.t.w just looking at it so use below instead :bubble:

open torrent-upload.php

find
PHP Code:

while (list($key,$value) = each($announce_urls)) {
    echo 
"<B>$value</B><BR>";


add below
PHP Code:

print ("<TR><TD align=right valign=top><font color=gold>Your Private Announce</font><font color=white>:</font> </td><td align=left>");
echo 
"$site_config[SITEURL]/announce.php?passkey=$CURUSER[passkey]"

http://i55.tinypic.com/2ryptnq.png

image dont display my passkey as i do not use passkey system but iv tested it and it is 100% ok


All times are GMT +2. The time now is 12:49.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.