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
Sun May 07, 2006 12:52 am
Forum: Eggdrop Help
Topic: Won't Accept a DCC
Replies: 16
Views: 13382

so what exactly did you do after reading it?
by demond
Sat May 06, 2006 5:48 pm
Forum: Eggdrop Help
Topic: Won't Accept a DCC
Replies: 16
Views: 13382

check out my signature
by demond
Sat May 06, 2006 6:28 am
Forum: Other Topics
Topic: wondering
Replies: 13
Views: 6088

we aren't on a PHP forum, so:

nope, I meant eggdrop scripts that fetch info from webpages

and no, you can't compensate for webpage changes with regexps alone; it's nowhere near XPath ability to do that
by demond
Sat May 06, 2006 2:01 am
Forum: Other Topics
Topic: wondering
Replies: 13
Views: 6088

wondering

just out of curiousity: does anyone know of a webscript which features flexible HTML parsing, utilizing XPath or similar technique? e.g. as soon as the following page code: ... <tr id=foo ... <td id=bar ... stuff ... </td> </tr> is changed to: ... <tr id=foo ... <td id=moo ... <table ... <td id=bar ...
by demond
Sat May 06, 2006 1:33 am
Forum: Script Requests
Topic: How to use a dll with eggdrop?
Replies: 12
Views: 10374

moreover, you would also need to implement a [dll] script command which would invoke your DLL function (analogous to mIRC's /dll)
by demond
Tue May 02, 2006 12:07 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 257321

I'd guess because they all use blocking I/O - which is not the case with this script

if you can reproduce the error, type .set errorInfo on the party line and let us know the resulting output
by demond
Fri Apr 28, 2006 1:19 am
Forum: Scripting Help
Topic: Moving a rating and ranking league from vbscript to tcl
Replies: 2
Views: 4281

yes; check out Incr Tcl and Snit
by demond
Fri Apr 28, 2006 1:17 am
Forum: Scripting Help
Topic: Eggdrops and ip
Replies: 4
Views: 5748

no, there isn't if you have set up some sort of DDNS (dynamic DNS), you could specify your hostname in the config and then use [myip]; it will be resolved to IP every time via your DDNS service or you could write a module in C that enumerates network interfaces on your system and then interface it v...
by demond
Fri Apr 28, 2006 1:06 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221485

99.9% of all repeaters simply hit the up arrow button and spit out edit buffer history again & again

0.1% might be using scripts that embed random colors while repeating, but I won't change xchannel to cover those, seems an overkill to me
by demond
Fri Apr 28, 2006 12:57 am
Forum: Script Requests
Topic: Can anyone pull this off?
Replies: 2
Views: 3986

Code: Select all

expr rand()
by demond
Fri Apr 28, 2006 12:55 am
Forum: Eggdrop Help
Topic: Using eggdrop for a player rating system
Replies: 4
Views: 4277

yes it does, via Snit, Incr Tcl, etc.
by demond
Thu Apr 27, 2006 12:16 am
Forum: Modules & Programming
Topic: Can't find mysqltcl package
Replies: 7
Views: 22701

it's a simple matter of installing mySQL client libraries, and that's all there is to it
by demond
Thu Apr 27, 2006 12:12 am
Forum: Scripting Help
Topic: Need some help
Replies: 4
Views: 5439

you close the file only conditionally, which is a no-no

as result, your script keeps opening the file without closing it, thus exhausting the limit of open file handles you are allowed on that system
by demond
Wed Apr 26, 2006 12:14 pm
Forum: Modules & Programming
Topic: Can't find mysqltcl package
Replies: 7
Views: 22701

discussed numerous times before

search the forum
by demond
Wed Apr 26, 2006 12:11 pm
Forum: Script Requests
Topic: Script request
Replies: 1
Views: 3373

it would be even greater if you learn about wildcards in hostmasks and their support in the +ban command