Hello, im looking for this script but i cant find it anywhere and i dont know php im looking for a click counter that displays clicks for the visitors and in administration (which can be edited) people can click the link every 24 hours for it to count. any help? thanks Michael
As vague as your request is...second result: http://www.lmgtfy.com/?q=click+counter was it really so hard?
I see we got a smarta** over here. As you can see i wrote that i have been looking but couldnt find any. I used more search engines than you even know that exist. Youre telling me to use google thinking im a newbie or something yet look at the quality of your answer. google? come on! thats not what i was looking for! But thanks
I wrote something similar before for an online competition, in which they were only allowed to enter once every 24 hours. This cant really be done accurately but I logged their IP Address along with date and time, then put a condition that it would only allow them to enter or put any entry in if the current date and time is less than 24 hours than the last time they entered. You could use the same idea but instead of letting them enter, just incremement a database counter value by one each valid click