Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 3.0.8.0
- * @ Author : DeZender
- * @ Release on : 25.09.2017
- * @ Official site : http://DeZender.Net
- *
- */
- function strip_mq_gpc($arg)
- {
- $arg = str_replace( '"', '\'', $arg );
- $arg = stripslashes( $arg );
- return $arg;
- }
- echo file_get_contents( $config['baseurl'] . '/scriptolution_startup.php' );
- require_once $config['basedir'] . '/scriptolution/libs/SmartyBC.class.php';
- require_once $config['basedir'] . '/libraries/mysmarty.class.php';
- require_once $config['basedir'] . '/libraries/SConfig.php';
- require_once $config['basedir'] . '/libraries/SError.php';
- require_once $config['basedir'] . '/libraries/adodb5/adodb.inc.php';
- require_once $config['basedir'] . '/libraries/phpmailer/class.phpmailer.php';
- require_once $config['basedir'] . '/libraries/SEmail.php';
- $conn = ADONewConnection( $DBTYPE );
- ...........................................................
- ..................................
- ...........
Advertisement
Add Comment
Please, Sign In to add comment