Hi; ����������������������������������������������������������������������������� #!/bin/sh upt=`cat /proc/uptime` upti=`echo $upt | cut -d "." -f 1 ` #echo $upti tag=`echo $[ $(echo $upti) /86400]` stunde=`echo $[ $[ $(echo $upti) - $[$(echo $tag) *86400] ] /3600 ]` minute=`echo $[ $[ $(echo $upti) - $[$(echo $tag) *86400] - $[$(echo $stunde) *3600 ] ] /60 ]` sekunde=`echo $[ $(echo $upti) - $[$(echo $tag) *86400] - $[$(echo $stunde)*3600 ] - $[$(echo $minute) *60 ] ]` echo "Content-type: text/html" echo echo "<html>" echo "<head>" echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">" echo "<title>Hier der Titel der Page</title>" echo "</head>" echo "<body bgcolor=\"white\">" echo "<center>" echo "<br><br><br><br>" echo "<font face=\"Arial,Helvetica\"><font size=+2> Der Server <b><font color=\"#990000\">"$HOSTNAME"</font></b>" echo "laeuft ununterbrochen seit <b> <font color=\"#990000\">"$tag"</font></b> Tagen, " echo "<b> <font color=\"#990000\">"$stunde":"$minute":"$sekunde"</font></b> Stunden." echo "<br><br>" echo "</center>" echo "</body>" echo "</html>" �������������������������������������������������������������������������������� Du muszt nur noch die Farbe/Schrift/... anpassen. Das dann in deinem CGI-Verzeichnis ablegen und mit chmod 755 ausfuehrbar machen. ..HTH.. -- 12:59pm up 13 days, 1:54, 2 users, load average: 0.02, 0.01, 0.00 *** NEWSFLASH *** Russian tanks steamrolling through New Jersey!!!! Details at eleven!