Kod PHP:
<?php } define( 'STOPKA', '<a href=\'http://free-frags.pl/\' target=\'_blank\' title=\'sklep automatyczny do cs\'>Sklep Counter-Strike ver. ' . VER . SUB . '</a> <a href="http://free-frags.pl/user/1183-matik/" target="_blank" title="Sebastian \'Matik\' Komorek">Matik</a>' ); define( 'v31', true ); define( 'v316', true ); define( 'NO_LICENSE', 'TmllIHBvc2lhZGFzeiBsaWNlbmNqaSBkbGEgdGVqIHdlcnNqaSBza3J5cHR1Lg0KDQpKZcW8ZWxpIGpl
c3RlxZsgYWRtaW5zdHJhdG9yZW0gaSBqZXN0ZcWbIGlubmVnbyB6ZGFuaWEgc2tvbnRha3R1aiBzacSZI
HogYXV0b3JlbSBza3J5cHR1Lg0KDQpPZmljamFsbmUgZm9ydW06IGh0dHA6Ly9mb3J1bS5zaG9wLWVuZ2
luZS5wbC8=' ); $list = array( 'localhost', '127.0.0.1' ); $ext_sms = array( 'wiaderko', 'ownserver', 'bizneshost', 'platnosci-online', 'justpay', 'cssetti' ); $ext_pay = array( ); $ext_mod = array( 'amxbans', 'zaawans_zezw' ); if (( in_array( $_SERVER['HTTP_HOST'], $list ) || in_array( $_SERVER['REMOTE_ADDR'], $list ) )) { @header( 'HTTP/1.1 500 Internal Server Error.' ); exit( ); } @require_once( ROOT_PATH . 'config.php' ); if (!isset( $cfg['DEBUG'] )) { $cfg['DEBUG'] = 0; } if (!isset( $cfg['ERROR_SQL'] )) { $cfg['ERROR_SQL'] = 0; } if (!isset( $cfg['SHOW_SQL_QUERY'] )) { $cfg['SHOW_SQL_QUERY'] = 0; } if (!isset( $cfg['SHOW_SQL_QUERY_IP'] )) { $cfg['SHOW_SQL_QUERY_IP'] = '*'; } if (!isset( $cfg['DEBUG_GG'] )) { $cfg['DEBUG_GG'] = 0; } if (!isset( $cfg['ROOT'] )) { $cfg['ROOT'] = 0; } if (isset( $cfg['shop_url'] )) { if (substr( $cfg['shop_url'], -1, strlen( $cfg['shop_url'] ) - 1 ) == '/') { $cfg['shop_url'] = substr( $cfg['shop_url'], 0, strlen( $cfg['shop_url'] ) - 1 ); } } define( 'LOAD', '<img src="' . $cfg['shop_url'] . '/?img=load.gif" height="1" width="1">' ); define( 'AD', '<img src="' . $cfg['shop_url'] . '/?img=ad.gif" height="1" width="1">' ); if ($cfg['DEBUG'] == true) { (defined( 'E_DEPRECATED' ) ? error_reporting( 30719 & ~8192 ) : error_reporting( 30719 )); ini_set( 'display_errors', 1 ); } else { ini_set( 'display_errors', 0 ); } date_default_timezone_set( 'Europe/Warsaw' ); setlocale( LC_TIME, 'pl_PL' ); @session_start( ); @ob_start( ); $path = ROOT_PATH . KERNEL . DS . 'class_Engine.php'; if (@file_exists( $path )) { require_once( $path ); if (!class_exists( 'Engine' )) { exit( 'Nie można odczytać pliku class_Engine.php' ); return 1; } } else { exit( 'Nie odnaleziono pliku class_Engine.php' ); } ?>