Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <?php
  2. while(1){
  3.  
  4. $ch = curl_init();
  5.  
  6. curl_setopt($ch, CURLOPT_URL, 'https://ogusers.com/newreply.php?ajax=1');
  7. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  8. curl_setopt($ch, CURLOPT_POST, 1);
  9. curl_setopt($ch, CURLOPT_POSTFIELDS, "my_post_key=5377a8296197bd2e0ed909f17c1d0fa9&subject=RE%3A+OG+Sellys+for+sale+(%243)+per+account.&action=do_newreply&posthash=27101dc6d04b8ff03f434f2da7021487&quoted_ids=&lastpid=9668193&from_page=12&tid=390759&method=quickreply&message=Auto+bumping+this.&postoptions%5Bsignature%5D=1");
  10. curl_setopt($ch, CURLOPT_ENCODING, 'gzip, deflate');
  11.  
  12. $headers = array();
  13. $headers[] = 'Authority: ogusers.com';
  14. $headers[] = 'Accept: text/html, */*; q=0.01';
  15. $headers[] = 'Origin: https://ogusers.com';
  16. $headers[] = 'X-Requested-With: XMLHttpRequest';
  17. $headers[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36';
  18. $headers[] = 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8';
  19. $headers[] = 'Sec-Fetch-Site: same-origin';
  20. $headers[] = 'Sec-Fetch-Mode: cors';
  21. $headers[] = 'Referer: https://ogusers.com/Thread-OG-Sellys-for-sale-3-per-account?pid=9668193';
  22. $headers[] = 'Accept-Encoding: gzip, deflate, br';
  23. $headers[] = 'Accept-Language: en-US,en;q=0.9';
  24. $headers[] = 'Cookie: __cfduid=d8f6f81dbb78c9b10f526ff4fa618cdff1564928372; mybb[lastvisit]=1564928386; mybb[lastactive]=1564928402; loginattempts=1; mybbuser=120684_kVhlEjdCoelIfHElf3QUmo9FwYJdobutkrlmA4qJSc9IMLL4nN; cf_clearance=1eb117272ed7088240763d00287f13ecc9f2ddee-1574101979-0-250; sid=8107f8df04c54821c60e9da540b35197';
  25. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  26.  
  27. $result = curl_exec($ch);
  28. if (curl_errno($ch)) {
  29. echo 'Error:' . curl_error($ch);
  30. }
  31. curl_close($ch);
  32.  
  33.  
  34. sleep(3630);
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement