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.

irco Scan Port v1.0

Old posts that have not been replied to for several years.
Locked
E
Errtu

Post by Errtu »

First of all, i tried to contact the author of this script by mail (bounced) and irc chan (+i) .. so now i try my luck here :smile:

The script works fine the first time. After it scanned 1 host for open socks, it simply stops responding. And i mean the entire bot. So then i have to issue a killall eggdrop :sad: Anyone here who found out why it does that, or possibly has a fix? I tried other scripts but this one is the only one that seems to detect open ports.
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

That script doesn't use async sockets, which makes it halt the bot. Try this out: http://dawg.dynu.com/PortCheck1.9.zip
E
Errtu

Post by Errtu »

VERY nice script man! Thanks alot!
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

No problem :smile:
E
Errtu

Post by Errtu »

just um .. what's this doing in my log? :smile:

<ooga> [00:25] TCL error in script for 'timer1042':
<ooga> [00:25] invalid command name "portcheck_connection_timeout_join"

and after a public !portcheck

<ooga> [00:46] TCL error in script for 'timer1179':
<ooga> [00:46] invalid command name "portcheck_connection_timeout_pub"

<font size=-1>[ This Message was edited by: Errtu on 2001-11-01 17:37 ]</font>
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Oops, i need to fix that, ill fix it tonight
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

I fixed it, redownload the file :smile:
E
Errtu

Post by Errtu »

well .. almost fixed it i think :smile:

<ooga> [02:04] TCL error in script for 'timer1523':
<ooga> [02:04] called "portcheck_timeout_join" with too many arguments
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Woah, whats wrong with me tonight? :smile: I sec.

Thanks for telling me about the bugs.

Redownload it again.
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

hi i see you use

fconfigure $sock -error

i cant find the -error option documented anywhere.

and when playing it with it thru .tcl on partyline, i cant see it does anything...

User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Read the manual page for the 'socket' command.
E
Errtu

Post by Errtu »

hey Wcc, pub & join work nicely now. But in dcc i get this:

<Errtu> .portcheck 128.164.64.231 1080
<ooga> [01:08] TCL error in script for 'timer7612':
<ooga> [01:08] invalid command name "portcheck_connection_timeout"
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Thanks, I fixed that and looked everything over a few times, I think what happened is when I was doing some search-and-replace with me text editor it replaced some stuff that diddn't need to be replaced :smile:

I updated it on the site.
Locked