\n"; echo "
\n"; echo "
\n"; echo "
\n"; echo "
UnPS-GAMA Image Host - Now Showing: ".$_GET['img']."
\n"; }else{ echo "
UnPS-GAMA Image Host
\n"; } ?>
Home
Images
Shortener
Projects
GitHub
Terms of Service
Privacy Policy
TWITTER
Google Search This
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))){ 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 "; } } }else{ echo "Error getting images from database"; } echo "\n"; ?>
"; textstuff(); echo "
"; } ?>
Want to upload pictures?
Image Uploader Here