History: PluginAgentinfo
Source of version: 32 (current)
Copy to clipboard
{syntax type="markdown" editor="wysiwyg"} # 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 {pluginmanager plugin=agentinfo} ## Examples ### Default *This code:* {CODE(colors="tiki")} {agentinfo} {CODE} *Would produce:* {agentinfo} ### IP Address {CODE(colors="tiki")} {agentinfo info="IP"} {CODE} *Would produce:* {agentinfo info="IP"} ### Browser {CODE(colors="tiki")} {agentinfo info="BROWSER"} {CODE} *Would produce:* {agentinfo info="BROWSER"} ### Server software {CODE(colors="tiki")} {agentinfo info="SVRSW"} {CODE} *Would produce:* {agentinfo info="SVRSW"}