Problem displaying clicks.

Post your Click counter digestion problems here
Post Reply
UnknownKid701
Posts: 2
Joined: Wed Sep 10, 2008 6:47 pm

Problem displaying clicks.

Post by UnknownKid701 »

Okay, Today i installed the Ccount Php counter on my website. It tracks the files fine. But the display thing. I tried setting that up on my site. And its not currently working. I don't see the number of downloads.

Url of site: http://Game-Talent.net
Url of clicks.txt: http://Game-Talent.net/a/clicks.txt

This is what i added to my site

<script language="Javascript" src="http://Game-Talent.net/a/display.php">
<script language="Javascript">ccount_display('2')</script>

It seems to not want to work. Please help me fix this.
UnknownKid701
Posts: 2
Joined: Wed Sep 10, 2008 6:47 pm

Post by UnknownKid701 »

bump
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hi Kid701,

You write you added

Code: Select all

<script language="Javascript" src="http://Game-Talent.net/a/display.php">
<script language="Javascript">ccount_display('2')</script> 
I can not find the code in the head section of your page that calls the javascript.

Code: Select all

<script language="Javascript" src="http://Game-Talent.net/a/display.php">
I can only find the

Code: Select all

<script language="Javascript">ccount_display('2')</script>
part on your page.

Greetings,
Henrie
Post Reply