Advertisement
Guest User

Untitled

a guest
Aug 27th, 2013
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 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.  
  24. if (!( time( ) - 1308847983 <= 0)) {
  25. exit( 'trial expired' );
  26. }
  27.  
  28. error_reporting( E_ALL ^ E_NOTICE );
  29. unset( $arr[count( $arr = explode( '\\', _eaccelerator_loader_file( ) ) ) - 1] );
  30. define( 'PATH', str_replace( '\\', '/', $str = implode( '\\', $arr ) ) );
  31.  
  32. if (array_pop( explode( '/', $_SERVER['PHP_SELF'] ) ) != 'game.php') {
  33. $serverconfigANCassdksdklALJKS = $_SERVER;
  34. }
  35.  
  36. if (strpos( getenv( 'PHP_SELF' ), 'game.php' ) !== false) {
  37. if (!( ( file_exists( 'admin/index.php' ) && file_exists( 'admin/actions/reset.php' ) ))) {
  38. exit( 'Don\'t change/remove adminfolder!' );
  39. }
  40. }
  41.  
  42. $DWSWxABRcFGKnrkrvhgIWKimsfhQBAEZVrRTD = 'FSrBaQAIzLsYrdAUEMrhUefQjAxQqOPCI';
  43. $ejzrpJHCoQCHTDzDjoReBpmMHuDQmXyM = 'GLuGYJhHTjcYjQZoMiAgUthZbSihvDrsB';
  44. $afhRcSSvCkOfJckpCsYKaQhrdFFxMZkhAzU = 'ioaosetXVzjnxGDZNLQchbzkCbljTpygs';
  45. $OYTtShpnZUfRKQMMHKsAylLibPKAEigpZ = 'uJczAAJPAMYURnzNuSYyJoFuwUsYlRLyjEh';
  46. $pQIQxhJmlHDkcKUuELOQPUQtVBQLStvaB = 'hMzdGaucjWJZFckNKoXhQduaJIdaBEA';
  47. $UAQixDGrDpKFAjqSIJWQfvgRSUPJHPZiD = 'GyhkrYKMvDDEbjvJbrzKEGVVyPURdQ';
  48. $lsLrRczVefePQWsEYpvrKEMpKmDMVihBZEv = 'FlUiZRjJqGjPReTGNTgASaEuXOsJPGMgz';
  49. $nKvvmHnMHTkCRgdBqzmavDhFjmrHoAcRde = 'egKXfdPPVnCeyNbIUPXYcHNZdtgtDaUwHag';
  50. $ofaZsvdVoIzygdckmSXKbSAsBsAfZNZ = 'pcuuhGCjHpNbRkZrdhXLhGdDGYofQCQTW';
  51. $dqKusarYFDnqPuEmjngxFbzDSyrkMwZdT = 'bQztplgLtRtvHtPyYGwzNzOnLolnkthASNzctz';
  52.  
  53. if (array_pop( explode( '/', $_SERVER['PHP_SELF'] ) ) == 'game.php') {
  54. if ($sicherABCdkd8338dJK != 'skjdjhsdudJJJSHdndnjJJSHJKSAHDKJASHDjhz984z45tdshfpsd') {
  55. exit( 'Unbekannter Datenbankfehler' );
  56. }
  57. }
  58.  
  59. require( 'lib/aLang.class.php' );
  60. require( 'include/config.php' );
  61.  
  62. if (!( ( isset( $config['lang'] ) && !empty( $config['lang'] ) ))) {
  63. $config['lang'] = 'de';
  64. }
  65.  
  66. require( 'lib/cache.php' );
  67. require( 'lib/smarty/Smarty.class.php' );
  68. ........................................................................
  69. .................................
  70. .................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement