View Single Post
  #5  
Old 02-07-2009, 04:53 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Private Debug Console

Very useful mod, you can use the following code to get your IP address...

In skin1/single/home.tpl

Before </html> insert...
Code:
{php} $ip = getenv('REMOTE_ADDR'); echo "<p align=\"center\"><b>IP: $ip</b></p>"; {/php}
__________________
xcartmods.co.uk
Reply With Quote