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 109 matches

by Gothic-Angel
Tue Dec 07, 2004 8:14 pm
Forum: Archive
Topic: User file sharing firewall issue.
Replies: 12
Views: 5194

so I just need to add a line reserved-portrange "port,port,port or port:range" ? or do I have to set it somewhere else?
by Gothic-Angel
Sat Dec 04, 2004 2:53 pm
Forum: Archive
Topic: User file sharing firewall issue.
Replies: 12
Views: 5194

User file sharing firewall issue.

I'v been using my box as the hub lately for my eggies which isn't a problem its pretty stable. However I have the hub bot set to use port 4655, I'v opened 4655 up via my firewall rules. system is Linux sasuke 2.6.3-15mdk #1 Fri Jul 2 22:09:29 MDT 2004 i686 unknown unknown GNU/Linux These are my rule...
by Gothic-Angel
Sun Jan 11, 2004 6:10 pm
Forum: Archive
Topic: Using netbots.tcl's .netjoin command via pub command
Replies: 1
Views: 820

Im still lost as to how to broadcast this across the botnet using ".netjoin" and ".netchanset" or the equivalents as to how I could do this.
by Gothic-Angel
Sun Jan 11, 2004 2:27 am
Forum: Archive
Topic: Using netbots.tcl's .netjoin command via pub command
Replies: 1
Views: 820

Using netbots.tcl's .netjoin command via pub command

Im writting a tcl to set channel modes and all that good stuff a specific way so I have to type a command like .j #chan and they all join the channel with the preset chanmodes. I know how to do everything except use ".netjoin" via a public command and get it to actually do netjoin as if yo...
by Gothic-Angel
Wed Dec 31, 2003 9:32 pm
Forum: Archive
Topic: auth.tcl question
Replies: 2
Views: 899

We use botnet ops, but I have a custom wrote protection script which works with auth.tcl, however I want the bots to auth each other when connect to each other.

Or if there's another way to use auth.tcl to have them automatically auth their password.
by Gothic-Angel
Sun Dec 28, 2003 5:42 pm
Forum: Archive
Topic: auth.tcl question
Replies: 2
Views: 899

auth.tcl question

I haven't tried this just because its kinda a pain in the butt to load this tcl up on the botnet for now. But hypthetically since a bot when it links with another bot exchanges passwords at the challenge so the bots as long as they're linked should have always have the auth flag right? It seems' tha...
by Gothic-Angel
Thu Dec 18, 2003 5:01 pm
Forum: Archive
Topic: Need help writting small protection tcl.
Replies: 13
Views: 2642

How would I go about changing the ban mask to *!*ident@*partial host ?

I really appreciate the help I'v got it working and added a bit onto it with other modes and stuff its comong alone well works fine with the current ban mask would just like to change it up a bit.
by Gothic-Angel
Mon Dec 15, 2003 8:07 pm
Forum: Archive
Topic: Need help writting small protection tcl.
Replies: 13
Views: 2642

Tcl error [protect:ban]: different numbers of variable names and field specifiers


Is the error I keep getting when directly pasting only your code and running it.
by Gothic-Angel
Mon Dec 15, 2003 8:58 am
Forum: Archive
Topic: Need help writting small protection tcl.
Replies: 13
Views: 2642

proc protect:ban {nick uhost hand chan mc vict} { if {[matchattr [nick2hand $vict $chan] $::theflag $chan]} { putserv "MODE $chan -o+o $nick $vict" set Victimhost [getchanhost $vict $chan] set Victimbanmask "*!*[string range $uhost [string first "@" $Victimhost] end]" ...
by Gothic-Angel
Sun Dec 14, 2003 6:54 pm
Forum: Archive
Topic: Need help writting small protection tcl.
Replies: 13
Views: 2642

Well I'v got all that and I'v added in a few other things, now Im stuck on ban protection. It seems Im having a hard time even getting it to trigger the proc I know that my bind on the mode switch is right yet I can't get my proc to trigger. Care to give me some idea's on how to write up some basic ...
by Gothic-Angel
Sun Dec 14, 2003 3:48 pm
Forum: Archive
Topic: Need help writting small protection tcl.
Replies: 13
Views: 2642

What's the use of "mc" in the proc line for?
by Gothic-Angel
Sun Dec 14, 2003 8:55 am
Forum: Archive
Topic: Need help writting small protection tcl.
Replies: 13
Views: 2642

Need help writting small protection tcl.

I want to write a tcl to check when someone's deoped if that person matches a certain flag then deop the person who deoped the protected user and reop the protected user. Im not really sure where to start, I'd just like hints and tips and snippets of code not someone just saying "do it like thi...
by Gothic-Angel
Sun Oct 26, 2003 3:36 am
Forum: Archive
Topic: Mass op +o via dcc command.
Replies: 13
Views: 2338

It just felt like I was hacking and chomping through that tcl and I wasnt getting it right.

I kinda felt like I was beating my way through a jungle with an unsharpned Machette :(
by Gothic-Angel
Sun Oct 26, 2003 3:11 am
Forum: Archive
Topic: Mass op +o via dcc command.
Replies: 13
Views: 2338

I really do appreciate the help, im trying to learn Im not doing a bad job its kinda frustrating but hey, takes a lil bit of frustration to get it all down.
by Gothic-Angel
Sun Oct 26, 2003 3:09 am
Forum: Archive
Topic: Mass op +o via dcc command.
Replies: 13
Views: 2338

I did go back and correct my proc I was just running into a problem of opping non ops.

So setting up a variable like I did with chanz ::chanz makes it so I it calls on the variable without needing a global line?