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
#241928 - 04/16/03 10:40 AM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Basically create a group called "Chatters" or whatever, and then assign who is a part of it.<br /><br />Then when a user goes to the rchat.php page, you just check to see if they are a member of that group. If not, give them the access denied page.
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241929 - 04/16/03 10:40 AM Re: RaiderSoft Chat authentication script [Re: bisbell]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
OK - Use that Mod Coy pointed you to.<br /><br />Then find out the group number that you want to allow into chat. Do the SQL Query:<br />SELECT *<br />FROM w3t_Groups<br /><br />if you don't already know the group number. For this example, I'll use group #5. We'll also Allow Admins & Mods in.<br /><br /><br />Then below the authenticate function..... do this:<br /><br />
Code:
<br />if ((!strstr($user['U_Groups'], '-5-')) || (!$user['U_Status'] == "Administrator") ||(!$user['U_Status'] == "Moderator")) {<br />     $html = new html;<br />     $html = not_right('You are not Authorized to Use Chat',$Cat);<br />}<br />
<br /><br />That should do the trick. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241930 - 04/16/03 10:53 AM Re: RaiderSoft Chat authentication script [Re: Daine]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Thanks for "whippin' that out", Josh! <img src="/forum/images/graemlins/smirk.gif" alt="" />
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

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

Registered: 07/11/01
Posts: 462
Loc: Colorado
[]Then below the authenticate function..... do this: [/] <br />OK, I'm a dummy, where is the authenticate function?

Top
#241932 - 04/16/03 11:02 AM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

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

Top
#241933 - 04/16/03 11:15 AM Re: RaiderSoft Chat authentication script [Re: ]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah, should be near the top.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241934 - 04/16/03 11:27 AM Re: RaiderSoft Chat authentication script [Re: Daine]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
Right under this?<br /><br />// Block if Not Logged in<br />if (!$Username) {<br /> $html = new html;<br /> $html -> not_right('You must <a href="login.php">Login</a> or <a href="newuser.php">Register a Username</a> To use the Chatroom.',$Cat);<br />}

Top
#241935 - 04/16/03 11:39 AM Re: RaiderSoft Chat authentication script [Re: bisbell]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah, that would work. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241936 - 04/16/03 12:23 PM Re: RaiderSoft Chat authentication script [Re: Daine]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
OK, guys, what am I doing wrong? I uploaded the scripts and such but it doesn't load my username? <br /> My chat room

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

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Look at the top of this thread... you are missing the params to the applet.
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241938 - 04/16/03 12:29 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
Are you talking about this?<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 />Where do I put this?

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

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Yes... it goes in the applet tag with all of the other Param tags.
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241940 - 04/16/03 12:40 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
Sorry, I am kind of new to this <img src="/forum/images/graemlins/crazy.gif" alt="" />, where is the applet tag?

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

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Sorry... In your rchat.php file search for "<applet"<br /><br />That is the beginning of the applet tag. You will see a bunch of other PARAM tags within it. Just add those three to the end of the list, before the </applet>.<br /><br />That should do you up. If you can't get it from that I will look at your site and paste the right code here. Just let me know.
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241942 - 04/16/03 12:59 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
Are we looking at the same file, there is no "<applet" in rchat.php?<br />

Top
#241943 - 04/16/03 01:01 PM Re: RaiderSoft Chat authentication script [Re: bisbell]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
It'll be in rchat.tmpl <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241944 - 04/16/03 01:14 PM Re: RaiderSoft Chat authentication script [Re: Daine]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
Ahh, OK, I put them in coloradok5.com/forums/templates/default/rchat.tmpl<br /><br />what else do I need besides a beer to get this working? <img src="/forum/images/graemlins/laugh.gif" alt="" />

Top
#241945 - 04/16/03 01:17 PM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Yeah... sorry... had my boss in here and was not thinking clearly!
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241946 - 04/16/03 01:19 PM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
I am still not seeing the params added to your applet tag... did you upload it?<br /><br />Do that and try it, then we will move forward as necessary.
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241947 - 04/16/03 01:20 PM Re: RaiderSoft Chat authentication script [Re: ]
Raconteur_dup1 Offline
Member

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

Top
#241948 - 04/16/03 01:31 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
Yeah, they are there, no ICQ.<br />

Top
#241949 - 04/16/03 01:55 PM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
I am still not seeing the params in the applet... In your rchat.tmpl file you should have:<br /><br />[code]<br /><applet<br /> codebase="http://client.sigmachat.com/current/"<br /> code="Client.class" archive="scclient_en.zip"<br /> width=600 height=350><br /> <param name="room" value="38360"><br /> <param name="cabbase" value="scclient_en.cab"><br /> <param name="username" value="$Username"><br /> <param name="password" value="$Password"><br /> <param name="autologin" value="yes"><br /></applet><br /><br />Your rchat.php file should be populating the $Username and $Password variables.
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241950 - 04/16/03 02:06 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
Yep, that is what I have, the rchat.tmpl file is under templates/default

Top
#241951 - 04/16/03 02:10 PM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Ok... give me the link to your chat room again, using the rchat.php file.
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241952 - 04/16/03 02:17 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado

Top
#241953 - 04/16/03 02:19 PM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
That link is a complete html page, right? Where are you calling rchat.php?<br /><br />You need a link that calls rchat.php, so it can do its work, and it will load in your rchat.tmpl file for you, which will show the chat applet.<br /><br />The html file is not using either of those is it?
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241954 - 04/16/03 04:34 PM Re: RaiderSoft Chat authentication script [Re: ]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Took that offline, and got it solved... just a minor problem in the rchat.php file.
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241955 - 04/16/03 05:42 PM Re: RaiderSoft Chat authentication script [Re: ]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
Thanks again works saaweet. <img src="/forum/images/graemlins/grin.gif" alt="" />

Top
#241956 - 04/16/03 05:48 PM Re: RaiderSoft Chat authentication script [Re: bisbell]
Raconteur_dup1 Offline
Member

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

Top
#241957 - 04/21/03 12:47 PM Re: RaiderSoft Chat authentication script [Re: ]
Mudpuppy Offline
Journeyman

Registered: 08/16/02
Posts: 113
Loc: Sin City
I'm using RaiderSoft chat integrated with Threads. In the chatroom, you can query another users IP (which is helpful for chatroom moderators if someone is causing trouble).<br /><br />This morning I had a user write to me about people using chat on a broadband connection, and how they were vulnerable to backdoor programs, trojans, and something called "ants" (which I've never heard of), if an unscupulous person goes into chat and finds out a users IP. She insists that the only people vulnerable are broadband users who are in chat, and that firewalls won't help. <br /><br />I have no idea what she's talking about. As my board is heavily moderated and chat is by "invitation only", I'm not worried about trouble. However, I'm afraid this user is going to start spreading rumours about the chatroom being unsafe.<br /><br />Can anyone explain to me what she's talking about, if it's true, and what I can do about it?

Top
#241958 - 04/21/03 09:55 PM Re: RaiderSoft Chat authentication script [Re: jbiz]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
I see RaiderSoft sent out a upgrade notice for our Chats... whos online feature!! It appears to be a pay per use deal and can really add up for those of us with lots of hits.

Top
#241959 - 04/22/03 01:42 PM Re: RaiderSoft Chat authentication script [Re: Kelly]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
I saw that too, Marty, but Josh has written a mod to do exactly this, and I have a couple of tweaks to it... you may want to check it out.
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241960 - 04/22/03 03:45 PM Re: RaiderSoft Chat authentication script [Re: ]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah, it's probably better (and free) to use the who's online feature of threads. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241961 - 04/22/03 03:51 PM Re: RaiderSoft Chat authentication script [Re: Daine]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Josh, did I ever send those over to you???
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241962 - 04/22/03 04:10 PM Re: RaiderSoft Chat authentication script [Re: ]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I dont' think so.<br /><br />I've been using my popup chat window.<br /><br />If you've got something different/better, feel free to post. I won't be offended. <img src="/forum/images/graemlins/wink.gif" alt="" /> It's a very popular request.. all this chat integration /chat who's online. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241963 - 04/22/03 04:16 PM Re: RaiderSoft Chat authentication script [Re: Daine]
Raconteur_dup1 Offline
Member

Registered: 01/29/03
Posts: 258
Loc: SF, CA
Sorry, Josh... got my threads crossed. That comment was in relation to the Birthday Cron stuff...
_________________________
"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous

Top
#241964 - 04/22/03 04:18 PM Re: RaiderSoft Chat authentication script [Re: ]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yes, you sent me that.... and the applied fixes worked. I reposted. Thank you. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241965 - 05/09/03 03:03 AM Re: RaiderSoft Chat authentication script [Re: Daine]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Did anybody write up the chat ban script? Josh ? So I can single out single users. Everybody else is allowed except a few? I can make the user group just don't want to add everybody. Will look some more but didn't see it.

Top
#241966 - 05/11/03 12:59 PM Re: RaiderSoft Chat authentication script [Re: Kelly]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
OK - create a user group - let's say it's group number 7. (You can find out with 'SELECT * FROM w3t_Groups' query).<br /><br />Add U_Groups into the authenticate call at the top of the chat script.<br /><br />Below that add:<br /><br />$Groups = $user['U_Groups'];<br /><br /><br /><br />Then add this:<br /><br />// Block if Banned from Chat<br />if (preg_match("/-7-/",$Groups)) { // adjust this group number if needed <br /> $html = new html;<br /> $html -> not_right('You are banned from the Chatroom.',$Cat);<br />} <br />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

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