Community Add-Ons

Maintainers: Crosby
Add file to this package
Top » Features

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

Legend:  Download   Report
Expand All / Collapse All
IP Recorder For Create Account Form V1.1 - fix Dennis_gull 17 Mar 2007  

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.

Display ip add-on Crosby 18 Jun 2006  
IP Recorder For Create Account Form V1.1 Crosby 18 Jun 2006  
IP Recorder For Create Account Form Crosby 15 Jun 2006