Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Loader)
  6. *
  7. * @ Version : 2.0.0.4
  8. * @ Author : DeZender
  9. * @ Release on : 21.10.2015
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. namespace {
  15.  
  16. changelic\define("DEFINE_MY_ACCESS", changelic\true);
  17. changelic\define("ADMIN", changelic\true);
  18. require "../comm.php";
  19. if ($storeowner["id"])
  20. {
  21. exit();
  22. }
  23. require "includes/fun.inc.php";
  24. require "../includes/fun.inc.php";
  25. require "includes/comm.inc.php";
  26. $results = licince\mainChk43();
  27. $msg = changelic\nl2br($msg);
  28. if ($results["addons"])
  29. {
  30. $addons = $results["addons"];
  31. }
  32. if ($debug_output)
  33. {
  34. echo "<textarea cols=100 rows=20>";
  35. changelic\print_r($results);
  36. echo "</textarea>";
  37. }
  38. if (isset($_GET))
  39. {
  40. foreach ($_GET as $key => $value)
  41. {
  42. $_GET[$key] = changelic\preg_replace("/[^a-z^A-Z^0-9s|^.^,^=^@^_^#^-^\\-^\\?^\\&^\\ ^\\/^\\r^\\n]*/", "", $value);
  43. continue;
  44. }
  45. }
  46. if ($_GET["key"] == "true")
  47. {
  48. changelic\mysql_query("UPDATE `tbl_license` SET `license_key`=''");
  49. echo "key is udpated now !";
  50. exit();
  51. }
  52. $licensekey = changelic\str_replace("-", "", $licensekey);
  53. $licensekey = changelic\trim($licensekey);
  54. if (($username || $password) || $licensekey)
  55. {
  56. if (changelic\check_token())
  57. {
  58. $loginsuccess = changelic\false;
  59. $username = changelic\trim($username);
  60. $password = changelic\trim($password);
  61. $err_output = changelic\null;
  62. if ($username)
  63. {
  64. if ($password)
  65. {
  66. $username = changelic\mysql_real_escape_string($username);
  67. ....................................................................
  68. ............................
  69. ..........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement