NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Domain Name Discussion Forums > Domain Names > "Short" Domain Discussion
Reload this Page LLL.txt files - 3 letter generators

"Short" Domain Discussion Generally defined as easily resalable domains of 5 characters or less -- LLL, LLLL, L-L-L, 2c, 3c, acronyms, etc

Advanced Search
6 members in live chat ~  


Reply
 
LinkBack Thread Tools
Old 05-01-2010, 07:42 AM THREAD STARTER               #1 (permalink)
NamePros Member
Join Date: Apr 2010
Posts: 63
fewsteps is an unknown quantity at this point
 



LLL.txt files - 3 letter generators


Hello all,

I'm looking for a txt file with all the possible 3 letters combinations (without numbers)
so basically with the 26^3 combinations... could you please help me?

I have found some online tools but I need to do that manually for all the 26 letters...

thank you
fewsteps is offline   Reply With Quote
Old 05-01-2010, 07:54 AM   #2 (permalink)
NamePros Member
 
cybertrone's Avatar
Join Date: Mar 2010
Location: Bulgaria
Posts: 38
cybertrone is an unknown quantity at this point
 



I do it via PHP script, which generates me whatever I want. Here is all the possible 3 letter combinations list. 17 576 combinations.
Attached Files
File Type: txt lll.txt (85.8 KB, 60 views)
cybertrone is offline   Reply With Quote
Old 05-02-2010, 11:13 AM THREAD STARTER               #3 (permalink)
NamePros Member
Join Date: Apr 2010
Posts: 63
fewsteps is an unknown quantity at this point
 



thank you very much!
fewsteps is offline   Reply With Quote
Old 05-04-2010, 07:11 AM   #4 (permalink)
NamePros Member
 
cybertrone's Avatar
Join Date: Mar 2010
Location: Bulgaria
Posts: 38
cybertrone is an unknown quantity at this point
 



You're welcome!
__________________
VasesCheap.com, S-py.com
cybertrone is offline   Reply With Quote
Old 05-04-2010, 12:02 PM   #5 (permalink)
NamePros Regular
Join Date: Jun 2006
Posts: 508
mulligan is a jewel in the roughmulligan is a jewel in the roughmulligan is a jewel in the rough
 



<?php

$blah = 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');
$extension = '.com';

for ($a=0; $a<26; $a++)
{
for ($b=0; $b<26; $b++)
{
for ($c=0; $c<26; $c++)
{
echo $blah[$a] . $blah[$b] . $blah[$c] . $extension . "\n";
}
}
}
?>
mulligan is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


 
All times are GMT -7. The time now is 06:19 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger