**** Module updated on 03 Aprile 2017 ****

If you use WHMCS you can use domflow module to maintain/register/transfer (and much more) domains with us

Download last module release here: https://www.domflow.it/dl.php?type=d&id=3

Compatible with WHMCS 7.x - 6.x and later


Install Instruction

  1. Download the file.
  2. Upload and extract the module into the main WHMCS directory.
  3. Go to Setup → Products/Services → Domain Registrars and activate module.
  4. Set credentials for the API connection.
  5. Your resellers have to add this code:


    if(!defined('DS'))
        define('DS',DIRECTORY_SEPARATOR);
    $filename = dirname(__FILE__).DS.'..'.DS.'modules'.DS.'registrars'.DS.'DomflowWHMCSv17'.DS.'DomflowWHMCSv17.php';
    if(file_exists($filename)){
        require_once ($filename);
        $fields = DomflowWHMCSv17_GetDomainFields();
        if(is_array($fields))
            $additionaldomainfields = $fields;     
    }
 











If you want register .it domain, please create file '/resources/domains/additionalfields.php' and add (ore replace if already present):

If you want register .it domain, please create file '/resources/domains/additionalfields.php' and add (ore replace if already present):

$additionaldomainfields[".it"][] = array("Name" => "Legal Type", "LangVar" => "ittldlegaltype", "Type" => "dropdown",
"Options" => "Italian and foreign natural persons,Companies/one man companies,Freelance workers/professionals,
non-profit organizations, public organizations,other subjects,non natural foreigners",
"Default" => "Italian and foreign natural persons", "Description" => "Legal type of registrant",); 

with

$additionaldomainfields[".it"][] = array("Name" => "Legal Type", "LangVar" => "ittldlegaltype", "Type" => "dropdown",
"Options" => "1|Italian and foreign natural persons,2|Companies/one man companies,3|Freelance workers/professionals,
4|Non-profit organizations,5|Public organizations,6|Other subjects,7|Non natural foreigners",
"Default" => "1|Italian and foreign natural persons", "Description" => "Legal type of registrant",); 



Now assign our DomFlow as registrar 'Setup' → 'Products/Services' → 'Domains Pricing'

Supported .TLD

.academy
.asia
.berlin
.bike
.biz
.builders
.buzz
.bz
.cab
.camera
.camp
.careers
.cc
.center
.clothing
.co
.co.uk
.coffee
.com
.com.au
.company
.computer
.construction
.contractors
.de
.diamonds
.directory
.domains
.education
.email
.enterprises
.equipment
.es
.estate
.eu
.exposed
.florist
.gallery
.glass
.graphics
.guru
.holdings
.house
.in
.in.net
.info
.institute
.international
.it
.kitchen
.la
.land
.lighting
.limo
.management
.me
.me.uk
.menu
.mobi
.net
.net.au
.nl
.org
.photography
.photos
.plumbing
.pro
.pw
.recipes
.repair
.ru
.shoes
.singles
.solar
.solutions
.support
.sx
.systems
.technology
.tel
.tips
.today
.training
.tv
.uno
.us
.ventures
.voyage
.ws
.xxx

 

Was this answer helpful? 48 Users Found This Useful (80 Votes)