Loading...
 
Show user's browser and server information

Plugin Agent Info

This wiki plugin, available since Tiki1, can display the following about the visitor viewing the page:

  • IP address,
  • Browser information,
  • Web server's software info.

Parameters

Introduced in Tiki 1.
Go to the source code
Preferences required: wikiplugin_agentinfo

Parameters Accepted Values Description Default Since
info (blank)
IP
SVRSW
BROWSER
Display's the visitor's IP address (IP or default), browser information (BROWSER), or server software (SVRSW). IP 1

Examples

Default

This code:

Copy to clipboard
{agentinfo}

Would produce:
60.246.57.53

IP Address

Copy to clipboard
{agentinfo info="IP"}

Would produce:
60.246.57.53

Browser

Copy to clipboard
{agentinfo info="BROWSER"}

Would produce:
Wget/1.21.4

Server software

Copy to clipboard
{agentinfo info="SVRSW"}

Would produce:
Apache