This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 12 matches

by freelance
Thu Jan 16, 2014 1:25 am
Forum: Script Requests
Topic: simple timed advertise script with trigger
Replies: 7
Views: 8044

I was having a problem with the trigger

Changed it to bind pub - !notify pub_advert and it works.


*edit
went back and changed it to

bind pub o|o !notify pub_advert and now it works from bot userfile.
by freelance
Thu Jan 16, 2014 12:42 am
Forum: Script Requests
Topic: simple timed advertise script with trigger
Replies: 7
Views: 8044

bot sees me as owner and i even added the +o flag to be sure. added the flag with .chattr freelance +o... my global flags are +hjlmnoptx

I do !notify test 5 - nothing
!notify list - nothing
!notify off - nothing
by freelance
Thu Jan 16, 2014 12:02 am
Forum: Script Requests
Topic: simple timed advertise script with trigger
Replies: 7
Views: 8044

I put this in just as it was written but I can't get it to trigger when I do !notify.
by freelance
Wed Jan 15, 2014 5:43 am
Forum: Script Requests
Topic: simple timed advertise script with trigger
Replies: 7
Views: 8044

simple timed advertise script with trigger

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...
by freelance
Wed Jan 15, 2014 5:30 am
Forum: Script Requests
Topic: website up or down status
Replies: 13
Views: 13756

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...
by freelance
Wed Jan 08, 2014 10:50 am
Forum: Script Requests
Topic: website up or down status
Replies: 13
Views: 13756

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...
by freelance
Tue Jan 07, 2014 7:30 pm
Forum: Script Requests
Topic: website up or down status
Replies: 13
Views: 13756

That seems to work but I intentionally put in a bad ip and port and it still returns it as good.
by freelance
Tue Jan 07, 2014 4:19 am
Forum: Script Requests
Topic: website up or down status
Replies: 13
Views: 13756

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 <...
by freelance
Mon Dec 30, 2013 3:35 pm
Forum: Script Requests
Topic: website up or down status
Replies: 13
Views: 13756

I drew up a quick flow chart to show and example of what I am trying to do. It only shows 3 ip spots and ports but is expandable to many more.

Image
by freelance
Mon Dec 30, 2013 2:41 am
Forum: Script Requests
Topic: website up or down status
Replies: 13
Views: 13756

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...
by freelance
Tue Dec 24, 2013 1:50 pm
Forum: Script Requests
Topic: website up or down status
Replies: 13
Views: 13756

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...
by freelance
Mon Dec 23, 2013 7:02 pm
Forum: Script Requests
Topic: website up or down status
Replies: 13
Views: 13756

website up or down status

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_...