Mikewastaken
Acquaintance
Hi all, I just finished my script that searches the database for image files.
It right now is set up it can search :
- all images a user has posted
- all images in a thread
- all images in a thread that a user has posted
- broken images that do not appear, give an alternate way to find the post
- chronological, newest to oldest, oldest to newest.
It can also just post all the images, or there is what I call "advanced". Where it posts width, height, image type, and a link to the image.
by default, clicking on the image will bring you to the post where it was posted.
The coolest part, atleast to me, it works on the same principles as vbulletin does. So anyone that knows how to use vbulletin's POST GET method, will understand this.
The thing that I want to add next, is if you search a thread, it posts which user uploaded an image in that thread.
Check it out!
EDIT:
FIXED
BASIC
http://www.forums.mikesforums.com/searchimages.php?u=1
ADVANCED
http://www.forums.mikesforums.com/searchimages.php?u=1&a=1
THREAD & USER
http://www.forums.mikesforums.com/searchimages.php?t=7&u=1
It right now is set up it can search :
- all images a user has posted
- all images in a thread
- all images in a thread that a user has posted
- broken images that do not appear, give an alternate way to find the post
- chronological, newest to oldest, oldest to newest.
It can also just post all the images, or there is what I call "advanced". Where it posts width, height, image type, and a link to the image.
by default, clicking on the image will bring you to the post where it was posted.
The coolest part, atleast to me, it works on the same principles as vbulletin does. So anyone that knows how to use vbulletin's POST GET method, will understand this.
The thing that I want to add next, is if you search a thread, it posts which user uploaded an image in that thread.
Check it out!
EDIT:
FIXED
BASIC
http://www.forums.mikesforums.com/searchimages.php?u=1
ADVANCED
http://www.forums.mikesforums.com/searchimages.php?u=1&a=1
THREAD & USER
http://www.forums.mikesforums.com/searchimages.php?t=7&u=1







