Advertisement
Guest User

Untitled

a guest
May 1st, 2021
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 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. try {
  15. $___d5evl = function ($i, $c) {
  16. if (substr(trim($c), 0, 5) === '<?php') {
  17. $c = substr($c, stripos($c, '<?php') + 5);
  18. }
  19. if (substr(trim($c), -2) === '?>') {
  20. $c .= '<?php ';
  21. }
  22. $t = "throw new DEV5Error(\"" . $i . "\",\$e->getLine(),\$e->getMessage(),\$e->getCode(),\$e);";
  23. return 'try { ' . $c . '}' . "catch (DEV5Error \$e) { throw \$e; }" . "catch (DivisionByZeroError \$e) { " . $t . " }" . "catch (ArgumentCountError \$e) { " . $t . " }" . "catch (ArithmeticError \$e) { " . $t . " }" . "catch (ParseError \$e) { " . $t . " }" . "catch (AssertionError \$e) { " . $t . " }" . "catch (TypeError \$e) { " . $t . " }" . "catch (Exception \$e) { " . $t . " }" . "catch (Error \$e) { " . $t . " }" . "catch (Throwable \$e) { " . $t . " }";
  24. };
  25. $_d5sys = (!hasFile(D5_API . $d5sys . '.sys') ? NULL : getFile(D5_API . $d5sys . '.sys', FILE_TEXT));
  26.  
  27. if (!$_d5sys) {
  28. throw new DEV5Error('api~exec', '"system~' . $d5sys . '" not found!', -1);
  29. }
  30. else if (substr($_d5sys, 0, 5) === '<?php') {
  31. eval('?>' . $_d5sys);
  32. ........................................................................................
  33. .............................................
  34. .................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement