Create a Condor server link?

Moderators: Uros, Tom, OXO

Post Reply
be_adairing
Posts: 110
Joined: Sat Nov 25, 2017 10:27 am

Create a Condor server link?

Post by be_adairing » Wed Dec 02, 2020 6:40 pm

Does anyone know how to create a server link?

cndr2://HDMCLLMFBFMBLSRDFLH

It doesn't seem to Base64!

Thanks,

Paul

User avatar
3P
Posts: 486
Joined: Thu Jun 12, 2008 12:28 am
Location: Nitra
Contact:

Re: Create a Condor server link?

Post by 3P » Thu Dec 03, 2020 10:18 am

be_adairing wrote:
Wed Dec 02, 2020 6:40 pm
Does anyone know how to create a server link?
cndr2://HDMCLLMFBFMBLSRDFLH
It doesn't seem to Base64!

Thanks,
Paul

Nope, it's not Base64, it's old hidden Code Navajo from WWII :mrgreen:
If you know your IP and port, you can create cndr2 link f.e. here:

:arrow: https://virtualsoaring.eu/serverlist/convertIP/

be_adairing
Posts: 110
Joined: Sat Nov 25, 2017 10:27 am

Re: Create a Condor server link?

Post by be_adairing » Sat Dec 05, 2020 11:55 am

Very good! - Thanks for the info

Paul

splyces
Posts: 22
Joined: Sun Feb 18, 2018 8:59 pm

Re: Create a Condor server link?

Post by splyces » Sun Jan 10, 2021 11:42 pm

These are used to create the IP:PORT string (e.g. 192.168.1.1:5776) for the Condor server address and port:

Code: Select all

	"C" = "1"
	"F" = "2"
	"B" = "3"
	"Z" = "4"
	"R" = "5"
	"D" = "6"
	"L" = "7"
	"H" = "8"
	"J" = "9"
	"A" = "0"
	"M" = "."
	"S" = ":"
cndr:// is still required and is not encoded.

User avatar
congo
Posts: 291
Joined: Wed Aug 24, 2011 10:21 am
Location: Queensland, Australia

Re: Create a Condor server link?

Post by congo » Mon Jan 11, 2021 3:48 am

Please, what is this for?
Image

6266
Posts: 925
Joined: Tue Aug 25, 2020 7:07 am

Re: Create a Condor server link?

Post by 6266 » Mon Jan 11, 2021 9:15 am

That's the URL for a Join-Button f.ex. in the Server-List
Visit https://www.baleit.no

Vintage Series 24, The Journey
25 landscapes with free available textures, newest: Maine

Discord https://discord.gg/bAXJaRT6ZC

splyces
Posts: 22
Joined: Sun Feb 18, 2018 8:59 pm

Re: Create a Condor server link?

Post by splyces » Thu Jan 14, 2021 4:43 pm

This can be used to encode and decode Condor links.

Just replace the characters one by one and you either get the IP address and port or the Condor link.

Post Reply