Skip to content

cqhme/simple-whois-lookup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple WHOIS Lookup

Simple whois lookup by olback

Requirements:

  • OS: Any Linux Distro should do.
  • Requires 'whois' to be installed on host
  • PHP 5.5 or greater
  • A HTTP Server (Preferably nginx)

Send whois lookup results with a link

index.php?q=example.com returns whois lookup for example.com.

Want raw output, without any css?

  • raw.php?myip returns your ip.
  • raw.php?q=example.com returns whois lookup for example.com

All settings are located in res/settings.php

About

WHOIS-Lookup written in PHP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.3%
  • JavaScript 2.9%
  • CSS 1.8%