Upside Down Net

Updated my upside down ternet scripts for my wireless guest network. Now it includes upside down text :> The new script works by redirecting all requests to phproxy (poxy) which then turns images upside down and runs a javascript to upside down the text.

Link to download is here.

Please note that this is heavily based off phproxy and a javascript text flipper. Credits are in files included.

Statpress

Statpress is a wonderful, and you should try it out if you have a WordPress blog. I did find one bug with the search function which gives the following error…

Cannot load wp-statpress/statpress.php

The good news is that this is easily fixed, and is just a simple typo in the code. Attached you should find the patch file, or you can open up statpress.php and change line 819 to look like the following.
From
<input type=hidden name=page value='wp-statpress/statpress.php'>......
To
<input type=hidden name=page value='statpress/statpress.php'>......

And all should be good.

statspress.php.patch

Awsome Service Checker

Basic php script that checks ports on your server and reports back to the user. Fairly Simple, havn’t really made the code friendly so it isn’t recommend for people that don’t know php. Here it is. Feel free to do anything you want with it, although a small note to the author (me) would be nice. If you wanna see a demo of it working check out [dead link] . Also you might wanna grab the stylesheet - [dead link] . And here is the sauce/source - [dead link].