To install the Java Digital LED Ticker Tape onto your Virtual Server, you will need to telnet to your Virtual Server and then do the following steps:
cd (this will put you in your home directory)
tar -xvf /usr/local/contrib/TickerTape.tar
The HTML source below represents the applet definition for the Digital LED Ticker Tape.
<applet codebase="/Java/TickerTape" code="TickerTape"
width=420 height=30 align=absmiddle>
<param name=speed value=40>
<param name=ledcolour value=white>
<param name=backcolour value=black>
<param name=framecolour value=darkgray>
<param name=ledoffcolour value=darkgray>
<param name=framethick value=2>
<param name=ledsize value=1>
<param name=ledtype value=0>
<param name=file value="blurb.txt">
</applet>
If you are unfamiliar with JAVA, or would like to learn more about JAVA(tm): Programming for the Internet, the following URL is an excellent resource:
http://www.conveyor.com/ticker-tape.html