Install geoip on xampp

On August 28, 2010, in CentOS, Fedora, LAMP, Linux, Open Source, PHP, Shared Library, Tricks, Web Application, by Sandeep Verma

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 [...]

How to run cronjobs per second?

On August 21, 2010, in CentOS, Fedora, LAMP, Linux, Tricks, by Sandeep Verma

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… [...]

Tagged with:  

Make your website instantly available in other languages

On August 19, 2010, in LAMP, Open Source, PHP, Tips, Tricks, Web Application, Wordpress, by Sandeep Verma

Hits: 601  I think everyone know about google language translation We can use http://www.wibiya.com/ to translate webpage/blog content in worlds very known languages Add the free Google Translate gadget to instantly translate your webpage or blog into other languages: English, Afrikaans, Albanian, Arabic, Armenian, Azerbaijani, Basque, Belarusian, Bulgarian, Catalan, Chinese, Croatian, Czech, Danish, Dutch, Estonian, Filipino, [...]

Wish you a Happy Independence Day

On August 14, 2010, in LAMP, by Sandeep Verma

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

CakePHP vs YII

On August 8, 2010, in CakePHP, LAMP, Open Source, PHP, Tips, Tricks, Web Application, by Sandeep Verma

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 [...]

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...