Wanting to use the online count on my banner for thehabbos but I cant find the location of the online.cfm file for rev cms, anyone know where it is? or if there isnt one, how I get the user count to work without it?
Wanting to use the online count on my banner for thehabbos but I cant find the location of the online.cfm file for rev cms, anyone know where it is? or if there isnt one, how I get the user count to work without it?
It's online.php, unless you have CF installed which i doubt.
PHP Code:<?php
define('IN_INDEX', 1);
require_once 'global.php';
echo $core->getOnline();
?>
You will find it in your <?php file.
Try searching in common areas such as "online.php".
If it isnt there, go to your header file and find the text where "x online".
It should be something like $core->getOnline(); and then ".. online!"
Use that variable in your banner.