Re: Large Number of Fake Accounts

Originally Posted by
thegoodlifestore
I will check into this and give it a try!
I used to have one account being built across many Zen-cart installations. All the data was the same except for the email account which varied.
I finally just went to the Create_Account.php about line 76 and just before:
if (ACCOUNT_NEWSLETTER_STATUS == '1' || ACCOUNT_NEWSLETTER_STATUS == '2') {
and just added the brute-force check for the name. If it and the zipcode matched it just reported an error and quit.
if ($postcode == "10004" && $firstname == "john" && $lastname = "doe") {
$error = true;
$messageStack->add('create_account', "Database Corruption. Unable to create accounts at this time.", 'error');
}
You could do the same because all the entries you mentioned appear to have Google as the company name.
Aloha from Hawaii! (its a dirty job, but SOMEBODY has to live here...)
Bookmarks