View Single Post
  #2  
Old 02-22-2005, 07:57 PM
 
Lingerieblowout Lingerieblowout is offline
 

X-Adept
  
Join Date: Sep 2003
Location: Annapolis, MD
Posts: 415
 

Default Need to add to MaxMind Mod

What a great free Fraud Mod. I only have two comments.

You need to add:

(1)
<option value="US"> United States

(2)
<td valign="top">IP Address</td>
<td><input name="i" type="text" value="{$order.extra.ip}"></td>

Change the above if you called your IP a different name. Using CartLab free IP mod. Then you would change this code to:

<td valign="top">IP Address</td>
<td><input name="i" type="text" value="{$order.ip}"></td>

Michael
__________________
http://www.lingerieblowout.com
Version 4.1.10

http://www.topnichewebsites.com
Version 4.4.5

Michael
Reply With Quote