foamcups mods'n stuff...
This site will get fancier sometime...
'.$letter.'
';
}
echo '';
echo 'Expand All
Contact All
';
foreach(glob('stuff/mods/*') as $mods)
{
if(is_empty_dir($mods.'/fil3z'))
{
echo '- '.basename($mods);
}else{
echo '
- '.basename($mods).' <-- Click here';
}
echo '
';
foreach(glob($mods.'/fil3z/*.7z') as $files)
{
echo '- '.basename($files).'
';
}
foreach(glob($mods.'/scr33nz/*.png') as $screens)
{
//THUMBNAILMAKER START
if(!file_exists('img/thumbs/'.basename($screens)))
{
$im = imagecreatefrompng($screens);
$size = getimagesize($screens);
$thumb = imagecreatetruecolor(200,160);
imagecopyresized($thumb,$im,0,0,0,0,200,160,$size[0],$size[1]);
imagepng($thumb,'img/thumbs/'.basename($screens));
imagedestroy($im);
imagedestroy($thumb);
}
//THUMBNAILMAKER END
echo '
';
}
echo '
';
echo ' ';
}
echo '
';
?>