edmund Posted May 28, 2010 Share Posted May 28, 2010 I'm working on a registrar module for our national domain... I got the Registrar development kit from the WHMCS website and there's a nice PHP template. But I can't find any info about the incoming $params argument. There are some $params listed in each of the functions - is that everything that comes inside the function? Or is there more data available? I would need to access the WHMCS contact & domains "Admin notes" as well, since there is where my customer keeps his EPP contact id. Any help appreciated. 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted May 28, 2010 Share Posted May 28, 2010 $params should be the only given param (as array). just debug it. for "admin notes" you have to do an own mysql_query(). 0 Quote Link to comment Share on other sites More sharing options...
edmund Posted June 24, 2010 Author Share Posted June 24, 2010 I almost finished my job. Just two more questions. Can I somehow disable Auto-renew option availability in clientarea for this registrar? Is it possible to report a succes to WHMCS? As you do for errors: $values["error"] = $error; return $values; 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.