Plugin Agentinfo
This plugin can display the following about the visitor viewing the page:- IP address,
- Browser information,
- Web server's software info.
Table of contents
Usage
Syntax for this plugin
{AGENTINFO(info=>IP or SVRSW or BROWSER)} {AGENTINFO}Required parameters are in bold
Preferences required: wikiplugin_agentinfo
| Parameters | Accepted Values | Description | Default | Since |
| info | IP SVRSW BROWSER |
Display's the visitor's IP address (IP or default), browser information (BROWSER), or server software (SVRSW). | IP |
Examples
|
This code, Examples using default and all three parameter choices __Default (IP address):__ {AGENTINFO()}{AGENTINFO}
__IP address:__ {AGENTINFO(info=>IP)}{AGENTINFO}
__Browser:__ {AGENTINFO(info=>BROWSER)}{AGENTINFO}
__Server software:__ {AGENTINFO(info=>SVRSW)}{AGENTINFO} |
|
Would produce on this site: Default (IP address): 180.76.6.20 IP address: 180.76.6.20 Browser: Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) Server software: Apache |
