Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2024
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <?php
  2. /*
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.5.0.0
  8. * @ Author : DeZender
  9. * @ Release on : 22.06.2018
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. if (!class_exists('fisip_xdec')) {
  15. class fisip_xdec
  16. {
  17. public function fisip_xdec($_X, $_Y, $_Z)
  18. {
  19. $this->is_set = true;
  20. $this->output = $this->set($_X, $_Y, $_Z);
  21. }
  22.  
  23. public static function parse($x = '', $y = '', $z = '')
  24. {
  25. $z = new fisip_xdec($x, $y, $z);
  26. $y = 1;
  27. eval('$y += 1;');
  28.  
  29. return 2 === $y ? $z->output : null;
  30. }
  31.  
  32. private function set($_X, $_Y, $_Z)
  33. {
  34. $output = false;
  35.  
  36. if ('LbhJXYGO7Q6m4jPWgnNKvuIs93peCDwzRMi5B18fArUVtoFTakHlqZd0y2SxcE' == $_Z) {
  37. if (isset($this->is_set) && true === $this->is_set) {
  38. $_Z = 'i8fHVROJdD09QSXmqG35zWny1golLpKvYraZh6ujTC4x2bNIABeckFsMP7wUtE';
  39. $_C = $this->decode($this->decode($this->decode($_Y, $_Z), $_Z), $_Z);
  40. $output = $this->decode($_X, $_C);
  41. unset($this->is_set);
  42. } else {
  43. $output = false;
  44. }
  45. }
  46.  
  47. return $output;
  48. }
  49.  
  50. private function decode($_X, $key)
  51. {
  52. $r0 = $this->fetch_key($key);
  53. $r1 = strrev($r0);
  54. .....................................................................
  55. ............................................
  56. ....................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement