Skip to content

Instantly share code, notes, and snippets.

@mikevalstar
Created June 30, 2011 02:21
Show Gist options
  • Save mikevalstar/1055493 to your computer and use it in GitHub Desktop.
Save mikevalstar/1055493 to your computer and use it in GitHub Desktop.
<?PHP
while(true){
$x++
$y = 0;
while($y < 5000){
file_get_contents("http://yoursite.com/img/img_$x$y.jpg");
$y++;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment