Those little GIFs bring a tear to my nostalgic eyes.
Show HN: I made CMS less than 15 kilobytes, flat file
11–20 of 45 posts
Re: Show HN: I made CMS less than 15 kilobytes, flat file
#12Re: Show HN: I made CMS less than 15 kilobytes, flat file
#13The author needs to be a lot more careful about security at the very least. To be precise, PHP is not the culprit here, but does enable lots of easy ways to make your program immediately insecure due to its interface and one has to learn how to avoid them systematically.
Re: Show HN: I made CMS less than 15 kilobytes, flat file
#14[flagged]
https://i.imgur.com/7uoP1lO.jpeg
Re: Show HN: I made CMS less than 15 kilobytes, flat file
#15Re: Show HN: I made CMS less than 15 kilobytes, flat file
#16As who has endured the old Web 1.0 era with PHP, I can immediately see that the author didn't have any benefit of hindsight: no error handling, no XSS protection, no CSRF protection, no atomic file writing, no correct permission in the data directory (which means that some settings are still required depending on your webserver), no real way to change password which is built into admin.php, no constant-time compariso…
Re: Show HN: I made CMS less than 15 kilobytes, flat file
#17Nice but calling this a CMS is a little bit over the top
Re: Show HN: I made CMS less than 15 kilobytes, flat file
#18kopakobana and joobadze only comment on and promote your things.
Re: Show HN: I made CMS less than 15 kilobytes, flat file
#19Are you commenting on your own posts from different accounts? kopakobana and joobadze only comment on and promote your things.
Re: Show HN: I made CMS less than 15 kilobytes, flat file
#20As who has endured the old Web 1.0 era with PHP, I can immediately see that the author didn't have any benefit of hindsight: no error handling, no XSS protection, no CSRF protection, no atomic file writing, no correct permission in the data directory (which means that some settings are still required depending on your webserver), no real way to change password which is built into admin.php, no constant-time compariso…