|
-
May 1st, 2008, 11:45 AM
#1
Thread Starter
Hyperactive Member
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
-
May 1st, 2008, 01:32 PM
#2
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).
-
May 1st, 2008, 04:22 PM
#3
Thread Starter
Hyperactive Member
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
-
May 1st, 2008, 08:31 PM
#4
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.
-
May 2nd, 2008, 12:34 AM
#5
Thread Starter
Hyperactive Member
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.
-
May 2nd, 2008, 01:35 AM
#6
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.
-
May 2nd, 2008, 04:24 AM
#7
Thread Starter
Hyperactive Member
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
-
May 3rd, 2008, 04:28 AM
#8
Thread Starter
Hyperactive Member
Re: I want a free script like no-ip.com
-
May 3rd, 2008, 02:22 PM
#9
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.
-
May 4th, 2008, 12:26 PM
#10
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|