Jump to content

Domain parking system


phpinitial

Recommended Posts

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.  :)

Link to comment
https://forums.phpfreaks.com/topic/83421-domain-parking-system/
Share on other sites

you can read the referrer information in $_SERVER array to see from where the visitor has come from when they land on your parking page

 

 

you can figure out what websites a website redirects to by reading the header, see this thread:

http://www.phpfreaks.com/forums/index.php/topic,174464.msg771708.html#msg771708

Link to comment
https://forums.phpfreaks.com/topic/83421-domain-parking-system/#findComment-424418
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.