MikeSS Posted November 3, 2013 Posted November 3, 2013 Hello there,I am the CEO of the new starting Software Provider: SpeedoSoftwares (.tk)I am currently working on a kind of Image Sharing Software/Script which doesn't work like the known image sharing providers(tinypic - imgur -imageshack etc.etc.)all those sharing providers work arround with saving the file to their disk but I've got something better and more secure than this way and it's probably going to be free.This Image Sharing Software is saving the actual image(s) to the database! (mysql)This takes less server resources than the normal scripts use because it reacts the same as forum software.so I can guarantee you that it will not be banned off by it's server resources which kind of features do it have?:for now it has:Share(Upload) ImageSearch ImageGet Image informationShow recently uploaded imagesLike an image (very hot feature)Editable settings(Max upload size - max shown likes - max image preview height and widht)Show the uploaded images in the under right cornerShow the copyright as for 2013: © 2013 {site} ,All Rights Reserved.Show the copyright as for others: © 2013 - {current year} {site} ,All Rights Reserved the software comes with an protected installer (after the installation is done there will be a lock file to keep it locked) planning to make:Terms of Service Page (editable)Register PageLogin PageMember sharingMember Control Panel (email change - password change - see uploaded images - delete an image - and maybe even more)Member CommentingModeration Panel (Setable usergroups for members - for example:(usergroup 1 = Member - usergroup 2 = moderator) - remove an image - edit member information - remove all images - and maybe even more) As of for now there are none SQL Injections found in the total software. Share your suggestions or feedbacks from this text!Let you be heard on nice features or what you'd like to see!We are open for it!!! Regards,MikeSS (SpeedoSoftwares) 1
lancersupraskyline Posted November 11, 2013 Posted November 11, 2013 Into the database? Seriously?Have you made any research regarding this matter? 1
KangTomo Posted November 21, 2013 Posted November 21, 2013 "saving the actual image(s) to the database! (mysql) ?" Really ?or you mean spliting image to database ? :D/&--#62;
MikeSS Posted November 25, 2013 Author Posted November 25, 2013 the images will be on uploading put into the database (mysql database save as BLOB) in-fact I don't see why you guys see some trouble...check: http://www.url4img.tk before speaking up Register is done - login is being worked on.
lancersupraskyline Posted November 25, 2013 Posted November 25, 2013 No, seriously. Have you made any research regarding the matter?Have you made a Google Search on storing images in database?Do you know how many times this question has been asked in StackOverflow?And how almost all of the accepted answer is against storing images in database? If you do realize this, and still wish to proceed, then by all means, go ahead.
wolstech Posted November 25, 2013 Posted November 25, 2013 the images will be on uploading put into the database (mysql database save as BLOB) in-fact I don't see why you guys see some trouble...Kangtomo and lancersupraskyline are trying to point out that storing the images in the database is the worst possible way to do it. As a developer myself, I fully agree with them. Binary files do not belong in databases. I would recommend taking the images out of the database and just saving them as files. There's no advantage to putting them in the database, and in fact it actually decreasesthe performance of your application. It also makes your application use more server resources, and databases with BLOBs are more difficult to back up as well (often due to size, but I've seen cases where the .sql file doesn't store the BLOB correctly when the DB is exported). The reason they both keep saying to research is because researching would have found numerous other people saying not to do this, such as those linked in lancesupraskyline's post above. 2
ZoutOfficial Posted November 27, 2013 Posted November 27, 2013 This is really possible? You used some code that redirects the uploaded images to a database field? How did you do that? And in the future this site will be online?
GladeDigitalMedia Posted January 20, 2014 Posted January 20, 2014 Putting images in a database is extremely risky and it would not really reduce the amount of storage used. Plus, it would use more CPU resources because of the roundabout server requests, which are very server consuming.Will it have a cache?
yashrs Posted April 12, 2014 Posted April 12, 2014 Nice website.. but need to improve some more for getting into competition Also, you need to improve the looks of your website !
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now