PDA

View Full Version : Java Chat Plugin request?


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!

fifadownunder
09-21-2005, 02:05 AM
can anyone help? i really need this for my site!

thomas
09-21-2005, 02:38 AM
Use the iframe plugin :D

http://www.subdreamer.org/sd_plugins/p13_s.../3/p13_fileid/4 (http://www.subdreamer.org/sd_plugins/p13_sectionid/3/p13_fileid/4)

That way you can leave the chat where it is on that page above, and just link it there!

fifadownunder
09-25-2005, 07:09 AM
hey thomas cheers for that mate its working fine now ;)
btw u any good with php? is in are u a coder like pro or just hobby?

abcohen
09-25-2005, 07:49 AM
Originally posted by fifadownunder@Sep 25 2005, 03:09 AM
hey thomas cheers for that mate its working fine now ;)
btw u any good with php? is in are u a coder like pro or just hobby?
1302


From the work i've seen Thomas is a very good programmer

thomas
09-25-2005, 08:17 AM
Well i just finished studying a double degree in business and information systems, i dont class my self as a programmer at all, in fact, i hate programming in java/.net :angry: but im good at finding bugs, and going through the code and following the excution (if i dont go crosseyed :unsure: )

php and other internet languages is mostly implied learning - the best thing to do is practice and practice.

HR, Project management is my main work. Its probably why im good at detailing projects and getting ideas and feedback before launcing into projects.

making plugins is quite simple for subdreamer. Once you know your SQL you can do alot of things. I guess the problem we all find is - those small extra mods and enhancements to make your program work, or be displayed properly - thats why projects can take forever to finish (because the client always wants more!!)