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

by shadrach
Sun Jul 29, 2018 2:27 am
Forum: Script Support & Releases
Topic: WunderWeather : Support & Updates
Replies: 34
Views: 45520

Thank you shadrach for posting the script. I can confirm the script works perfectly. However, most of it is in french but for all intensive purposes it displays what you need. Thank you again. Did you select Engish as language in the script? ### # Language setting # - set here the default language ...
by shadrach
Fri Jul 27, 2018 10:52 am
Forum: Script Support & Releases
Topic: WunderWeather : Support & Updates
Replies: 34
Views: 45520

This script by Blackshdow is good. It uses the french meteo weather service but displays extensive info in english and is customisaable: http://www.tclscripts.net/files/file/6-blackmeteotcl/ DESCRIPTION: Displays real-time weather conditions, days forecast and local time from any city in the world. ...
by shadrach
Wed Jul 04, 2018 12:40 pm
Forum: Script Support & Releases
Topic: WunderWeather : Support & Updates
Replies: 34
Views: 45520

Broken. Response to every query is currently:

Conditions not available for LOCATION (try adding state, country, province, etc)

Wunderweather appear to have change search code. Anyone able to rectify this? TIA.
by shadrach
Sat Apr 21, 2018 2:58 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381218

thanks :D
by shadrach
Sun Oct 29, 2017 4:00 am
Forum: Script Support & Releases
Topic: WunderWeather : Support & Updates
Replies: 34
Views: 45520

Appreciate it. :)
by shadrach
Wed Aug 09, 2017 4:44 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1052593

Can anyone fix google news element in this script? Trigger returns nothing now. Tia.
by shadrach
Fri Mar 04, 2016 2:50 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435424

Sounds like you need ssl installed on the bot's machine: tcl-tls
by shadrach
Fri Mar 04, 2016 11:03 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435424

I am not a coder by any means but i think the script has failsafes whereby if the main wunderground site cannot be read then the fallback is the classic site which is now redundant and redirects to the https main site and lastly the mobile site which actually is the site the script is returning info...
by shadrach
Fri Mar 04, 2016 2:33 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435424

Mysticales wrote:That http to https didnt seem to solve the "Please refine your search" issue. Least it didnt for me?
Worked for me on two different bots which before the edit returned the 'refine' message. Did you remember to rehash?
by shadrach
Thu Mar 03, 2016 7:45 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435424

Change

Code: Select all

proc fetch_html {query {query_url "http://www.wunderground.com/cgi-bin/findweather/getForecast?query="} {no_format 0}} { 
to

Code: Select all

proc fetch_html {query {query_url "https://www.wunderground.com/cgi-bin/findweather/getForecast?query="} {no_format 0}} { 
http:// to https://
by shadrach
Fri Aug 07, 2015 11:58 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435424

All requests now returning 'Please refine your search.' :cry: Yes, that happened to me as well. I replaced "http://classic.wunderground.com/cgi-bin/findweather/getForecast?query=" to "http://www.wunderground.com/cgi-bin/findweather/getForecast?query=" and now the script works ag...
by shadrach
Thu Aug 06, 2015 9:17 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435424

All requests now returning 'Please refine your search.' :cry:
by shadrach
Sat Jun 13, 2015 5:15 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1052593

Wikipedia now uses https and the url in the script needs to be changed accordingly for !wiki to work for any other noobs like me who wondered why there was an error message response to a query.
by shadrach
Sat Jun 06, 2015 2:09 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435424

3 day forecast (!fc) appears to be functioning again :?
by shadrach
Tue Oct 21, 2014 8:16 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432260

I have two eggdrops (1.8 ) both loaded with twitter script and they functioned fine before the ssl issue. I made the alteration in the code as advised and one works correctly again while the other exhibited this habit of needing to be rehashed to gain functionality again. Inspecting the config I not...