On Tuesday 02 July 2002 15:42, [EMAIL PROTECTED] wrote:
> uptime.cgi si napravih
> taka ...
> Samoche sia ne moga da go loadna v html
> PRobvam sus -=>
>
> <!--#exec cgi="cgi-bin/uptime.cgi"-->
> Ama ne staa
> Aide sia nekoi da mi kaje i kak da go loadna v htmla dolo :)
> i sha ste zlatni :)))

------------ index.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>some title</title>
</head>
<frameset rows=90%,* noresize scrolling=no border=0>
        <frame name=content src="welcome.html" scrolling=auto noresize>
        <frame name=logo src="/cgi-bin/uptime.cgi" scrolling=no>
</frameset>
<body>
</body>
</html>

------------------uptime.cgi
#!/usr/bin/perl
print "Content-type: text/html\n\n", `uname -mr ; echo " ; "; uptime`;

-- 
Greets,
fr33zb1
============================================================================
A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
============================================================================

Reply via email to