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

by plat_
Fri Sep 22, 2017 12:51 am
Forum: Script Support & Releases
Topic: Earthquakes v1.1 (Egghelp Version) July 2, 2o12
Replies: 11
Views: 19010

After: package require http 2.3
Add: package require tls

Before: catch { set t [::http::geturl $::news::ary(page) -timeout 30000] } error
Add: http::register https 443 [list ::tls::socket -tls1 1]

And change the http URLs to https.
by plat_
Fri Sep 22, 2017 12:49 am
Forum: Script Requests
Topic: earthquake bot
Replies: 20
Views: 24928

After: package require http 2.3
Add: package require tls

Before: catch { set t [::http::geturl $::news::ary(page) -timeout 30000] } error
Add: http::register https 443 [list ::tls::socket -tls1 1]

And change the http URLs to https.
by plat_
Thu Sep 21, 2017 11:10 pm
Forum: Script Support & Releases
Topic: incith:horoscope (r94) (Jan. 20th, 2009)
Replies: 51
Views: 99180

I was able to get the latest version, as modified by Trixar_za to parse the RSS feed rather than HTML, to work with some minor modifications since the astrology.com site now forces redirects to HTTPS:

https://pastebin.com/i5bz1cvW

Seems to work well now for the time being.