View Single Post
  #139  
Old 24th June 2010, 18:37
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
Seems to work all nice as it should one thing though u have private tracker patch but anyone can scrape the tracker.

Simple fix in scrape after...

PHP Code:
dbconn(false); 
add

PHP Code:
if ($privatetrackerpatch == 'yes' && !isset($_GET["passkey"]))
err('Private tracker patch enabled requires passkey!'); 
Reply With Quote