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:
18.223.203.153
IP Address
Copy to clipboard
{agentinfo info="IP"}
Would produce:
18.223.203.153
Browser
Copy to clipboard
{agentinfo info="BROWSER"}
Would produce:
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Server software
Copy to clipboard
{agentinfo info="SVRSW"}
Would produce:
Apache