“Is It Online?” is a simple and beautiful script which allows to start your own website monitoring service. Users can sign up and create their list of links for monitoring. Script checks status of URLs periodically. If server responses are changed (or server is down), users is notified about that by e-mail. In this way, they will know how reliable their hosting provider. Script has modern and secure admin panel where you can manage all registered users and their URLs.
mail()
or through SMTP-server.Try demo website. You can create new account or use demo account:
E-mail: demo@website.com
Password: demo
Try admin panel:
URL: http://halfdata.com/pluto/is-it-online/admin/
Login: admin
Password: admin
Let’s imagine that you have website http://www.website.com/
and you want to install script there.
is-it-online
(use any other name) in root of your domain. Once created it can be reached by URL: http://www.website.com/is-it-online/
is-it-online
has permissions 0755
; and all php-files have permissions 0644
.http://www.website.com/is-it-online/
in browser and follow “Quick Installation” procedure.http://www.website.com/is-it-online/cron.php?key=XXXXXXXX
). Set cron job to run this URL.For cPanel hosting:
/usr/bin/wget -O /dev/null -q http://www.website.com/is-it-online/cron.php?key=XXXXXXX
lynx http://www.domain.com/path-to-script/cron.php?key=XXXXXXX
For other hosting: