A practical naming system for bases so you can instantly identify:
- What the base does
- Which resources it has
- What biome/planet type it is
- Whether it has utilities like portals or EM power
⚠️ Disclaimer: This is for educational and defensive security testing only (e.g., testing your own server). Never use it on systems you do not own or have explicit permission to test. Unauthorized use is illegal.
When you submit a login form, your username and password are sent to a server endpoint using an HTTP request (usually POST).
| { | |
| "ab": {"name": "Abkhaz", "nativeName": "аҧсуа"}, | |
| "aa": {"name": "Afar", "nativeName": "Afaraf"}, | |
| "af": {"name": "Afrikaans", "nativeName": "Afrikaans"}, | |
| "ak": {"name": "Akan", "nativeName": "Akan"}, | |
| "sq": {"name": "Albanian", "nativeName": "Shqip"}, | |
| "am": {"name": "Amharic", "nativeName": "አማርኛ"}, | |
| "ar": {"name": "Arabic", "nativeName": "العربية"}, | |
| "an": {"name": "Aragonese", "nativeName": "Aragonés"}, | |
| "hy": {"name": "Armenian", "nativeName": "Հայերեն"}, |
| [ | |
| { | |
| "value": "Dateline Standard Time", | |
| "abbr": "DST", | |
| "offset": -12, | |
| "isdst": false, | |
| "text": "(UTC-12:00) International Date Line West", | |
| "utc": [ | |
| "Etc/GMT+12" | |
| ] |
| [ | |
| {"name": "Afghanistan", "code": "AF"}, | |
| {"name": "Åland Islands", "code": "AX"}, | |
| {"name": "Albania", "code": "AL"}, | |
| {"name": "Algeria", "code": "DZ"}, | |
| {"name": "American Samoa", "code": "AS"}, | |
| {"name": "AndorrA", "code": "AD"}, | |
| {"name": "Angola", "code": "AO"}, | |
| {"name": "Anguilla", "code": "AI"}, | |
| {"name": "Antarctica", "code": "AQ"}, |