View Single Post
Old 03-10-2011, 11:11 AM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,384

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
__________________
Obey the Cowgod

Last edited by just a punk; 03-10-2011 at 11:13 AM..
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote