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)
clicks on banner?
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 
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


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
Hello and thank you for reactionKlemen Stirn wrote:Sure, as long as it's a link it can count it.
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
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?
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 
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


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
Hello and thanks for reactionKlemen 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?
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
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.
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 
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


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
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
Counting clicks for dynamic images/banners
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
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