Use Proxy...
Hello members i think i make trouble every post for seniors but when i not found something my mind comand me to open coding-talk so coding talk is a heart touching site for me so the question is
Can we change the ip in any script ??????
i think its impossible but somebody say nothing is impossible so try if you find then post and post your views about me also!!!!!
![]()
Use Proxy...
can you give me any example pleaseOriginally Posted by mahipat [Only registered and activated users can see links. Click Here To Register...]
Example of what?
<!DOCTYPE html PUBLIC "-//WAPFORUM.RS
For the 3rd time,posting the same script,you might find this useful to hide ip :D
PHP Code:<?php
$url = "http://www.google.com.hk";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_PROXY, 122.72.10.208); // a valid proxy, get it 4rm http://proxy-list.org/en/index.php
curl_setopt($ch, CURLOPT_PROXYPORT, 80);
$exec = curl_exec($ch);
curl_close($ch);
//echo curl_error($ch);
echo $exec;
?>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks