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
Plugin PluginTikiDocFromCode failed : Either the module, plugin, preferences, tracker field or prefsexport parameter must be set, but not two or more.
Examples
Default
This code:
Copy to clipboard
{agentinfo}
Would produce:
216.73.216.169
IP Address
Copy to clipboard
{agentinfo info="IP"}
Would produce:
216.73.216.169
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