James John – Software Engineer

Removing WWW in your domain name using .htaccess

Removing WWW in your domain name using .htaccess

Hi all, If we go to SEO we see that Spiders indexes your site both in WWW. and normal without WWW, now this will not that good in SEO as my boss told me…you have to make it use one only and this works only using .htaccess. Login to your Cpanel, locate your .htaccess (usually […]

How to Detect User’s Language Using PHP

How to Detect User’s Language Using PHP

Hi all, I know seeing this post topic, you will think is a huge of code but looking through it well you recognise its just a pieces of codes integrated to give us what we are looking for. Here every browser has a language its browsing with, now I use PHP to call it out […]

PASSWORD SALTING USING PHP

PASSWORD SALTING USING PHP

Hi all, Why do we do password salting/hashing? Just because we need our admin or user panel be protected even if you break into the database you cant find it, even with md5 decoder it won’t work  . Now am going to do this with md5() function in php, when a user registers i mix […]

HOW TO ENTER SAFE MODE IN WINDOWS 8

HOW TO ENTER SAFE MODE IN WINDOWS 8

Hi all, Last time, a friend of mine needed me to remove his Avira Antivirus from his system, now on Uninstalling it, i got a bad alert that the system will restart, i tried it the second time after restarting, but still the same thing…..Now i decided to enter the safe mode, thinking i’ll use […]

[MOBOROBO] ANDROID SUITE FOR PC

[MOBOROBO] ANDROID SUITE FOR PC

Hi all, Now introducing an Android Suite for PC Moborobo Moborobo is an Android Suite for PC just like Nokia PC Suite for Nokia for managing your Android in PC Features:Transfer Contacts Between Android & iPhoneMoborobo is one of the first cross platform software that supports transfer of contacts of both the Android and iOS […]

[DOWNLOAD] MAVIS BEACON TEACHES TYPING VERSION 20

[DOWNLOAD] MAVIS BEACON TEACHES TYPING VERSION 20

free download typing tutor Mavis Beacon Teaches Typing V. 20 full version is one of the best typing tutor of the world. The most comprehensive typing instruction system now includes updated learning tools, an improved user interface and even more features to guarantee typing improvements in just 2 weeks. Whether you want to learn essential […]

HOW TO WHATSAPP ON PC USING YOUWAVE ANDROID EMULATOR

HOW TO WHATSAPP ON PC USING YOUWAVE ANDROID EMULATOR

Hi all, As we all know Whatsapp is not available for PC but it will if we use emulator, using Java Emulator can’t suite coz Whatsapp java app is more secured and varies from phone to phone, now using Android Emulator gonna work! Using the Youwave Android Emulator PROCEDURES ON INSTALLING AND RUNNING WHATSAPP ON […]

[PHP] COMMENT SYSTEM USING PHP

Hi all, Am dropping this coz some are having problem with it, all procedures on how to do it is in the code, read well and edit well! 🙂

Hope it helps!

How to h*ck your Symbian phones

This method involves the use of an antivirus. So before we start the process… , make sure u delete any installed antivirus in your phone. After the this you can install it back. 1. Download the 2netlodge h*ck tools from the attached 2. After download, open the zip file with xplore, you will see 2 […]

[PHP] GET IMAGE HEIGHT AND WIDTH

Hi all, You need to get an image height and width in PHP? which normally use in passport or profile pictures…now try this code am going to give you.

Hope it works