Loading...
 
Skip to main content

History: PluginAgentinfo

Source of version: 31 (current)

Copy to clipboard
            ! 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"}