Thanks for the help, but its not working.
I tried this:
Code:
function getAPI($command) {
$er = error_reporting(0);
$result = file_get_contents("http://147.202.66.3:8085/?api.".$command);
//Replace http://chathost:controlport with the link to the your api chat
error_reporting($er);
return $result;
}
$apichat['currentuserslocation'] = getAPI("whowhere");
I also tried it with this link:
http://147.202.66.3:8085/?0,0,0,0,0
I did enable / activate plugin too.