cURL proxy

Posted on 16th Feb 2014 by admin

Okay here is the thing... i know how to add proxys

Code: curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt($ch, CURLOPT_PROXY,"[i][b]PROXYHERE[/b][/i]");
Here are my questions.. What kind of proxy dose it use? ( Sock5? http? Sock4? ect..)

Okay second here the php part. I need it to read a txt file on the server called proxylist.txt

and randomly pick a proxy from it but after it picks it. it has to remove it from the TXT file.

Help!?@

Other forums