phpGCount installation questions

In case you have problems with some other PHPJunkyard script (not that there are THAT many).
Post Reply
Sifton

phpGCount installation questions

Post by Sifton »

Hello

I am installing phpgcounter for an intranet website.

P:\intranet\Operations\SystemEngineering\phpgcount This is the path that points to the graphcount.php file. It is the path I inserted into the script.

In the graphcount.php file I used $base_url = /phpgcount/

The counter doesn't work. Can someone help me figure this out please.

I am using Dreamweaver MX.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

What error messages do you get?

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Sifton

Post by Sifton »

Hello.

I don't get an error message. I load the page and the counter simply doesn't display. Also if I hit F12 in Dreamweaver, the counter doesn't display in the preview.

This is the first time I do this, so I figure I'm missing a step somewhere. I followed the readme file.

Thanks
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

Try setting
$base_url
to

Code: Select all

$base_url = "P:\intranet\Operations\SystemEngineering\phpgcount\"
and make sure
$check_referer
is set to 0

If that doesn't work try opening this page directly in your browser:

P:\intranet\Operations\SystemEngineering\phpgcount\graphcount.php?page=test

and see if you get any error messages then

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply