PDA

View Full Version : TWT Chat - Need IE Help


Squeaky
07-08-2007, 03:01 PM
I have Trillian and I know it works but it's a pain to have to launch it just to check and see who is in the TWT chat.

I (reluctantly) upgraded to IE 7 (7.0.5370.11) and every time I click on the CHAT link in the nav bar it shuts down the browser completely. I have few (if any) add-ons and can't understand why it's doing this.

Any IT guru want to take a stab at this?

kurt
07-08-2007, 03:04 PM
Can't say in IE7, but it still works fine in Firefox.

DFW_Warrior
07-08-2007, 03:40 PM
Chat?? Huh, I've never clicked that button before..... I guess I'll try it out now.

Yep, once again I prove that I'm a computer dummy. I don't have a clue how to work it. Ah well, maybe one of these days I'll learn.

Texas T
07-08-2007, 03:50 PM
Can't say in IE7, but it still works fine in Firefox. +1
Bite the bullet Squeaky and move to Firefox. You'll be glad you did.

Stook
07-08-2007, 04:05 PM
I have Trillian and I know it works but it's a pain to have to launch it just to check and see who is in the TWT chat.

I (reluctantly) upgraded to IE 7 (7.0.5370.11) and every time I click on the CHAT link in the nav bar it shuts down the browser completely. I have few (if any) add-ons and can't understand why it's doing this.

Any IT guru want to take a stab at this?

I'm no IT guru, but I'm running IE7 and I don't close down when I click on chat. I just tried it (first time, never tried "chat" before). It installs a runtime event that requires that Sun Java be present (I happened to have installed Sun Java some time ago in order to use the uploader feature of one of the photo sites), then it asks me to "bless" an unknown, unverified publisher. If you say "no," it will exit gracefully (but IE will not shut down), if you say "yes" it continues to the IRC chat window. When I was there (briefly), I saw a button labeled "tourmeister" and a bunch of buttons labeled "unverified string" but I couldn't tell if there was actually anyone there that might want to chat. I left after clicking on some of the "unverfied strings" (or whatever they were called) and noting that nothing happened - good or bad, at least in the short time I was there.

As I recall, Microsoft and Sun had a falling out and Microsoft stopped including the Sun Java product in any of their software releases a while back. Maybe that's what's missing in the default install of IE7. If so, it might explain why I can get there and you can't.

Not much help, I'm sure, but I think we can conclude that "IE7" by itself isn't the problem.

Tracker
07-08-2007, 04:30 PM
ie6 and firefox both show "undefined string" text labels on all the buttons.

from pjirc (I'm guessing that's what the server's running)

Why do I get Undefined String?

The reason you get that message is very simple. It is because the applet cannot read the language files.

There are two files needed.

english.lng for the applet

pixx-english.lng for the GUI

Here are the most common reasons why.

The web server you are using will not allow you to use files with odd extensions like '.lng.'

How to fix this:

Change the files with .lng extensions (english.lng, french.lng, pixx-english.lng, pixx-french.lng) to have .txt extensions and add these parameters to the page that contains the chatroom:

<param name="pixx:lngextension" value="txt">

<param name="lngextension" value="txt">

On some servers you might need to change the extensions to .gif or .jpg

Alternatively if you run the server you can register .lng as a text/plain mime type.

You are running your applet from a codeblock on a PHP gateway, or a remote host, or for some other reason your applet doesn't know the path to it's own files.

The applet naturally thinks it's in the folder the calling page is hosted from.

How to fix:

Use absolute paths to the location of the applet and all it's files. This is usually accomplished by setting the codebase parameter.

<applet name=PJirc codebase=http://www.myweb.com/applet/ code=IRCApplet.class archive="irc.jar,pixx.jar" width=640 height=400>

You can also add the path to the language & other files to ensure they get found

<param name="pixx:language" value="/appletpath/pixx-english">

<param name="language" value="/appletpath/english">

You just didn't upload all the files. This and typos are the most common errors.

Fix:

Upload all the files. Straigthen up the spelling mistakes.

WRONG!

<param name="pixx:language" value="pixx:english.txt">

RIGHT!

<param name="pixx:language" value="pixx-english">

Only one of the language files is being used.

You forgot to apply read permissions to the files.

Gilk51
07-08-2007, 05:23 PM
My chat no longer works - it did at one time. Now all I get is "#twtex Chat
" blank page with a "click to activate and use this control" - a click doesn't work and removes the mouse-over message.

At one time, I installed Xchat to be able to use the TWT chat facility. When I bring that up (used to be automatic), I get:

Perl interface loaded
* Looking up irc.twtex.com
* Unknown host. Maybe you misspelled it?

The "Properties" for the Chat Button on the menu bar indicates "http://irc.clubgp.com/twtex/" - I guess that this was changed at one point? I am having a hard time trying to find it in Xchat...

:-(

mnapuran
07-08-2007, 06:37 PM
Try irc.clubgp.com and join #twtex :)

Squeaky
07-08-2007, 06:41 PM
Now it's not even working in Trillian.

Kidder
07-08-2007, 06:49 PM
Doesn't work for me either. I'm using firefox.

WoodButcher
07-08-2007, 06:51 PM
I just got in with Firefox 2.0. I'm running IBM Java 1.5 (internal modified Sun Java 1.5)

I only have IE 6, so I can't tell you if IE 7 works.

Tourmeister
07-08-2007, 08:23 PM
All of our original chat stuff got whacked when we moved to the new server a few months back. They don't offer a chat client that I want to use. Our current chat channel is running on Mnapuran's server (ClubGP.com). So I don't have access to any of the config stuff.

I would first recommend making sure you have the latest version of JAVA installed. Works perfect for me in IE 6.0.

Tracker
07-08-2007, 10:38 PM
I think it's a security issue. I just tried it again in Firefox and said "yes" when asked by Java if I "forever and ever" trust Phillip Dewhatshisnameyaney as a publisher (guessing he's the author of the chat software on clubgp). That allowed all the text strings on the buttons to work.