vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Embedded chat (https://vborg.vbsupport.ru/showthread.php?t=36651)

dethfire 04-21-2003 07:53 PM

the only bad thing about raidersoft is that you have to pay to beable to administer the chat room. I can't kick anyone! $75/yr is waaaaaaaaay too much

Zelda-King 04-24-2003 03:27 PM

I imagine this hack isn't compatible with a mIRC chat?

wot-Mike 04-25-2003 09:00 AM

I'm totally mIRC ignorant :(

BrAinZ 04-26-2003 05:17 PM

I have been using this chat very successfully on one board that I run, but have just started another one and am having a slight problem :(

Basically the chat page opens in a new window (via target="_blank"), but the chat section seems to load TWICE on the same page.

Loads the header etc for the page, then the chatroom app, then the header again, and the chatroom again, then the footer.

The odd thing is, if you press F5 (or refresh) then the page loads normally.

Any ideas on what's causing this??

wot-Mike 04-26-2003 09:17 PM

Well, that's pretty odd.
You might want to check on your templates. I cant think of anything else that would cause this. Is it possible you made a custom template and added "$forumchat" twice? Or something in that direction...
Might also be interesting to see the source code of the page, before it loads header and chat the second time.

ImportPassion 05-01-2003 03:48 PM

wot-Mike: IS there a status update on the who's online? I just got PLatinum and this would be a great add on.

Derek

wot-Mike 05-01-2003 07:23 PM

It's taking ages huh :(

Well, simply put, I had a who's online thingie of my own, but it was so similar to the one GeorgeofCS wrote that I've sort of adopted his version to avoid confusion and such. With his permission, so no worries about that. And with the exception of invisible users. When you're in chat you're visible, so why bother to keep invisibility settings into account ;)

I had another type of Who's Online as well, based on a "switch" inside the database, but there are too many if's with that one.

Ok, the new chat thingie I have right now isn't finished. I've got it up and running on some site though, and it's working like it should. BUT, it's for Raidersoft's Platinum chat (user authentication). And umm, it's really for a future version of Platinum chat (newer then 7.1), if I'm anticipating things right I mean ...

I can dig around and see if I've still got a modified 1.4 version around, with the Who's Online in it. Unfortunately I'm a sloppy person, and I think I need to adjust template names. I seem to use diferent ones for each chat hack I make. Also, I may need a Profesional chat test board to get it installed and see if it's working like it should. I really haven't looked at it for quite a while, and what I have now is picked up from left overs left and right.
It DOES require some changes to your database.

thuffner 05-03-2003 02:09 AM

GREAT hack. My users are raving! The Who's Chatting will be nice, but take your time...

yxboom 05-11-2003 03:03 PM

<~~ Ready to start begging.

Grim77 05-13-2003 06:27 PM

wot-Mike,

I just wanted to say Thank you on behalf of us here at RaiderSoft. Your script is great!! Please e-mail us the next version so we can put it on on our site as well if you wouldn't mind.

Also, I wanted to let everyone know that we've just completed a script that will allow you to authenticate access to your chat room via your vBulletin database. You'll need the Platinum level service, and this script:

http://www.sigmachat.com/panel/extras/auth_vb230.zip

Once you have it installed, users who belong to groups with posting privileges will be allowed in the chat, and users who belong to groups with moderating privileges will be admin's within the chat room.

We've also developed a real-time Who's Online module that could be incorporated into vBulletin with a little work. The module is still fairly expensive (1/10th of a cent per hit) but should ease up soon.

Trevor Hannant 05-15-2003 06:38 PM

Have installed this hack for SigmaChat but don't have the 'chat' link on our Forum Home Page.

- Edited chat.php and uploaded it into the root directory
- Added the templates into the Default set (which is currently still in use!) :disappointed:

Any common mistakes/misunderstandings over the instructions that I could have made?

Toogy 05-17-2003 12:10 AM

ok, I bought the platinum addition and I can't get the auto login feature to work.
Please help me out, where do I set that?
Here is what I am calling from the chatbit template

<applet
codebase="http://client.sigmachat.com/current/"
code="Client.class" archive="scclient_en.zip"
width=700 height=400 MAYSCRIPT>
<param name="room" value="xxxxxx">
<param name="cabbase" value="scclient_en.cab">
<param name="username" value="$USERNAME">
<param name="password" value="$PASSWORD">
<param name="autologin" value="yes"
</applet>

And it always says invalid username & password, even though I am logged into my board.

Anybody have any ideas?

Toogy 05-17-2003 03:02 AM

Quote:

05-15-03 at 03:38 PM Trevster said this in Post #211
Have installed this hack for SigmaChat but don't have the 'chat' link on our Forum Home Page.

- Edited chat.php and uploaded it into the root directory
- Added the templates into the Default set (which is currently still in use!) :disappointed:

Any common mistakes/misunderstandings over the instructions that I could have made?


What problems are you having? Try re-uploading chat.php in ASCII mode. I hade a problem at first and that fixed it.

gmarik 05-17-2003 07:21 AM

How much is the registered version and where is the info about it?

Trevor Hannant 05-17-2003 08:11 AM

Quote:

Today at 02:10 AM Toogy said this in Post #212
ok, I bought the platinum addition and I can't get the auto login feature to work.
Please help me out, where do I set that?
Here is what I am calling from the chatbit template

<applet
codebase="http://client.sigmachat.com/current/"
code="Client.class" archive="scclient_en.zip"
width=700 height=400 MAYSCRIPT>
<param name="room" value="xxxxxx">
<param name="cabbase" value="scclient_en.cab">
<param name="username" value="$USERNAME">
<param name="password" value="$PASSWORD">
<param name="autologin" value="yes"
</applet>

And it always says invalid username & password, even though I am logged into my board.

Anybody have any ideas?

I assume that you've changed the x's in this line:

<param name="room" value="xxxxxx">

to the id of your chat room?

And thanks for the tip. Will try that one out later! ;)

matthewc 05-18-2003 09:47 PM

yeah, the auto login doesn't work for me either. what happens is it displays the username of the user in the "name" field, but they can change it before they click login.

thats just wrong.

Toogy 05-20-2003 12:30 PM

Well I am using the authorization script from Raidersoft so users still have to login as themselves and can't login in as anybody else unless they have the correct information, but I would really love the autologin feature to work.

Anybody have any ideas?

weewilly 10-18-2003 03:05 PM

Absolutely fantastic!

Works like a charm :nervous:

I followed your example and got a raidersoft platinum chatroom. This is way better than phpMyChat and doesn't eat your bandwidth.

discussfitness 11-18-2003 12:39 PM

Anyone using Sigmachat beware. There is an easy way to get two usernames in the chat even when you do have auto-login enabled.

Try this and you will see...

Here it is...

1) You auto-log in to the chat room using this embedded chat script.
2) You then open a new browser window
3) The 2nd chat window auto-logs you in again and kicks the first user (as it's a duplicate)
4) The 1st user is kicked to the login page! Which just loads and sits there.
5) The 1st user then chooses another name and clicks login
6) You now have 2 users who are the same person!

To solve this:

Go to your SigmatChat control panel > URL Settings > and set an Exit URL

:)

SternFan 11-18-2003 03:29 PM

Any way to get the raidersoft ice to auto login?

Trevor Hannant 11-27-2003 05:27 PM

Does anyone else get the problem of being asked to logon again?

- log on to Forums via home page
- select Chat from list and am redirected to logon page
- chat opens and have to logon to chat

Can't be right???

SVTBlackLight01 11-30-2003 11:17 PM

Has there been any progress on finding a solution for the chat page not loading?

SVTBlackLight01 12-05-2003 05:00 AM

Is this hack dead or am I just the only one that is having this problem? :disappointed:

I would like to have all the features of the paid version, but not if the free one won't work.

Does jPilot work better?

FlyBoy73 12-06-2003 01:51 AM

SVTBL01,
I have used jPilot but I don't like all the IRC issues.. Slow load times, keeping people out of the rooms, and making sure the members know how to do things in it..

If this is still working, I definitely recommend it.

SVTBlackLight01 12-06-2003 02:03 AM

It works fine at home, but I have tried it on a few other computers, and I had issues with it loading like were mentioned eariler in the thread. I didn't see anywhere that this issue had been solved. It would be great to get it working for everyone. It would be a great chat solution for my site, especially since it doesn't eat up your bandwidth.

ConqSoft 12-30-2003 02:53 PM

Has anyone updated this to work with vBulletin v3 Gamma?

Thanks

jamescrf 12-30-2003 06:05 PM

I have been trying to get sigmachat to work with vb3 for about 2 weeks, but no luck so far. I am trying to use the vb3 authentication script but it just says invalid username & password when you try and login.

Alidar 01-29-2004 05:17 AM

Loved the hack!!!!!!

*** Clicks Install ***

Went with SigmaChat, and everything worked just fine.

Puchased Plat service for vB tie-in. However, as soon as I tried to tie into my bulletin board database everything fails. I cannot seem to get the supplied script to correctly access the db and react properly.

vBulletin Version 2.3.2
VBPortal 3.0b
www.chelicera.com/forums

scauth.php been uploaded into both www.chelicera.com/forums/admin and www.chelicera.com/forums/uploads, copied the config.php file over to /uploads, and tried setting the file path in chat admin to both URLs with no success.

Every time I tried to test the scauth.php file I get the output of "0"

CHMOD was even set for RWXRWXRWX just in case that was the problem.

Someone told me gZip can affect things, is vB configured to OFF, as far as I know my server does NOT gZip either.

Can anyone help me troubleshoot things?

xlguy 02-06-2004 04:08 PM

For those of you on VB3...

I've just posted a hack which works with VB3 and Sigma Chat. It's basic but works for me :)
https://vborg.vbsupport.ru/showthread.php?t=61238

If you have any questions reply to that thread not this one!

dwh 02-09-2004 06:36 PM

Quote:

Originally Posted by Toogy
ok, I bought the platinum addition and I can't get the auto login feature to work.
Please help me out, where do I set that?
Here is what I am calling from the chatbit template

<applet
codebase="http://client.sigmachat.com/current/"
code="Client.class" archive="scclient_en.zip"
width=700 height=400 MAYSCRIPT>
<param name="room" value="xxxxxx">
<param name="cabbase" value="scclient_en.cab">
<param name="username" value="$USERNAME">
<param name="password" value="$PASSWORD">
<param name="autologin" value="yes"
</applet>

And it always says invalid username & password, even though I am logged into my board.

Anybody have any ideas?

I see this is an old one but in case you didn't notice under autologin you forgot to close the bracket.

CmputerWiz 03-03-2004 02:03 PM

Wow this hack is awesome! I've tried prolly 8 other chat solutions, including one with RealChat which was $500, and this one is by far the easiest and best hack IMO. Well done!!

www.SouthFloridaRacing.com/forums and the hack can be seen at
www.SouthFloridaRacing.com/forums/chat if you login.

Thanks again!
SR

WhiteOx2 04-26-2004 08:16 AM

Brilliant hack, thankyou :)
*clicks install*

Amzadi 04-26-2004 02:56 PM

Now if someone can just integrate this chat with VBulletin.
http://www.sizefetish.com:1235/docs/index.html

Once in the chat room, click EXTRA in the top menu and UPLOAD MEDIA. Upload a pic and see why this chat room is better than anything else on the market.

jzhostpa 10-15-2004 07:28 PM

What is the "Authentication URL" that I should use with SigmaChat Enterprise Level? I have vb 2.2.9

thx

cjwinternet 10-08-2005 10:27 AM

setup exactly as described.

Fatal error: Call to undefined function show_nopermission() in E:\Data\CW\airmech_vb_051005\forums\chat.php on line 49

VBulletin 3.5 on PHP5 on IIS6

Marco van Herwaarden 10-08-2005 10:54 AM

Well this is a hack for vB2, so it will 100% not work for vB3.5.

Even trying it, is risking your board.

Rukbat 02-22-2006 07:33 AM

I just upgraded from vBulleting 3.5.3 to 3.5.4.. I had sigma chat imbedded in the forum (sigma chat platinum) with the 'Chat' link in the navbar (had the drop dow to open chat room in window/float it/see who's chatting) unfortunately I did this upgrade at 2am when my brain is fuzzy but my board was clear of members. The upgrade went fine until i finished and had some templates vB asked if I wanted to revert. I accidentally (big mistake) reverted the navbar template! And my 'chat' link is gone.... also the <----!Sigma Chat----> code that was in two places that i remember in that template are gone.

any help to get it back would be appreciated.... I can't remember how I put the code nor where i got the code that was in there at this point....
my board members are supposed to have a 'scheduled chat' on 2/22 at 8pm US Eastern time...HELP!


All times are GMT. The time now is 10:04 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.01551 seconds
  • Memory Usage 1,823KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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