Coder Social home page Coder Social logo

mehdiakram / bddomainavailabilitychecker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rtraselbd/bddomainavailabilitychecker

0.0 0.0 0.0 3 KB

The (DOT).BD Domain Availability Checker is a simple tool for WHMCS that allows you to check the availability of specific (DOT).BD domain extensions directly from your WHMCS installation.

License: MIT License

PHP 100.00%

bddomainavailabilitychecker's Introduction

(DOT).BD Domain Availability Checker for WHMCS

The (DOT).BD Domain Availability Checker is a simple tool for WHMCS that allows you to check the availability of specific (DOT).BD domain extensions directly from your WHMCS installation.

Installation

Step 1: Download and Upload domainchecker.php

  1. Download the domainchecker.php file from this repository.

  2. Upload the domainchecker.php file to your WHMCS root directory.

  3. (Optional) For security purposes, you can consider renaming the domainchecker.php file to something less predictable.

Step 2: Update dist.whois.json

  1. Locate the dist.whois.json file in your WHMCS installation. This file is typically located in the /resources/domains/ directory.

  2. Open the dist.whois.json file for editing.

  3. Add the following code at the beginning of the JSON array, replacing https://example.com/your_script.php with the actual valid HTTPS URL where your domain availability checking script is hosted:

    {
        "extensions": ".com.bd,.net.bd,.org.bd,.edu.bd,.co.bd,.mil.bd,.gov.bd,.ac.bd,.info.bd,.tv.bd,.sw.bd",
        "uri": "https://example.com/your_script.php?search=",
        "available": "Domain is available"
    }
    • Important Note: Ensure that you add a comma after each JSON object. JSON requires valid syntax, and missing commas can cause errors.
  4. Save the dist.whois.json file after making the changes.

    If you forget to add a comma after a JSON object or encounter JSON syntax errors, you will receive an error message or validation alert when WHMCS attempts to load the dist.whois.json file. Be sure to review and fix any JSON syntax issues.

Usage

Once you have installed the (DOT).BD Domain Availability Checker, you can use it within your WHMCS installation. Users will be able to check the availability of domain extensions listed in the dist.whois.json file by searching for a domain name.

Contributing

We welcome contributions from the community. If you find any issues or have suggestions for improvements, please feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License.

bddomainavailabilitychecker's People

Contributors

rtraselbd 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.