Community Add-Ons
| Maintainers: | Crosby |
IP Recorder For Create Account Form
for osCommerce Online Merchant v2.2
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
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.
