- Joined
- Jan 16, 2005
- Messages
- 3,924
- Reaction score
- 6
I previously mentioned that I would post the source of a Website Monitor for Parked.com.
However upon reflection and possible abuse scenarios, I will only be passing it out to a select few.
But that is not to say you can not all benefit. I have created a response page that you can simply call from your own software and it will return the server response in the following format
<response>Ok or Failed</response>
<responsetime>Time in Seconds</responsetime>
In the future I will only allow access to this on an approved IP basis, but for now you are free to make the most of it.
You can Simply call the script from http://typonames.com/sitecheck/index.php
Should you get a Failed response you can simply trigger a database update to ensure that your traffic is directed elsewhere so as you dont loose too much.
You could set up your own cron job to capture the response every 30 minutes and process it respectively or even trigger an email notification.
Comments appreciated.
(will be looking for mirror sites to host across the globe)
Believe it or not its 76 Lines of Code :-(
However upon reflection and possible abuse scenarios, I will only be passing it out to a select few.
But that is not to say you can not all benefit. I have created a response page that you can simply call from your own software and it will return the server response in the following format
<response>Ok or Failed</response>
<responsetime>Time in Seconds</responsetime>
In the future I will only allow access to this on an approved IP basis, but for now you are free to make the most of it.
You can Simply call the script from http://typonames.com/sitecheck/index.php
Should you get a Failed response you can simply trigger a database update to ensure that your traffic is directed elsewhere so as you dont loose too much.
You could set up your own cron job to capture the response every 30 minutes and process it respectively or even trigger an email notification.
Comments appreciated.
(will be looking for mirror sites to host across the globe)
Believe it or not its 76 Lines of Code :-(