Page 1 of 1

CCount counts won't display...

Posted: Wed Jul 26, 2006 5:12 am
by amj80
Script URL: http://resources.fragiledecay.com/

Version of script: 1.1

Version of PHP: 5.1.2

Hosting company: http://www.dreamhost.com/

Have you searched THIS FORUM for your problem: yes

If so, what terms did you try: I searched through all of the CCount counter display problems.

The counter works fine, the only problem I'm having is getting the count to display on my webpage.

Here's what I have:

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<script language="Javascript" src="http://resources.fragiledecay.com/ccount/display.php">
<!--
//-->
</script>
<body>

<p align="center">Coming soon!</p>
<p align="center">&nbsp;</p>
<p align="center"><a target="_blank" href="http://resources.fragiledecay.com/ccoun ... 2">Fragile Decay</a></p>
<script language="Javascript">ccount_display('2')</script>

</body>

</html>
Any help would be greatly appreciated!

Posted: Wed Jul 26, 2006 10:28 am
by Klemen
Seems like you have an empty line at the beginning of your clicks.txt file? That seems to be braking the Javascript code, check inside the file and delete it if it's there.

Posted: Wed Jul 26, 2006 10:56 pm
by amj80
That was it! Thanks so much for your help and for sharing your great scripts!