Loading...
 

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

Show the user's browser and server information.
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:
44.222.149.13

IP Address

Copy to clipboard
{agentinfo info="IP"}

Would produce:
44.222.149.13

Browser

Copy to clipboard
{agentinfo info="BROWSER"}

Would produce:
claudebot

Server software

Copy to clipboard
{agentinfo info="SVRSW"}

Would produce:
Apache

List Slides