Jump to content

pdi

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by pdi

  1. ... is there anybody out there? ...
  2. Although this is an old question, I worked around like this: In components/modules/namecheap/apis/namecheap_api.php // original code if (!isset($args['ClientIP'])) { $args['ClientIP'] = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : '127.0.0.1'; } // added this line: // I used my own IPv4, but this worked as well (in another panel) $args['ClientIP'] = '127.0.0.1'; And yes, namecheap still does not support IPv6.
  3. Hi, maybe I am missing something ... I have set up a registrar module and now I am wondering how to import all tlds. I hope Blesta does not expect me to import > 1000 tld manually? Thanks for any advice on speeding that up ? - Peer
×
×
  • Create New...