The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
SigmaChat Complete Integration & Authentication Details »» | |||||||||||||||||||||||||||
SigmaChat Complete Integration & Authentication
Developer Last Online: Jul 2015
Hack Info
Name: SigmaChat Complete Integration & Authentication Add-on Version: 2.0.0 Author: Chris Duerr, RaiderSoft First Introduced: 28 Mar. 2004 Last Modified: 15 Nov. 2004 Compatability: vBulletin 3.0.x Overview This addon allows you to fully integrate a SigmaChat Java? Chat Room (free or paid service; Platinum or Enterprise required for full functionality) with your vBulletin 3.0.x forum system, including the ability to authenticate access via your vBulletin forum system, and provide a "Who's Chatting" page list showing who is currently logged into your chat room. Features
Installation will require between 15 to 30 minutes of your time depending upon your proficiency in installing addons to vBulletin. Download the attached 'sigmachat.zip' file, and load the INSTALL.html file in your web browser for detailed instructions. RaiderSoft may be able to assist you with installation should you require it. Please contact us for details. Support Support is provided by RaiderSoft for this script provided you have a Platinum or Enterprise SigmaChat account. Read the included instructions for details. I'll be happy to answer questions here as well regarding the script. Screenshots are attached The all new extension for vBulletin 3.5 has been released. For more information, please visit this link . Download: VB3SC7_2.0.0.zip or download using the download link in the upper-right hand corner of this message. Show Your Support
|
Comments |
#92
|
||||
|
||||
If I'm not mistaken... I think they are waiting for the release of the next version of chat before updating the integration script (mid to late June).
|
#93
|
||||
|
||||
Not sure if this is helpful to anyone else but I've added an additional user title to the who's chatting list for my paid subscribers. The sigmachat hack basically lists users as guest, user, moderator, or admin depending on the user group they are in but I've also added Sponsor member as well to recognize those that have upgraded their memberships but you could use it for any usergroup you wish to list providing it's set as a primary group.
In chat_global.php find (may differ slightly depending on your usergroup settings); Code:
# Specify the Primary User Groups that have both administrative access and grant access (the # ability to grant temporary administrative privileges to non-admins within the # chat room) in the chat room. $SIGMACHAT_AUTH_GRANTACCESS = array(6); Code:
# Specify the Primary User Group For Sponsor Members with standard access $SIGMACHAT_AUTH_SPONSORACCESS = array(14); In chat_auth.php find; Code:
if(in_array($userinfo[usergroupid], $SIGMACHAT_AUTH_ACCESS)) die("1"); Code:
if(in_array($userinfo[usergroupid], $SIGMACHAT_AUTH_SPONSORACCESS)) die("1"); Code:
if(in_array($bbuserinfo[usergroupid], $SIGMACHAT_AUTH_GRANTACCESS)) $SIGMACHAT_RANK = $vbphrase[sigmachat_rank_2]; Code:
if(in_array($bbuserinfo[usergroupid], $SIGMACHAT_AUTH_SPONSORACCESS)) $SIGMACHAT_RANK = $vbphrase[sigmachat_rank_3]; Type: Global Varname: sigmachat_rank_3 Text: Sponsor Member (change this to suit your usergroup) That's it. Now when people use my Who's Chatting link it displays guests, members, sponsor members, moderators, & admin. It's a small thing but if like me you are trying to sell memberships it always helps to highlight those that have paid but you could use it for any selected group you wish. |
#94
|
|||
|
|||
I registered a free account and went through all the steps for the hack, thanks for the clear documentation! However, when I click on my Chat link (popup), I get a grey window with a red X. I've tried updating all my Java, I rechecked my templates (and did the update) and made sure I wasn't running automatic login and AAS simultaneously. Suggestions?
|
#95
|
||||
|
||||
Hello,
somehow this script doesn't seem to want to be as friendly to me as it has been to everyone else. I have an enterprise account and I have $SIGMACHAT_VB_AUTHENTICATE set to 1 and it's connecting to the server completely fine, however it is rejecting me user/pass combo from my vb database no matter what, any suggestions? |
#96
|
|||
|
|||
Quote:
|
#97
|
|||
|
|||
no one having this problem other then us two??
Anyone there? Hello |
#98
|
||||
|
||||
Sigmachat is pushing to have a beta release of their next version ready for Friday so Chris is likely up to his eyeballs right now and simply hasn't checked back here recently. Best bet is probably to post to their own support forum as I know he is keeping tabs on it daily with all the changes comng up;
http://support.raidersoft.com/forums/ |
#99
|
|||
|
|||
I am having a weird problem. I bought a Platinum account and everything seems fine as far as chatting goes. But while the chat popup is launched, if I click on my forums and read any threads, there are weird numbers that show up randomly everywhere for no reason. If the chat popup windows is closed, all is fine. If I use the embedded option, everything seems ok. Please see the attached image.
|
#100
|
|||
|
|||
What's the deal with this project at this point? The zip files are empty.
I'd like to purchaser the chat software, but without the script to integrate it it would be useless to me. |
#101
|
||||
|
||||
Sigmachat has just released their beta version so the new version of chat shouldn't be far behind. They've got to get the new version online before they can update the integration script.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|