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

by random2
Fri Dec 19, 2008 7:13 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 338323

stoneone, the 745 fix needs to be inside the catch block (yep, in that big now-one-longer-line -- side note, the original coding style and back in weather4 even was better). Otherwise if there's a problem, you'll be writing to the closed socket. It needs to go right after the "GET ...". Th...
by random2
Thu Dec 18, 2008 10:37 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 338323

Re: ok now i get the following

Tcl error [pub_wz]: can't read "outtitle": no such variable This would be highly dependent on your input. What are you trying to get? This looks vaguely like an error I've seen before relating to cities with multiple words, but is probably just related to any error page. This isn't my bug...
by random2
Thu Dec 18, 2008 10:15 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 338323

Re: hi

redwolf wrote:changed it in all 3 places, are you on irc at all?
Laugh. No, I just edit eggdrop scripts but am nowhere on irc.
i was runningh 4.2.4
is the port still 80?
Yes.

The bit you just pasted needs to be fixed still.
by random2
Thu Dec 18, 2008 9:49 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 338323

Did you change it everywhere? Find every place that has "GET" (in capitals) and that's every place that needs to have a similar change made. I count three places. (It only *really* needs to be in one place for this to work, but I did it in all three for consistency [and the one place isn't...
by random2
Thu Dec 18, 2008 8:21 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 338323

Yes, the website changed. This is why screen scrapers suck. I've already fixed mine. I started fixing the regex's and doing the math if the metric equivalents were not provided. Got about halfway done. Also, looked at the mobile version (which has simpler HTML to parse) and the XML api, before reali...