When you log onto facebook using my proxy Air Proxy it shows a blank page and i've added this code to facebook.com.php.
But to no avail.Code:global $URL;
if(strpos($URL['href'],'home.php') != false) {
$tmp = proxifyURL('http://www.facebook.com/profile.php');
header("Location: $tmp");
exit;
}
and if i mainly change the URL to profile.php it still shows a blank page any one else having this problem or have a solution.
note: "remove scripts" is off by default .
