Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
SigmaChat Easy Install! Details »»
SigmaChat Easy Install!
Version: 4.5.0, by melefire melefire is offline
Developer Last Online: Jul 2009 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-12-2006 Last Update: 07-02-2006 Installs: 16
Uses Plugins Template Edits
Additional Files  
No support by the author.

MeleFire Hack id: 54604
/================================================\
|
SIGMA CHAT EASY INSTALL 4.5.0
|Please do not put this hack on torrents so
|people who have an illegal copy of vB can not get it
|For vBulletin 3.5.0-3.5.4
|This hack is NOT in beta stage
|To get this for vBulletin 3.6 go here
|Copyright: MeleFire
|Install time: 5 minutes
|My site Community ForumZ
\================================================/
If you have any problems with this hack please post them in this thread


==============
Description:
==============
This hack allows SigmaChat to run on a vb page.
It does not integrate the vBulletin users.

==============
Features:
==============
*No template editing
*Usergroup Permissions
*Master on/off
*Disable copyright
*Chatroom only for users
*Custom Chat Panel links
*Chat Panel w/ chatroom controls
*Use this hack to find out the rest...


===============
Known Bugs:
===============
None


==============
Installation:
==============
Sign up for a free sigmachat account at http://www.sigmachat.com/
Download this mod
Upload the "forum" folder
Go into you ADMINCP and edit SigmaChat Easy install settings, remember to add in you custom chat code in the correct setting option and to also add your chat server

======================
Why Use This Mod?
======================

It's one of the only completely free Chatroom mods!
--------------------
This is my 8th release; the next one might have new features.
--------------------

IF you use, please click install

Version 4.5.0
ADDS:
*Usergroup Permisions

Version 4.0.0
ADDS and FIXES:
*Bug fixed see above
*Added chat panel
*Added new options

Version 3.1.0
vB UPGRADE And ADDS
*Now runs with 3.6 - see here
*Custom sigmachat server
*More phrases
*Bug Fixed: New Chatrooms not working

Version 3.0.0

ADDS:
*New ADMINCP integration
*Master on/off
*And other misc. options!

Version 2.1.0
FIXES BUG:
*ADMINCP error

Version 2.0.0
ADDS:
*New ADMINCP registration
*Guests can't view chat
*Easy installer

Version 1.0.0
--FIRST RELEASE

------
You may not remove the copyright notice from the script; however you may disable from the sigmachat options page in your ADMINCP.


================


================
EVERY ONE MUST UPDATE TO 4.5.0 IF THEY WANT TO HAVE CUSTOM USERGROUP PERMISSIONS.


Supporters / CoAuthors

Show Your Support

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

Comments
  #2  
Old 03-13-2006, 08:39 PM
corn dog's Avatar
corn dog corn dog is offline
 
Join Date: Oct 2005
Location: Sydney, Australia
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice,thanks.Officially the 1st install.
EDIT:thanks,I needed a good chat program
Reply With Quote
  #3  
Old 03-13-2006, 08:52 PM
melefire's Avatar
melefire melefire is offline
 
Join Date: Dec 2005
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

your welcome
Reply With Quote
  #4  
Old 03-13-2006, 08:54 PM
corn dog's Avatar
corn dog corn dog is offline
 
Join Date: Oct 2005
Location: Sydney, Australia
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by melefire
your welcome
Hey,I looked through the code a bit and I suggest you should add the
HTML Code:
<center></center>
so it would be:
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header

$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat">Chat Room</td>
</tr>
<tr>
    <td class="alt1">
<center><applet 
   codebase="http://client0.sigmachat.com/current/"
   code="Client.class" archive="scclient_en.zip"
   width=600 height=400 MAYSCRIPT>
   <param name="room" value="ROOMID">
   <param name="cabbase" value="scclient_en.cab">
</applet></center>
     <h6><center>By MeleFire</center>   </h6>    
</td>
</tr>
</table>

$footer
</body>
</html>


Edit:hmm I keep getting this error message saying that the room is closed...is this umm normal?
Reply With Quote
  #5  
Old 03-13-2006, 09:00 PM
melefire's Avatar
melefire melefire is offline
 
Join Date: Dec 2005
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx i added that
Reply With Quote
  #6  
Old 03-13-2006, 09:05 PM
melefire's Avatar
melefire melefire is offline
 
Join Date: Dec 2005
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

check the admincp on sigmachat.com
make shure your room is active
Reply With Quote
  #7  
Old 03-13-2006, 09:10 PM
melefire's Avatar
melefire melefire is offline
 
Join Date: Dec 2005
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also chack to make shure your ROOMID is correct


EDIT:


and check to make shure this URL:
codebase="http://client0.sigmachat.com/current/"
is correct, if you are on a differnet server it might by client1.xxxx...
check by going to SigmaChat CP and clicking chatlink code
you will see the first option, make shure it maches up with the code in the template
Reply With Quote
  #8  
Old 03-13-2006, 09:52 PM
corn dog's Avatar
corn dog corn dog is offline
 
Join Date: Oct 2005
Location: Sydney, Australia
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where it says chat Id I put http://client0.sigmachat.com/sc.pl?id=xxxxx
and it does not work.
Reply With Quote
  #9  
Old 03-13-2006, 09:56 PM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would it be possible to have a larger screenshot?
Reply With Quote
  #10  
Old 03-13-2006, 10:00 PM
melefire's Avatar
melefire melefire is offline
 
Join Date: Dec 2005
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by corn dog
Where it says chat Id I put http://client0.sigmachat.com/sc.pl?id=xxxxx
and it does not work.
you have to replace xxxxx with your roomid, when you have your sigmachat account go to the chatroom code page and at the bottom it will tell you your chatroom url, you have to hakt the last set of #s and put them in place of xxxxx
Reply With Quote
Reply

Thread Tools

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 08:46 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04264 seconds
  • Memory Usage 2,298KB
  • Queries Executed 24 (?)
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
  • (1)bbcode_code
  • (1)bbcode_html
  • (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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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