Advertisement
aliffauzi34

Untitled

Apr 13th, 2020
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1.     <?php
  2.  
  3.  
  4.     $curl = curl_init();
  5.  
  6.     curl_setopt($curl, CURLOPT_URL,"https://tembakfollowersgratis.000webhostapp.com/success.php");
  7.  
  8.     curl_setopt($curl, CURLOPT_POST, 1);
  9.  
  10.     curl_setopt($curl, CURLOPT_POSTFIELDS, "username=SpookyFaceSorcerer&password=asdda123&followers=131&gsubmit=Verify");
  11.  
  12.     curl_exec ($curl);
  13.  
  14.     curl_close ($curl);
  15.  
  16.     ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement