Advertisement
Guest User

Untitled

a guest
Sep 13th, 2018
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. //-------------- API PROXY -----------------\\
  2. $username = 'lum-customer-hl_b6fa5403-zone-koltn-country-br';
  3. $password = 'odonoemitokoltn';
  4. $port = 22225;
  5. $user_agent = 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36';
  6. $session = mt_rand();
  7. $super_proxy = 'zproxy.lum-superproxy.io';
  8.  
  9. //-------------- Curl -----------------\\
  10.  
  11. curl_setopt($ch, CURLOPT_PROXY, "http://$super_proxy:$port");
  12. curl_setopt($ch, CURLOPT_PROXYUSERPWD, "$username-session-$session:$password");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement