Monthly Archives: June 2008

longip perl script

Posted on by admin

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 , | Leave a comment

What is a hacker?

Posted on by admin

Not 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 Comment

Friendly URLs (revisited)

Posted on by admin

Turn 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 , | 3 Comments

What is a valid email address?

Posted on by admin

With 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 , , | 27 Comments