Skip to content

Instantly share code, notes, and snippets.

@charlesmcchan
Created September 12, 2014 09:30
Show Gist options
  • Save charlesmcchan/415c43bbefcd1bfc2f3f to your computer and use it in GitHub Desktop.
Save charlesmcchan/415c43bbefcd1bfc2f3f to your computer and use it in GitHub Desktop.
<?
header("Last-Modified: Fri, 18 Mar 2011 05:24:04 GMT ");
srand();
?>
<b><font color="#aa0000">ICN Project 1</font></b><br>
<?
$padding = rand(90,490);
for($i=0; $i<$padding; ++$i){
printf("%s", dechex(rand(0,15)));
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment