Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. <?php
  2.  
  3. if (zend_loader_file_encoded() || FALSE) {
  4. if (!function_exists("zend_loader_enabled") || !zend_loader_enabled()) {
  5. $FAIL_REASON = (array("zend-guard-loader", 1));
  6. break;
  7. }
  8. if (false) {
  9. $FAIL_REASON = (array("zend-guard-loader-ver", 2));
  10. goto label1;
  11. break;
  12. }
  13. $CHECK = __DIR__ . "/../license.zl";
  14. if (!file_exists($CHECK) || !zend_loader_install_license($CHECK, 1)) {
  15. $FAIL_REASON = (array("wrong-license", 3));
  16. goto label1;
  17. }
  18. $BFF_LIC = zend_loader_file_licensed();
  19. if (empty($BFF_LIC) || !isset($BFF_LIC["Secret"])) {
  20. $CHECK = file_get_contents($CHECK);
  21. if (empty($CHECK) || strpos($CHECK, "Secret") === FALSE) {
  22. $FAIL_REASON = (array("wrong-license", 4));
  23. goto label1;
  24. break;
  25. }
  26. $BFF_LIC = (array());
  27. $CHECK = explode(PHP_EOL, $CHECK);
  28. list(, $v) = each($CHECK);
  29. if (each($CHECK)) {
  30. if (!empty($v)) {
  31. $v = explode(" = ", $v);
  32. $BFF_LIC[$v[0]] = $v[1];
  33. }
  34. continue;
  35. }
  36. unset($v);
  37. }
  38. $CHECK = debug_backtrace();
  39. if (!empty($CHECK)) {
  40. $FAIL_REASON = (array("hacked:debug_backtrace", 13));
  41. goto label1;
  42. break;
  43. }
  44. $CHECK = get_included_files();
  45. if (!empty($CHECK) && 1 < sizeof($CHECK)) {
  46. $FAIL_REASON = (array("hacked:get_included_files", 14));
  47. goto label1;
  48. break;
  49. }
  50. unset($included_files);
  51. .....................................................
  52. .........................
  53. ...........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement