I got your pm, but couldn't reply. That rand query is gonna put a load on a server as you see.
That add on eventually became latest uploads on forum home IIRC due to the weakness of rand.
Try something like...
PHP Code:
SELECT * FROM ". TABLE_PREFIX ."vbgarage_images WHERE 1 ORDER BY dateline DESC LIMIT 5
to get the latest upload to display. Make sure dateline is the name of the date field in the images table for the upload date.