E.g.
http://www.rogerlinks.com/out.php?en...//www.cnn.com/ - right?
So, you have written a very clever script. Let me guess, it looks like.... this:
Code:
<?php
include( urldecode ( $_GET['end'] ) );
?>
or even "cooler", like this:
Code:
<?php
echo file_get_contents ( urldecode ( $_GET['end'] ) );
?>
Congrats, you are genius man, Google will love it
