WebWorker Posted July 1, 2009 Author Share Posted July 1, 2009 Thanks for that confirm.Damn shame, would probably be a good idea to find a better spinner! Feel free to write one up, I've heard of other registrars providing APIs for name suggestions. I went with ENOM because that is what I use. 0 Quote Link to comment Share on other sites More sharing options...
ChrisGooding Posted July 1, 2009 Share Posted July 1, 2009 Thanks for that confirm.Damn shame, would probably be a good idea to find a better spinner! Its not the spinner bud, that runs great. Its actually Enom themselves that do not return alternatives in other tld's Maybe we should bug Enom en-masse 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted July 2, 2009 Share Posted July 2, 2009 Maybe we should bug Enom en-masse Or take their results, strip off the tld, thin out to unique only suggesting, build an array of all your tlds+each suggestion, check them for availability, and list those available with an order link, sorted by relevance/length/tld/todays-weather 0 Quote Link to comment Share on other sites More sharing options...
Finalwar Posted July 6, 2009 Share Posted July 6, 2009 i may have done something wrong, the sugested domain stay empty like if there were none ! thanks for the help! 0 Quote Link to comment Share on other sites More sharing options...
Finalwar Posted July 6, 2009 Share Posted July 6, 2009 Here is the error i have User not permitted from this IP address - 4 <?xml version="1.0"?> <interface-response> <Command>NAMESPINNER</Command> <Language>eng</Language> <ErrCount>1</ErrCount> <errors> <Err1>User not permitted from this IP address - 4</Err1> </errors> <ResponseCount>1</ResponseCount> <responses> <response> <ResponseNumber>713254</ResponseNumber> <ResponseString>Policy error; unauthorized; user(s)</ResponseString> </response> </responses> <MinPeriod>0</MinPeriod> <MaxPeriod>0</MaxPeriod> <Server>sjl01wresell15</Server> <Site>eNom</Site> <IsLockable>False</IsLockable> <IsRealTimeTLD>False</IsRealTimeTLD> <TimeDifference>+0.00</TimeDifference> <ExecTime>0.016</ExecTime> <Done>true</Done> <debug></debug> <TrackingKey>c80f4857-664a-4608-8e11-73dcfb646a4d</TrackingKey> </interface-response> 0 Quote Link to comment Share on other sites More sharing options...
redrat Posted July 6, 2009 Share Posted July 6, 2009 Have you entered the IPs in your eNom settings that are allowed to have API access? Just a thought. You do that here: http://www.enom.com/resellers/ResellerTestAccount.asp?Action=ManageIP 0 Quote Link to comment Share on other sites More sharing options...
Finalwar Posted July 7, 2009 Share Posted July 7, 2009 just did, not working ... will try debug mode later tonight 0 Quote Link to comment Share on other sites More sharing options...
Webhostnerd Posted July 16, 2009 Share Posted July 16, 2009 Just wanted to say this is a great addon Webworker. Thumbs up it works great. 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted August 30, 2009 Share Posted August 30, 2009 Simply create a second file called enomlogin.php and put these three lines in there between the php tags: <?php //Edit these to your actual enom username and password $enomid = "enomuser"; $enompw = "enompass"; ?> Then replace those three lines from the template with: include('/path/to/enomlogin.php'); More efficient way instead of just doing a simple php file with static variables, do this: $query = "SELECT setting,value FROM `tblregistrars` WHERE registrar='enom' AND (setting='Username' OR setting='Password')"; $result = mysql_query($query) or die(mysql_error()); while($row = mysql_fetch_array( $result )) { $setting = $row['setting']; $enom[$setting] = $row['value']; } $enomid = decrypt($enom['Username']); $enompw = decrypt($enom['Password']); 0 Quote Link to comment Share on other sites More sharing options...
WebWorker Posted September 1, 2009 Author Share Posted September 1, 2009 Nice tip, I'll try to publish a new version with this code later tonight or tomorrow. 0 Quote Link to comment Share on other sites More sharing options...
DataViking Posted September 6, 2009 Share Posted September 6, 2009 thank you it worked perfectly 0 Quote Link to comment Share on other sites More sharing options...
WebWorker Posted October 2, 2009 Author Share Posted October 2, 2009 Thanks MACscr, I updated the namespinner with your code : http://ideamesh.com/file/13/WHMCS-ENOM-NameSpinner-v14.html 0 Quote Link to comment Share on other sites More sharing options...
DataViking Posted October 18, 2009 Share Posted October 18, 2009 after the new upgrade I can't get it to work. Any ideas? 0 Quote Link to comment Share on other sites More sharing options...
inline3 Posted October 20, 2009 Share Posted October 20, 2009 Hi Ive just added your script and am using ttp as my registerar with some domains and enom for a few other and am getting this error. Warning: Invalid argument supplied for foreach() in /home/dream/public_html/hosting/templates_c/%%4C^4CC^4CC6F3F0%%namespinner.tpl.php on line 140 Warning: array_multisort() [function.array-multisort]: Argument #1 is expected to be an array or a sort flag in /home/dream/public_html/hosting/templates_c/%%4C^4CC^4CC6F3F0%%namespinner.tpl.php on line 146 Any seggestions would be great in fixing this. 0 Quote Link to comment Share on other sites More sharing options...
inline3 Posted October 22, 2009 Share Posted October 22, 2009 I should ask do I have to enom for all my domains if I use this script. 0 Quote Link to comment Share on other sites More sharing options...
WebWorker Posted October 25, 2009 Author Share Posted October 25, 2009 @inline3 The script has been updated to version 1.5 which should fix these warnings you were seeing. Please get the new version at http://ideamesh.com/file/15/WHMCS-ENOM-NameSpinner-v15.html Which registrar you ultimately use to register the domains does not affect the functionality of this add on. You just need an Enom API account. @DataViking I would need more info to figure out why it doesn't work for you. Have you tried turning on debugging in the add on and seeing what is being returned by Enom's API? 0 Quote Link to comment Share on other sites More sharing options...
lopezandhosgator Posted November 10, 2009 Share Posted November 10, 2009 Hi, I tried to use it but nothing happen no erros o result at all. I placed the namespinner.tpl at my template folder (portal) and modified the domainchecker.tpl file at the same folder. And modified the files namespinner.tpl, configureproductdomain.tpl at web20cart folder (those where the tempaltes I set at WHMCS). Could you please let me know where to start to troubleshooting? Thx in advance 0 Quote Link to comment Share on other sites More sharing options...
DataViking Posted November 10, 2009 Share Posted November 10, 2009 see what happen when you try to search for a domain https://secure.dataviking.com/clients/domainchecker.php 0 Quote Link to comment Share on other sites More sharing options...
meneketehe Posted November 11, 2009 Share Posted November 11, 2009 I got exactly the same error as DataViking has (missing whmcs header/footer, and namespinner won't show up). * whmcs v.4.1.2 previously worked fine on whmcs 4.0.2 0 Quote Link to comment Share on other sites More sharing options...
DataViking Posted November 12, 2009 Share Posted November 12, 2009 (edited) I change the .tpl file, but attach is an image of the error just in case we can get some help. http://www.dataviking.com/name-spinner.jpg Edited November 12, 2009 by bear formatting 0 Quote Link to comment Share on other sites More sharing options...
bear Posted November 12, 2009 Share Posted November 12, 2009 attach is an image of the error If embedding an image (it wasn't attached, it was linked/embedded) like this, please consider reducing it to reasonable sizes first. That image was like 2,000 pixels wide, and caused formatting issues. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
BigT Posted November 14, 2009 Share Posted November 14, 2009 Make sure to place the namespinner.tpl file in your /whmcs/templates directory, NOT your customized templates directory or any other template directory. I assumed, wrongly, that namespinner.tpl should be in with the rest of the template files but I was incorrect. 0 Quote Link to comment Share on other sites More sharing options...
DataViking Posted November 23, 2009 Share Posted November 23, 2009 Make sure to place the namespinner.tpl file in your /whmcs/templates directory, NOT your customized templates directory or any other template directory. I assumed, wrongly, that namespinner.tpl should be in with the rest of the template files but I was incorrect. I did that but still the same error 0 Quote Link to comment Share on other sites More sharing options...
omaticon Posted December 15, 2009 Share Posted December 15, 2009 Is there no news on a fix for the problems being experienced with WHMCS 4.1.2 and namespinner 1.5? 0 Quote Link to comment Share on other sites More sharing options...
WebWorker Posted December 16, 2009 Author Share Posted December 16, 2009 Sorry for the delay in checking back with these forums.. Can you guys please clarify that you only experience this error with the bulk domain checker and not with the shopping cart? (e.g. cart.php?a=add&domain=register) 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.