Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
What is it?: An addon for using RaiderSoft chat (www.sigmasoft.com).

Why should I care?: The chat script is free (for basic service) and this mod uses your Threads user data base, so someone has to be registered to use the chat from your site. A word of caution: With the free chat there is no way to control user accounts, and therefore no way to pass user name info from my script to your chat. So, if someone knows the url of your chat room, they can log in and chat...

Who gets the props?: Me But with all the help I've received here I have to give a nod to JustDave, JoshPet, and Dave_L.

How do I use it?:

1) Copy rchat.php and chatpopup.php script to your ubbthreads directory.

2) Edit the rchat.php file to replace "Your chat title here" with whatever you want to call your chat page (remember to leave in the quotes). Follow the directions in the rchat.tmpl file (you'll need some applet script from www.sigmachat.com). Copy the rchat.tmpl file to your ubbthreads/templates/default/ directory.


3) Add

Code
$ubbt_lang['jchat'] = 	"In the Chat Room"; 


to the online.php file in all of your language directories.

Enjoy

Version 1.1 Props to JoshPet for the popup script that updates Who's Online
Attachments
65335-Raidersoft-Chat.zip (0 Bytes, 30 downloads)

Last edited by Dalantech; 02/21/2003 11:51 AM.
Sponsored Links
Joined: Jun 2002
Posts: 61
Power User
Power User
Offline
Joined: Jun 2002
Posts: 61
Thanks alot!!!!

Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
No problem

Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
Do these go in the same folder? getting a server error. Decided to go with a upgraded version of the service. Users love this chat style type and it was on sale.. $50 upgrade/1yr

Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
You should put the rchat.php script in your ubbthreads directory.

Sponsored Links
Joined: Aug 2002
Posts: 111
Journeyman
Journeyman
Offline
Joined: Aug 2002
Posts: 111
What do I need to modify so that people using the chatroom will show up in the "Who's Online" screen as "Chatroom" rather than "Private"? I should know this answer, I know I should, but I'm still drawing a blank.

Also, if someone stays in the Chatroom for longer than 10 minutes, will they drop off the "Who's Online" list? I remember Josh saying something to that effect another thread, but didn't see a solution to the problem.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
If you chat script is called "chat.php" then you need to add this line into the online.php language file:

$ubbt_lang['chat'] = "In the Chat Room";

What I did to eliminate them dropping off the list after 10 minutes was make the chat page open a pop under... the pop under refreshes every 9 minutes and updates the Who's online info.

I think Dalantech included my popup in his chatroom mod posted here.

Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
*Mental note to self: Make sure the who's online page is worked in to the Jpilot and RaderSoft chat mods*


Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
I got it setup as instructed but don't see myselft listed as in chat when I am in chat. This is a cool integration.

Minor tweaking may be needed to set just right.
Thanks guys

Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
[]Smilesforu said:
I got it setup as instructed but don't see myselft listed as in chat when I am in chat. This is a cool integration.

Minor tweaking may be needed to set just right.
Thanks guys [/]

Instructions and zip file updated in the first post

Sponsored Links
Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
I am not seeing "In The Chat Room" either... could the pop-under box be preventing this?


"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 updated the "pop under" box somewhere.

It could have to do with register globals.

Double check the code of your popup boxes and make sure that the "get_input" calls are near the top of the file.

Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
Is the popup box included in the latest zip?

Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
Well I got the horde using it but they don't stay in the screen once its refreshed. Shows them coming to the page then in until refresh.

I couldn't see myself when I was testing this on my own. Would show me as viewing online...duh.

How do I get this popup box thing?

Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
Can't get this working quite right. I looked at the popup file and changed to this

$What = "rchat";


Still dropping off list.....hmm

Last edited by Smilesforu; 02/22/2003 12:35 AM.
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Does this help?

Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
I uncommented the debug and it reads who I am correctly in the popup window. Which is good... I had also found in the zip the rchat .php instead of rchat.php fixed that for the language files to read correctly.

Now I just need to wait for more folks to show up again.

Is there a mod to get this to showup in the whos online in every page?

Appreciate the help...

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
here it is

You might need to tweak this code a bit. Where' it grabs everyone that says "chat", you'll need to name it "rchat" (whatever your chat page script is named) Likewise use the same $what in the chat popup.

Good luck.

Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
Ah thanks got it!!! Think I would prefer the whos in chat to be in the box... but will leave it for now.

Thanks again great integration!!

Joined: Feb 2002
Posts: 950
Hacker
Hacker
Offline
Joined: Feb 2002
Posts: 950
Ok, so I did this but it doesnt prelogin any users (is that right?). If I upgrade to the Pro version ($100/year) does that automatically bypass login and put them in the room under their id?


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
Zarzal
Zarzal
Berlin, Germany
Posts: 808
Joined: July 2001
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 20240430)