Code Monkey home page Code Monkey logo

whmcs's Introduction

InterNetworX Registrar Module for WHMCS Version 2.1 (2018-04-04)


SUPPORTED FEATURES

  • Domain Registration
  • Domain Transfer
  • EPP Code Retrieval
  • View/Change Nameservers
  • View/Update WHOIS Information
  • Lock/Unlock Domains
  • Domain Renewal (not supported for all TLDs)
  • DNS Record Management (Record-Types: A, AAAA, MX, CNAME, SPF (TXT), URL, FRAME, SRV)
  • Register/Manage Private Nameservers
  • TestMode, using Test Environment (OTE)
  • Automatical Domain synchronisation

The InterNetworX Registrar Module does not yet support:

  • Email Fowarding
  • ID Protection

INSTALLATION

  1. When you are using the old WHMCS-Module with the name "inwx" (the folder /modules/registrars/inwx/ exists), please execute the following SQL-Queries to your WHMCS-Database:
UPDATE tbldomainpricing set autoreg='internetworx' WHERE autoreg='inwx';
UPDATE tbldomains set registrar='internetworx' WHERE registrar='inwx';
DELETE FROM tblregistrars WHERE registrar='inwx';
  1. Copy the provided folder "internetworx" in /modules/registrars/ (when the folder /modules/registrars/inwx exists, please delete it!)

  2. Activate and configure the internetworx module in Config > Domain Registrars > Internetworx

  3. It's recommend to use our module additionaldomainfields.php for needed domain registration extra data. For that you need to add the following command to includes/additionaldomainfields.php:

include dirname(__FILE__).DIRECTORY_SEPARATOR
."..".DIRECTORY_SEPARATOR
."modules".DIRECTORY_SEPARATOR
."registrars".DIRECTORY_SEPARATOR
."internetworx".DIRECTORY_SEPARATOR
."additionaldomainfields.php";
  1. Since version 2.0.1 the file internetworxsync.php was deleted because of the new domain-sync integration in WHMCS.

If you have a cronjob for that file, delete them and activate the domain-sync in your WHMCS settings.

  1. To activate support for records that are not natively provided by WHMCS the template file inwx_clientareadomaindns.tpl needs to be copied to the active template directory and renamed to clientareadomaindns.tpl. In this manner you can either copy it directly to your currently used template or create a new template. If you just copy it, we also strongly advise you to create a backup of your old clientareadomaindns.tpl file. The second option requires you to copy your currently used template. If you still use the default template, it can be found in /templates/six. Copy this folder and assign it your prefered name like /templates/inwx and replace the file clientareadomaindns.tpl with the inwx_clientareadomaindns.tpl. In order for this to take effect you will need to login to your admin area, navigate to Setup > General Settings and select your newly created template. Clients should now be able to select SRV records in their DNS Management.

(c) 2015 InterNetworX Ltd. & Co. KG, Prinzessinnenstrasse 30, DE-10969 Berlin
[email protected]
http://www.inwx.com

whmcs's People

Contributors

baileyrud avatar kekskurse avatar ksinwx avatar marpes avatar sixteen11 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.