Advertisement
Guest User

Untitled

a guest
Oct 12th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP4 Decoder for eAccelerator & MMCache)
  6. *
  7. * @ Version : 1.1.3.0
  8. * @ Author : DeZender
  9. * @ Release on : 17.05.2011
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function __autoload($class) {
  15. if (is_file( PATH . '/lib/' . $class . '.php' )) {
  16. require( PATH . '/lib/' . $class . '.php' );
  17. return null;
  18. }
  19.  
  20. echo '__autoload(): Konnte ' . $class . ' nicht einbinden (' . PATH . ')<br />';
  21. }
  22.  
  23. error_reporting( E_ALL ^ E_NOTICE );
  24. unset( $arr[count( $arr = explode( '\\', _eaccelerator_loader_file( ) ) ) - 1] );
  25. define( 'PATH', str_replace( '\\', '/', $str = implode( '\\', $arr ) ) );
  26.  
  27. if (array_pop( explode( '/', $_SERVER['PHP_SELF'] ) ) != 'game.php') {
  28. $serverconfigANCassdksdklALJKS = $_SERVER;
  29. }
  30.  
  31. if (strpos( getenv( 'PHP_SELF' ), 'game.php' ) !== false) {
  32. ...................................................................
  33. ......................................
  34. .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement