Results 1 to 10 of 10

Thread: I want a free script like no-ip.com

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2005
    Posts
    265

    I want a free script like no-ip.com

    Hello,
    I need a free script that do like www.no-ip.com. To give my site members the ability to take a subdomain in my site that is alternative for the ip. So they not need to use their IPs but the subdomain in my site. like:
    www.no-ip.com
    www.dyndns.com

    Thank's

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: I want a free script like no-ip.com

    That isn't done with scripts, it's done with software and hardware applications on the server(s).

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2005
    Posts
    265

    Re: I want a free script like no-ip.com

    could you please explain that to me. I want to know the mechanism (The way to do that & what I need exactly to make a site like that)
    - I thought that it is a script like the Blog script which gives Subdomains but the only addition is that the script update the ip of that subdomain to be the ip of the user that regestered that subdomain in my site. Is this true?!
    thank's

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: I want a free script like no-ip.com

    you could do it with a script if you use a catch-all A record on your domain name and allow the script access to httpd.conf to add virtual server records.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2005
    Posts
    265

    Re: I want a free script like no-ip.com

    Thank's alot penagate. Could you please give me an url or some thing that explain how to do that ? a lesson to program such script or a prepared free script.
    Thank's
    Last edited by Visual Basic.Net; May 2nd, 2008 at 01:36 AM.

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: I want a free script like no-ip.com

    Actually, I overcomplicated it. You do not need to create virtual server records; you could simply handle the domain switching using PHP.

    Exactly what you do depends on what level of service you wish to provide to your members. If you want them to have FTP access and so on it is probably worth investing in a hosting solution such as cPanel/WHM which will handle all of the administration of that for you, including managing system accounts and virtual server records and so on. If you simply want them to be able to create a few pages dynamically via a PHP content management script that you provide, then you can use a catch-all record and a script which reads the request host name and URL and serves the appropriate page from a file or database or such.

    If you explain your needs in greater detail we can be more specific with what you need to do to achieve it.

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2005
    Posts
    265

    Re: I want a free script like no-ip.com

    What I need exactly is diff. from what you thought.
    I need The Following:
    I need to make a website like www.no-ip.com. this web site doesn't provide a webhosting service. But, some body make a web site on their computers so any body who wants to accesses their sites must write the ip address of their computers. Now, The ip address is changing, because of that they want a domain like name.mysite.com I want to provide that subdomain for them as a service. That subdomain is reffer to their changing IPs. So there is a form in the my site allowing them to update the ip address that their subdomain refers to.
    I hope you understand me.
    Thank's alot bro

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2005
    Posts
    265

    Re: I want a free script like no-ip.com

    hello! anybody?

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: I want a free script like no-ip.com

    Are you looking to create your own Dynamic DNS server? The bottom of that wikipedia article links to

    http://gnudip2.sourceforge.net/
    http://www.dyndnsservices.com/

    You may have to search for free ones.

  10. #10
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: I want a free script like no-ip.com

    freedns.afraid.org is a nice service, I use it for myself and any domains I host .

    I mean if you really want to get into the headache of DNS, you need to have 2 DNS servers each in different locations. (This is according to the RFC).

    This is very easy if you have a DNS server that will grab records from some sort of database (I don't think bind will do it, but I do know of one...but I will let you search for that one .)
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width