mice-pace Posted November 13, 2011 Share Posted November 13, 2011 Hi, i'm new here and when i had to program a module to allow a new company to be used for Domain Name Registration i found a need to include extra data. I've done some research and found out this can be implemented with additionaldomainfields.php but for the life of me i can't find a guide on how to make this file from the ground up... Can someone point me to one if one exists, or just give me a complete example to check my work against? I'm having to write guesswork and hoping to make it into something useful later 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted November 14, 2011 Share Posted November 14, 2011 it's unencrypted - just take a look at the one that comes with WHMCS - should be largely self-explanatory, but post any specific questions about the content... 0 Quote Link to comment Share on other sites More sharing options...
mice-pace Posted November 14, 2011 Author Share Posted November 14, 2011 Thanks for the nudge in the right direction, what i had was close, but still needed some tweaking... a last simple question, mostly to double check, but when accessing this additional domain info, does it come through as a regular parameter, or as some kind of sub-parameter? something like; $registrantCountryCallCode = $params["CountryCode"]; $registrantCountryCallCode = $params["additionaldomainfields"]["CountryCode"]; 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.