Domain parking system

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpinicial
Forum Newbie
Posts: 3
Joined: Thu Dec 27, 2007 6:36 pm

Domain parking system

Post 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. :)
User avatar
markusn00b
Forum Contributor
Posts: 298
Joined: Sat Oct 20, 2007 2:16 pm
Location: York, England

Post by markusn00b »

i hate domain name parking -_-

with avengence!
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

you can change the landing page by looking at $_SERVER['HTTP_HOST'], if the browser has sent it.
phpinicial
Forum Newbie
Posts: 3
Joined: Thu Dec 27, 2007 6:36 pm

Post by phpinicial »

Anyone knows a good way to do a simple domain parking without cPanel with PHP? Examples?
Post Reply