2011-02-23, 01:06 AM
Quote:Updatef.php contains the functions that fetches the data from the website, using regular expressions and preg_match.
Quote:always gives me "(52) Empty reply from server" (using curl).
What you posted seems (almost) fine. The problem would likely to be the line $searchStatus = getCharData($char, $charData); which exists in require("updatef.php");
Chances are the IP got blocked or they update the website so that your regex no longer works (im leaning towards the 2nd possibility more).

