Page 1 of 1

Domain parking system

Posted: Thu Dec 27, 2007 6:39 pm
by phpinicial
Hello,

I'm planning to start a simple parking system for my domains, but, i don't know where to start. I'm still thinking how i'll let the script know that some domain is being pointed to it, and how i'll build a page for it. This must be a very simple code and i'm going crazy about it. So, that's why i'm here seeking for help. Anyone knows how to build a simple domain parking system? Or knows a open-source script like that? Hope anyone here can help me. Thanks in advance. :)

Posted: Thu Dec 27, 2007 6:54 pm
by markusn00b
i hate domain name parking -_-

with avengence!

Posted: Fri Dec 28, 2007 12:28 am
by anjanesh
you can change the landing page by looking at $_SERVER['HTTP_HOST'], if the browser has sent it.

Posted: Fri Dec 28, 2007 1:33 pm
by phpinicial
Anyone knows a good way to do a simple domain parking without cPanel with PHP? Examples?