Contributions
IP Recorder For Create Account Form
This simple add-on will allow you to record your customer’s ip address when they create an account.
The IP is displayed in Admin -> Customers .. Select a customer and click 'Edit' and it will be displayed along with the rest of the info.
Enjoy
Tom Hayes
Expand All / Collapse All
I installed this contribution but the ip didnt get recorded so I changed the code in create_account.php.
If you have the same problem, find this code:
'customers_ip_address' => $REMOTE_ADDR,
and change it to:
'customers_ip_address' => $HTTP_SERVER_VARS["REMOTE_ADDR"],
I updated the install file, so the file in this version is for the full installation.
Small add-on (Optional).
This will display your customers IP address on the create account form and show the message -
'Please Note! The below IP has been recorded for security purposes.'
1 bug fixed in admin, all working fine now.
PLEASE DOWNLOAD THIS PACKAGE, Not the below one.
This simple add-on will allow you to record your customer’s ip address when they create an account.
The IP is displayed in Admin -> Customers .. Select a customer and click 'Edit' and it will be displayed along with the rest of the info.
Enjoy
Tom Hayes
Note: Contributions are used at own risk.