Code improvements making the installation easier:
I have changed the code a bit making the installation easier (you don't have to change that many values, you still can, of course).
clock_swf template
I changed:
PHP Code:
<OBJECT width=(desired width)(450 is good) height=(desired height)(300 is good)><PARAM NAME="Sitename Forums Flash Clock" VALUE="http://www.youraddress.com/forums/Clock.swf">
<embed src="http://www.youraddress.com/forums/Clock.swf" width="(desired width)(450 is good)"
height="(desired height)(300 is good)"></embed></OBJECT>
into
PHP Code:
<OBJECT width=450 height=300><PARAM NAME="$bbtitle Flash Clock" VALUE="$bburl/Clock.swf">
<embed src="$bburl/Clock.swf" width="450"
height="300"></embed></OBJECT>
and thus making the script automatically know the URL to the board.
Here it is installed and not fitting my forums style nor being centered.
Nice hack, though.