php forum
php mysql forum
php mysql smarty
 
Topic Options
#270284 - 03/03/04 12:22 PM Poor man's IP alert script for Windows
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
I wrote this up to run a simple IP check and alert from any Windows machine. Basically, it runs a ping and alerts you by email and/or popup message if your site is down. All the files needed to run this are included in the zip.


Attachments
109219-ipalert.zip (77 downloads)


Top
#270285 - 03/03/04 01:10 PM Re: Poor man's IP alert script for Windows [Re: BlarC]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
[]ericgtr said:<br />I wrote this up to run a simple IP check and alert from any Windows machine. Basically, it runs a ping and alerts you by email and/or popup message if your site is down. All the files needed to run this are included in the zip. [/]<br />Very cool and much appreciated. Please give more details as to how to set it.<br /><br />Thanks,<br /><br />BWilliams

Top
#270286 - 03/03/04 01:52 PM Re: Poor man's IP alert script for Windows [Re: vajraman]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
If you edit the batch (right click on it and select "Edit") file the instructions should tell you all you need to know. I think the only thing I didn't describe is the sleep command, that is set for 60 seconds in the script, you can change that to whatever you want.

Top
#270287 - 03/03/04 01:58 PM Re: Poor man's IP alert script for Windows [Re: BlarC]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Here is an example of your site, socaps.com. You will still need to edit the Postie part for your mail settings though. <br /> <br />
Code:
 <br />:: Make sure it is ran in the same direcorty as all the accompanying .exe files. <br />:: This script will check that your site is up, please see the commented instructions below. <br /> <br />:TOP <br />@echo off <br />IF EXIST status.txt DEL status.txt <br />echo | time /t <br />::Type in your site name below. <br />ping socaps.com &gt;status.txt <br />echo | time /t &gt;&gt;status.txt <br />::Type in your IP address below. <br />type status.txt | find /i "64.62.140.213" <br />echo Searching string... <br />if %errorlevel% EQU 1 GOTO DROP <br />if %errorlevel% EQU 0 GOTO RESTART <br /> <br />:DROP <br />echo Your site is not responding. Proceeding to send a message.. <br />::Optional: uncomment the next line to send a popup message to yourself, Messenger service must be started. <br />::net send localhost Your site is currently unavailabe! <br />::Fill in the info below with your information, you may want to use a differnt email than what's on your site. <br />postie.exe -host:mail.yourserver.com -to:you@yoursite.com -from:"you@yoursite.com" -s:"Down Message" -msg:"Your Site is currently unavailable!" <br />echo Message sent. <br />choice Run this script again? <br />if %errorlevel% EQU 1 GOTO TOP <br />IF %ERRORLEVEL% EQU 2 GOTO EOF <br />GOTO EOF <br /> <br /> <br />:RESTART <br />echo Received a response. <br />sleep 2 <br />echo Sleeping... <br />sleep 60 <br />cls <br />GOTO TOP <br /> <br />:EOF <br />

Top



Moderator:  Charles 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks