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

by demond
Wed May 10, 2006 1:07 am
Forum: Script Requests
Topic: need help with script lookup
Replies: 5
Views: 5236

nslookup doesn't provide info on host's online status, so the script you posted is irrelevant
by demond
Wed May 10, 2006 12:59 am
Forum: Eggdrop Help
Topic: Won't Accept a DCC
Replies: 16
Views: 13652

*sigh* no, it's not okay as soon as you find yourself in need to use commands other than the most basic ones you use now, you'll realize that you simply must have your DCC working Well, what do you advise I do then? =\ trying to understand what I had to say in that sticky posting listed in my signa...
by demond
Wed May 10, 2006 12:46 am
Forum: Script Requests
Topic: need help with script lookup
Replies: 5
Views: 5236

many do; look around (hint: there is a 'Search' button above)
by demond
Wed May 10, 2006 12:44 am
Forum: Script Requests
Topic: .getbot script
Replies: 4
Views: 5601

R-WaT:

in case you haven't noticed, this is eggdrop scripting forum, not mIRC scripting forum

and your mIRC script is an example how NOT to use timers (or rather, when you shouldn't be using timers, but event handlers)
by demond
Wed May 10, 2006 12:34 am
Forum: Eggdrop Help
Topic: Won't Accept a DCC
Replies: 16
Views: 13652

*sigh*

no, it's not okay

as soon as you find yourself in need to use commands other than the most basic ones you use now, you'll realize that you simply must have your DCC working
by demond
Wed May 10, 2006 12:04 am
Forum: Other Topics
Topic: wondering
Replies: 13
Views: 6837

what you seem to be unable to comprehend is that any regexp emulation of XPath's predicates would be ridiculously complicated and hard to read/understand

it's like doing numerical analysis in Roman numbers - if you know what I mean
by demond
Tue May 09, 2006 11:57 pm
Forum: Eggdrop Help
Topic: Make - problems with md5c.c
Replies: 6
Views: 6943

what's on line 209?
by demond
Tue May 09, 2006 11:51 pm
Forum: Eggdrop Help
Topic: Won't Accept a DCC
Replies: 16
Views: 13652

I don't think you tried anything else besides /ctcp CHAT
by demond
Tue May 09, 2006 11:59 am
Forum: Other Topics
Topic: wondering
Replies: 13
Views: 6837

either you are a regexp fanatic, or you don't get my point since you don't know XPath
by demond
Tue May 09, 2006 3:00 am
Forum: Other Topics
Topic: wondering
Replies: 13
Views: 6837

no no, you misunderstood that; perhaps my example was bad basically, if you locate the info you need using XPath positional predicates like for example //foo[@bar='moo'][5] , your script will continue to work even if they add tons of stuff under nodes #1 to #4; you can't do that with regexps - there...
by demond
Tue May 09, 2006 2:34 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 232865

you'll love it even more when I overcome my laziness and add private spam scanner (a la spambuster) and possibly dynamically generated web statistics - so you'll have the big picture, which hosts/domains are the biggest offenders
by demond
Tue May 09, 2006 2:28 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1108401

I considered making one, but dropped the idea, because even single letter repeatance would be as complex as '(?i)(a{5,}|b{5,}|c{5,}|...|z{5,})' and therefore be too much CPU time for parsing a single line. Remember, a [a-z]{5,} would not only match "aaaaa" but also "mouse" :D. A...
by demond
Tue May 09, 2006 2:20 am
Forum: Eggdrop Help
Topic: Making egg recieve DCC sends from other users?
Replies: 1
Views: 3038

explore my signature

and try again with my-ip set in the config file, or fix/remove that setting if incorrect
by demond
Tue May 09, 2006 2:15 am
Forum: Eggdrop Help
Topic: Won't Accept a DCC
Replies: 16
Views: 13652

Uhm.. DragonLord, how exactly should I rehash when I can't DCC to it? =\ so what exactly did you do after reading it? Tried the CTCP and other things. And none worked. what other things? did you try any of the suggestions for resolving firewall/NAT problems? my feeling is that people give up too ea...
by demond
Tue May 09, 2006 2:03 am
Forum: Script Requests
Topic: getting problem with matching pattern.
Replies: 8
Views: 5983

$uhost means user@host, i.e. no nick; whereas userfile record's HOSTS list is interpreted as consisting of full hostmasks, i.e. nick!user@host

so you need to use *!$uhost instead of $uhost

or use [finduser]