Hits: 1042 Geocoding (finding latitude/longitude for street addresses), Geotagging (tagging media with latitude/longitude coordinates), and Geolocation (finding latitude/longitude of computer with IP X-Forwarded-For). There are some options to install on linux environment: # wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz # gunzip GeoLiteCity.dat.gz # sudo mkdir -v /usr/share/GeoIP # sudo mv -v GeoLiteCity.dat /usr/share/GeoIP/GeoIPCity.dat Install geoip with php5 # sudo apt-get [...]
Hits: 727 Have you checked my previous article on cronjobs… http://blog.svnlabs.com/tag/crontab-command-line/ To run cronjob per second you have to execute crontab/cronjob per minute and then have to run task in cron file per second using PHP function time_sleep_until(). <?php $start = microtime(true); for($ii=0;$ii<60;$ii++) { //………………………. /// here is the tasks which need to run per second… [...]
Hits: 218 Wish you a Happy Independence Day Salute TIRANGA I M PROUD TO BE AN INDIAN HAM HOGE KAMYAB HAM HOGE KAMYAB EK DIN MAN ME HE VISVAS PURA HE VISVAS HAM HOGE KAMYAB EK DIN SAARE JAHAN SE ACCHA… HINDUSTAN HAMAR HAPPY INDEPENDENCE DAY happy independence day all my friends JAI HIND
Hits: 989 Have you checked my previous article on CakePHP… http://blog.svnlabs.com/2009/11/cakephp-in-svnlabs/ Yii (Yes, it is) — a high-performance component-based PHP framework best for developing large-scale Web applications. Yii have features, including MVC, DAO/ActiveRecord, I18N/L10N, caching, jQuery-based AJAX support, authentication and role-based access control, scaffolding, input validation, widgets, events, theming, Web services, and so on. Written in [...]







