Installing Aktif.cgi is very simple! If you have installed any
cgi script before you can easily install Aktif.cgi.
Just preform the following steps:
- Check the path to perl on .cgi file. If your path to perl
is different from #!/usr/bin/perl you
will need to change that on the top of aktif.cgi file. If
you are unsure what the correct path is, ask your system
admin. DO NOT CHANGE ANYTHING BELOW #!/usr/bin/perl
- $tol=60 ; refresh
time.
- Upload aktif.cgi in
to your cgi-bin directory. Make sure you upload ASCII
mode!
If you are using a unix server, chmod
755.
- This script must be run in a frame, if your page have not
frame, you are exchange your entry page name index2.htm
, and then create index.htm
- Specimen codes for index.htm under this help page...
<HTML>
<FRAMESET ROWS="*,25" BORDER="NONE" FRAMEBORDER="0">
<FRAME NAME="ust" SRC="index2.htm" SCROLLING="AUTO" NORESIZE>
<FRAME NAME="alt" SRC="http://www.yourserver.com/cgi-bin/aktif.cgi"
SCROLLING="NO" NORESIZE>
</FRAMESET>
</HTML>
- Other way for showing online user(s) : Add to following
HTML code to your web page between <body> and </body>
tags
<IFRAME frameborder="0" scrolling="no" width="120" height="20"
SRC="http://www.yourserver.com/cgi-bin/aktif.cgi">
</IFRAME>