A Collection Of Web Tools

IP Address & Hostname

Your web-facing IP address
Your web-facing hostname

Your Location

Here's an attempt to get your location using the free GeoLite City data created by MindMax. Its accuracy varies with city and country so take it with a large pinch of salt!

Country
City
Location (view in Google Maps)

Data last updated:

PING - elicit a response from a host

Enter destination

WHOIS - domain name directory service

Enter domain name

DIG - forward & reverse DNS lookups

Enter name or IP address
Enter a specific name server (optional)

Show web page with headers

Enter web page URL

Show web page with headers by IP address & Host header

Check a site is up on a server before DNS has been set up

Enter web page URL
Enter hosting server IP address

Generate .htaccess passwords

Calculates different passwords on each run - none are stored.

Enter User Name
Enter Password
Confirm Password

Make a file called .htpasswd above the site root. Add this line:

Make a file called .htaccess in the directory to be protected. It should contain something like:


 # Your comment here
 AuthUserFile /server/path/to/.htpasswd
 AuthGroupFile /dev/null
 AuthName 'Your password dialog box message here'
 AuthType Basic
 Require valid-user        
        
  • The username is blank
  • The password is blank
  • The password confirmation is blank
  • The passwords do not match

Feedback and suggestions for improvements welcomed at bobosola@gmail.com

Home