RSS feed tests
Moderators: Stefan2, Hacker, petermad
Re: RSS feed tests
Christian,
It does now for me, thank you.
Roman
It does now for me, thank you.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: RSS feed tests
A changed was committed for exactly that:ghisler(Author) wrote: 2022-07-19, 07:13 UTC I think that line 1197 should be
$requested_forum_ids[] = (int) $pieces[1];
without the substr() code because "explode" above already did the separation.
https://github.com/MarkDHamill/smartfeed/commit/108895e8df9475b54666614db7d77e572100947b
Background story:
https://github.com/MarkDHamill/smartfeed/commit/3b68877670c762b69a1d49a572fe0d7e76349129
Re: RSS feed tests
Works for me too.ghisler(Author) wrote: 2022-07-19, 07:13 UTCConfirmed, I only installed the new extension. I have re-added my changes now.The shortened forum names are lost after the update.
Many thanks
Holger
Make our planet great again
Re: RSS feed tests
But releasebeta.ghisler.com now gives "10.11.57.249;1" , which apparently doesn't mean 11.57 rc 21, but 11.57a rc1.ghisler(Author) wrote: 2019-03-05, 20:38 UTC For the beta, use:
nslookup -type=TXT releasebeta.ghisler.com
Currently it returns "10.9.22.229;1"
The 229 means: Everything above 128 is a beta version.
129 = beta 1,
130 = beta 2
etc.
229 = release candidate 1
230 = release candidate 2
etc.
Does that mean the maximum number of release candidates is 20?
And that 249-255 means patch letter "a" and release candidate 1-7?
- ghisler(Author)
- Site Admin

- Posts: 53139
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: RSS feed tests
Yes, the last number means the following:
0=regular release, e.g. 10.57
1=a,
2=b etc.
129=beta 1,
130=beta 2 etc;
128+101=RC1,
128+102=RC2 etc
128+121=aRC1,
128+122=aRC2
0=regular release, e.g. 10.57
1=a,
2=b etc.
129=beta 1,
130=beta 2 etc;
128+101=RC1,
128+102=RC2 etc
128+121=aRC1,
128+122=aRC2
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: RSS feed tests
Thanks. My tcdownload.cmd tool doesn't work because AFAIK you never said this. What are the specifications exactly, so I can fix it?ghisler(Author) wrote: 2026-05-22, 08:17 UTC Yes, the last number means the following:
0=regular release, e.g. 10.57
1=a,
2=b etc.
129=beta 1,
130=beta 2 etc;
128+101=RC1,
128+102=RC2 etc
128+121=aRC1,
128+122=aRC2
No beta is possible for a version with a patch letter (e.g., 10.57a beta 1)?
Is the max number 255, or can it simply continue?
Is a beta/release candidate also possible for a version with a patch letter "b" and so on (e.g., 10.57b release candidate 1)? If so, what would be the number?
- ghisler(Author)
- Site Admin

- Posts: 53139
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: RSS feed tests
These are all possible values.
Correct.No beta is possible for a version with a patch letter (e.g., 10.57a beta 1)?
It's 255, because I used DNS A records (IP addresses) initially, but local addresses got filtered on some DNS servers, so I changed to TXT records.Is the max number 255, or can it simply continue?
No, it's not possible. It's meant for emergency patches, I would have to use a new full number if I wanted to start a new beta test. But b and c releases have never happened in the past.Is a beta/release candidate also possible for a version with a patch letter "b" and so on
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: RSS feed tests
Thanks.
I noticed when doing "nslookup -type=TXT releasebeta.ghisler.com" repeatedly, it gives these results:
Code: Select all
"10.11.57.249;1"
"10.11.57.0;1"
- ghisler(Author)
- Site Admin

- Posts: 53139
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: RSS feed tests
Which one?I then tested using the IP addresses of your name servers and it turns out one of your name servers isn't updated.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: RSS feed tests
This one gives the good version:
Code: Select all
D:\>nslookup -type=TXT releasebeta.ghisler.com 168.235.88.148
Server: UnKnown
Address: 168.235.88.148
releasebeta.ghisler.com text =
"10.11.57.249;1"
ghisler.com nameserver = name3.ghisler.com
ghisler.com nameserver = name2.ghisler.com
ghisler.com nameserver = name1.ghisler.com
name1.ghisler.com internet address = 168.235.88.148
name2.ghisler.com internet address = 168.235.88.148
name3.ghisler.com internet address = 88.99.192.139
Code: Select all
D:\>nslookup -type=TXT releasebeta.ghisler.com 88.99.192.139
Server: UnKnown
Address: 88.99.192.139
releasebeta.ghisler.com text =
"10.11.57.0;1"
Re: RSS feed tests
I guess you fixed it, because it's working OK now. Thanks.
- ghisler(Author)
- Site Admin

- Posts: 53139
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: RSS feed tests
I updated the timestamp of the primary server, so it seems the secondary now picked up the change.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
