fifadownunder
09-20-2005, 06:22 AM
Well ive tired every way possible 2 make my java chat working inside the website but without success. Ive got something like this working www.fifadownunder.com/chat/chat.htm
but i want 2 be in www.fifadownunder.com then go Chat and 2 be in the middle of there like news etc.
Ive tried creating plugins creating php codes and html insite the plugins page but without NO success so i would to ask the communtiy if any can help me with this request. The code looks something like this:
<applet code=IRCApplet.class archive="irc.jar,pixx.jar" width=640 height=400>
<param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab">
<param name="nick" value="FifaDownUnder??">
<param name="fullname" value="PJIRC User">
<param name="host" value="irc.enterthegame.com">
<param name="gui" value="pixx">
<param name="port" value="6667">
<param name="command1" value="/nickserv identify password">
<param name="command2" value="/join #fifadownunder">
<param name="quitmessage" value="www.fifadownunder.com for all ur fifa needs.">
<param name="soundbeep" value="snd/bell2.au">
<param name="soundquery" value="snd/ding.au">
</applet>
Thank you in advance!
but i want 2 be in www.fifadownunder.com then go Chat and 2 be in the middle of there like news etc.
Ive tried creating plugins creating php codes and html insite the plugins page but without NO success so i would to ask the communtiy if any can help me with this request. The code looks something like this:
<applet code=IRCApplet.class archive="irc.jar,pixx.jar" width=640 height=400>
<param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab">
<param name="nick" value="FifaDownUnder??">
<param name="fullname" value="PJIRC User">
<param name="host" value="irc.enterthegame.com">
<param name="gui" value="pixx">
<param name="port" value="6667">
<param name="command1" value="/nickserv identify password">
<param name="command2" value="/join #fifadownunder">
<param name="quitmessage" value="www.fifadownunder.com for all ur fifa needs.">
<param name="soundbeep" value="snd/bell2.au">
<param name="soundquery" value="snd/ding.au">
</applet>
Thank you in advance!