Show Bot in Online Liste, error i page_header
Verfasst: 13.07.2006 19:13
Code: Alles auswählen
#
#-----[ AFTER, ADD ]------------------------------------------
#
$all_bots = array();
$all_bots = array_count_values($bot_array); (zeile 184)
while (list ($key, $val) = each ($all_bots)) (zeile 185)
{
if (strlen($bots_list) == 0)
{
$bots_list = $key . '(' . $val . ')';
}
else
{
$bots_list .= ', ' . $key . '(' . $val . ')';
}
}
$bots_online = count($all_bots);
Warning: array_count_values() [function.array-count-values]: The argument should be an array in /srv/www/htdocs/web145/html/phpBB2/includes/page_header.php on line 184
Warning: Variable passed to each() is not an array or object in /srv/www/htdocs/web145/html/phpBB2/includes/page_header.php on line 185