Joweb Posted July 4, 2007 Share Posted July 4, 2007 Has anyone been able to incorporate a Domain Name Suggestion Tool with WHMCS? 0 Quote Link to comment Share on other sites More sharing options...
trine Posted July 4, 2007 Share Posted July 4, 2007 Easy enough to do with a little php. There is someone that I believe made one for enom's suggestion tool. If you use enom, perhaps it may be worth to check it out. 0 Quote Link to comment Share on other sites More sharing options...
Joweb Posted July 4, 2007 Author Share Posted July 4, 2007 I don't use enom my registra is not supported by WHMCS yet just looking for a suggestion tool that would pass the names selected to WHMCS order form. Any suggestions or URL's would be appreciated. 0 Quote Link to comment Share on other sites More sharing options...
trine Posted July 4, 2007 Share Posted July 4, 2007 Joe, are you looking to do this with 3.2 or the current version? 0 Quote Link to comment Share on other sites More sharing options...
Joweb Posted July 4, 2007 Author Share Posted July 4, 2007 I would like to do it with 3.2 when it becomes a stable version or try one with the current version if one is available. 0 Quote Link to comment Share on other sites More sharing options...
Spunky Posted July 5, 2007 Share Posted July 5, 2007 Its up to whmcs staff to put that in for the next version. However if you can code one yourself you can probaly put it in. 0 Quote Link to comment Share on other sites More sharing options...
Jordan Posted July 5, 2007 Share Posted July 5, 2007 http://www.sitescripts.com/ASP/Networking_Tools/AJAX_Domain_name_whois.html JAXed Whois. A great AJAX/ASP script that checks domain name availability whilst you type and also grabs suggestions from google. All without refreshing the page on the fly. Super fast. It can check any domain name via appropriate whois server using port 43 so its server friendly and fast. Simply upload to your website and it will work. Super fast on the fly Domain name checker. Developed in ASP (NOT PHP) and can be run from any type of page. .html, .asp, .aspx, or .php. No need for any third party components. Visit: http://www.upload.co.uk/domains for full demo 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted July 5, 2007 Share Posted July 5, 2007 http://www.sitescripts.com/ASP/Networking_Tools/AJAX_Domain_name_whois.html JAXed Whois. A great AJAX/ASP script that checks domain name availability whilst you type and also grabs suggestions from google. All without refreshing the page on the fly. Super fast. It can check any domain name via appropriate whois server using port 43 so its server friendly and fast. Simply upload to your website and it will work. Super fast on the fly Domain name checker. Developed in ASP (NOT PHP) and can be run from any type of page. .html, .asp, .aspx, or .php. No need for any third party components. Visit: http://www.upload.co.uk/domains for full demo Kind of weird to use ASP with a php script. 0 Quote Link to comment Share on other sites More sharing options...
Joweb Posted July 5, 2007 Author Share Posted July 5, 2007 Jordan that looks good but, I was looking for something like the Directi reseller supersite one. 0 Quote Link to comment Share on other sites More sharing options...
Jordan Posted July 5, 2007 Share Posted July 5, 2007 I don't use Directi so I wouldn't know. Anyway, there is still http://www.psychicwhois.com/ 0 Quote Link to comment Share on other sites More sharing options...
trine Posted July 5, 2007 Share Posted July 5, 2007 you can do a few ways: 1. Easiest way.... have a list of names (ie: super, value, great, number1) that you append or pre-pend to the term searched for: ie searching for "host" may give you superhost, hostsuper, valuehost, hostvalue, greathost, hostgreat number1host ... etc. 2. More advanced... use a dictionary or thesaurus or related word API to do the same thing. You can install aspell, wordnet or dict moby thesaurus installed locally and use that as your thesaurus basis, for instance. 3. Use a api search feed to find related phrases or such .. This can be done with yahoo's or google's api, but you do need permission to use for commercial purposes. I think the script someone linked to above uses something like that ?? For any of these, it's not recommended to actually check availability, unless you are using a super fast whois. You should loop through each of your words, or phrases, and then present the results, that's what most of these do anyway. 0 Quote Link to comment Share on other sites More sharing options...
Joweb Posted July 7, 2007 Author Share Posted July 7, 2007 Jordan look at this. http://joep114045.supersite.myorderbox.com/ This is what I am looking to do if possible I think It would be a good addon if someone can figure it out. Trine I saw the one enom has that is good too. How can I get something like that to work with whmcs? 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.