MyBB Community Forums

Full Version: 123Flash Chat User not appearring
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
...hello sirs, I got a MyBB 1.6.3 version and the I am hosted at 123Flashchat, followed the plug in download from here and was a success until this...users are not being shown

[Image: chatmissingusers.png]

...are there something wrong with the commands here in the plug in? I used the $running_mode = 2 (since I am hosted by flash chat)

...I was thinking, maybe it has got to be in here in the function_chat.php here where I might be able to tweak it but I am just a newbie so I ask your help sirs

function chat_getChatterListFromExtendServer($client_location) {

$url_userListStr = "http://" . chat_checkSlash(str_replace('http://','',$client_location)) . "user_list.php";
$userListStr = get_chatInfo($url_connections);
$userListStr = (empty ( $userListStr )) ? "None" : $userListStr;
return $userListStr;


...anyone? pls?