Code Monkey home page Code Monkey logo

whmcs's Introduction

InterNetworX Registrar Module for WHMCS
Version 2.0.2 (2016-02-08)


#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)
  • 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' ;

Copy the provided folder "internetworx" in /modules/registrars/ (when the folder /modules/registrars/inwx exists, please delete it!)

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

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";

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.


(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 marpes avatar

Watchers

Sebastian Böthin 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.