Jamesking56 Posted October 29, 2010 Share Posted October 29, 2010 Hey, I want to create a domain validator so that people can check domains and see if they are licensed in my panel (like WHMCS does). How can I code this? What API should I use and how do I parse it? 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted October 29, 2010 Share Posted October 29, 2010 Hey, I want to create a domain validator so that people can check domains and see if they are licensed in my panel (like WHMCS does). How can I code this? What API should I use and how do I parse it? There is no existing API-call to accomplish what you want. However, it is quite easy to accomplish this using a simple PHP script whichs does a select in the tbllicensing (I think this is the table name, but I'm not sure) SQL-table and checks the domain. 0 Quote Link to comment Share on other sites More sharing options...
Jamesking56 Posted October 29, 2010 Author Share Posted October 29, 2010 I've done it I Queried the mod_licensing table and parsed it to check... Quite easy actually. 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.