Click only showing up in one page, but not in the other

Post your Click counter digestion problems here
Post Reply
lushlove
Posts: 4
Joined: Sun Aug 27, 2006 10:03 pm

Click only showing up in one page, but not in the other

Post by lushlove »

Script URL:
Version of script: 1.1
Version of PHP: ?
Hosting company: awarspace.com
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try: i checked every topic

Write your message below:

Hi,
I've sucessfully installed the script, and everything is fine with admin and all. I used the display code on one of my pages, and it worked fine. I created another page, copied and pasted EXACTLY the same code as I did in the first page, but it does not show up, instead its blank.

This is my code (it should be correct):

Code: Select all

This wallpaper has been downloaded <b><script language="Javascript">ccount_display('1')</script></b> times.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Can't really say help you unless you post the URL to the script on your server and page that is having problems displaying the count.
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
lushlove
Posts: 4
Joined: Sun Aug 27, 2006 10:03 pm

Post by lushlove »

erm ok. the script is at [removed]
and the page that sint' working properly is at [removed]
Last edited by lushlove on Mon Aug 28, 2006 2:45 pm, edited 1 time in total.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Your page is missing the

Code: Select all

<script language="Javascript" src="http://www.domain.com/ccount/display.php">
<!--
//-->
</script>
code in the HEAD tag, see the readme.htm file for more info.
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
lushlove
Posts: 4
Joined: Sun Aug 27, 2006 10:03 pm

Post by lushlove »

ohh that's what i forgot. thanks.
Post Reply