Web Visitor Plug-in for Boltwire
Description
Provides variable access to common web server environment variables.Download
Available from the Boltwire site in the Extensions sectionInstalling
Install like any regular plugin. There are no extensions or configuration needed.Usage
Place the following in your top zone to activate the loading of the data:[(webvisitor)]
Then you can display one or more of the variables by useing the syntax:
{wv-remote_addr}
which would output the web visitor's IP.
Available Variables
The following variables are set:| Variable | Description |
|---|---|
| wv-remote_addr | Visitor's Remote IP |
| wv-remote_host | Visitor's Hostname if available |
| wv-webroot | Webroot |
| wv-requri | Requested URI |
| wv-servername | Requested Server Name |
| wv-useragent | Visitor's User Agent String |
| wv-referer | Referer if any |
| wv-self | Self Script Name |

