Blazr Posted February 8, 2009 Share Posted February 8, 2009 Hi, I'm creating an addon and I'm looking for a function that will load in the whoisservers.php file and whois domains EXACTLY as WHMCS would. If anyone can help me at all, it would be appreciated. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
SeanP Posted March 12, 2009 Share Posted March 12, 2009 I would be interested in a formal addon. In the meantime, this form works for me: <SCRIPT TYPE="text/javascript"> <!-- function popup(myform) { if (! window.focus)return true; var d = new Date(); windowname = d.getTime(); window.open('', windowname, 'height=600,width=600,location=no,resizable=yes,scrollbars=yes,status=no'); myform.target=windowname; return true; } --> </SCRIPT> <form name="form1" id="form1" method="post" action="http://www.yourdomain.com/whois.php" onsubmit="popup(this)"> <input type="text" name="domain" size="50"/><br> <input type="submit" value="Whois Lookup"> </form> Feel to use that code if it helps. Sean 0 Quote Link to comment Share on other sites More sharing options...
SeanP Posted March 26, 2009 Share Posted March 26, 2009 Hi, I'm creating an addon and I'm looking for a function that will load in the whoisservers.php file and whois domains EXACTLY as WHMCS would. If anyone can help me at all, it would be appreciated. Thanks! Have you created this addon? Sean 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.