Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

3 letter software

Status
Not open for further replies.
Joined
Nov 2, 2007
Posts
77
Reaction score
1
Hi any body know any software to display all three letter and 4 letter possibilities?

Cheers
 
i do not understand, what excatly should I pm.

Just want to check the coMbinations?

BR
 
fresh

PM (private message) as we have servers running with what you need... ;) e.g if you want software you need speed, if you have speed you need lists :-D
 
Hi

Thanx Phillip,

mxm, you are bit too fast for me,

How can you help?

Cheers
 
Here it is in PBCC (www.powerbasic.com). This will generate a complete list of all LLLL.org.uk:

#COMPILE EXE

FUNCTION PBMAIN () AS LONG

OPEN "c:\LLLLorgs.txt" FOR OUTPUT AS #1

FOR a% = 65 TO 90
FOR b% = 65 TO 90
FOR c% = 65 TO 90
FOR d% = 65 TO 90

TextString$ = CHR$(a%) + CHR$(b%) + CHR$(c%) + CHR$(d%)

PRINT #1, TextString$ & ".org.uk"

NEXT d%
NEXT c%
NEXT b%
NEXT a%

CLOSE
END FUNCTION
 
does anyone know what the current situation is with three letter uk domains? surely most have all gone now.
 
thanx

Thank u all. great stuff.
i was looking for a diffrent country.

out of all these combinations.

Which ones have more value?
Like aaa or abb or starting with particular letter or ....
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom