For the files, updated forum incarnations info:
################################################################################
1. 1997 - 2006 www.icdchess.com, self-written forum software, hosted by
ChessUSA, "Steven Schwartz", archive hosted on https://www.stmintz.com/ccc/
2. 2006 -~2012 www.talkchess.com, phpBB version <=2.0.19, hosted by ChessUSA,
"Quentin Turner", cos of update to phpBB v2 all old posts were lost
3.~2012 - 2024 www.talkchess.com, phpBB v 3.0.11 to 3.2.2, hosted by ChessUSA,
"Quentin Turner", update to phpBB v3 lost the "threaded view", v3 only with
flat view, and it lost the old real name database, added a pgn viewer, from
2020 to 2024 IP blocking and issues with Cloudflare CDN to prevent presumed
DDoS attacks on TC, causing collateral damage on ChessUSA shop hosted
together on same server
4. 03/2024 - www.talkchess.com, phpBB version 3.3.11, hosted by 2nd Founders,
with modded Absolution v3 and old ProSilver styles available, fen-diagram +
interactive-diagram + pgn-viewer .js scripts working, >3800 members, >800K
posts, ~2.5GB DB, https only, server as hardened Linux w/o Cloudflare as
proxy in front
################################################################################
--
Srdja
*** TALKCHESS SERVER TO BE SHUT DOWN ***
Moderators: hgm, Rebel, chrisw
-
- Posts: 2873
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
-
- Posts: 2873
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: *** TALKCHESS SERVER TO BE SHUT DOWN ***
FYI:
All new forum issues fixed, most feature requests solved, Linux server hardened
in a 1st and 2nd step, two months w/o DDoS attack, crawlers and scrapers active,
load/memory/traffic look good to me.
Overall, I think I can unplug now from this operation (maybe called Phoenix
with an easy conscience.
--
Srdja
PS:
All new forum issues fixed, most feature requests solved, Linux server hardened
in a 1st and 2nd step, two months w/o DDoS attack, crawlers and scrapers active,
load/memory/traffic look good to me.
Overall, I think I can unplug now from this operation (maybe called Phoenix
with an easy conscience.
--
Srdja
PS:
-
- Posts: 2557
- Joined: Tue Aug 30, 2016 8:19 pm
- Full name: Rasmus Althoff
Re: *** TALKCHESS SERVER TO BE SHUT DOWN ***
Good job, thank you!
If I may suggest some server side improvements: setting the HTTP headers HSTS and X-Content-Type-Options. If you use htaccess, it cvould be like this, setting the HSTS for 180 days:
Code: Select all
<IfModule mod_headers.c>
Header set Strict-Transport-Security "max-age=15552000; includeSubDomains" env=HTTPS
Header set X-Content-Type-Options "nosniff"
</IfModule>
Then, in the main page of the forum, there is a reference to https://hgm.nubati.net/down.png - which doesn't load, like anything from HGM's server, because the certificate is self-signed. So it could be moved to TC or removed entirely.
Rasmus Althoff
https://www.ct800.net
https://www.ct800.net
-
- Posts: 2873
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: *** TALKCHESS SERVER TO BE SHUT DOWN ***
Thanks for the suggestions, that's now a job for HGM
--
Srdja
-
- Posts: 4608
- Joined: Sun Mar 12, 2006 2:40 am
- Full name:
Re: *** TALKCHESS SERVER TO BE SHUT DOWN ***
Thanks a lot Srdja!
Debugging is twice as hard as writing the code in the first
place. Therefore, if you write the code as cleverly as possible, you
are, by definition, not smart enough to debug it.
-- Brian W. Kernighan
place. Therefore, if you write the code as cleverly as possible, you
are, by definition, not smart enough to debug it.
-- Brian W. Kernighan
-
- Posts: 1354
- Joined: Wed Mar 08, 2006 9:41 pm
- Location: Morgantown, WV, USA
Re: *** TALKCHESS SERVER TO BE SHUT DOWN ***
I remember those days fondly. Glad to see that it was saved and thanks for taking me down memory lane.smatovic wrote: ↑Wed Mar 20, 2024 7:45 am Maybe to document the 4 different forum incarnations:
################################################################################
1. 1997 - 2006 www.icdchess.com, self-written forum software, hosted by
ChessUSA, "Steven Schwartz", archive hosted on https://www.stmintz.com/ccc/