Ich glaube nicht.. es müsste eigentlich von dort laufen.
Warum läufts bei dir nicht? Irgendwelche Meldungen?
Hab gestern noch mal dran rumgebastelt, hab mich an der index body orientiert.
kannst ja mal schauen, wie es jetzt aussieht. Allerdings stimmt das nicht mit "heute waren online:" die Leute fallen da wieder raus, die sind da wohl nur ne Stunde drin. Müsste man das jetzt erhöhen, von 0:00 bis 0:00, also 12 Std. aber wie?
http://libellus.risibility.de/portal.php
aktuell siehts jetzt so aus:
Code: Alles auswählen
<!-- ##### WHOISONLINE START ##### -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="25"><span class="genmed"><b><a href="http://libellus.risibility.de/viewonline.php">{L_WHO_IS_ONLINE}</a></b></span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">
<!-- BEGIN stats -->
<!-- BEGIN root -->
{L_TOTAL_ONLINE}{TOTAL_USERS_ONLINE}<br><br>
<!-- END root -->
{L_ONLINE_USERS}
<!-- BEGIN root_ELSE -->
{TOTAL_USERS_ONLINE}<br />
<!-- END root_ELSE -->
<!-- BEGIN online -->
{stats.online.L_SEP}<a href="{stats.online.U_VIEW_PROFILE}" title="{L_VIEW_PROFILE}" class="gensmall" {stats.online.STYLE}>{stats.online.USERNAME}</a>
<!-- END online -->
<!-- BEGIN none -->
{NO_USERS_ONLINE}
<!-- END none -->
<!-- END stats -->
<hr />Heute waren online: {L_USERS_TODAY}<br /><br />
{USERS_TODAY_LIST}
<hr />{L_TOTAL_PAST}{TOTAL_PAST_USERS}<br />{TOTAL_HOUR_USERS}
{L_ONLINE_USERS} <!-- BEGIN online --><!-- BEGIN sep -->, <!-- END sep --><a href="{stats.past.online.U_VIEW_PROFILE}" title="{L_VIEW_PROFILE}" class="gensmall" {stats.past.online.STYLE}>{stats.past.online.USERNAME}</a><!-- END online --><!-- BEGIN none -->{NO_USERS_ONLINE}<!-- END none -->
</td>
</tr>
</table>