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

by kenneal
Sat Nov 08, 2008 9:52 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1104720

The link is down, does anybody have a working link?
by kenneal
Fri May 04, 2007 1:42 pm
Forum: Scripting Help
Topic: Retrieving text from messy strings, rgding -regexp
Replies: 7
Views: 5946

Thx!
by kenneal
Fri May 04, 2007 1:30 pm
Forum: Scripting Help
Topic: Retrieving text from messy strings, rgding -regexp
Replies: 7
Views: 5946

im testing it and everything seems good, thanks a lot!
by kenneal
Fri May 04, 2007 12:33 pm
Forum: Scripting Help
Topic: Retrieving text from messy strings, rgding -regexp
Replies: 7
Views: 5946

if [string match *.jpg* $line] { foreach jpg [regexp -all -inline {<.*?'(http://.*?\.jpg).*?>} $line] { puthelp "PRIVMSG #jtest :$jpg" } } It returns me oddly the before and after regexped results. [00:29:06] <@PALL> <br><br><img src='http://hotimg2.fotki.com/b/222_88/97_98/25000.jpg ' bo...
by kenneal
Fri May 04, 2007 10:55 am
Forum: Scripting Help
Topic: Retrieving text from messy strings, rgding -regexp
Replies: 7
Views: 5946

regexp {<.*?'(.*?\.jpg).*?>} $htmlInput fullstringmatchvar exactmatchvar I tried messing around with it works fine. I still have a few questions. I want to get lets say a certain string that could be called www.abc.com/link.php?ref=123zxc or www.abc.com/link.php?ref=34zxz or www.abc.com/link.php?ref...
by kenneal
Wed May 02, 2007 4:11 am
Forum: Scripting Help
Topic: Retrieving text from messy strings, rgding -regexp
Replies: 7
Views: 5946

Retrieving text from messy strings, rgding -regexp

I have some html code over here which i would like to extract the .jpg from. Sometimes it generates as many different forms E.g. <img src='http://123.com/12345.jpg' border=0> <code='http://123.com/12345.jpg'> <a code=1 file='http://123.com/12345.jpg' form=value > Is there any definite way to just 10...
by kenneal
Sun Apr 29, 2007 8:25 pm
Forum: Scripting Help
Topic: Eggdrop HTTP Post
Replies: 2
Views: 3019

Thanks, works like a gem :) Cheerios! :P
by kenneal
Sun Apr 29, 2007 2:31 pm
Forum: Scripting Help
Topic: Eggdrop HTTP Post
Replies: 2
Views: 3019

Eggdrop HTTP Post

I've done a few website parsing scripts myself but I need help on the POST techniques. This is the extracted form code ;;;;;;;;;;;;;;;;;;;;;;;;;;;started html code <form method=POST onSubmit="openpage()" action=fetch.php enctype=multipart/form-data> <table border=0 cellspacing=0 cellpaddin...
by kenneal
Mon Mar 12, 2007 10:52 am
Forum: Eggdrop Help
Topic: Eggdrop cannot connect to server.
Replies: 2
Views: 3094

I searched before posting but found no solutions as of now, I think my problem is a rather rare one.
by kenneal
Sun Mar 11, 2007 8:30 am
Forum: Eggdrop Help
Topic: Eggdrop cannot connect to server.
Replies: 2
Views: 3094

Eggdrop cannot connect to server.

I have properly configured the server and tested a similar .conf on another which works. On this particular server it returns an error in non background mode saying.. [08:20] Trying server irc.gamesurge.net:6668 [08:20] Warning: Can't create new socket! [08:20] Failed connect to irc.gamesurge.net:66...