CCount counts won't display...

Post your Click counter digestion problems here
Post Reply
amj80
Posts: 2
Joined: Wed Jul 26, 2006 4:52 am

CCount counts won't display...

Post 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!
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
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
amj80
Posts: 2
Joined: Wed Jul 26, 2006 4:52 am

Post by amj80 »

That was it! Thanks so much for your help and for sharing your great scripts!
Post Reply