How you think this can be done and what is the best solution to this in your opinion

Discussion in 'Programming' started by the genie, Oct 2, 2008.

  1. #1
    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
     
    the genie, Oct 2, 2008 IP
  2. kind_of_the_cash

    kind_of_the_cash Active Member

    Messages:
    852
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    85
    #2
    You can do it but you have to make script to work with it
     
    kind_of_the_cash, Oct 2, 2008 IP
  3. ZenOswyn

    ZenOswyn Peon

    Messages:
    50
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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. :)
     
    ZenOswyn, Oct 2, 2008 IP
  4. the genie

    the genie Peon

    Messages:
    68
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    the genie, Oct 2, 2008 IP