|
where i live we suffer from the access denied ****, we can't open certain sites and i was surfing the net when i found this code
<?
if ($password == "freebandwidth") {
$fp = fopen("http://".$destfile,"r");
while (!feof($fp)) {
$fd = fread($fp,4096);
echo $fd;
}
fclose($fp);
}
exit;
?>
it works perfectly but the problem is that it doesn't show pix :cry and i thought that may be if it downloads the pix with the same way it down loads the site, it gets the pic then it sends it back.
I really want to have an access to these site, HELP!!!
|