Yes I have. It should appear on right side of shout box above 4 icons, in the blank small purple box next to "members currently in live chat".
Tried this code also
Code:
function getAPI($command) {
$er = error_reporting(0);
$result = file_get_contents("http://147.202.66.3:8085/?api.".$command);
error_reporting($er);
return $result;
}
$apichat['currentuserslocation'] = getAPI("UserCount");
--------------- Added [DATE]1198714951[/DATE] at [TIME]1198714951[/TIME] ---------------
I also corrected the missing "s" in what you told me to put in forumhome template
currentuserslocation
That still didn't fix it.