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.
phpGCount installation questions
Hi,
What error messages do you get?
Regards
What error messages do you get?
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Hi,
Try setting
$base_url
to
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
Try setting
$base_url
to
Code: Select all
$base_url = "P:\intranet\Operations\SystemEngineering\phpgcount\"
$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 
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


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