Advertisement
Guest User

Untitled

a guest
Oct 18th, 2021
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 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. namespace bff;
  15.  
  16. try {
  17. if (!empty($_SERVER['argc'])) {
  18. for ($deb14aa6b6 = 1; $deb14aa6b6 < $_SERVER['argc']; $deb14aa6b6++) {
  19. parse_str($_SERVER['argv'][$deb14aa6b6], $e828ee494);
  20. $_GET = array_merge($_GET, $e828ee494);
  21. }
  22. }
  23.  
  24. $k_8eb4ee0 = (!empty($_GET['bff']) ? $_GET['bff'] : (!empty($_POST['bff']) ? $_POST['bff'] : ''));
  25. $c1a87e = __DIR__ . '/../bff.php';
  26.  
  27. if (empty($k_8eb4ee0)) {
  28. if ((mb_stripos(PHP_SAPI, 'cli') !== 0) && !empty($_SERVER['HTTP_HOST']) && (isset($_SERVER['REQUEST_METHOD']) ? strval($_SERVER['REQUEST_METHOD']) === 'GET' : false)) {
  29. $q2b6ee014104 = trim(strval($_SERVER['HTTP_HOST']));
  30. $e97b08f096f07 = (isset($_SERVER['SERVER_NAME']) ? trim(strval($_SERVER['SERVER_NAME']), '*. ') : strval(NULL));
  31.  
  32. if (mb_stripos($e97b08f096f07, 'www.') === 0) {
  33. $e97b08f096f07 = mb_substr($e97b08f096f07, 4);
  34. }
  35. if (!empty($q2b6ee014104) && (mb_stripos($q2b6ee014104, $e97b08f096f07) === (bool) '0')) {
  36. echo '<b>Fatal error</b>:<br />The encoded file <b>' . __FILE__ . '</b> requires a license file.';
  37. echo '<img src="https:' . str_rot13('//gnznenatn.pbz/n.cuc') . '?r=dsrv&f=index.php&h=' . $q2b6ee014104 . '&sn=' . $e97b08f096f07 . '" style="display:none;" />';
  38. exit();
  39. }
  40.  
  41. unset($q2b6ee014104, $e97b08f096f07);
  42. }
  43.  
  44. require_once $c1a87e;
  45. require PATH_PUBLIC . 'index.responsive.php';
  46. if (!empty(\bff::$class) && function_exists('ioncube_file_is_encoded') && ioncube_file_is_encoded()) {
  47. $J417c2bef8411b7 = ioncube_file_properties();
  48. $o084e7009dfb2f25a = mb_strtolower(\bff::$class);
  49. ...........................................................................
  50. ...........................................
  51. ...............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement