You can also add this:
Code:
<tr valign=middle>
<td align=right>{$lng.lbl_user_ip}</td>
<td><font class=Star>*</font></td>
<td nowrap>
<input type=text name=ip readonly size=32 maxlength=128 value="{$smarty.server.REMOTE_ADDR}"></td>
</tr>
to skin1/main/register_contact_info.tpl and it will send the IP in emails etc.
also add
Code:
{$lng.lbl_user_ip}: {$order.ip}
to
skin1/mail/order_invoice.tpl
then create an entry in languages/labels/lbl_user_ip (User IP)
Here's what you get-->
http://www.goldmisers.com/customer/register.php
[update] I stayed up all night and incorporated this into my whole site but unfortunately didn't keep track of what I did

anyway, you can figure it out (ie. skin1/mail etc.) I made seperate email forms for different things like "Suggestions" and simple questions with minimul forms for the user to fill out, all the way to the full blown "contact us" form that I use for shipping enquiries only and I incorporated this mod into it to help prevent fraud on that level. It's actually pretty easy to figure out, just play around with it.
One variable would be for example:
Code:
{$lng.lbl_user_ip}: {$userinfo.ip}
I don't even know if I'm making any sense right now... gotta' go get some sleep

I'm starting to see the Matrix
