php forum
php mysql forum
php mysql smarty
 
Page 1 of 3 1 2 3 >
Topic Options
#241908 - 04/02/03 04:10 PM RaiderSoft Chat authentication script
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
If anyone is using RaiderSoft's chat at the Platinum level, here is a custom authentication script for it. <br /> <br />If you go to your RaiderSoft control panel, click User Accounts, then Options, scroll to the bottom and select "Custom Authentication Script". In the field, enter: <br />
Code:
http://www.yoursite.com/ubbthreads/chatAuthentication.php
or wherever you upload the file to. <br /> <br />Then if you pass the following params to your chat applet: <br /> <br /> <param name="username" value="$Username"> <br /> <param name="password" value="$Password"> <br /> <param name="autologin" value="yes"> <br /> <br />You will be automatically logged in when you invoke the applet. The authentication script also takes advantage of the return value of 2, which grants moderators and admins chat room op status (they can kick and ban and such). <br /> <br />Cheers, <br /> <br />Chris


Attachments
74708-chatAuthentication.zip (237 downloads)

_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241909 - 04/03/03 02:03 AM Re: RaiderSoft Chat authentication script [Re: ]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
You can also pass these with the applet parameters

Top
#241910 - 04/03/03 11:00 AM Re: RaiderSoft Chat authentication script [Re: Kelly]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Pass what?
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241911 - 04/03/03 12:07 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
Cool, I registered on your site to check it out, does having the chat software on your server slow your site down at all? Also, do you know if there is a way to only allow a certain "group" access to the chat?

Top
#241912 - 04/03/03 12:27 PM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Hey there,<br /><br />I am actually working with RaiderSoft on the login problem... should be fixed soon, but it you just refresh the page a few times when you have that problem you will get in.<br /><br />As for performance, the chat hosting is done by RaiderSoft's machines and is very quick.<br /><br />You can allow anyone access through several methods of authentication. For our site, you MUST enter the chat room through a specific page, and that page can only be accessed by registered members of our site.<br /><br />You could easily create UBB.threads groups and have the chat link available only to them.<br /><br />HTH,<br /><br />Chris
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241913 - 04/03/03 12:50 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
Cool, that's what I need.

Top
#241914 - 04/03/03 03:21 PM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Do you know how to do it or do you want some help?
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241915 - 04/03/03 04:15 PM Re: RaiderSoft Chat authentication script [Re: ]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
Looks good; I am considering this for our site. $100 for a year seems reasonable, too. Maybe I can get some of our users to cough up some $$$. lol
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#241916 - 04/03/03 11:10 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
I will let you know, looking at all the options so far but this one does look good. Is there a hack for this that will display on the forums how many people are in chat? I could have sworn I saw something like that here but can't find anything.

Top
#241917 - 04/04/03 01:09 AM Re: RaiderSoft Chat authentication script [Re: bisbell]
Mudpuppy Offline
Journeyman

Registered: 08/16/02
Posts: 113
Loc: Sin City
Here's the link you're looking for:<br /><br />http://www.threadsdev.com/threads/php/sh...amp;amp;fpart=1<br /><br />I use this chat on my site and it works quite well. Registered users from my Threads board are automatically logged into the chatroom, and an indicator on the message board records how many users are currently chatting. In addition, I've got a "banned from chatroom" user group so I can ban naughty people from chat without banning them completely from the message board. I don't think the "Banned from Chatroom usergroup" mod is posted here, but when Josh comes back I'm sure he'll happily write it up.

Top
#241918 - 04/04/03 02:58 AM Re: RaiderSoft Chat authentication script [Re: jbiz]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Sorry Chris brain fart... this is what your passing in this example. <br />I like the idea of the banning of somebody from chat with the board database.

Top
#241919 - 04/04/03 10:40 AM Re: RaiderSoft Chat authentication script [Re: Kelly]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
No worries, Marty. Got me wondering, though!
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241920 - 04/15/03 01:43 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
[]You could easily create UBB.threads groups and have the chat link available only to them.<br />[/]<br />My problem currently is that Members are giving the password out to non-members so even if I were to hide the link to chat so only Members could access it, Members could still give out the URL to no-members so I would like chat access to be by group like the forums are: You are a Member you get access if not you don't, no way around it, can this be done?

Top
#241921 - 04/15/03 02:01 PM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Yes, absolutely... first in the RaiderSoft control panel you want to be sure to specify the referrer URL, so that the chat app will only load if it was accessed from that location.<br /><br />While you are there set the custom authentication script URL.<br /><br />Then upload the custom authentication script (the attached file in this thread). In your page that loads the chat applet just specify the params above and you got it.<br /><br />The way I do it is with a link to rchat.php, which verifies that the user is a valid user, and if so it gives them the rchat.tmpl file which has the applet code embedded in it.<br /><br />Let me know if that helps. I can send you the files if you'd like.
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241922 - 04/15/03 02:19 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
Cool, I am going to purchase raidersoft right now, it is cheaper than what I am using anyway.

Top
#241923 - 04/15/03 02:25 PM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Good deal. Let me know if you need help with getting this all set up.
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241924 - 04/16/03 10:02 AM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
In order for this to work does the link to the chatroom have to come from the forums?

Top
#241925 - 04/16/03 10:09 AM Re: RaiderSoft Chat authentication script [Re: jbiz]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
[]coy7 said:<br />Here's the link you're looking for:<br /><br />http://www.threadsdev.com/threads/php/sh...amp;amp;fpart=1<br /><br />I use this chat on my site and it works quite well. Registered users from my Threads board are automatically logged into the chatroom, and an indicator on the message board records how many users are currently chatting. In addition, I've got a "banned from chatroom" user group so I can ban naughty people from chat without banning them completely from the message board. I don't think the "Banned from Chatroom usergroup" mod is posted here, but when Josh comes back I'm sure he'll happily write it up. [/]<br /><br /><img src="/forum/images/graemlins/smile.gif" alt="" /> I didn't see this while I was gone. Yeah, the Raidersoft is fully integrated in a threads page. When they visit, it logs them in using their forum username. <br /><br />If she wants to Ban someone from chat, she simply adds them to the "chat banned" group in threads. Then on the chat page, Below the authenticate function, I used a simple step that checks if they are part of the "banned" group and intercept them if they are.<br /><br />The "kiddies" on her side did just discover a bit of a loophole where they could still sign in if they opened a new window within chat. I added a step that stopped the chat page from reloading if the online table already showed them in "chat". And also disabled the "float" function of Riadersoft. <br /><br />The group thing could easily be adapted to only allow certain groups into chat.... everyone else gets a page that they are not authorized to use chat.<br /><br />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241926 - 04/16/03 10:24 AM Re: RaiderSoft Chat authentication script [Re: Daine]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
[]The group thing could easily be adapted to only allow certain groups into chat.... everyone else gets a page that they are not authorized to use chat.<br /> [/] <br /><br />Do tell <img src="/forum/images/graemlins/bow.gif" alt="" />

Top
#241927 - 04/16/03 10:37 AM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Not sure which part you mean... if you want to keep people from being able to access your chat room outside of your site, then yes, you need to have a link on your site that goes to some page that will load the applet. Then in your RaiderSoft control panel you specify the URL of the page at the end of your link as the ONLY access point.<br /><br />Does that answer your question?
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
Page 1 of 3 1 2 3 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks