Skip to content

phpWhois Domain Generator- Search for domains that apply in a flexible format

Notifications You must be signed in to change notification settings

emfhal/phpWhois-Domain-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to phpWhois Domain Generator!

The goal is to create a system for finding opportunities for free domain registration.

Available domain in the format LLLLN.com (AXCF1.COM, AFDW3.COM,...)

The chars and tld should be modified in the index.php file as follows:

$chars = array();
$chars[] = "*l"; //1 random letter;
$chars[] = "*l"; //1 random letter;
$chars[] = "*l"; //1 random letter;
$chars[] = "*l"; //1 random letter;
$chars[] = "*n"; //1 random number;
$tld = "com";

Available domain in the format ABC(L/N)LNN.com (ABC9X11.COM, ABCPY22.com,...)

$chars[] = "A"; 
$chars[] = "B"; 
$chars[] = "C";
$chars[] = "*a"; //1 random char (letter or number);
$chars[] = "*l"; //1 random letter;
$chars[] = "**n"; //2 same random number;

$tld = "com";

Installation steps

  1. Download whois files from phpwhois and copy to "phpWhois/src/" folder.

  2. Edit the "phpWhois/index.php" file and replace the API keys you received from the domain providers (Godaddy, Dynadot, and ResellerClub"). * It is important to check with each domain provider the restrictions of the free API before using it.

  3. Edit the "index.php" file and change the $chars and $tld values.

Credits

PHPWhois

Mark Jeftovic markjr@easydns.com

David Saez Padros david@ols.es

Ross Golder ross@golder.org

Dmitry Lukashin dmitry@lukashin.ru

CodePunch\Whois

Anil Kumar akumar@codepunch.com

Contributing

Feature requests, and bug fixes

If you want a feature or a bug fixed, report it via project's issues tracker. However, if it's something you can fix yourself, fork the project, do whatever it takes to resolve it, and finally submit a pull request. I will personally thank you, and add your name to the list of contributors.

Author

About

phpWhois Domain Generator- Search for domains that apply in a flexible format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages