Islamic Lawyer & Professional Web Application Developer

Islamic History | Islamic Law | Islamic Culture
HTML | PHP | MySQL | Web Application Development | Wordpress Customisation
Linux | Windows | cPanel | Server Management.

make your self comfortable

Confident is the power of business. If you lost it, you lost everything.

Latest Post

Upload Directory Tree To Remote FTP Server Recursively

When you host your web site remotely and and the ftp server is the only way to upload all files including subdirectroies. You need to use special file transfer program[…]

Read more
February 3, 2017 0

Fix locale/font problems in CentOS 6 Linux

If you get this warning when running perl scripts: # perl -v perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = “(unset)”, LC_ALL =[…]

Read more
January 7, 2017 0

Getting MAC address of LAN

Its most helpful to get the remote pc’s lan card’s mac address to prevent certain access on the website. <?php echo $ip=$_SERVER[‘REMOTE_ADDR’]; echo ‘<br>’; echo $mac = shell_exec(‘arp -a ‘.$ip);[…]

Read more
September 3, 2015 0