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 moreFix 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 moreGetting 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