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:
|