Your IP address is: 3.239.76.211



To view your internal firewall status, use the netsh cmd line. These are operating system dependent.

XP Pro/2003 Server:
At a Windows cmd prompt type:
netsh firewall show state


Win 11/Win10/Win 8/Win 7/2008 Server/Vista:
At an elevated Windows cmd prompt type:
netsh advfirewall show allprofiles

For the operating systems above, you can turn on/off public and private works either all at once or separately (you must run CMD as administrator):

netsh advfirewall set allprofiles state on
netsh advfirewall set publicprofile state on
netsh advfirewall set privateprofile state on


Change "on" to "off" to disable in the examples above.




More information about your connection:
Array
(
    [USER] => addsumweb
    [HOME] => /var/www/vhosts/addsuminc.com
    [HTTP_ACCEPT_ENCODING] => br,gzip
    [HTTP_IF_MODIFIED_SINCE] => Tue, 21 May 2024 23:55:39 GMT
    [HTTP_ACCEPT_LANGUAGE] => en-US,en;q=0.5
    [HTTP_ACCEPT] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    [HTTP_USER_AGENT] => CCBot/2.0 (https://commoncrawl.org/faq/)
    [HTTP_HOST] => www.addsuminc.com
    [REDIRECT_STATUS] => 200
    [SERVER_NAME] => www.addsuminc.com
    [SERVER_PORT] => 443
    [SERVER_ADDR] => 166.70.198.108
    [REMOTE_PORT] => 58644
    [REMOTE_ADDR] => 3.239.76.211
    [SERVER_SOFTWARE] => nginx/1.26.1
    [GATEWAY_INTERFACE] => CGI/1.1
    [HTTPS] => on
    [REQUEST_SCHEME] => https
    [SERVER_PROTOCOL] => HTTP/2.0
    [DOCUMENT_ROOT] => /var/www/vhosts/addsuminc.com/httpdocs
    [DOCUMENT_URI] => /showip.php
    [REQUEST_URI] => /showip.php
    [SCRIPT_NAME] => /showip.php
    [CONTENT_LENGTH] => 
    [CONTENT_TYPE] => 
    [REQUEST_METHOD] => GET
    [QUERY_STRING] => 
    [SCRIPT_FILENAME] => /var/www/vhosts/addsuminc.com/httpdocs/showip.php
    [PATH_INFO] => 
    [FCGI_ROLE] => RESPONDER
    [PHP_SELF] => /showip.php
    [REQUEST_TIME_FLOAT] => 1726064459.5557
    [REQUEST_TIME] => 1726064459
)