View Single Post
Old Sep 15th, 2005, 6:47 PM   #13
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 6 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
<?php
    if(isset($_GET["page"]) && file_exists($_GET["page"]))
        echo implode("", file($_GET["page"]));
?>

Voila, your basic proxy. Should work with anything >= PHP 4.
__________________

tempest is offline   Reply With Quote