Research and development
I wanted to create a script that would convert a normal IP address to a long IP, just like mIRC Script’s $longip alias. $longip(address) Converts an IP address into a long value and vice-versa. $longip(158.152.50.239) returns 2660774639 $longip(2660774639) returns 158.152.50.239 … Continue reading
Posted in Development | Tagged FreeBSD, Linux | Leave a commentNot so long ago I was asked to answer some questions for a friend of a friend who was writing a dissertation about the “hacking and warez scene” (which I have not been heavily involved in since I turned 18). … Continue reading
Posted in Sysadmin | 1 CommentTurn dynamic URLs into friendly URLs I’m sure we’re all familiar with URLs that look like this: http://www.example.com/?nav=page These type of URLs aren’t particularly “friendly”, they are known as dynamic URLs. As a rule of thumb search engines such as … Continue reading
Posted in Internet | Tagged Apache, SEO | 3 CommentsWith the on-going abuse to email based systems, we are in need of ways to validate the email addresses we’re handling. We all know what an email address looks like, we see them and use them every single day. But … Continue reading
Posted in Development | Tagged email address, validation, verification | 27 Comments