• You can now help support WorldwideDX when you shop on Amazon at no additional cost to you! Simply follow this Shop on Amazon link first and a portion of any purchase is sent to WorldwideDX to help with site costs.
  • The Feb 2025 Radioddity Giveaway Results are In! Click Here to see who won!

Reply to thread

How does Simple Machines handle images?  The php.ini file should limit file upload length, and any request to upload a file that is too big should fail.  If it tries to store the images in the database, that could cause an issue, on top of being the absolute worst way to store images.


I was thinking more a problem with something like SQL injection.  Any sufficiently supported open source project should have protection for that, but there are always oversights.


Anyway, since it seems that the owner of that page is of an unknown status, I've been looking at a way of storing the data that is still available, just in case.  There are offline readers that could make it a fairly easy task, but that stores things as static files.  Scraping to put things into a database would be better, but the pages are not really standard, so I can envision a lot of manual editing.