ScottJ
12-13-2005, 11:50 PM
Im looking for a website monitoring script where users can signup and monitor their websites. HTTP monitoring would be fine. Does anyone know of a good script?
![]() | View Full Version : Website Monitoring Script ScottJ 12-13-2005, 11:50 PM Im looking for a website monitoring script where users can signup and monitor their websites. HTTP monitoring would be fine. Does anyone know of a good script? Burhan 12-14-2005, 05:40 AM What do you want the people to be able to see? Just network uptime? Or server statistics? ScottJ 12-14-2005, 10:28 AM I want them to recieve emails when their sites are down. I want to be able to have members monitor sites on my servers and everyone elses if they have a site there. Something like siteuptime mellow-h 12-14-2005, 10:31 AM Go here and get one which you like ;) h o t s c r i p t . com/Detailed/36843.html Join the link, i did so, as i couldn't provide links here, as i didn't have 5 posts :( Regards ScottJ 12-14-2005, 01:51 PM hostscript.com/Detailed/36843.html doesnt work for me. Dark Light 12-14-2005, 02:02 PM I think he might mean, http://www.hotscripts.com/Detailed/36843.html, as he missed the 's' at the end of hotscripts. :) ----- - Server Monitor Description: This is a simple script to monitor a list of ports from a list of domains. Platform(s): linux, windows, freebsd, osx, sun Date Added: Jul 16, 2004 Last Updated: May 10, 2005 Author: sebflipper.com License Type: Freeware Price: Free Average Visitor Rating: 2.50 (out of 5) Number of Ratings: 2 Votes ----- If you visit the site for the Server Monitor, you will get forwarded to http://www.sebflipper.com/?page=code&file=server_mon.php. Hope that helps, - Dark Light. ScottJ 12-14-2005, 02:06 PM Im looking for a script where users can signup and monitor websites. Like siteuptime.com mellow-h 12-15-2005, 04:09 AM Im looking for a script where users can signup and monitor websites. Like siteuptime.com You have to buy man. I dont there are any free software for that. Some Changing on "SiteMonitor" Script can work for you. check web-bureau.com/sitemonitor-info.php Either you have to code for yourself. azizny 12-15-2005, 02:43 PM its pretty easy... just create a text file, and whever someone registers: SITENAME - EMAIL then use a for loop to check the site return code.. Peace, UrlGuy 12-15-2005, 04:42 PM Hi, I'm working on such a script right now! What I got so far is a simple signup form where user can enter their IP and ports to check, (or admin can force a set of ports in advance), and their email. This file needs to be put in cronjobs or such. The IP's to check are put in an array. Same with the ports. It will first grab first element of IP array, and fsockopen the array of ports. If any of the ports are dead it will go false on that port, and at end if checks if any of the ports are set to false send email report.. which contains simple log of which ports that are down. Still working on this thing but if you'r interested in it or want me to send it to you PM me and I'll give you msn/email. ;) |