double-happiness Posted December 1, 2009 Posted December 1, 2009 I have a bit of a security emergency as a customer has tried to order by credit card from my newly-established shop, I didn't realise The Credit Card payment module was installed, I now have their card details stored on my site, I need to delete the card number or the whole order fast before someone hacks my site... Eek! Thanks
♥mdtaylorlrim Posted December 2, 2009 Posted December 2, 2009 I have a bit of a security emergency as a customer has tried to order by credit card from my newly-established shop, I didn't realise The Credit Card payment module was installed, I now have their card details stored on my site, I need to delete the card number or the whole order fast before someone hacks my site... Eek! Thanks Use the order delete function, or, to ensure yourself that it is really done....use a MySQL interface like phpMySQL and view the database order entries and delete the line. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
double-happiness Posted December 2, 2009 Author Posted December 2, 2009 Hi I can't find the delete order function, where is that please? I think I have found the order in phpMyAdmin... Under the 'browse' tab, I can see the customers name under customers_name and address under customers_street_address but when I click the red 'x' I get: "Do you really want to DELETE FROM `orders` WHERE `orders`.`orders_id` = 1 LIMIT 1;" I'm scared to do it in case I wreck my installation and I don't know if I have everything backed up properly... I've tried two different contributions to encrypt the data but I can't seem to get them installed... Please help, thanks!
double-happiness Posted December 2, 2009 Author Posted December 2, 2009 Hallelujah! Problem solved! I just selected the order and clicked 'change' then overwrote the card number... Praise the lord! So if you hack my site and find a card number 1234567812345678 you're out of luck hax0r! :D Thanks all
Recommended Posts
Archived
This topic is now archived and is closed to further replies.