View Single Post
  #8  
Old 2nd July 2009, 00:39
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default
Quote:
Originally Posted by fireman View Post
The scrape works great however if i change benc file to whats list I get a message something like direct utilization of this file is not allowed and i tried to upload an external torrent when using this now the original benc file worked fine for me does anyone else have input on this
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')) 
__________________
"How terrible is wisdom when it holds no benefit for the wise?" - Louis Cypher
WDW Tracker - Using heavy modified TSSE
Reply With Quote
The Following User Says Thank You to mmisu120000 For This Useful Post:
edfara (12th August 2009)