Web Hosting Talk







View Full Version : need some Script


Eyal
08-26-2002, 04:41 PM
hello

someone have a script that show how much people are in the site ?:confused:

Ivan23
08-26-2002, 04:53 PM
more detail please ?

Eyal
08-26-2002, 04:59 PM
hmmmmm
in ASP it work with global.asa

it show you how much people are in the site in this moment

Varun Shoor
08-26-2002, 05:49 PM
I run a personal community based site that provides two remotely hosted scripts ie online users and shoutbox you can get 'em at www.activetopic.com.

(its free, dont consider this as an ad).

Eyal
08-27-2002, 03:37 AM
well .......
i need just the code that says how much are in my site

ARYA
08-27-2002, 04:21 AM
This might help you,

http://www.hotscripts.com/PHP/Scripts_and_Programs/Counters/Real-Time/

combs
08-27-2002, 01:31 PM
Use Session variables to store the hit counts. On start of session increment the variable and on end decrement it. The current value of session will give you the visitors currently on site. It can be done in ASP or PHP.