Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2001
Posts: 417
Enthusiast
Enthusiast
Joined: Nov 2001
Posts: 417
Mod Name / Version: Free RaiderSoft Chat v2.0

Description: install Free RaiderSoft Chat v2.0.txt

#################Nettomo####################
### Free RaiderSoft Chat v2.0
### UBBThreads 6.4.x
### Translat languages German & Englisch
### © by Nettomo HB 28.12.2004
#################Nettomo####################

Mod Name: Free RaiderSoft Chat v2.0

Working Under: UBB.Threads 6.5.x

Features: Autologin bei regestrierten Usern
Autologin with regestrierten Usern

Author: Nettomo

New Files:
sigma_chat.php
/languages/all/sigma_chat.php
/templates/default/sigma_chat.tmpl

Files Altered:
languages/all/online.php
templates/default/ubbt_registerednav.tmpl,ubbt_unregisterednav.tmpl


Database Altered: No

Other Info:
All languages are present,
but only German & English translate.

install

######################################################

1. Gehe nach http://www.sigmachat.com/register.html und regestriere einen
"Basic SigmaChat Account" (kostenlos)

1. Go to http://www.sigmachat.com/register.html and regestriere to one
"Basic SigmaChat Account" (free of charge)

######################################################

2. Suche in sigma_chat.php (Linie 20)

2. Search in sigma_chat.php (Line 20)

$room_number = 54402;

Ändere die Chat Raum Nummer !
Change the Chat Room Number !

######################################################

3. In "ubbt_registerednav.tmpl" und "ubbt_unregisterednav.tmpl" folgenden Link hinzufügen.

3. Add the following in "ubbt_registerednav.tmpl" and "ubbt_unregisterednav.tmpl" left.


·
<a target = "_blank" href = "$phpurl/sigma_chat.php?Cat=$Cat" >SigmaChat</a>

######################################################

3. In "languages/all/online.php" folgenden String hinzufügen.

3. In "languages/all/online.php" add String.

German
$ubbt_lang['sigma_chat'] = "ist im 'Board Chat'";

Englisch
$ubbt_lang['sigma_chat'] = "is in 'Board Chat'";

######################################################

Fertig
Finished

Demo: http://www.test.board.se/ubbt/sigma_chat.php

Nettomo

######################################################


Working Under: UBB.Threads 6.5

Mod Status: Finished

Any pre-requisites:

Author(s): Nettomo

Date: 12/29/04

Credits:

Files Altered:

New Files:

Database Altered:

Info/Instructions:

Disclaimer: Please backup every file that you intend to modify.
If the modification modifies the database, it's a good idea to backup your database before doing so.

Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.
Attachments
124170-Free_RaiderSoft_Chat_v2.0.zip (0 Bytes, 298 downloads)

Sponsored Links
Joined: Apr 2003
Posts: 359
Enthusiast
Enthusiast
Joined: Apr 2003
Posts: 359
There's an error in your code....which is an easy fix, but thought I'd help where I can.

In your sigma_chat.php code on line 14:

require ("languages/{$myprefs['language']}/sigma_chat.php");

It should read:

require ("languages/{$myprefs['language']}/sigmachat.php");

Thanks Nettomo once again for sharing!

Joined: Apr 2003
Posts: 359
Enthusiast
Enthusiast
Joined: Apr 2003
Posts: 359
For those of you wanting to use the Chat Room in English, you'll need to go into your sigma_chat.php file and change this:

<applet codebase="http://client0.sigmachat.com/current/"
code="Client.class" archive=" [:"red"]scclient_de.zip[/]"
width=600 height=400 MAYSCRIPT>
<param name="room" value="$room_number">
<param name="cabbase" value="[:"red"]scclient_de.cab[/]">
<param name="username" value="{$user['U_Username']}">
$aasoutput
<param name="autologin" value="yes">
</applet>

To this:

<applet codebase="http://client0.sigmachat.com/current/"
code="Client.class" archive="[:"red"]scclient_en.zip[/]"
width=600 height=400 MAYSCRIPT>
<param name="room" value="$room_number">
<param name="cabbase" value="[:"red"]scclient_en.cab[/]">
<param name="username" value="{$user['U_Username']}">
$aasoutput
<param name="autologin" value="yes">
</applet>

Upload and away she goes....

Joined: Nov 2001
Posts: 417
Enthusiast
Enthusiast
Joined: Nov 2001
Posts: 417
Hi smoknz28,
I have forget it to say


in
templates/default/sigma_chat.tmpl

German User in:
code="Client.class" archive=" scclient_de.zip"

Englisch User edit:
code="Client.class" archive="scclient_en.zip"


thanks

Sorry my englisch (Babel Fish)


Nettomo

Joined: Apr 2003
Posts: 359
Enthusiast
Enthusiast
Joined: Apr 2003
Posts: 359
Nettomo, your english isn't as bad as many of my Japanese friends here in Japan. I'll be in Japan for a few more weeks.

Thanks again for sharing your work....

Sponsored Links
Joined: Aug 2004
Posts: 173
Member
Member
Offline
Joined: Aug 2004
Posts: 173
[]smoknz28 said:
For those of you wanting to use the Chat Room in English, you'll need to go into your sigma_chat.php file and change this:

<applet codebase="http://client0.sigmachat.com/current/"
code="Client.class" archive=" [:"red"]scclient_de.zip[/]"
width=600 height=400 MAYSCRIPT>
<param name="room" value="$room_number">
<param name="cabbase" value="[:"red"]scclient_de.cab[/]">
<param name="username" value="{$user['U_Username']}">
$aasoutput
<param name="autologin" value="yes">
</applet>

To this:

<applet codebase="http://client0.sigmachat.com/current/"
code="Client.class" archive="[:"red"]scclient_en.zip[/]"
width=600 height=400 MAYSCRIPT>
<param name="room" value="$room_number">
<param name="cabbase" value="[:"red"]scclient_en.cab[/]">
<param name="username" value="{$user['U_Username']}">
$aasoutput
<param name="autologin" value="yes">
</applet>

Upload and away she goes.... [/]

I think you mean in sigma_chat.tmpl

I have added this to my site, I love it, thank you

Joined: Aug 2004
Posts: 173
Member
Member
Offline
Joined: Aug 2004
Posts: 173
Attached is an updated version of sigmachat.php lauguage file that is all in English.
Attachments
125630-sigmachat.zip (0 Bytes, 38 downloads)

Joined: Jul 2001
Posts: 808
Coder
Coder
Joined: Jul 2001
Posts: 808
After updating Java I have to change the applet codebase to:

Code
<applet codebase="http://client1.sigmachat.com/current/"


without this modification the applet always told me that I must restart it.

Joined: Jul 2002
Posts: 79
Power User
Power User
Offline
Joined: Jul 2002
Posts: 79
I still get the inital greeting text in german... as well as those coming and going...

Words of wisdom anyone??

Joined: Jul 2002
Posts: 79
Power User
Power User
Offline
Joined: Jul 2002
Posts: 79
ok got that fixed..
now i fin there are upgrades, and the latest basic version also uses colour

anyone working with that?

I paid the 75$ for the upgrade, but can not find where to down load the new files.

Sponsored Links
Joined: Apr 2003
Posts: 359
Enthusiast
Enthusiast
Joined: Apr 2003
Posts: 359
Is there anyone who may have this working the way that Josh did with his code in this hack: https://www.ubbdev.com/forum/showflat...amp;Search=true

What I'm looking at....is when I did pay to run the sigma chatroom.....I ran the above hack. With that hack it allowed all the members to see when there were members in the chatroom with their names of who was logged into it.

Can we add that code to this hack as well?

Joined: Apr 2003
Posts: 359
Enthusiast
Enthusiast
Joined: Apr 2003
Posts: 359
Josh, or anyone else....have you got any ideas on my above post?

Thanks,
Gonzo

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
Not I.. If I wanna chat I pick up the phone


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)