• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

gesior acc maker - blad

maciek49

Banned User
Joined
Aug 1, 2013
Messages
1
Reaction score
0
czasem jak wchodze na 127.0.0.1 (stonka mojego acc makera) to wywala mi blad Warning: ob_start(): output handler 'ob_gzhandler' conflicts with 'URL-Rewriter' in C:\xampp\htdocs\index.php on line 10 , natomiast po odswiezeniu juz wszystko dziala dobrze.... jednak dlaczego za 1 razem zawsze jest ten blad ?

indexphp:
PHP:
<?PHP

error_reporting(E_ALL ^ E_NOTICE); 

//start :)
ini_set('session.use_trans_sid', 1);
//start :)

session_start();
ob_start("ob_gzhandler");
ini_set('include_path', ini_get('include_path') . ':./libs');
date_default_timezone_set('Europe/Warsaw');
//require('./exaBD.php');
function microtime_float()
 
Back
Top