Is there code that I can put on a web page (not in the client only area) that allows a customer to search for a new domain name and then purchase it if they want? The site would be running in the root folder and Blesta in a folder from there so the domain name checker would need to go on www.website.com/domains.php and the blesta is located at www.website.com/blesta
Hopefully it's possible.
Hi Mike, All !
For anyone interested I think i have this working using what Mike started with.
<select name="tlds"> change to <select name="tlds[]">
This now works but because the hash changes i think after 24hrs then it fails again.
I haven't changed the config.php and just making sure before i do that the hash will be disabled only for the lookup.
You were nearly there Mike ! lol
Steve