justuptime.com - monitor your servers & websites

Counters

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 34 posts

Joined: Jan 2001

Hello

Didn't know where to put this post...hope this is okay.

Basically I need a counter to monitor a page on my Intranet. I don't want to register with a counter place on the web, but instead wanted to use some script to just add a simple counter on.

However, can't use CGI scripting due to a long and boring reason. Mad Does anyone know of any other scripts I can use?

Cheers

Jo Smiling

Mark Hensler's picture

He has: 4,044 posts

Joined: Aug 2000

Are you allowed any server side languages? (ASP, CGI, PHP)

This must be done server side, it cannot be achieved client side.

Mark Hensler ["Max Albert"] [Email]
If there is no answer on Google, then there is no question.

Brian Farkas's picture

They have: 1,015 posts

Joined: Apr 1999

That's right- if you don't want to use a 3rd party counter service, you have to have CGI access, or you're out of luck Sad. Sorry!

Brian

Brian Farkas
InterSurge Internet- Powerful linux hosting solutions from $7.50
InfoStar Web Design- Custom web site design and development

Mark Hensler's picture

He has: 4,044 posts

Joined: Aug 2000

Do you need CGI access to run a PHP script?

Suzanne's picture

She has: 5,512 posts

Joined: Feb 2000

You don't need to have cgi access to run Perl scripts, either, in that they don't HAVE to be in the cgi-bin. But you do need the language installed on your server.

PHP just needs to be installed.

Smiling Suzanne

They have: 34 posts

Joined: Jan 2001

Oh wicked!
I will try to do that.

Thanks v much,
JO