Hi there, I got a image hosting scipt, I want to do some editing on this script the site is http://adult.adultsector.net you can see the following image and you will come to know what I want i had show the place, I need 4 frames which show the thumnails randome images so that when ever anyone click them its open that images, is it possible, can anybody help me in doing this
I am using this script Mihalism Multi Host. now the home page of the script is down, so i can't get support form there. thanks
if the image list is stored in database then you can just select random row from the table, something like this : select * from YOUR_TABLE order by rand() limit 0,4 or look at this site http://www.greggdev.com/web/articles.php?id=6