Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- class mcLib {
- public static $request = array( );
- public static $mcDB = null;
- public static $settings = array( );
- public static $multiCS = array( );
- static public function init() {
- if (!empty( $_GET )) {
- self::cleanglobals( $_GET );
- }
- if (!empty( $_POST )) {
- self::cleanglobals( $_POST );
- }
- if (!empty( $_SESSION )) {
- self::cleanglobals( $_SESSION );
- }
- if (!empty( $_COOKIE )) {
- self::cleanglobals( $_COOKIE );
- }
- $caccdcdcge = @mcLib::parseincomingrecursively( $_GET, array( ) );
- self::$request = @mcLib::parseincomingrecursively( $_POST, $caccdcdcge );
- mcLib::getsettings( );
- mcLib::getmulticslicence( );
- }
- static public function cleanGlobals($dfjahgcfab, $ebecafjjce = 0) {
- if (10 <= $ebecafjjce) {
- return null;
- }
- ..................................................................
- ..................................
- ..............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement