gei Posted November 4, 2009 Share Posted November 4, 2009 I'm building a custom registrar module for WHMCS and I'd like for clients to submit the IP address along with the nameserver hostnames so I can submit them to the registrar. I know I can just use PHP to figure out the IP address and submit it along with the hostname, but for nameservers that need to be registered (ie IP address not known), they are submitted to the registrar in the same fashion. So I need a way for the user to enter the IP address as well as the hostname. How can I do this? 0 Quote Link to comment Share on other sites More sharing options...
bhavicp Posted November 4, 2009 Share Posted November 4, 2009 Just create a custom field in the order form. You can then grab this information from the MYSQL database. 0 Quote Link to comment Share on other sites More sharing options...
gei Posted November 4, 2009 Author Share Posted November 4, 2009 But I don't want the field to show up in some random place... I want it to show up underneath where WHMCS currently collects nameserver hostname info. Plus what about on the domain management page (after it has already been ordered)? The whole closed-source nature of WHMCS is very unfortunate.... this would otherwise be a pretty trivial customization. 0 Quote Link to comment Share on other sites More sharing options...
downunder Posted July 22, 2010 Share Posted July 22, 2010 A bit late but... Just add additional fields, ie nameserverip, in includes/additionaldomainfields.php 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.