Zen Cart Logo
Forums / General Questions / Customer Registration and BOT accounts

Customer Registration and BOT accounts

Views: 964

Results 1 to 4 of 4
31 Mar 2011, 8:46 PM
#1
chris_gpw avatar

chris_gpw

New Zenner

Join Date:
Mar 2011
Location:
UK
Posts:
7
Plugin Contributions:
0

Customer Registration and BOT accounts

On a previous site (via tradingeye) that the wrestling company had, they implemented an invisible box on the customer registration page to catch BOT registrations.

They did this via a dummy/invisble confirm email box, and if filled in, confimed the page as a success but did not set up an account.

This cut the Bot registrations to pratically nothing.

What would be the best way to set this up in Zencart?

2 Apr 2011, 8:50 PM
#3
chris_gpw avatar

chris_gpw

New Zenner

Join Date:
Mar 2011
Location:
UK
Posts:
7
Plugin Contributions:
0

Re: Customer Registration and BOT accounts

dw08gm:

Try this

http://www.zen-cart.com/forum/showthread.php?t=166212

I've managed to work my way though it for the contact us page, but I need a couple more pointers for the account registration page, as my CSS and PHP knowledge at this time is basic and I am struggling with the correct place to put the fixes.

2 Apr 2011, 9:05 PM
#4
chris_gpw avatar

chris_gpw

New Zenner

Join Date:
Mar 2011
Location:
UK
Posts:
7
Plugin Contributions:
0

Re: Customer Registration and BOT accounts

Sorry, ment to post the following as well, but hit post and then read my notes:

e.g. edit the create_account.php in modules (override) as it appears to me that the template create_account default php calls it.

And do I need to change the template "credit account default php" to point to the overide for the create_account.php in the modules or will the override system pick it up automatically?