PDA

View Full Version : How do I show an IP? (In Footer)


Mung
11-22-2006, 11:13 PM
How to I show the current users IP Address at the bottom of the footter?

Thanks,
Brendon

Any help?

Muellmann
11-23-2006, 06:03 PM
In Admin Control Panel (ACP):
-Search in Templates
-Find "footer"
-Edit / Customize "footer"
-on a desired position of your template "footer" include:
(this variables are available already by default)

a) if you want to display the actual ip of the browsing user
$session[host]

b) if you want to display the registration ip of the browsing user
$bbuserinfo[ipaddress]

c) if you want to display the ip of your own server
$_SERVER[SERVER_ADDR]

Hope that helps :knockedout: