I am currently adding to my website the IRC Shoutbox.
The main chat works great
http://f-fr.com/1/index.php?option=com_ ... 26&mod=irc
But the shoubox applet is causuing an error on load
http://f-fr.com/1/irc/PrefixApplet.html
After redin a little in the board i thought it could be a conpatibility issue .. so i opened up my sbox-readme file and downloaded the recomended version
Installation
------------
Download PJirc v2.2.1 or later from
http://prdownloads.sourceforge.net/pjir ... p?download
Upload all files to your PJIRC directory, and add them to the file list
in the applet html fragment.
If you have a page already configured for the Pixx GUI, it will be enough to
simply change all Pixx references to Sbox. You can then think about adding new
Sbox parameters.
All SBOX parameters are prefixed by 'sbox:'.
But it's not working ... any help is apreciated.
- Code: Select all
<html>
<head>
<title>IRCApplet</title>
</head>
<body>
<applet codebase="http://f-fr.com/1/irc/" name="applet" code="IRCApplet.class" archive="irc.jar,sbox.jar" width="150" height="250">
<param name="CABINETS" value="irc.cab,securedirc.cab,sbox.cab">
<param name="nick" value="testing_shoutbox">
<param name="name" value="F-FR User">
<param name="host" value="irc.torrentdemons.com">
<param name="port" value="6667">
<param name="serveralias" value="swift">
<param name="gui" value="sbox">
<param name="quitmessage" value="bye bye">
<param name="multiserver" value="true">
<param name="authorizedleavelist" value="all">
<param name="command1" value="/join #torrentdemons">
<param name="command1" value="/join #torrentdemons-announce">
<param name="fingerreply" value="sbox test">
<param name="userinforeply" value="sbox test">
<param name="autorejoin" value="false">
<param name="style:sourcefontrule1" value="all all Verdana 10">
<param name="sbox:timestamp" value="true">
<param name="sbox:highlight" value="true">
<param name="sbox:highlightnick" value="true">
<param name="sbox:highlightlinks" value="true">
<param name="sbox:styleselector" value="true">
<param name="sbox:setfontonstyle" value="true">
<param name="sbox:showhelp" value="false">
<param name="sbox:showabout" value="false">
<param name="sbox:leftnickalign" value="true">
<param name="sbox:showmenubar" value="false">
<!-- taskbar position setting -->
<param name="sbox:taskbarside" value="1">
<!-- prefix nick settings -->
<param name="sbox:prefixops" value="true">
<param name="sbox:prefixbold" value="false">
<param name="sbox:prefixfg" value="3">
<param name="sbox:prefixbg" value="0">
</applet>
</td></tr>
</table>
</body>
</html>
