Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.
Daily Diamond

Does anyone know where to find a LLLL.com list generator?

Status
Not open for further replies.

italiandragon

Level 9
Legacy Platinum Member
Joined
Feb 22, 2006
Messages
2,588
Reaction score
5
hi, I need the list of ALL ( Not only the available ones) combinations of LLLL.com possibly both in .txt and for excel

Even better would be to find an application that generates list of 2 or 3 or 4 or 5 or 6......letters, numbers and mixed letters/numbers.

I had one but I lost the hardrive where it was.

Thank you
 
Domain Days 2024

jdk

DNF Addict
Legacy Exclusive Member
Joined
Jul 23, 2004
Messages
6,350
Reaction score
24
I was just about to post one. I generate mine using PHP.
 

harleyx

Level 4
Legacy Platinum Member
Joined
Oct 23, 2003
Messages
241
Reaction score
0
I wrote that some time ago when somebody asked the same question. Stick it in a .php file and run it, may take a bit for the list to generate entirely. If you want to exclude numbers and dashes (or any characters), simply remove them from the array.

IE: $characters = array('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z');

<?

$characters = array('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '-');

$a=$b=$c=$d=$count=0;

while($a < 37)
{
while($b < 37)
{
while($c < 37)
{
while($d < 37)
{
$temp = $characters[$a] . $characters[$b] . $characters[$c] . $characters[$d] . ".com \n";
if($characters[$a] != "-" && $characters[$d] != "-")
{$domain .= $temp;}
$d++;
}
echo $domain;
$domain="";
$c++;
$d=0;
}
$b++;
$c=0;
}
$a++;
$b=0;
$count++;
}
$total = "Total Domains: " . $count;

?>
 

italiandragon

Level 9
Legacy Platinum Member
Joined
Feb 22, 2006
Messages
2,588
Reaction score
5
Thanks everybody, I did got what I needed, very appreciated :)
 
Status
Not open for further replies.

The Rule #1

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

Members Online

Sedo - it.com Premiums

IT.com

Premium Members

Premium Members

MariaBuy

Our Mods' Businesses

UrlPick.com

*the exceptional businesses of our esteemed moderators

Top Bottom