Oto on:
Kod:
Warning: Invalid argument supplied for foreach() in /var/www/sites/yoyo.pl/p/h/phpbbyazzie/includes/unicomm.php on line 138
Warning: Cannot modify header information - headers already sent by (output started at /var/www/sites/yoyo.pl/p/h/phpbbyazzie/includes/unicomm.php:138) in /var/www/sites/yoyo.pl/p/h/phpbbyazzie/includes/page_header.php on line 367
Warning: Cannot modify header information - headers already sent by (output started at /var/www/sites/yoyo.pl/p/h/phpbbyazzie/includes/unicomm.php:138) in /var/www/sites/yoyo.pl/p/h/phpbbyazzie/includes/page_header.php on line 383
Warning: Cannot modify header information - headers already sent by (output started at /var/www/sites/yoyo.pl/p/h/phpbbyazzie/includes/unicomm.php:138) in /var/www/sites/yoyo.pl/p/h/phpbbyazzie/includes/page_header.php on line 384
W gruncie rzeczy można się rejestrować, ale okropnie to wygląda
page_header.php linijki 360-388
Kod:
// Add no-cache control for cookies if they are set
//$c_no_cache = (isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_sid']) || isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_data'])) ? 'no-cache="set-cookie", ' : '';
// Work around for "current" Apache 2 + PHP module which seems to not
// cope with private cache control setting
if (!empty($HTTP_SERVER_VARS['SERVER_SOFTWARE']) && strstr($HTTP_SERVER_VARS['SERVER_SOFTWARE'], 'Apache/2'))
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
//
// BEGIN - board msg MOD
//
if ($board_config['board_msg_enable'] == '2')
{
$template->assign_block_vars('switch_enable_board_msg', array());
}
//
// END - board msg MOD
//
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');
$template->pparse('overall_header');
?>
unicomm.php linijki 130-140
Kod:
}
return $ret;
}
function unicomm_get($data)
{
global $unicomm_gdata,$error_msg,$error,$lang;
//var_dump($data);
foreach ($data as $k => $md)
{
$ug=$unicomm_gdata[$k];
Powróciłem i będę siać zniszczenie...