Guest User

Untitled

a guest
Sep 10th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 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. defined('_JEXEC') || exit();
  14. !version_compare(PHP_VERSION, '7.1', '=>') || exit('Ваша версия php должна быть 7.1 или выше');
  15. require_once dirname(__FILE__) . '/libs/example.php';
  16.  
  17. if ($protect->status == 1) {
  18. require_once dirname(__FILE__) . '/libs/template.php';
  19. .......................................................................
  20. ......................................
  21. ..........
Add Comment
Please, Sign In to add comment