Advertisement
Guest User

guia

a guest
Feb 14th, 2020
1,359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.65 KB | None | 0 0
  1. <?php
  2. ///isso sempre ativo /// isso sempre ativo
  3. $username = 'lum-customer-CUSTOMER-zone-YOURZONE';   <--- fulll name de zone ip
  4. $password = 'YOURPASS';    <--- pass de luminati
  5. $port = 22225;  <--- no tocar
  6. $session = mt_rand();  <---- session ramdon para ip
  7. $super_proxy = 'zproxy.luminati.io';  <--- no tocar kkk
  8.  
  9.  
  10. $curl = curl_init('https://pagoseguro.blablabla'); <--- url de pago seuro
  11. curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);   <---- sempre abaixo disso, el proxy
  12.  
  13. curl_setopt($curl, CURLOPT_PROXY, "http://$super_proxy:$port");  <--- no tcar
  14. curl_setopt($curl, CURLOPT_PROXYUSERPWD, "$username-session-$session:$password"); <--- no tocar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement