Quote:
Originally Posted by RichieBoy67
Here's a question... It says to place the code here to embed my chat... which code do I place there???
|
The code to embed the applet. You should find it in one of the html files that came with your IRC chat software.
Here's an example (jpilot).. Yours may be slightly different depending on what kind of IRC software you have, but it should start and end with < applet > tags.
Code:
<applet archive="jirc_nss.zip" code=Chat.class
width=500 height=325 >
<param name="CABBASE" value="jirc_mss.cab">
<param name="LicenseKey" value="asdf1234">
<param name="ServerPort" value="7000">
<param name="ServerName1" value="astro.ga.us.dal.net">
<param name="Channel1" value="whatever">
<param name="AllowURL" value="true">
<param name="AllowIdentd" value="true">
<param name="WelcomeMessage" value="Welcome to IRC chat!">
<param name="RealName" value="Optional">
<param name="NickName" value="$bbuserinfo[username]">
<param name="UserName" value="jirc">
<param name="isLimitedServers" value="true">
<param name="isLimitedChannels" value="true">
<param name="MessageCol" value="80">
<param name="BackgroundColor" value="silver">
<param name="TextColor" value="black">
<param name="TextScreenColor" value="white">
<param name="ListTextColor" value="red">
<param name="TextFontName" value="Arial">
<param name="TextFontSize" value="12">
<param name="ConfigNickOnly" value="true">
<param name="NickNChannelOnly" value="true">
<param name="LogoBgColor" value="blue">
<param name="BorderVsp" value="3">
<param name="DirectStart" value="true">
<param name="FGColor" value="black">
<param name="TitleBackgroundColor" value="silver">
<param name="TitleForegroundColor" value="blue">
<param name="InputTextColor" value="black">
<param name="InputScreenColor" value="white">
<param name="IgnoreLevel" value="3">
<param name="DisplayConfigRealName" value="false">
<param name="DisplayConfigServer" value="false">
<param name="DisplayConfigPort" value="false">
<param name="DisplayConfigMisc" value="false">
<param name="FilterKeys" value=":) :( :D :P :b ;) :p :? jcool">
<param name="FilterVals" value="smile.gif frown.gif biggrin.gif tongue.gif boids.gif icon_wink.gif icon13.gif confused.gif IRClogo.gif">
</applet>