Advertisement
Guest User

Untitled

a guest
Jun 9th, 2012
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 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. if (!( ( file_exists( 'admin/index.php' ) && file_exists( 'admin/actions/reset.php' ) ))) {
  33. exit( 'Don\'t change/remove adminfolder!' );
  34. }
  35. }
  36.  
  37. $DWSWxABRcFGKnrkrvhgIWKimsfhQBAEZVrRTD = 'FSrBaQAIzLsYrdAUEMrhUefQjAxQqOPCI';
  38. $ejzrpJHCoQCHTDzDjoReBpmMHuDQmXyM = 'GLuGYJhHTjcYjQZoMiAgUthZbSihvDrsB';
  39. $afhRcSSvCkOfJckpCsYKaQhrdFFxMZkhAzU = 'ioaosetXVzjnxGDZNLQchbzkCbljTpygs';
  40. $OYTtShpnZUfRKQMMHKsAylLibPKAEigpZ = 'uJczAAJPAMYURnzNuSYyJoFuwUsYlRLyjEh';
  41. ........................................
  42. ............................
  43. ............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement