Results 1 to 4 of 4
-
4th Aug 2011, 10:10 AM #1OPMember
Php cUrl Help Needed
Is there any way around to get the content using cUrl anonymously
or
to send IP address randomly ?
What i am doing is to post the field here http://who.is/ and get the domain Registrant data. but after few request they block my IP address temporarily.
Thankswarezrock Reviewed by warezrock on . Php cUrl Help Needed Is there any way around to get the content using cUrl anonymously or to send IP address randomly ? What i am doing is to post the field here http://who.is/ and get the domain Registrant data. but after few request they block my IP address temporarily. Thanks Rating: 5Can Do :-
PSD TO ANY CMS | PHP(Dynamic Site) | MySql | Script Customization | cUrl Related Work
Pm me for more info ;)
-
4th Aug 2011, 10:23 AM #2MemberWebsite's:
epicimagehost.comYou can use proxy's, but you still need to find them
-
4th Aug 2011, 11:47 AM #3Respected MemberWebsite's:
DL4Everything.com Soft2050.inUse this for using curl with proxy
PHP Code:curl_setopt($ch, CURLOPT_PROXYPORT, 8080);
curl_setopt($ch, CURLOPT_PROXYTYPE, 'HTTP');
curl_setopt($ch, CURLOPT_PROXY, '127.0.0.1');
curl_setopt($ch, CURLOPT_PROXYUSERPWD, 'mypassifneeded');
-
4th Aug 2011, 11:51 PM #4MemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comyou can download data from live proxy monitoring websites and regex it to get formatted data to use
JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
PHP cURL help needed
By warezrock in forum Web Development AreaReplies: 10Last Post: 15th Oct 2012, 06:01 PM -
help - Curl settings
By CyberWizard in forum Server ManagementReplies: 7Last Post: 26th Mar 2012, 02:57 PM -
[PHP] Log into WUpload using CURL
By _Vick in forum Web Development AreaReplies: 0Last Post: 25th Nov 2011, 06:58 AM -
Curl IPB help
By xwarlordx in forum Web Development AreaReplies: 3Last Post: 23rd Aug 2011, 06:33 AM -
cURL Pro Coders.
By kohkindachi in forum Completed TransactionsReplies: 2Last Post: 5th Dec 2010, 12:30 AM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...