Submitted by Shawn on Thu, 01/19/2012 - 03:01
Just so you know this site is mostly used as a test bed for dev projects and testing. very few updates make it to the page.
Submitted by Shawn on Wed, 01/18/2012 - 02:52
Insert this code in your PHP file to for the SOPA/PIPA blackout
<?php if (!isset($_COOKIE['bypassSOPA'])) { setcookie("bypassSOPA", 1, time()+3600); if (time() > mktime(1,0,0,1,18,2012) && time() < mktime(1,0,0,1,19,2012)) { ?> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"><script type="text/javascript" src="http://atomic.room34.com/sopa_blackout.js"></script>
<?php
}
}
?>
Tags:
