Well, this may seem ridiculous, but it happened:
- I created a fully working site on CodeIgniter
- The site is obviously managed by db, with user tables (and many others) in it
- Today I logged in and instead of "Name" ... instead of the username, I see
"Use PDO" (I also checked the db table from phpMyAdmin, and the specific field seems to have been changed: S).
And I think: "Someone hacked the site." Something like a bad (albeit educational) joke, maybe?
I'm right? (I'm asking a little silly about this, but what would ...)
If so, what should I do to prevent such an event in the future?
Hint: ALL of my db access is done using the CodeIgniter db function, so I assume that everything should be properly escaped. Any ideas?
source share