I need to block a certain user from creating an account. I believe that since they add items to the cart and try to check out using credit card, that they are testing CVV numbers or expiration dates, etc. I posted in 'Hack' but got no suggestions.
Evil doers create the same account multiple times on each cart every month using the same 1st and last name, address, phone and so on. All that info is a U.S. address. The only difference is the email and what IP they come from, mostly from a non-U.S. IP and that is easy to block in the .htaccess file. However some of these sites have international customers.
Please post a code snippet and location where I can best check for this same account info and not create the account. Perhaps displaying a 'database corruption' or 'down for maintenance' message or some such so they go away.
I am hoping for a 'if first name = and last name - and zip = then display message and exit' type code. I think this may be in functions_customers, but could use some direction.
Thanks.