I was looking for an advertise script where a user can set the advertise message via a trigger and also have the timer set via the same trigger. How hard would it be to write a simple program to do the following. <op> !notify <message> <timer> (time bind to time user used trigger, not to server cloc...
Sorry it took so long to get back to this post. I have been a bit under the weather. Thats what it was. Works perfectly now. Had to get ahold of shell provider to have them install it since I wasn't allowed. Works like a charm now. I do have one more question. Is it possible to have it where if an i...
I put in all my servers and they all come back ok. I then put back in the bad server and ip and this is how it returns. [14:45:01] (6) - Netcat Report - [[ yourserverip.org:80 is ok ]] I even tried changing it from Connection refused to timed out and still same result. So everything good or bad is r...
Someone suggested using something like this. Or could use nmap to call websites from a txt file. Im just not sure how to write everything to have ti do what i need. set ncmd "nmap -p80 google.com";catch {eval exec $ncmd} out;set i 0;foreach line [split $out "\n"] {;if while{ $i <...
Is anyone able to make this? Or could you get me started and point me in the right direction. Maybe give me an example of how to scan an ip for a specific port. If it fails post to a channel. Scan every 5 minutes. If you can show me how to do that with 1 ip and port I should be able to finish it fro...
decided we need to change this a bit. No longer does it need user input. We need it to run in the background and monitor the ip addresses and ports to make sure they are still up. If once goes down it needs to alert the channel every 5 minutes until it goes back online. Site 1 needs to be checked on...
I did a search on here and went through 70+ pages and only found one post close to what I am looking for. Maybe this could be modified to fit my needs? Posted by Dragnlord in 2008 # Usage example: !sitetest egghelp.org bind pub - !sitetest site:test proc site:test {n u h c a} { if {[catch {set site_...