{EAV_BLOG_VER:6e99e91f183f7014} I use my own smilies around the web but I always forget the full link to the pics whenever I’m posting to a forum or whatever. I don’t need to remember them though as a long time ago I made the script below, saved it as index.php and put it in the folder where …
Monthly Archive: August 2011
Aug 21
How to make a simple web proxy in PHP
I recently tried to follow this link and was met with the equivalent of a 403! I was like, “I’m not having that!” and was about to turn on my VPN when I thought, “my webserver’s located in the states, why not just make a proxy?” So I did a very, very, simple web proxy… …
Aug 19
How to move Firebug to bottom of Firefox browser window
A recent update to firebug moved the icon to open the console to the top right of firefox. Everyone hates it as far as I am aware and there’s no setting to alter it. However you can do the following… Right-click in the bottom bar or near the firebug icon to get a menu Select …
Aug 03
PHP Random Letter Function
I think the title says it best. A simple php function to produce a random letter or string of random letters… function randLetter($howMany=1) { for($i=0;$i
