Hey guys,
I'm going to have a small section of AIM buddy icons on my website but I can't find a PHP image gallery script that supports buddy icons.
I basically just want a PHP script that will show 20 AIM buddy icons per page, with the newest ones in the specified directory showing first. I would like them to be displayed like this: 4 table columns by 5 table rows, meaning each cell would have a buddy icon in it. And when you clicked that icon, it would already be ready to with the code below properly set to the URL of that icon:
.
If the specified directory has over 20 images (or buddy icons) in it, it will then put the rest on following pages (with 20 per page of course). So at the bottom there would be a link that would say "Next >" (if there were more images to be shown) and/or "< Previous" to see ones previously displayed (if applicable).
I have been searching all day for a script like this (honestly, I have searched tens of tens of times on Google for something) but I can't find anything, I really can't.
I haven't got any spare cash right now, at least not enough for non-neccessities, and I am reading a book on how to do PHP but I'm only to the part where Arrays are being introduced, so I really don't know jack in order to do something like this.
Is there anyone that could help me in any way?
Thank you,
Andy
I'm going to have a small section of AIM buddy icons on my website but I can't find a PHP image gallery script that supports buddy icons.
I basically just want a PHP script that will show 20 AIM buddy icons per page, with the newest ones in the specified directory showing first. I would like them to be displayed like this: 4 table columns by 5 table rows, meaning each cell would have a buddy icon in it. And when you clicked that icon, it would already be ready to with the code below properly set to the URL of that icon:
Code:
aim:buddyicon?src=image.ext
If the specified directory has over 20 images (or buddy icons) in it, it will then put the rest on following pages (with 20 per page of course). So at the bottom there would be a link that would say "Next >" (if there were more images to be shown) and/or "< Previous" to see ones previously displayed (if applicable).
I have been searching all day for a script like this (honestly, I have searched tens of tens of times on Google for something) but I can't find anything, I really can't.
I haven't got any spare cash right now, at least not enough for non-neccessities, and I am reading a book on how to do PHP but I'm only to the part where Arrays are being introduced, so I really don't know jack in order to do something like this.
Is there anyone that could help me in any way?
Thank you,
Andy







