Code Monkey home page Code Monkey logo

phpwhois-domain-generator's Introduction

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 [email protected]

David Saez Padros [email protected]

Ross Golder [email protected]

Dmitry Lukashin [email protected]

CodePunch\Whois

Anil Kumar [email protected]

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

phpwhois-domain-generator's People

Contributors

emfhal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.