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
Introduced in Tiki 1.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:
{agentinfo}
Would produce:
60.246.172.188
IP Address
{agentinfo info="IP"}
Would produce:
60.246.172.188
Browser
{agentinfo info="BROWSER"}
Would produce:
Wget/1.20.3 (darwin19.0.0)
Server software
{agentinfo info="SVRSW"}
Would produce:
Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips