| PHP | ||
| external ip: | 38.107.191.84:41005 | $REMOTE_ADDR.":".$REMOTE_PORT |
| host: | 38.107.191.84 | gethostbyaddr($REMOTE_ADDR) |
| country: | US (United States) | |
| city: | ||
| map: | maps.google.com | |
| user agent: | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) | $HTTP_USER_AGENT |
| referer: | $HTTP_REFERER | |
| JavaScript | ||
| code name: | navigator.appCodeName | |
| browser name: | navigator.appName | |
| browser version: | navigator.appVersion | |
| language: | navigator.language | |
| platform: | navigator.platform | |
| user agent: | navigator.userAgent | |
| cookies enabled: | navigator.cookieEnabled | |
| referrer: | document.referrer | |
| inner width: | window.innerWidth | |
| inner height: | window.innerHeight | |
| screen width: | screen.width | |
| screen height: | screen.height | |
| available width: | screen.availWidth | |
| available height: | screen.availHeight | |
| color depth: | screen.colorDepth | |
| pixel depth: | screen.pixelDepth | |
| first left pixel: | screen.availLeft | |
| first top pixel: | screen.availTop | |
| mouse x pos: | screen.availTop | |
| mouse y pos: | screen.availTop | |
| font smoothing: | screen.fontSmoothingEnabled | |
| history length: | history.length | |
| history: | window.history[] | |
| plugins: | navigator.plugins.name navigator.plugins.description navigator.plugins.filename |
|
| mime types: | navigator.mimeTypes.type navigator.mimeTypes.description navigator.mimeTypes.suffixes navigator.mimeTypes.enabledPlugin.name |
|