Not Counting Clicks!

Post your Click counter digestion problems here
Post Reply
Benn0
Posts: 1
Joined: Sat Mar 11, 2006 12:29 am

Not Counting Clicks!

Post by Benn0 »

Script URL: www.soundztemplates.soundzhosting.net/ccount
Version of script: 1.1
Version of PHP: 4.4
Hosting company: www.soundzhosting.net
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try:

Write your message below:


Hi Everyone,

I got this Program last night - and uploaded it to a website which i never use just to try it out!

I uploaded everything and everything worked, until.....

I put a link to a game i have on my website, i went into the admin panel - and added the full url, and gave it a name. It was successful and said the following:

New link successfully added!

A new link with ID 1 has been successfully added.

To count clicks on this link use this URL:

http://www.soundz4u.net/ccount/click.php?id=1

instead of the old one:

http://www.soundztemplates.soundzhosting.net/alien.swf

- But it doesnt work - and doesnt count the clicks!


Any Ideas?


Thanks,


Benn0
www.soundz4u.net - Online Radio Station

www.soundzhosting.net - The affordable host.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

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
AndyP95
Posts: 2
Joined: Wed Mar 15, 2006 3:14 am

Post by AndyP95 »

Script URL: http://www.kvhk-entertainment.com/ccount
Version of script: 1.1
Version of PHP:
Hosting company: www.globat.com
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try:

Write your message below:
http://www.kvhk-entertainment.com/testing2.html

Hi,
I've read the tutorial over and over again, and I think I did it correctly. HOwever, on my page, the display counter doesn't change. It keeps 0 no matter how many times I've clicked it. ANy suggestions are really appreciated. Thank you so much.
my code:
<html>

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

<body>

<table border="1" width="100%" id="table1">
<tr>
<td>Songs:</td>
<td>Played:</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><a href="http://thanhtung.com/modules/NV_Music/m ... wma">Khong Bao Gio Quen Anh</a></td>
<td><script language="Javascript">ccount_display('1')</script></td>
<td>&nbsp;</td>
</tr>

</table>

<p>&nbsp;</p>
<p align="center">Credits:&nbsp; ClickCounter at phpjunkyard.com</p>

</body>

</html>
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

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
AndyP95
Posts: 2
Joined: Wed Mar 15, 2006 3:14 am

Post by AndyP95 »

Thanks a lot. I got it now. :wink:
Post Reply