Yes, because it shows it directly this way:
http://147.202.66.3:8085/?api.UserCount
0 is correct
But I cannot get the plugin setup right to display usercount in forumhome
--------------- Added [DATE]1198710896[/DATE] at [TIME]1198710896[/TIME] ---------------
Tried this also, won't work
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");