Guest User

Untitled

a guest
Nov 22nd, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.0.8.0
  8. * @ Author : DeZender
  9. * @ Release on : 25.09.2017
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function strip_mq_gpc($arg)
  15. {
  16. $arg = str_replace( '"', '\'', $arg );
  17. $arg = stripslashes( $arg );
  18. return $arg;
  19. }
  20.  
  21. echo file_get_contents( $config['baseurl'] . '/scriptolution_startup.php' );
  22. require_once $config['basedir'] . '/scriptolution/libs/SmartyBC.class.php';
  23. require_once $config['basedir'] . '/libraries/mysmarty.class.php';
  24. require_once $config['basedir'] . '/libraries/SConfig.php';
  25. require_once $config['basedir'] . '/libraries/SError.php';
  26. require_once $config['basedir'] . '/libraries/adodb5/adodb.inc.php';
  27. require_once $config['basedir'] . '/libraries/phpmailer/class.phpmailer.php';
  28. require_once $config['basedir'] . '/libraries/SEmail.php';
  29. $conn = ADONewConnection( $DBTYPE );
  30. ...........................................................
  31. ..................................
  32. ...........
Advertisement
Add Comment
Please, Sign In to add comment