| $t_counter |
| ".(number_format($besucher_gesamt))." | $t_visits_all |
| ".(number_format($heute))." | $t_visits_today |
|
|
$select
$t_periods_grafic |
$oben
$unten
| $t_last_periods |
";
if($anzahl_besucher_gesamt/20>$page+1) $zx = "$t_back ";
if($page>0) $wx = "$t_next ";
$perioden.="| $zx $wx | ";
foreach($besucherarray as $tmp){
$perioden.="
| $tmp[datum] | ".(number_format($tmp[besucher]))." $t_visitors |
";
}
$perioden.="
| $t_top10 |
";
foreach($toparray as $tmp){
$i++;
$top.="| $i. $tmp[datum] | ".(number_format($tmp[anzahl]))." $t_visitors |
";
}
$top.="
| $t_browser |
";
foreach($browserarray as $tmp){
$browser.="| ".get_prozent($tmp[anzahl],$browser_gesamt)."% | $tmp[browser] |
";
}
$browser.="
| $t_os |
";
foreach($osrarray as $tmp){
$os.="| ".get_prozent($tmp[anzahl],$os_gesamt)."% | $tmp[os] |
";
}
$os.="
| $t_color_depth |
";
foreach($colorrarray as $tmp){
$color.="| ".get_prozent($tmp[anzahl],$color_gesamt)."% | $tmp[tiefe] |
";
}
$color.="
| $t_screen |
";
foreach($screenrarray as $tmp){
$screen.="| ".get_prozent($tmp[anzahl],$screen_gesamt)."% | $tmp[aufloesung] $t_pixel |
";
}
$screen.="