Advertisement
Guest User

Untitled

a guest
Oct 28th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 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. class mcLib {
  15. public static $request = array( );
  16. public static $mcDB = null;
  17. public static $settings = array( );
  18. public static $multiCS = array( );
  19.  
  20. static public function init() {
  21. if (!empty( $_GET )) {
  22. self::cleanglobals( $_GET );
  23. }
  24.  
  25.  
  26. if (!empty( $_POST )) {
  27. self::cleanglobals( $_POST );
  28. }
  29.  
  30.  
  31. if (!empty( $_SESSION )) {
  32. self::cleanglobals( $_SESSION );
  33. }
  34.  
  35.  
  36. if (!empty( $_COOKIE )) {
  37. self::cleanglobals( $_COOKIE );
  38. }
  39.  
  40. $caccdcdcge = @mcLib::parseincomingrecursively( $_GET, array( ) );
  41. self::$request = @mcLib::parseincomingrecursively( $_POST, $caccdcdcge );
  42. mcLib::getsettings( );
  43. mcLib::getmulticslicence( );
  44. }
  45.  
  46. static public function cleanGlobals($dfjahgcfab, $ebecafjjce = 0) {
  47. if (10 <= $ebecafjjce) {
  48. return null;
  49. }
  50. ..................................................................
  51. ..................................
  52. ..............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement