network tools
My IP, geo, request tools
My IP info, proxy headers
My IP, GEO info, country, city
My request $_SERVER vars
User-Agent tools
My User Agent information
Custom User Agent lookup
Email Address tools
Verify E-MAIL for exist
Trace E-MAIL sender location
Find E-MAIL box location
MX/NS/DNS and WHOIS tools
Find e-mail/domain MX
Domain lookup NS records
Domain A record Lookup
Domain DNS Lookup
Domain WHOIS info Lookup
Advanced WHOIS Lookup Tool
Custom IP info, reverse lookup
IP info Lookup
Reverse Lookup
Address Trace/Ping tools
Trace DOMAIN/IP
Ping DOMAIN/IP
Check/Search Ports tools
Check PORTS for DOMAIN/IP
Search PORT description


$_SERVER variables,proxy,request headers,all request variables

You can find in this page something like php print_r($_SERVER) or phpinfo (it's in PHP language), so it's your request headers and server headers. (information from $_SERVER,$_SERVER info, my request headers)
$_SERVER is an array containing information such as headers, paths, and script locations (request information + part of server execution information). The entries in this array are created by the web server from it's internal variables and user's request variables. fast link:
The most useful variables that sending user's browser:
HTTP_ACCEPT_CHARSET - Contents of the Accept-Charset: header from the current request, if there is one. Example: 'iso-8859-3,*,utf-8'.
HTTP_ACCEPT_ENCODING - Contents of the Accept-Encoding: header from the current request, if there is one. Example: 'jpeg'.
HTTP_ACCEPT_LANGUAGE - Contents of the Accept-Language: header from the current request, if there is one. Example: 'en'.
HTTP_REFERER - The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted.
HTTP_USER_AGENT - Contents of the User-Agent: header from the current request, if there is one. This is a string denoting the user agent being which is accessing the page.
REMOTE_ADDR - The IP address from which the user is viewing the current page. (can be modified by proxy)
It's not easy no rewrite REMOTE_ADDR varibales on client side, because it's near TCP-IP level and it's generation automaticaly. Other variables like HTTP_REFERER and HTTP_ACCEPT_LANGUAGE generating by browser and can be chenged to some custom values, most of browser allow you to set charset for example.
 WIKI links : what is my MAC address, how do i find the MAC address of my computer
determine mac address from ip, mac address lookup, find ping a remote mac address
Your request headers

UNIQUE_IDwg-ItFvFgH8AAGXTpkAAAAAK
HTTP_X_CC_IDccc04-02
HTTP_HOSTmy-addr.com
HTTP_USER_AGENTCCBot/1.0 (+http://www.commoncrawl.org/bot.html)
HTTP_ACCEPTtext/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HTTP_ACCEPT_LANGUAGEen-us,en;q=0.5
HTTP_ACCEPT_ENCODINGgzip
HTTP_ACCEPT_CHARSETISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_CONNECTIONclose
HTTP_CACHE_CONTROLno-cache
HTTP_PRAGMAno-cache
HTTP_COOKIEPHPSESSID=1886d58439ca33c054ce08049fe42629
SERVER_SIGNATURE
SERVER_SOFTWAREApache/2.2.8 (Mandriva Linux/PREFORK-6.6mdv2008.1)
SERVER_ADDR91.197.129.127
SERVER_PORT80
REMOTE_ADDR38.107.191.109
REMOTE_PORT37998
GATEWAY_INTERFACECGI/1.1
SERVER_PROTOCOLHTTP/1.1
REQUEST_METHODGET
QUERY_STRING
REQUEST_URI/all-request-varibles-and-my-request-data/php-request-data/my_server.php
SCRIPT_NAME/all-request-varibles-and-my-request-data/php-request-data/my_server.php
PHP_SELF/all-request-varibles-and-my-request-data/php-request-data/my_server.php
REQUEST_TIME1268491781