PDA

View Full Version : ONLINE VISITORS perl script


Alias
12-17-2003, 01:26 AM
Hello

I'm newbie in perl and need some simple perl script
to indicate number of visitors online (like text counter).

I want to paste JavaScript code into html page where I want a counter to appear (without SSI).

Can you recommend me something?

Best Regards

YUPAPA
12-18-2003, 05:45 AM
I think this can be done by linking to a script using the HTML IMG tag <IMG SRC="http://www.yourdomain.com/yourscript.pl">

The script tracks and shows the number of visitors are currently browsing your site~

No javascript and SSI is required~~ :o

Philip M
12-18-2003, 08:36 AM
Visit www.hotscripts.com

and search for aktif.cgi

It works fine for me.

Alias
12-19-2003, 12:49 AM
hmm ... well I try many of scripts but I didn't find some simple ... like this :

http://www.easycount.nl/

but "Visitors online indication" I don't know to setup ... realy good and simple script ...