PolarWolf Posted October 26, 2009 Share Posted October 26, 2009 Hi, I was looking for the integration code for bulk register/transfer? The integration code in the WHMCS admin area itself is only for single domain regisration and integration.... Has someone done this? or can someone please assist? regards, PW 0 Quote Link to comment Share on other sites More sharing options...
kwatts22 Posted May 18, 2013 Share Posted May 18, 2013 Use this code below. <form method="post" action="http://path-to-whmcs/domainchecker.php?search=bulk"> <input type="hidden" name="token" value="feb215895d11fae0651d9560fa057c35d1d65042" /> <div class="well"> <p>The bulk real-time domain name search allows you to search up to 20 domains at once. Enter the domains in the field below, one per line - do not enter www. or http:// in front.</p> <br /> <div class="textcenter"> <textarea name="bulkdomains" rows="8" style="width:60%;"></textarea> </div> <div class="textcenter"> <div class="internalpadding"><input type="submit" value="Check Availability" class="btn btn-primary btn-large" /></div> </div> </div> </form> 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.