PHP Weather Script it’s a website script which displays the weather details for the visitors (if they can be detected, otherwise a default option will be shown), also allows them to search for certain locations and even save them to see it at a glance.
Features:
The visitor location is taken from the MaxMind Geo City Lite database, if the location of a visitor can’t be retrieved, then a default location will be shown (The Admin can set the default Location), the current temperature and the forecast are retrieved via the Google Weather API .
Demo
Admin Interface: http://weather.pricop.info/index.php?a=admin
User: admin
Password: [email protected]
User Interface: http://weather.pricop.info/index.php?a=user
User: demo
Password: demo
Minimum Requierments: cURL Library, PHP , MySQL, ReWrite module.