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

by rosc2112
Sun Mar 23, 2008 1:07 pm
Forum: Eggdrop Help
Topic: Can;t Find http 2.4 (the usual)
Replies: 4
Views: 3920

Once again, http.tcl and egghttp.tcl are NOT the same as "package http" - package http comes with the tcl library. Whether it works under cygwin, I do not know, but I would try removing the version number and just have "package require http" and see if that works. The other probl...
by rosc2112
Sun Mar 23, 2008 2:25 am
Forum: Scripting Help
Topic: [solved-ish] prevent sql injection?
Replies: 6
Views: 3650

A good general security rule, when dealing with suspect input, is to have a list of allowed chars (A-Za-z0-9, etc), rather than a list of disallowed chars (more likely to overlook some chars when trying to disallow.) The allowed list would likely be shorter as well.
by rosc2112
Thu Mar 20, 2008 9:00 pm
Forum: Other Topics
Topic: Goodbye..
Replies: 6
Views: 6732

You'll be back =)
by rosc2112
Thu Mar 20, 2008 9:00 pm
Forum: Script Support & Releases
Topic: IMDb Movies Now Playing, Top10 & Coming Soon
Replies: 43
Views: 41051

1) You posted in the wrong thread. The script you broke is the Movietome script, not the IMDB-now playing script

2) YOU broke it by modifying it. My copy works just fine, I just checked.

You broke it, you get to fix it :)
by rosc2112
Wed Mar 19, 2008 3:48 am
Forum: Script Requests
Topic: [REQ] pass recruiting when join on chan
Replies: 16
Views: 8725

Make the channel +k <key> ?
by rosc2112
Sun Mar 16, 2008 3:03 pm
Forum: Scripting Help
Topic: parsing this website
Replies: 13
Views: 5157

Try this, as one line: regexp {<tr class="dlc_info_row">.*?<td>(.*?)</td>} $data - artist Newlines are just another char in regexp. And, the tcl parser isn't going to work properly if you have newlines in the middle of a regexp (unless perhaps if you escape them so the parser knows to cont...
by rosc2112
Sat Mar 15, 2008 2:47 am
Forum: Scripting Help
Topic: parsing this website
Replies: 13
Views: 5157

Re: Connecting to websites in tcl

theice wrote:but I couldn't find anywhere how to easily open a connecting to a website and parse the information.
Are you kidding?

You mean, out of all the hundreds of web-parsing script topics here, and all the web-parsing scripts in the archive, you couldn't find one example of how to grab/parse a website?
by rosc2112
Fri Mar 14, 2008 3:37 pm
Forum: Script Support & Releases
Topic: murf's weather script v2112 =p
Replies: 46
Views: 39336

set errorInfo
by rosc2112
Thu Mar 13, 2008 2:33 pm
Forum: Script Requests
Topic: Calendar
Replies: 6
Views: 3120

pretty much the entire script, since the date format is hard-coded through-out.
by rosc2112
Wed Mar 12, 2008 7:19 pm
Forum: Script Support & Releases
Topic: Lastfm script not fully working
Replies: 8
Views: 6269

http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&id=1375 is a nicely written script, but it's for looking up users, not artists.. It also no longer works, afaict, because the url within the script is no longer valid. I only found 1 other lastfm script for "Somafm" in the eg...
by rosc2112
Tue Mar 11, 2008 11:39 pm
Forum: Script Requests
Topic: Calendar
Replies: 6
Views: 3120

Too much work for me.
by rosc2112
Tue Mar 11, 2008 7:01 pm
Forum: Script Requests
Topic: Calendar
Replies: 6
Views: 3120

Look for "date" in the archive.
by rosc2112
Tue Mar 11, 2008 2:32 pm
Forum: Script Requests
Topic: ICQ Script
Replies: 2
Views: 2105

Does icq's website still even support this? The url in the script doesn't exist anymore.

http://web.icq.com/whitepages/page_me/1,,,00.html