GREAT CODING PRACTICE!!

The web has certainly stepped up security in the pass few years to keep pace with security attacks from hackers and criminals.

I was just browsing a site ( last Christmas presents ) which I will not name, but it is really scary to think that they have no consideration for security at all.

Here are the errors I got. Suddenly I know the structure of some of their database, plus some which I have not displayed on this blog....

New Products For December

1053 - Server shutdown in progress
select p.products_id, p.products_image, p.products_tax_class_id, p.products_map, if(s.status, s.specials_new_products_price, p.products_price) as products_price, p.products_msrp, p.products_map from products p left join specials s on p.products_id = s.products_id where products_status = '1' order by p.products_date_added desc limit 9
[TEP STOP]

2013 - Lost connection to MySQL server during query
select count(*) as total from sessions where sesskey = 'c6c6c7d5f7a6f329fb197bd1455c6f44'
[TEP STOP]