Home
Images
Shortener
Projects
GitHub
Terms of Service
Privacy Policy
TWITTER
Fix headstuff and title
Recently Uploaded Pictures
query($sql)){ die('There was an error running the query [' . $db->error . ']'); } $row = $result->fetch_assoc(); if ($row){ $thethumbs = ''; if($thumbs = opendir('thumbs')){ while(false != ($fiel = readdir($thumbs))){ // Test if thumbnail exists if not show nothumb.png if($fiel != "." && $fiel != ".." && $fiel != ".htaccess"){ $thethumbs .= "-".$fiel; } } closedir($thumbs); } $thethumbs = explode("-", $thethumbs); $name = $row['name']; $name = explode("-", $name); foreach($name as $names){ if(in_array($names, $thethumbs)){ echo '
'."\n "; }else{ echo '
'."\n "; } //echo '
'."\n "; } }else{ echo "Error getting images from database"; } ?>
"; textstuff(); echo "
"; } ?>
Want to upload pictures?
Image Uploader Here