Pastoid

The page you are looking at now is at this URL: http://pastoid.com/b2n

This paste was last updated on August 11, 2010 at 8:37 am.

Pasted Coderaw

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml">
 
<head>
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
<title>The spire back isshue</title>
 
<link href="style.css" rel="stylesheet" type="text/css" />
 
</head>
 
<div id="wrapper">
 
<div id="top">This should show all the back isshues of THE SPIRE magazine.</div>
 
<div id="bottem"> 
 
<?php
 
$dirname = "/home/stluke/stluke/spire/";
$dir = opendir($dirname);
 
while(false != ($file = readdir($dir))) {
  if(($file != ".") and ($file != "..")) {
 
    switch(strtolower(substr($file,strrpos($file, '.')+1))) { 
    default: /* do nothing */ break; 
    case 'pdf': 
    case 'doc': 
      echo("<a href='/stluke/spire/{$file}'>" . $file ."</a> <br />");
      break; 
    }
  }
}
 
?>
 
</div>
 
</body>
 
</html>

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 12
drunkenmonkey.org 1
Is this paste spam?
<Hide