The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
I fixed all issues, except footer still won't output "members in live chat" as it used to. Not sure why.
The API / plugin is correct: forumhome_start Code:
function getAPI($command) { $er = error_reporting(0); $result = file_get_contents("http://64.64.127.230:8080/?api.".$command); error_reporting($er); return $result; } $apichat['currentuserlocation'] = getAPI("UserCount"); $apichat['currentusers0'] = getAPI("UsersIn=Chat%20Cafe"); $apichat['currentusers1'] = getAPI("UsersIn=Prayer%20Room"); $apichat['currentusers2'] = getAPI("UsersIn=Teen%20Hangout"); $apichat['currentusers3'] = getAPI("UsersIn=Bible%20Study"); $apichat['currentusers4'] = getAPI("UsersIn=Parents%20Only"); $apichat['currentuserfooter'] = getAPI("UserCount"); The room numbers are correct, double verified on my end. The footer code is Code:
$apichat[currentusers0] $apichat[currentusers1] $apichat[currentusers2] $apichat[currentusers3] $apichat[currentusers4] Chad ERR: Room does not exist. " |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|