http://1siteadi.com/git.php?url=http://www.2siteadi.com < bu şekilde açılıyor yönlendirme
fakat ;
http://1siteadi.com/git.php?url=http://www.siteadi2.com/gvenlik.html? < bu şekilde hata veriyor açılmıyor bu şekilde nasıl açılmasını sağlarız ?
git.php deki kod;
$url=$_GET['url'];
?>
<script>
>>" + myvar;
myvar = myvar + " .";
var timerID = setTimeout("exec_refresh();", 5);
if (timeout > 5)
{
timeout -= 10;
}
else
{
clearTimeout(timerID);
window.status = "";
window.location = " echo $url; ?>";
}
}
var myvar = "";
var timeout = 20;
exec_refresh();
//-->
</script>