Guest User

Untitled

a guest
Apr 10th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 1.1.6.0
  8. * @ Author : DeZender
  9. * @ Release on : 02.06.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. if (file_exists("../reg.php"))
  15. {
  16. include "../reg.php";
  17. if ($validDomain == "false")
  18. {
  19. exit("Unauthorized Domain: Please contact support.");
  20. }
  21. }
  22. else
  23. {
  24. exit("Missing Files: Please contact support.");
  25. }
  26. if (!file_exists("../config.php"))
  27. {
  28. ........................................................................
  29. ..........................................
  30. ...................
Advertisement
Add Comment
Please, Sign In to add comment