amereservant
Chevereto Noob
Hey everyone,
I wanted to first say hi and to express how much I like this script!
I was looking for an alternative to tinypic.com to avoid all the ads, etc. and really wanted an API to hook to, but I found this instead and really like it.
I decided to take a look at the forums and it's sad to see no big development contributions have been made to it.
I took a look at the Admin-panel plug-in by SunLord and noticed some requests for sqlite, which I myself agree with considering how small of a script it is and believe it to be unnecessary to clutter up a MySQL server with this.
After diving into the code for the admin plug-in, I realized there really needs to be some pretty big revisions/rewrites done to it and so I'm taking on that task.
I'll be using PHP's PDO extension, which means the minimum requirement is PHP 5.1.0, and offering both MySQL/SQLITE database options so you can choose which one to use.
I also intend to eventually implement an API as part of this project so users can write apps for other projects that can upload/post new images and get a response back regarding the information about the new image.
I'll also add post-upload image resizing so you can choose to create additional sizes of a previously uploaded image and not have to re-upload it again.
There's sure to be other ideas along the way, but there's just a few of them for now. I'm open to ideas as well, but my goal is to stick to keeping things simple.
Thanks again for the awesome script!
I wanted to first say hi and to express how much I like this script!
I was looking for an alternative to tinypic.com to avoid all the ads, etc. and really wanted an API to hook to, but I found this instead and really like it.
I decided to take a look at the forums and it's sad to see no big development contributions have been made to it.
I took a look at the Admin-panel plug-in by SunLord and noticed some requests for sqlite, which I myself agree with considering how small of a script it is and believe it to be unnecessary to clutter up a MySQL server with this.
After diving into the code for the admin plug-in, I realized there really needs to be some pretty big revisions/rewrites done to it and so I'm taking on that task.
I'll be using PHP's PDO extension, which means the minimum requirement is PHP 5.1.0, and offering both MySQL/SQLITE database options so you can choose which one to use.
I also intend to eventually implement an API as part of this project so users can write apps for other projects that can upload/post new images and get a response back regarding the information about the new image.
I'll also add post-upload image resizing so you can choose to create additional sizes of a previously uploaded image and not have to re-upload it again.
There's sure to be other ideas along the way, but there's just a few of them for now. I'm open to ideas as well, but my goal is to stick to keeping things simple.
Thanks again for the awesome script!