Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
SigmaChat Complete Integration & Authentication Details »»
SigmaChat Complete Integration & Authentication
Version: 1.00, by Grim77 Grim77 is offline
Developer Last Online: Jul 2015 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 03-28-2004 Last Update: 11-15-2004 Installs: 59
Template Edits
Code Changes Additional Files  
No support by the author.

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
  • Chat room integrates via a single link in your vBulletin forum navigation bar, or via a forum link.
  • Chat room may be placed in it's own vBulletin page, and/or as a popup window.
  • Automatic user login option.
  • Remote authentication script allows you to authenticate access into your chat room via your vBulletin user database.
  • Complete control over which user groups are allowed access, allowed administrative access, or denied access.
  • Real time "Who's Chatting" page allows you to show which users are currently in your chat room by interfacing with SigmaChat's "Who's Online Module" system.
  • Makes use of vBulletin's template and phrase system for easy modification, and multilingual operation.
  • Show who is chatting from your forums main page
  • Automatic chat integration with your vBulletin user profiles, email, PM, etc..
Installation
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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #202  
Old 01-08-2005, 11:47 AM
ChrisBaktis ChrisBaktis is offline
 
Join Date: Mar 2004
Location: CT
Posts: 409
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont know what is wrong but that template keeps clearing out for me, going blank again. Thus removing the box.
Reply With Quote
  #203  
Old 01-09-2005, 04:45 AM
mavherzog's Avatar
mavherzog mavherzog is offline
 
Join Date: Dec 2004
Location: Columbus, WI
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This integration hack is GREAT! Love it.

Using the free version of SigmaChat right now...but with the integration with my board, I'm thinking I'm about to spend $75.
Reply With Quote
  #204  
Old 01-10-2005, 10:19 AM
dwh's Avatar
dwh dwh is offline
 
Join Date: Feb 2002
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want to speed this up a bit, make sure to cache the templates.

Add
PHP Code:
'sigmachat_wc_list'
'sigmachat_wc_embedne'

to
PHP Code:
$globaltemplates = array( 
in index.php

and
in chat.php add

PHP Code:
$globaltemplates = array(
'sigmachat_embed'
); 
Before

PHP Code:
       require_once("./global.php"); 
Reply With Quote
  #205  
Old 01-10-2005, 11:45 AM
dwh's Avatar
dwh dwh is offline
 
Join Date: Feb 2002
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've just gone through a good chunk of this code. I'm amazed who's online works at all for anyone. Phrases and Templates were not meant to be updated this way through cron IMHO and the whole approach is very inefficient. The number of queries in the cron file is downright wasteful. It would have been much better, especially with buggy code, to create a totally separate table and update the fields there.
Reply With Quote
  #206  
Old 01-16-2005, 11:41 PM
vonedaddy's Avatar
vonedaddy vonedaddy is offline
 
Join Date: Jan 2004
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I finally got the Who's Online box showing now but it never shows anyone in chat. Also when I click on Who's Chatting I see this error:
PHP Code:
Warningfile(http://client1.sigmachat.com/scwho.pl?plain=1&id=56771&roompw=********************): failed to open stream: Permission denied in /home/u1/vonaone/html/forums/chat_online.php on line 20

WarningInvalid argument supplied for foreach() in /home/u1/vonaone/html/forums/chat_online.php on line 23 
Any ideas?? Maybe this has something to do with why its not working?
Reply With Quote
  #207  
Old 01-17-2005, 12:20 AM
vonedaddy's Avatar
vonedaddy vonedaddy is offline
 
Join Date: Jan 2004
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also figured something else out. Everytime someone logs into the chat room it clears the whole sigmachat_wc_embedne template (I added the template so it would show the box all the time).

Any help would be greatly appreciated.
Reply With Quote
  #208  
Old 01-17-2005, 12:28 AM
dwh's Avatar
dwh dwh is offline
 
Join Date: Feb 2002
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In my opinion, this entire implementation of sigmachat integration should be chucked entirely. I believe it is dangerous to implement. Maybe I'm being overly cautious, but updating the templates and phrases directly on a cron schedule is just not a good idea. As I said before, especially on buggy code, they should have created a table dedicated to whos chatting and update that. So if there's an error or problem, it won't mess up something as integral to vb as the template AND phrase system.

It works if you fix the bugs in their code, but the approach is wrong. I'm amazed that the same people who wrote such a good chat did such a bad job of writing the integration program.
Reply With Quote
  #209  
Old 01-21-2005, 04:07 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vonedaddy
I also figured something else out. Everytime someone logs into the chat room it clears the whole sigmachat_wc_embedne template (I added the template so it would show the box all the time).

Any help would be greatly appreciated.

Same problem here

Wots the point in havin a box that disane appear till someone's in chat

isn't the whole point in having a "who's chatting" box is to get people to go into chat?

keeps clearing

otherwise works great
Reply With Quote
  #210  
Old 01-29-2005, 12:59 AM
vonedaddy's Avatar
vonedaddy vonedaddy is offline
 
Join Date: Jan 2004
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hIBEES
Same problem here

Wots the point in havin a box that disane appear till someone's in chat

isn't the whole point in having a "who's chatting" box is to get people to go into chat?

keeps clearing

otherwise works great
Anyone have any ideas??
Reply With Quote
  #211  
Old 01-31-2005, 09:51 AM
kangta kangta is offline
 
Join Date: Jan 2005
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've created an addon that will generate a random guest username if you're having problems with "Unregistered" users bumping each other or being denied access when you're using vB authentication. Enjoy
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:08 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07142 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete