===== Count the number of users online ===== This is a simple one: \\ Create a file with the following content within /template/inc_script/frontend_render (and name it rt_users_online):

$anzahl User online

"; return $online; } ?>
Now create an empty file named "count.txt" and throw it into phpwcms-root (permission 777) and you are done. \\ Anywhere in your template you can call the script via {ONLINE} or by setting up a CP HTML containig {ONLINE} You can adjust paths and file name anytime - same goes for styling the output.