Quote:
Originally Posted by _Zume
Interesing .. Here is a file pictures with ID of new objects: http://www.solidfiles.com/d/a87ebb0be7/objects.rar
and php code to display:
PHP код:
<?php
echo '<h2> Objects added 0.3.7 RC1 (z)</h2>';
for ($i= 19522; $i != 19902; $i++)
{
$nombre_fichero = 'objects/' . $i . '.jpg';
if (file_exists($nombre_fichero))
{
echo ' <div> <img src="'.$nombre_fichero.'" width="100px" height="100px"/> <br/> ID: '. $i . ' </div>';
}
echo "\n";
}
?>
|
That actually looks kinda cool(though it lacks CSS detailing),
https://evanabagail.net/objects/
Where did you get all those images by the way?