Jump to content

WHMCS Whois function


Blazr

Recommended Posts

  • 1 month later...

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

Link to comment
Share on other sites

  • 2 weeks later...
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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated