Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Joined: Jul 2001
Posts: 442
Enthusiast
Enthusiast
Offline
Joined: Jul 2001
Posts: 442
Yeah, they are there, no ICQ.

Sponsored Links
Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
I am still not seeing the params in the applet... In your rchat.tmpl file you should have:

[code]
<applet
codebase="http://client.sigmachat.com/current/"
code="Client.class" archive="scclient_en.zip"
width=600 height=350>
<param name="room" value="38360">
<param name="cabbase" value="scclient_en.cab">
<param name="username" value="$Username">
<param name="password" value="$Password">
<param name="autologin" value="yes">
</applet>

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
Joined: Jul 2001
Posts: 442
Enthusiast
Enthusiast
Offline
Joined: Jul 2001
Posts: 442
Yep, that is what I have, the rchat.tmpl file is under templates/default

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
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
Joined: Jul 2001
Posts: 442
Enthusiast
Enthusiast
Offline
Joined: Jul 2001
Posts: 442

Sponsored Links
Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
That link is a complete html page, right? Where are you calling rchat.php?

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.

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
Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
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
Joined: Jul 2001
Posts: 442
Enthusiast
Enthusiast
Offline
Joined: Jul 2001
Posts: 442
Thanks again works saaweet.

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
My pleasure!


"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous
Joined: Aug 2002
Posts: 111
Journeyman
Journeyman
Offline
Joined: Aug 2002
Posts: 111
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).

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.

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.

Can anyone explain to me what she's talking about, if it's true, and what I can do about it?

Sponsored Links
Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
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.

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
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
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Yeah, it's probably better (and free) to use the who's online feature of threads.

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
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
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I dont' think so.

I've been using my popup chat window.

If you've got something different/better, feel free to post. I won't be offended. It's a very popular request.. all this chat integration /chat who's online.

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
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
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Yes, you sent me that.... and the applied fixes worked. I reposted. Thank you.

Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
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.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
OK - create a user group - let's say it's group number 7. (You can find out with 'SELECT * FROM w3t_Groups' query).

Add U_Groups into the authenticate call at the top of the chat script.

Below that add:

$Groups = $user['U_Groups'];



Then add this:

// Block if Banned from Chat
if (preg_match("/-7-/",$Groups)) { // adjust this group number if needed
$html = new html;
$html -> not_right('You are banned from the Chatroom.',$Cat);
}

Page 2 of 2 1 2

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)