Archive for May, 2009
Javascript/PHP Linkerizer (link creator)
by admin on May.19, 2009, under Utility
Why would you need a linkerizer? Well, some stuff is hard to directly download. This makes it easy. You can also send requests to this page via either POST or GET. Go ahead and give it a try. (continue reading…)
Automated Email-to-SMS gateway PHP script
by admin on May.07, 2009, under Code
I’ll cut right to the awesome. This script runs every minute, checks an IMAP mailbox (that happens to be my work email), and detects if any new messages have been received. If so, all HTML and special characters are stripped (leaving plain ASCII text) from the message body, and truncated to 150 characters. Next, the script sends me a text message through Verizon’s email gateway “from” the original sender’s email address. (continue reading…)