Updates And Devs In Php Script
I have 2 counter websites (website statistics), they are using the same script, and I want to do some updates, corrections and small new developments.
The work to be done is:
- update the IP databases for both my counter services. There are free IP databases available, and they only need to be imported in the current databases in the correct way, so the script continue working normally.
- update list of Browsers, OS (operating systems) and Search Engines that the system tracks. This is very simple, it’s just adding new lines in the php code.
- some users complain that “The counter reads the number exactly as it shown on the choose counter page instead of showing my page views.” So, for new counters it would be better to show a default value of 0, to avoid confusion.
- the “Returning Visitors” stats, which works based on cookies seems to be not working. You should check and solve if there is a problem.
in user panel:
- repair a feature that stopped working after I moved the sites to a new server. This feature is the ability to set a local time for statistics (Time Zone).
- fix “Time Format” 05:17:04 PM or 17:17:04 (this feature is implemented but somehow not working)
- allow users to remove their own accounts, and remove accounts only if they have no projects.
in admin panel
- I want to be able to remove from the DB all projects (a project is a website) without hits in the last month (there is no hits because the code is not installed in the website), and
- to remove all users older than one month who don’t have projects.
Both sites have real users, so downtime should be kept to a minimum!



