dman:sleemanj: SQL injection is one thing, but this was pretty sloppy, it wasn't just forgetting to escape a string or something, it was sending complete unchecked SQL across the wire. Even 10 years ago (really, 10 years, in flash?) that would have been pretty obviously a bad idea.it wasn't just that, they had a whole comedy of errors. Like storing passwords as plain text, no matter how many years we are talking about you can't call that secure
for my forum i was using yetanotherforum.net, an open source asp.net forum, and the first thing i noticed, the passwords were all stored in the db as plaintext. the first thing i did was change them to a seeded md5 hash.
its not uncommon to do, but i really wish it was.
seriously never going to use their website to make an order, or heaven forbid make a credit card payment through them.