Java Chat 4 DC

This forum is for discussion pertaining to homebrew and indie software for the Dreamcast, such as homebrew games, emulators/interpreters, and other homebrew software/applications. Porting requests and developmental ideas are not to be made here; you can make those here. If you need any help burning discs for homebrew software, this is the place to ask as well.
Post Reply
NightStalker
Psychotic DCEmu
Psychotic DCEmu
Posts: 688
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Wed Dec 24, 2003 1:49 am
Has thanked: 0
Been thanked: 0

Java Chat 4 DC

Post by NightStalker »

well i put these together sometime ago over at the PSD browser group testing planetweb pjava capabilities..they work very well.The first htm source is a very basic java chat,the second source is a very advanced irc java chat..just copy them to your dc sites,get on pw3 and enjoy them.





Basic Java Chat:

Code: Select all


<HTML>
<HEAD>
<TITLE>Basic Java Chat Demo For Planetweb 3</TITLE>
</HEAD>
<BODY BGCOLOR=#044a90 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<center>
<br>
<table bgcolor=black>
<tr>
<td>
<p align=center><table border=2 bgcolor=#044a90>
<tr>
<td>
<p><APPLET CODE="fict.AnnoyingChat" CODEBASE="http://chat.axxs.net/fict-1.0.3/" WIDTH=570 HEIGHT=280>
<param name=CHANNEL value="spunkyworld.com-1">
</APPLET></p>
</tr>
</td>
</table>
</tr>
</td>
</table>
</center>
</BODY>
</HTML>


Advanced Java Chat:

Code: Select all


<html>
<head><title>Advanced Java Irc Chat Planetweb 3</title></head>
<body bgcolor=#044a90>
<center>
<!--Begin code for ConferenceRoom Applet-->
<table border=1 width=500 align=center><tr><td>
<applet archive="http://www.freejavachat.com/java/cr.zip" 
	codebase="http://www.freejavachat.com/java/" 
	name=cr 
	code="ConferenceRoom.class" 
	width=500 
	height=300> 
<param name=channel value=#dcchat> 
<param name=showbuttonpanel value=false>
<param name=bg value=FFFFFF>
<param name=fg value=000000>
<param name=roomswidth value=0>
<param name=lurk value=false>
<param name=simple value=true>
<param name=restricted value=true>
<param name=showjoins value=true>
<param name=showserverwindow value=false>
<param name=nicklock value=false>
<param name=playsounds value=true>
<param name=onlyshowchat value=false>
<param name=showcolorpanel value=false>
<param name=floatnewwindows value=false>
<param name=timestamp value=false>
<param name=listtime value=0>
<param name=guicolors1 value="youColor=000000;operColor=FF0000;voicecolor=006600;userscolor=000099">
<param name=guicolors2 value="inputcolor=FFFFFF;inputtextColor=000099;sessioncolor=FFFFFF;systemcolor=0000FF">
<param name=guicolors3 value="titleColor=FFFFFF;titletextColor=000099;sessiontextColor=000000">
<param name=guicolors4 value="joinColor=009900;partColor=009900;talkcolor=000099">
<param name=nick value=""> 
<center> This application requires Java suport.<br> This server also available via IRC at:<br> <a href="irc://irc.ircstorm.net:6667/">irc://irc.ircstorm.net:6667/</a></center></applet> </td></tr></table>
<!--End code for ConferenceRoom Applet-->
</center>
</body>
</html>

hope you enjoy them...couldnt see letting them go to waste in the group archive with no one using them.



Curtis
SuparSnoopay
DCEmu Newbie
DCEmu Newbie
Posts: 3
Joined: Fri Jan 28, 2005 3:11 am
Location: Adelaide
Has thanked: 0
Been thanked: 0
Contact:

Post by SuparSnoopay »

Thanks. :)
NightStalker
Psychotic DCEmu
Psychotic DCEmu
Posts: 688
Joined: Wed Dec 24, 2003 1:49 am
Has thanked: 0
Been thanked: 0

Post by NightStalker »

just wanted to get some feedback on this,if anyone has tried the java chat code above on their planetweb 3.0 disc,let me know if it ran slow,not at all,etc..when i set it up,a friend on planetweb was testing it,and told me it ran fine.but i wasnt able to actually test it myself.pc runs fine..but many things run fine on pc..heh
Excalibur007
DC Developer
DC Developer
Posts: 273
Joined: Wed Nov 13, 2002 11:11 am
Location: Dallas, TX
Has thanked: 0
Been thanked: 0

Post by Excalibur007 »

I tested it. It works, but it needs to be pointed to the irc.foreverchat.net server.

-Ex
Tis my sig.
Post Reply