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

by stoneone
Wed Jan 07, 2009 6:28 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 338105

No problem, thanks for the update!

Happy new year :D
by stoneone
Mon Dec 22, 2008 3:18 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 338105

@Fl00k and the others with wzsock var errors. When you modify the line 745, you must keep this before the second catch statement: if {[catch {set wzsock [socket -async www.wunderground.com 80]} sockerr]} { puthelp "NOTICE $nick :$sockerr"; puthelp "NOTICE $nick :Try again later, look ...
by stoneone
Fri Dec 19, 2008 8:11 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 338105

Yea, the coding style is a bit inconsistent. Actually, I used line returns and tabbed it out right before I posted my edit, and had to edit my edit when I realized how out of place my formatting seemed. :) Sorry for the error, and to those who asked what it should be now, see the edit of my orig. po...
by stoneone
Fri Dec 19, 2008 7:19 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 338105

Didn't even notice. Thanks!
by stoneone
Fri Dec 19, 2008 7:09 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 338105

Just make the changes to the .tcl file that I mentioned, .rehash, and it will work just fine.
by stoneone
Fri Dec 19, 2008 6:56 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 338105

Dragonlords script will work with the fixes mentioned before. My 4.2.4 had the mtemp problem and the outtitle problems also. For clarification the patches I made are shown below: Line 878: puts $wzsock "GET $pn_url HTTP/1.0" puts $wzsock "Host: www.wunderground.com" puts $wzsock ...