AJReading Posted August 9, 2007 Share Posted August 9, 2007 Heres a image gallery script i wrote about 3 years ago, its not got any obvious bugs as its been used by many many people for years and most have been ironed out. However i plan on giving it an overhaul as I'm now more experienced with PHP and will proberbly add album functionallity. So basically your comments, suggestions and bugs are appreciated before i start developing a new version of it. I've no idea if there are any secuirty issues with it so if anyone can find them that would be nice. Source: http://www.hotscripts.com/Detailed/46557.html Example: http://ajrgal.ajrdev.com Link to comment https://forums.phpfreaks.com/topic/64070-image-gallery-script/ Share on other sites More sharing options...
php_tom Posted August 10, 2007 Share Posted August 10, 2007 You might redirect GET requests for a negative page (http://ajrdev.com/ajrgal/index.php?page=-1) to the first page. Otherwise, the script looks good, and secure. But kind of plain... are the image thumbnails hard-coded to be square, or can a user change this? Link to comment https://forums.phpfreaks.com/topic/64070-image-gallery-script/#findComment-319849 Share on other sites More sharing options...
Fadion Posted August 10, 2007 Share Posted August 10, 2007 Its pretty basic so theres not much to test. Does it have an admin backend or smth to upload images? If yes does it generate thumbnails, or crop them to fit the size? Link to comment https://forums.phpfreaks.com/topic/64070-image-gallery-script/#findComment-319966 Share on other sites More sharing options...
AJReading Posted August 10, 2007 Author Share Posted August 10, 2007 Nope, its supposed to be simple and basic. Files are uploaded into a folder and the script does the rest. There is no back end. The images can be changed to be resized proportionatly to a certain size, resized and cropped to fit a certain size or stretched to fit a certain size. Well thanks for checking it out. Glad to see there is nothing much ive overlooked. Link to comment https://forums.phpfreaks.com/topic/64070-image-gallery-script/#findComment-320445 Share on other sites More sharing options...
Fadion Posted August 10, 2007 Share Posted August 10, 2007 Maybe u can extend it with a simple admin panel where one could upload photos, set the default thumbnail and full image size and delete photos. Just an idea to make it a little more complex. Link to comment https://forums.phpfreaks.com/topic/64070-image-gallery-script/#findComment-320712 Share on other sites More sharing options...
Recommended Posts