NameSilo

[Resolved] List of Possible LLL

Spaceship Spaceship
Watch

iNod

Eating PieVIP Member
Impact
66
List of Possible LLL

Hey,

Does anyone have a list of all the LLL possible combos?

Like

aaa
aab
aac
aad
aae

... etc..

- Steve
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Hmm, i really can't think of a better way to do it than this: (although i would bet there is one).

PHP:
<?php
for ($i = 65; $i <= 90; $i++) 
{
    $firstcharacter = chr( $i );
    
    for ($x = 65; $x <= 90; $x++) 
    {
        $secondcharacter = chr( $x );
    
        for ($q = 65; $q <= 90; $q++) 
        {
            $thirdcharacter = chr( $q );
            
            $domain = $firstcharacter . $secondcharacter . $thirdcharacter;
            // echo $firstcharacter . $secondcharacter . $thirdcharacter . '<br />';
        }
    }
}
?>

edit: Ah just realised you put "have" not make lol. Ah well if you ever need to produce one use this :hehe:
 
Last edited:
0
•••
0
•••
You can make the list by below way.

Write A to Z three times in first line.

Then write the first A below
A
Then write the second A below
AA
Then write the third A below
AAA

Next
write the first A below
A
write the second A below
AA
write the third B below
AAB

Next
write the first A below
A
write the second A below
AA
write the third C below
AAC

Next
write the first A below
A
write the second A below
AA
write the third D below
AAD

Go by this way untill Z

Next
write the first A below
A
write the second B below
AB
write the third A below
ABA

Next
write the first A below
A
write the second B below
AB
write the third B below
ABB

Next
write the first A below
A
write the second B below
AB
write the third C below
ABC

Next
write the first A below
A
write the second B below
AB
write the third D below
ABD

Follow this way untill ZZZ

Best Regards
 
0
•••
Amma said:
You can make the list by below way.

Write A to Z three times in first line.

Then write the first A below
A
Then write the second A below
AA
Then write the third A below
AAA

...

Lol Amma, that's what my code does :)
 
1
•••
0
•••
Added reputation.

Matthew. said:
Lol Amma, that's what my code does :)
 
0
•••
0
•••
Dan said:
http://www.ruuma.com/s/combo-generator.php

In the characters box:
L letters
C characters
D consonants
V vowels
N numbers
G "good" letters
H "good" consonants

So, for LLL, you would type LLL ;)

Used to love this one - any idea where it went or if there is another one like it out there :p ?

-Allan :gl:
 
0
•••
1
•••
0
•••
If you have a scanner that doesn't
require a list with a TLD attached (like mine)
then you can find the complete LLL list HERE
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
Appraise.net

We're social

Domain Recover
DomainEasy — Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back