My experiences/views on drupal development (module/theme)

Hello I am from Nepal and we have very few drupal developers (module/theme) here. I usually am focused in drupal module developement so had average knowledge of drupal theme development But recently I threw myself a challenge to work in drupal theming to test my skills. I decided to do everything i.e. from PSD to … Continue reading “My experiences/views on drupal development (module/theme)”

[How to] General Introduction and Installation of Limesurvey

If you don’t know what limesurvey is? – Limesurvey is a great opensource survey application. It has been widely used by many big industries to create the survey tasks. It has many powerful features like creating dynamic fields for survey. Supports multilingual, defines userroles, user groups and the more it has been integrated into various … Continue reading “[How to] General Introduction and Installation of Limesurvey”

Flag of Nepal

Find visitor’s country using his ip address

I have created a small php class that parses the IP2country.csv file and finds the visitor’s country using his ip address. Installations: First download the latest ip address database from http://software77.net/geo-ip/ In right sidebar you will see Download, Select IPV4 CSV (gz). Here you can also download .zip file Then download the file. Place the … Continue reading “Find visitor’s country using his ip address”

Xampp : Session Error

Below are the error in php due to session. This happens usually when server is unable to save the sessions data temporarily due to the improper path settings in session.save_path = “\xampp\tmp”. Solution is to set the session.savepath correctly to point to directory where server can find it easily. [php] Warning: session_start() [function.session-start]: open(\xampp\tmp\sess_nsvvoh9f5l55g063d7qka1lq72, O_RDWR) … Continue reading “Xampp : Session Error”