Hmmmmm semi-productive stuff today! Made a wee bit of headway with the writing. Made contact with a few people on the trip so pics are heading my way some time this week. Made a proxy script to bypass the uni's web-filter. Technically its no a real proxy as its only a bare bones implimentation of file_get_contents() in php so I can view the pages they block, but I cant post. And it dosnt show some images.
But means I will be able to read the forums in the labs as I can get to my own site (that isnt blocked yet) I will upload and use it their. Keeping it hidden. Might even put a simiple login on it just to be safe
If anyones in need of such a thing and is too lazy to make it themself....! Doubt that though!
<?php
$fgc = file_get_contents($_POST['url']);
$fgc = substr($fgc, 0, -7);
echo $fgc.'
<style type="text/css">
div#abc_footer
{
position:absolute;
bottom:0;
left:0;
width:100%;
height:25px;
position:fixed;
background:#ccc;
color:black;
}
</style>
<div id="abc_footer"><form action="./index.php" method="post">
URL: <input type="text" name="url" value="http://www.google.com" size="50" />
<input type="submit" name="go" value="Go" /></form></div></html>';
?>
Also the snow is kick-ass. Totaly wish we were getting whats pounding the englanders at the moment. Damn envious at that one! Were only getting a couple inches at the best of imes. Wind is a pain in the arse but not any worse than normal. Dont really need to wear a jacket out just yet as the snow is stoping the cold rain :)