View Single Post
  #6  
Old 6th January 2011, 05:20
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
Originally Posted by Subzero View Post
Pretty simple thing to do you just need to call that users passkey :)

Something like

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

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]"
Click the image to open in full size.

image dont display my passkey as i do not use passkey system but iv tested it and it is 100% ok
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote