.me domain name open registration starts tomorrow at 8pm PST
1–10 of 37 posts
Re: .me domain name open registration starts tomorrow at 8pm PST
#28am PST...
Re: .me domain name open registration starts tomorrow at 8pm PST
#3Anyone registering these other than godaddy?
Re: .me domain name open registration starts tomorrow at 8pm PST
#4[deleted]
Re: .me domain name open registration starts tomorrow at 8pm PST
#5Anyone registering these other than godaddy?
A friend suggested Dynadot. They accept Paypal, which makes it easier to not bother my parents (I'm 15-years-old).
Re: .me domain name open registration starts tomorrow at 8pm PST
#6The site is incredibly slow. I can only assume a lot of people want .me domains...
Re: .me domain name open registration starts tomorrow at 8pm PST
#7The site is incredibly slow. I can only assume a lot of people want .me domains...
Terribly slow. I've been waiting for 10 minutes for the payment page to appear...
Re: .me domain name open registration starts tomorrow at 8pm PST
#8Re: .me domain name open registration starts tomorrow at 8pm PST
#9To find words that end in "me," try:
egrep "^.{3,3}me$" /usr/share/dict/words
The 3,3 means 3 characters minimum (anything less is invalid) and 3 maximum. So increase that second number to get more words.