apparently this redirection
Code:
<?php
if (strpos(strtolower($_SERVER["HTTP_ACCEPT"]), "text/vnd.wap.wml") !== false ||
strpos(strtolower($_SERVER["HTTP_USER_AGENT"]), "text/html") !== false)
$wml_device = true;
else $wml_device = false;
if($wml_device == false)header ('Location: [Only registered and activated users can see links. Click Here To Register...]);
if($wml_device == true)header ('Location: [Only registered and activated users can see links. Click Here To Register...]);
?>
given me tht 720 headache..
i mean it works just f%#king fine, only when u go thru my phn company on my site it gives tht error....
STRANGE....
anyway after i changed it with browser redirection ERROR 720doesn show up anymore....
Bookmarks