phpinitial Posted December 28, 2007 Share Posted December 28, 2007 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 More sharing options...
MadTechie Posted December 28, 2007 Share Posted December 28, 2007 I think you need Perl to do that .. or ateast exec/system, not really a PHP thing.. i could be wrong! Link to comment https://forums.phpfreaks.com/topic/83421-domain-parking-system/#findComment-424410 Share on other sites More sharing options...
dsaba Posted December 28, 2007 Share Posted December 28, 2007 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 More sharing options...
MadTechie Posted December 28, 2007 Share Posted December 28, 2007 I think his asking how to park a domain, not monitor it .. Link to comment https://forums.phpfreaks.com/topic/83421-domain-parking-system/#findComment-424425 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.