Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

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.
General chit-chat
Help Users
  • No one is chatting at the moment.
      Helmuts @ HelmutsHelmuts is verified member.: Good morning all
      Top Bottom