Jump to content

internetbs api error


Recommended Posts

for some domain names there are some special requirements (it and fr included).

you have to modify a file "additionaldomainfields.php" which is within whmcs includes folder.

if there is no such a file in there, you can copy the one from whmcs/modules/registrars/internetbs/internetbs_additionaldomainfields.php as whmcs/includes/additionaldomainfields.php

 

once the file is present in the includes folder, your domains will have some extra fields, like birth date and nationality.

for .fr domain name for example, birth date, birth country, birth city and birth postal code are mandatory for registration.

Link to comment
Share on other sites

I added this row in additionaldomainfields.php

 

$additionaldomainfields[".it"][] = array("Name" => "Country", "LangVar" => "registrant_dotitnationality", "Type" => "dropdown", "Options" => "IT,AL,AD,AT,BY,BE,BA,BG,HR,CY,CZ,DK,EE,FO,FI,FR,DE,GI,GR,HU,IS,IE,LV,LI,LT,LU,MK,MT,MD,MC,NL,NO,PL,PT,RO,RU,SM,RS,SK,SI,ES,SE,CH,UA,GB,VA,RS,IM,RS", "Default" => "IT", "Required" => true,);

 

... but not work

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated