ich versuche grad irgendwie die anzahl der user, die im chat online sind (chat von pcpin.com) in die index_body.tpl reinzubekommen.
kann ich das diesen code einfach einbauen?
Code: Alles auswählen
<?php
include("http://www.b**t.de/forum/chat/header.inc.php");
include("http://www.b**t.de/forum/chat/config.inc.php");
include("http://www.b**t.de/forum/chat/functions.inc.php");
$room_id=1;
// Show total users count
echo "Momentan ".users_total()." User im Chat.";
?>

gruss, t.