View Single Post
  #46  
Old 24th June 2010, 19:14
Conjo Conjo is offline
Senior Member
 
Join Date: Mar 2009
P2P
Posts: 30
Default Fixed!
Fixed!

Finally me and a good mod fixed it..

The thing is magic_quotes is outdated crap..

So the fix is simple :

go to line 45 in your fixed scrape.php and change

PHP Code:
if (get_magic_quotes_gpc()) 
to

PHP Code:
//  if (get_magic_quotes_gpc()) 
I tested it all and it works like a charm..

Cheers,

Conjo
Reply With Quote