<?php
$url = urldecode($HTTP_GET_VARS[url]);
header("Location: $url");
?>go.php olarak kaydetmen yeterli.
verdiğim direk yönlenme realist gibi frame açmak istiyorsan
<?php
$url = urldecode($HTTP_GET_VARS[url]);
print "<body marginheight='0' marginwidth='0' leftmargin='0' topmargin='0' scroll='no' style='overflow:hidden'>";
print "<center>";
print "<a href='http://www.realist.gen.tr/ads/adclick.php?bannerid=408&zoneid=24&source=&dest=http%3A%2F%2Fwww.televizyon1.com%2F' target='_blank'><img src='http://depo.realist.gen.tr/new.gif' width='777' height='70' alt='' title='' border='0'></a><div id='beacon_408' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='http://www.realist.gen.tr/ads/adlog.php?bannerid=408&clientid=474&zoneid=24&source=&block=0&capping=0&cb=9a7c3d8dbfd6bd89491ee2cc7486e20d' width='0' height='0' alt='' style='width: 0px; height: 0px;'></div><br>";
print "";
print "<iframe id='reframe' name='reframe' noresize='noresize' frameborder='0' rel='nofollow' src='$url' width='100%' height='85%'></iframe>";
print "</iframe>";
?>