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

List of all possible 3 char .coms?

Status
Not open for further replies.

maxf

Level 5
Legacy Platinum Member
Joined
Feb 15, 2004
Messages
308
Reaction score
0
Does anybody know of a list that has every possible combination for letters and numbers for three characters? It would take an eternity to write out :cheeky:. Suggestions?
 

NameTower

Level 9
Legacy Platinum Member
Joined
Apr 21, 2003
Messages
2,886
Reaction score
0
php
<?php
$alp = 'abcdefghijklmnopqrstuvwxyz1234567890';
for($x=0;$x<=35;$x++){
for($y=0;$y<=35;$y++){
for($z=0;$z<=35;$z++){
echo $alp{$x}.$alp{$y}.$alp{$z}.'.com<br>';
}
}
}
?>
 

maxf

Level 5
Legacy Platinum Member
Joined
Feb 15, 2004
Messages
308
Reaction score
0
Thanks you very much!
 

seeker

DNF Addict
Legacy Exclusive Member
Joined
Jun 18, 2003
Messages
4,159
Reaction score
17
Now, would someone know how to install that on a dedicated server???

:)
 

maxf

Level 5
Legacy Platinum Member
Joined
Feb 15, 2004
Messages
308
Reaction score
0
Seeker... what? Do you just want it on a server? I got the list working on mine. But right...

Ok are ALL three char .coms taken? It sure seems like it.
 

Biggie

DNForum Moderator
Legacy Exclusive Member
Joined
Sep 4, 2002
Messages
15,015
Reaction score
2,216
all three character .com's are taken!

one was available today so far!
 

maxf

Level 5
Legacy Platinum Member
Joined
Feb 15, 2004
Messages
308
Reaction score
0
Is there usually a drop or two per day?
 

Biggie

DNForum Moderator
Legacy Exclusive Member
Joined
Sep 4, 2002
Messages
15,015
Reaction score
2,216
maxf said:
Is there usually a drop or two per day?
actually I saw 4 that were available.....now gone.
 

maxf

Level 5
Legacy Platinum Member
Joined
Feb 15, 2004
Messages
308
Reaction score
0
How do you get those? Snapback kind of thing?
 

seeker

DNF Addict
Legacy Exclusive Member
Joined
Jun 18, 2003
Messages
4,159
Reaction score
17
I hope I am not intruding, but how the heck do you run that from either a Mac or Win Xp machine?
 

maxf

Level 5
Legacy Platinum Member
Joined
Feb 15, 2004
Messages
308
Reaction score
0
I was just introduced to Pool.com.

About the $60, does it KEEP your $60 or what? Their "help" wasn't much help.

Also, what happens when a domain expires and you have backordered it?
 

maxf

Level 5
Legacy Platinum Member
Joined
Feb 15, 2004
Messages
308
Reaction score
0
Um, do I get my $60 back if I don't snap a name?
 

seeker

DNF Addict
Legacy Exclusive Member
Joined
Jun 18, 2003
Messages
4,159
Reaction score
17
If they get the name and you're the only one who backordered it, you pay $60, otherwise, good luck... Which also means you are getting better at selecting names. (in other words, I see it as an investment.).

There were times, when pool would get me names, and I felt great, but as experience gets better, the domains got into auction, as you arent the only one looking for the 'right' name...
The nightmare begins...
 

maxf

Level 5
Legacy Platinum Member
Joined
Feb 15, 2004
Messages
308
Reaction score
0
Wait but it took $60 just for signing up. Can I get THAT back? I havn't backordered any domains, and I'm not going to.
 

seeker

DNF Addict
Legacy Exclusive Member
Joined
Jun 18, 2003
Messages
4,159
Reaction score
17
oh, thats just the verification thingy.

you get that back.

it's only to verify your CC
 

maxf

Level 5
Legacy Platinum Member
Joined
Feb 15, 2004
Messages
308
Reaction score
0
Ok that's all I care about! Heh, I didn't realize that they charged _$60_ for getting a domain! That's outrageous.
 

seeker

DNF Addict
Legacy Exclusive Member
Joined
Jun 18, 2003
Messages
4,159
Reaction score
17
well it depends.
They have a good catch rate.
They also have a high $ auction rate which makes it ridiculous...

It really depends on your needs.

If there is a domain you 'must have', I would place a backorder with them...
 

Ovicide

Level 4
Legacy Platinum Member
Joined
Jan 8, 2003
Messages
202
Reaction score
0
seeker said:
I hope I am not intruding, but how the heck do you run that from either a Mac or Win Xp machine?

Here's something similar, written in Python. Just install Python on an ordinary PC.
To exclude characters from the output, add (or remove) them from the "exclude" variable. This one excludes digits and the letters, 'j,k,q,z'

import string
exclude='j,k,q,z,0,1,2,3,4,5,6,7,8,9'
exclude_list=string.split(exclude,',')
abc='abcdefghijklmnopqrstuvwxyz0123456789'
x= len(abc)
skipit=False

for i in range(len(abc)):
for j in range(len(abc)):
for k in range(len(abc)):
threechars = abc + abc[j] + abc[k]
for m in exclude_list:
if string.find(threechars,m) >= 0 and len(exclude) > 0:
skipit=True
if skipit == False:
print abc + abc[j] + abc[k] + '.com'
skipit = False

Edit note: It looks like the forum software may not have preserved indentation, if so, the program won't work.
 

Anthony Ng

@Nameslave
Legacy Exclusive Member
Joined
May 22, 2002
Messages
4,567
Reaction score
14
biggedon said:
all three character .com's are taken!

one was available today so far!
Oh ... please don't tell me some silly people are pouring money down the drain ... AGAIN! LOL! :D
 
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