What member system do you have set up now? Is it a preconfigured script or one you bought/downloaded?
There is
Cbox About Free Tagboard and Chat Widget for your Site that claims it is easy to integrate the chat box into any other script you have running. I haven't personally tried it yet though.
Quote:
If you host your own website with its own userbase, it is quite easy to integrate Cbox so that it automatically assigns the correct names to users logged in to your website.
If your site is PHP-based (e.g. phpNuke, vBulletin, phpBB), alter your Cbox HTML code in the following way:
...&sec=form&nme=<?=urlencode($name)?>& ;nmekey=<?=md5('skldfnaskl23'.$name)?>
Where the variable $name appears, insert the variable that represents the user's name as retrieved from your userbase. This will vary depending on your CMS or forum system. After changing your code, enable user override below.
|