View Single Post
  #20  
Old 24th November 2011, 00:07
Darkness's Avatar
Darkness Darkness is offline
Senior Member
 
Join Date: Oct 2011
P2P
Posts: 43
Default Hello
Quote:
Originally Posted by mmisu120000 View Post
in benc.php there is a line where says :
PHP Code:
if (!defined ('IN_SCRIPT_TSSEv51')) 
now, if you have TSSE 5.3, 5.4, 5.4.1, you should replace it with:
PHP Code:
if (!defined ('IN_SCRIPT_TSSEv53')) 
and, if you have the 5.6 version:
PHP Code:
if (!defined ('IN_SCRIPT_TSSEv56')) 
Man I don`t have that line in my benc.php and, in my client is appear no seeder but in tracker it`s ok. I forget to tell you my source is TS SE v5.6 if you can tell me how to fix that I`ll be very happy. Thanks allot folks, without you guys I`m nothing
Reply With Quote