Etomite Community Forums: [ger - Germany] : Getstats - Etomite Community Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[ger - Germany] : Getstats

#1 User is offline   Helicopter 

  • Etomite Forum Newbie
  • Group: Member
  • Posts: 15
  • Joined: 05-August 05

Posted 07 August 2005 - 07:08 AM

$tmpArray = $etomite->getSiteStats();

$output = "
<table width='100%' cellspacing='1' bgcolor='#003399'>
    <tr class='fancyRow'>
        <td width='25%'>&nbsp;</td>
        <td width='25%'><b>Seitenklicks</b></td>
        <td width='25%'><b>Besuche</b></td>
        <td width='25%'><b>Besucher</b></td>
    </tr>
    <tr>
        <td class='fancyRow2'><b>Heute</b></td>
        <td bgcolor='white'>".number_format($tmpArray['piDay'])."</td>
        <td bgcolor='white'>".number_format($tmpArray['viDay'])."</td>
        <td bgcolor='white'>".number_format($tmpArray['visDay'])."</td>
    </tr>
    <tr>
        <td class='fancyRow2'><b>Diesen Monat</b></td>
        <td bgcolor='white'>".number_format($tmpArray['piMonth'])."</td>
        <td bgcolor='white'>".number_format($tmpArray['viMonth'])."</td>
        <td bgcolor='white'>".number_format($tmpArray['visMonth'])."</td>
    </tr>
    <tr>
        <td class='fancyRow2'><b>Gesamt</b></td>
        <td bgcolor='white'>".number_format($tmpArray['piAll'])."</td>
        <td bgcolor='white'>".number_format($tmpArray['viAll'])."</td>
        <td bgcolor='white'>".number_format($tmpArray['visAll'])."</td>
    </tr>
</table>
";

return $output;


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users