Advertisement
Guest User

Untitled

a guest
Mar 9th, 2021
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 4.1.0.1
  8. * @ Author : DeZender
  9. * @ Release on : 29.08.2020
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function FF1C164D49312FD9()
  15. {
  16. $ch = curl_init();
  17. curl_setopt($ch, CURLOPT_URL, 'http://fireplayer.info/lisanslar/fpv1.0.php');
  18. curl_setopt($ch, CURLOPT_HTTPHEADER, ['User-Agent: FirePlayer/1.0']);
  19. curl_setopt($ch, CURLOPT_POST, true);
  20. curl_setopt($ch, CURLOPT_POSTFIELDS, ['d57861x' => encryptFF1C164D49312FD9(parse_url('http://' . str_replace('www.', NULL, getenv('HTTP_HOST')))['host'], LICENSE_KEY)]);
  21. @curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  22. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  23. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  24. $result = curl_exec($ch);
  25. curl_close($ch);
  26. return $result;
  27. }
  28.  
  29. function transformation($tmp)
  30. {
  31. $tmp = html_entity_decode($tmp, ENT_QUOTES | ENT_XML1, 'UTF-8');
  32. $tmp = str_replace(['ş', 'ı', 'ç', 'ö', 'ü', 'ğ'], ['s', 'i', 'c', 'o', 'u', 'g'], mb_strtolower($tmp));
  33. .......................................................................
  34. ........................................
  35. ......................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement