I'm looking for a sort of live counter where I can input stats for the counter to update these in real time, sort of like this site: World Population Counter Any suggestions?
Something like that requires a server-side and client-side solution. First I would have a real-counter on the backend, probably cron and DB driven. Then on page load, set the variables from the DB vars, and have it increment or decrement at the same speed as the server-side variables would
Maybe: http://www.free-php-scripts.net/P/Simple_Counter + http://www.free-php-scripts.net/P/Geo_IP Peace,