vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Sigma Chat integration for non-platinum users (https://vborg.vbsupport.ru/showthread.php?t=61238)

xlguy 05-01-2004 09:37 PM

Quote:

Originally Posted by joanne862
When I tried to set up identical accounts in the raidersoft control panel, it wouldn't let VB users login to the chat room.

Thanks

Like I said, if you create accounts in the sigma control panel (you should only do this for mods/admins) then it won't auto-login them. This is because the username they are trying to login with is now protected. All they have to do is enter their password and they login - it doesn't take very long and I trust my moderators not to change their usernames as this stage.

InsaneContender 05-09-2004 06:39 AM

Just Installed It. Works great. Thanks alot!

PIF 05-09-2004 07:44 PM

Also installed thanks

uzitalk 05-11-2004 06:54 PM

Quote:

Originally Posted by joanne862
I'm trying to install the hack for sigma chat (pro version).
I've done steps #1 & #2.

For step #3-
In VBulletin admin cp I've done, templates > add template and copied and pasted the contents of chatroom_template.txt into it.

When I try to test it I get this error message -
Fatal error: Call to undefined function: fetch_template() in /home/wdisneyw/public_html/forums/chat.php on line 17

I presume it means I've not added the template correctly, but I can't see how.

Using VBulletin Version 2.2.8.


Thanks!

I have the same error with 2.3.4. Will it work with this version?

uzitalk 05-12-2004 01:26 AM

I got it working with 2.3.4. Here it is:
Quote:

<?php
error_reporting(E_ALL & ~E_NOTICE);
define('THIS_SCRIPT', 'chat');
require_once('./global.php');
$globaltemplates = array('chatroom');

if ($bbuserinfo[userid]=='') {
show_nopermission();
} else {
$username1=ereg_replace("[^A-Za-z0-9]", "_", $bbuserinfo['username']);
$myLength = strlen( $username1 );
if ($myLength > 15) {
$username = substr( $username1, 0, 15 );
} else {
$username = $username1;
}
eval('dooutput("' . gettemplate('chatroom') . '");');
}
?>

SVTBlackLight01 05-12-2004 09:54 AM

You guys do realize this is the vb3 hacks section.

calldaffer 06-25-2004 10:16 PM

Quote:

Originally Posted by SVTBlackLight01
You guys do realize this is the vb3 hacks section.

anyone know how I can restrict certain usergroups from accessing the chatroom?

Cold Steel 06-25-2004 10:50 PM

Conditionals.

calldaffer 06-25-2004 11:03 PM

Quote:

Originally Posted by Cold Steel
Conditionals.

yeah, that was helpful man, thanks :rolleyes:

joergh 08-16-2004 06:35 PM

No problem to integrate with vb.3.0.3

*klicks install

Maybe one small hint for users who still own a sigmachat for a longer time:

Code:

<html>
<head>
<title>Chat Room</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#0000ff">
<applet codebase="http://client1.sigmachat.com/current/" code="Client.class" archive="scclient_en.zip" width=680 height=480 MAYSCRIPT>
  <param name="room" value="XXXXX">
  <param name="cabbase" value="scclient_en.cab">
  <param name="USERNAME" value="$bbuserinfo[username]">
  <param name="autologin" value="yes">
</applet>
</body>
</html>

The default Url is <applet codebase="http://client1.sigmachat.com/current/

It took me 10 minutes to realize that my "old" chat lies on: :ninja:

codebase="http://client0.sigmachat.com/current/

Maybe that helps, before that I got the message "This chat is closed"

joergh


All times are GMT. The time now is 10:19 AM.

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.01170 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete