PDA

View Full Version : Connect forum to chatbox


dutchie
11-26-2003, 09:27 AM
Hi.

I'm one of the admins/mods of the Armageddon forum at http://www.armageddononline.org/forums/

Now we want a chatbox linked to the forum, preferably with a new button at the top. None of us have the skills to do this. The chatbox is alreay installed, but we need a way to make usernames public, so that people don't have to type in their usernames and passwords when moven to and from the box.

Is there a mod/hack available for this problem?

Gary King
11-27-2003, 07:14 PM
What do you mean by chatbox?

Anyways, you can simlpy just do require("./global.php"); to include the vB's global.php file, and have access to vB's functions, vars, etc.

Then use $bbuserinfo['username'] and $bbuserinfo['password'] (password is encrypted, remember that, so you cannot know their actual password) for username and passwords, respectively.