clicks on banner?

Post your Click counter digestion problems here
Post Reply
devries
Posts: 5
Joined: Wed Dec 20, 2006 10:18 am

clicks on banner?

Post by devries »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
Hello and thanks for reading.
Is it posible to count also clicks on a banner with the ccount script:
greetings Jan (netherlands)
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Sure, as long as it's a link it can count it.
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
devries
Posts: 5
Joined: Wed Dec 20, 2006 10:18 am

Post by devries »

Klemen Stirn wrote:Sure, as long as it's a link it can count it.
Hello and thank you for reaction
Ihave try it but something going wrong here... i think I have install. all the files well and i also Cmods 2 files but no clicks are coint.
I know it is a free cript from you and i understand that you can not give
service on it but when you have a little time please take a look on my server .
In FTP:
(DELETED)

Public_html
ccount

Greetings Jan
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

DON'T post any FTP details here as this is a public forum!!! I've deleted them for you but suggest that you change your password anyway.

As for the script post this info:
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:

Have you added the links to the script in the admin panel?
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
devries
Posts: 5
Joined: Wed Dec 20, 2006 10:18 am

Post by devries »

Klemen Stirn wrote:DON'T post any FTP details here as this is a public forum!!! I've deleted them for you but suggest that you change your password anyway.

As for the script post this info:
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:

Have you added the links to the script in the admin panel?
Hello and thanks for reaction
Thank you that you deleted the FTP information , I did not think about the risk of it.
In the admin panel i have add 0ne banner for example butthe cript do not count it whwn i click on it
greetings Jan
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

I'm not sure you understand how counting works. You need to:

1. add a link in the admin panel
2. replace the original link with the one generated by CCount

So for example if you want to count clicks on a link (banner, add, ...) to http://www.website.com you must add http://www.website.com in the admin panel and then REPLACE http://www.website.com in your banner to the link generated by CCount which will look something like
http://www.yourdomain.com/ccount/click.php?id=1

Another example is at
viewtopic.php?t=74


If you need any further help provide the information I asked for in previous post and a sample banner you wish to count clicks on.
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
devries
Posts: 5
Joined: Wed Dec 20, 2006 10:18 am

Post by devries »

Klemen Stirn wrote:I'm not sure you understand how counting works. You need to:

1. add a link in the admin panel
2. replace the original link with the one generated by CCount

So for example if you want to count clicks on a link (banner, add, ...) to http://www.website.com you must add http://www.website.com in the admin panel and then REPLACE http://www.website.com in your banner to the link generated by CCount which will look something like
http://www.yourdomain.com/ccount/click.php?id=1

Another example is at
viewtopic.php?t=74


If you need any further help provide the information I asked for in previous post and a sample banner you wish to count clicks on.

Hello and...... MANY thanks ... now i have understand it and it works now
Now problems anymore and a very good script
I thank you again for your help and with you and your family a very nice
Xmas and a very lucky new year
Greetings from the Netherlands
Jan
andymut
Posts: 4
Joined: Thu Oct 18, 2007 8:03 am

Counting clicks for dynamic images/banners

Post by andymut »

Hello and thank you very much for your generosity.

I installed click count but it is not working; it does not calculate the clicks.
My banners are dynamic and the links are read from the database;
Here is the query I use to load them:

<?php

$sql = 'SELECT * FROM `ads` where Flag_Active=\'Yes\' LIMIT 0, 4';

$result = mysql_query($sql) or die (mysql_error()); // create a recordset called result

while($row = mysql_fetch_array($result))

{

echo "<br><a href=".$row['Ad_Link']."><img src='ads/".$row["Ad_Image"]."' border='0'></a>";



}


mysql_free_result($result);

?>

</form>

Now on entering the links in the admin panel, it works ok but does not count when one clicks it.
Now you are saying that I should replace the link the cLICK Count generates after I add the link in the database?

Please let me know. Meanwhile I will replace and see how it works.

Thanks

Ar
andymut
Posts: 4
Joined: Thu Oct 18, 2007 8:03 am

Post by andymut »

I have replaced one of my banners' link with the one generated by the Click Count but on clicking it from my website it leads straight to the admin panel instead (as it is supposed to be) of going to the website.
Or is there something wrong with my settings;
andymut
Posts: 4
Joined: Thu Oct 18, 2007 8:03 am

Post by andymut »

I figured it out but its only calculating for the 1st link I put
andymut
Posts: 4
Joined: Thu Oct 18, 2007 8:03 am

Post by andymut »

ok. its working but on clicking one of the links its leading me a different url from the designated one.
Anyone?
Post Reply