The goal is to create a system for finding opportunities for free domain registration.
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";
$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";
-
Download whois files from phpwhois and copy to "phpWhois/src/" folder.
-
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.
-
Edit the "index.php" file and change the $chars and $tld values.
Mark Jeftovic markjr@easydns.com
David Saez Padros david@ols.es
Ross Golder ross@golder.org
Dmitry Lukashin dmitry@lukashin.ru
Anil Kumar akumar@codepunch.com
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.
- Emfhal http://github.com/emfhal