Page 1 of 1

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

Posted: Sun Aug 27, 2006 10:08 pm
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.

Posted: Sun Aug 27, 2006 10:57 pm
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.

Posted: Mon Aug 28, 2006 1:51 am
by lushlove
erm ok. the script is at [removed]
and the page that sint' working properly is at [removed]

Posted: Mon Aug 28, 2006 11:20 am
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.

Posted: Mon Aug 28, 2006 2:45 pm
by lushlove
ohh that's what i forgot. thanks.