View Single Post
  #4  
Old 06-11-2007, 10:34 PM
  shopccp's Avatar 
shopccp shopccp is offline
 

Advanced Member
  
Join Date: Oct 2006
Posts: 35
 

Default Re: ip address string?

I added the following code to the page. The IP address is not on the page.

Is there something I need to add to the server to make it on the page.

Any ideas?


Justin

Quote:
Originally Posted by Zaja
Add this code to skin/customer/main/checkout.tpl :

Code:
{php} $IP = getenv("REMOTE_ADDR"); echo "Your IP address $IP is loged for security reasons"; {/php}
__________________
X-Cart Gold v4.4.4
Apache v2.2.20
PHP v5.3.8
MySQL v5.1.56-log
Linux kernel v2.6.18-238.19.1.el5xen
Reply With Quote