Hi everyone Not sure where to post this. If it's not the right place plz let me know. Can anyone tell me if this is possible; if I have a domain e.g. 123.com and I want to start a subdomain registration company using that domain can I do so? Just like there is .uk and .co.uk is like a subdomain of .uk. If this is possible I would like to operate the same facilities as a registry and provide subdomains to be hosted wherever people want. I am referring to it as a subdomain but I would want it to work the same way as .co.uk. If this is poss then what kind of programing language is best for this? At my end the domain resolving query has to be fast ... I would like to be able to make multilingual subdomains too. Would really appreciate any feedback and suggestions Thanks
It doesnt matter what language you use as long as you're comfortable getting it to interact with your DNS server. Speaking very broadly, you'd first want to learn to configure BIND to take the proper action on these subdomains, and then write an app to automaitcally add/delete/update these subdomains. Once that's done, just write a frontend for the users of your site to use, and you're done.
Thanks guys, both of you for your replies. Any idea what kind of script? I just want to know which is the best way to do this so i can look for someone to do that for me. I am not looking to do the project myself so i really would appreciate different opinions on which way to go for the best results.