Jump to content

andreig.

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by andreig.

  1. Hi, I want to use Domains Reseller For WHMCS by modulesgarden to give my resellers the opportunity to resell .ro domains, the plugin is great and is working as expected, but I face an issue if somebody is trying to register a domain via php/curl using the documentation . I don't know how to create the array "domainfields" that will send to whmcs the identification details of the person that is registering the domain. whmcs has this additional fields defined in the dist.additionalfields.php for .ro domains $ro_person_type = array ( 'p|Private Person', 'ap|Authorized Person', 'nc|Non-Commercial Organization', 'c|Commercial', 'gi|Government Institute', 'pi|Public Institute', 'o|Other Juridicial', ); $additionaldomainfields['.ro'][] = array('Name' => 'CNPFiscalCode', 'Type' => 'text', 'Size' => '20'); $additionaldomainfields['.ro'][] = array('Name' => 'Registration Number', 'Type' => 'text', 'Size' => '20'); $additionaldomainfields['.ro'][] = array('Name' => 'Registrant Type', 'Type' => 'dropdown', 'Options' => implode(',', $ro_person_type), 'Required' => true); $additionaldomainfields['.arts.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.co.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.com.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.firm.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.info.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.nom.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.nt.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.org.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.rec.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.ro.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.store.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.tm.ro'] = $additionaldomainfields['.ro']; $additionaldomainfields['.www.ro'] = $additionaldomainfields['.ro']; I tried with "domainfields" => base64_encode(serialize(array_values(array("ro_person_type"=>"c","CNPFiscalCode"=>"30911070") But is not working because the ro_person_type and CNPFiscalCode is not sent the correct way, this is what whmcs received https://prnt.sc/l4pq4x instead of this https://prnt.sc/l59abj I tried to contact modulesgaden but their support is slow or incapable of understanding the situation. Any help is appreciated. Thanks.
  2. Hi, I want to add to configuredomain.tpl a warning box if the client wants to register a domain with the .xx extension. {debug} option is not giving the domain extension variable. Can somebody help me?
  3. I have solved the problem. The problem was generated by the language file, we translated some products from marketplace and used this model for the new translations. Whmcs was somehow fine with this and working on the files where we used that model but other parts of the whmcs core failed. > $_LANG['store']['sitelock']['feature.desc1'] = "Proactively monitors for and alerts you about any malware that is detected on your website."; Aparently "['feature.desc1']" was the problem.
  4. Hi, I don't know why my whmcs stop working and I cannot figure this out. I get a lot of (Internal Server Error 500) but the files have the right permissions, checked 50 times. From what I can understand I get the 500 error when whmcs tries to POST or GET something. Right now only 50% my whmcs is working. Anybody got any idea on this problem? I did not found anything in error_logs and serverlogs.
  5. Thanks brian! for your message. I have solved the problem with .al domain, and still searching to solve the .ge issue. Regarding .pt domains, I receive this error in admin lookup "There was a problem connecting to the domain registry. Please check port 43 is open in your servers firewall. Error: 110 - Connection timed out". But the port 43 is open since whois command is working on the server and the rest of domains works in whois form.
  6. Hi, I want setup my whmcs to sell domains for countries inside Europe and I have some problems with some extension. .al - I don't know what is the whois server for this ccTLD, I found in wikipedia that "The .al zone has no official whois server.", how can I found one that I can use? .ge - I don't know what is the whois server for this ccTLD, google did not help me to much .pt - apparently whois.dns.pt is not responding to ping, but I think there is another whois server available witch I don't know, because some sites can query for .pt domains. Can somebody help me in this situation ?
×
×
  • 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