Guest User

Untitled

a guest
Jun 19th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 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. function Session_Control() {
  15.  
  16. global $plugindata;
  17. $Sw32AqzX4RtLoP = $plugindata["user_session_key"];
  18. $GS_T677_87UYhJjLS_43rffgt_32ER21ty_gbnmm = $Sw32AqzX4RtLoP;
  19. return $GS_T677_87UYhJjLS_43rffgt_32ER21ty_gbnmm;
  20. }
  21.  
  22.  
  23. ob_start();
  24. session_start();
  25. require_once "system/setting.php";
  26. require_once "system/all_functions.php";
  27. $Gazisoft_User_Session_GET = SessionGETCore($Gazisoft_Session_Time);
  28. if (!($_GET["" . $Gazisoft_User_Session_GET . ""] == ""))
  29. {
  30. $Update = Query("update " . $db_table["setting"] . " set value='" . $_GET["" . $Gazisoft_User_Session_GET . ""] . "' where name='user_session_key'");
  31. json_write("modules", "modules", "dir");
  32. ...........................................................................
  33. ......................................
  34. ...............
Advertisement
Add Comment
Please, Sign In to add comment