this site uses other PHProxies ( their bandwidth ) you know what the Code is? i really need it http://18jun.onaxy.com/
I can't know exactly what they're doing, of course, but an easy way to approximate the same result would just be to use CURL: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $_POST["url"]); curl_setopt($ch, CURLOPT_HEADER, 0); curl_exec($ch); curl_close($ch); Then just set up a quick and dirty form (like theirs) to have a text field named "url", and include the above code onsubmit, perhaps in a seperate frame or something.
Are you trying to build your own site like this? Your PHP may not have curl support compiled in and enabled. Use <? phpinfo() ?> to check.
And I'm afraid I'll need a little more than "didn't work" to troubleshoot. If it's giving an error, please post the error message, as well as the code you're using it in. Thanks.
as ya said i made a form and pointed the code to it but when i write something in the form and click the... nothing is happenig please give the whole Code
I doubt you'll get someone to give you the whole code if you're not prepared to help yourself even a teensy bit. Go to www.php.net/curl and see if you spot the problem. Or visit sourceforge.net or PhpClasses to see they have a script that someone has written to do the job for you
I'm guessing if 'nothing' is happening when you click the form, and you can't provide any more detail, then check the basics of whether or not your form is created correctly.
This is beyond easy to do If you want something like this i can make it for $25 however it will be random.