Recently i've uploaded a site(tintasii.moldovacrestina.net) and i would like to know how many people visted my website. but also to make it visible for all
Thanks for your help!![]()
Recently i've uploaded a site(tintasii.moldovacrestina.net) and i would like to know how many people visted my website. but also to make it visible for all
Thanks for your help!![]()
thanks for your help,
You know, i want to make a meter i mean right on that page, so that evryone would be able to see it?
Is it the same what you gave to me?
Thanks gain!
I didn't get your this point.Originally Posted by Slava
AWStats is a a tool which an admin can use to check the detailed statistics. I is not a tool meant for a normal user.
If you are looking for something using which you can display the number of visitors visited your site then please let me know about it, so that I can try to give you the same.
If I am wrong then try to explain what exactly you are looking for, if possible some example site/page.
Please be sure to post in the correct forum category in the future. This question isn't related to CSS in anyway. The most appropriate category would either by "Other" or "Looking for such a script". Thread moved to the former this time.
Yes, your right, i want to display the num of the vistors and if it's posible date and time, like:
views: 453
today: 34
Hope you understand what i want!
thanks!
man, you helped me so much!
PHP solution...
<?php
$numfile = "count.txt";
$handle = fopen($numfile,"a+");
$var = fread($handle, "50")++;
fwrite($handle, $var);
fclose($handle);
echo "Total Visitors:". $var;
?>
Sorry but i'm not familiar with PHP, and have no idea where to put this code in my html code,
I'd be very thankful if you explained me how to do this!
Bookmarks