NameSilo

Wanted! List of all possible CVCVC combinations

Spaceship Spaceship
Watch
:hi: everyone

I am just after a catchy domain for a couple of sites I wish to build. I am wondering if anyone has a list of all possible CVCVC combinations domains there are (not including y as a vowel). I can then run this through my auto checker to see which ones are available. Any help would be greatly appreciated and I will be sure to add rep.

Thanks! :)
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains โ€” AI StorefrontUnstoppable Domains โ€” AI Storefront
There are 231.525 combinations.
consonants = 'b','c','d','f','g','h','j','k','l','m','n','p','q','r','s','t','v','w','x','y','z'
vowels = 'a','e','i','o','u'

If you would exclude 'u', which is the worst vowel, the number would reduce to 148k. Remove a few consonants as well and you could have a list under 100K. Let me know what letters you don't like.

links expired
 
Last edited:
0
•••
Thankyou. That is exactly what I was after. You are a hero! :)

Rep has been left.
 
0
•••
marcello said:
There are 231.525 combinations.
consonants = 'b','c','d','f','g','h','j','k','l','m','n','p','q','r','s','t','v','w','x','y','z'
vowels = 'a','e','i','o','u'

If you would exclude 'u', which is the worst vowel, the number would reduce to 148k. Remove a few consonants as well and you could have a list under 100K. Let me know what letters you don't like.

Here is the list:
http://www.isimonline.com/cvcvc.php

Here is the text file (zipped)
http://www.isimonline.com/cvcvc.zip

I will delete both links in a few days.

In case anybody needs the php file here it is:
http://www.isimonline.com/cvcvc-php-file.zip
Unzip the file. You will see a php file inside. You can edit that php file with notepad. After editing you can upload it to any hosting account you have. This is the same php script I've used in my first link.

How did you do that? IS it a tool or a script?
 
0
•••
I have generated the list with a php script. You can download the script from the third link above or if you prefer you can create your own script. As an example I will explain a php script for cvcv.com's.

1. Copy the code below to notepad.
2. Save that notepad file as cvcv.php (not as .txt file)
3. Upload that php file to your hosting account inside the public_html folder.
4. If your hosting is for nicedomain.com then you can access the list from www.nicedomain.com/cvcv.php

Code:
<?php 

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

$output .= '<pre>'; 
foreach ($consonants as $a) 
  foreach ($vowels as $b) 
    foreach ($consonants as $c) 
      foreach ($vowels as $d) 
        $output .= $a . $b . $c . $d . ".com\n"; 
echo $output . '</pre>'; 

?>
 
Last edited:
0
•••
marcello said:
I have generated the list with a php script. You can download the script from the third link above or if you prefer you can create your own script. As an example I will explain a php script for cvcv.com's.

1. Copy the code below to notepad.
2. Save that notepad file as cvcv.php (not as .txt file)
3. Upload that php file to your hosting account inside the public_html folder.
4. If your hosting is for nicedomain.com then you can access the list from www.nicedomain.com/cvcv.php

Code:
<?php 

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

$output .= '<pre>'; 
foreach ($consonants as $a) 
  foreach ($vowels as $b) 
    foreach ($consonants as $c) 
      foreach ($vowels as $d) 
        $output .= $a . $b . $c . $d . ".com\n"; 
echo $output . '</pre>'; 

?>
That script only works for cvcv.com. :D

this will work for PREMIUM cvcvc.com

http://www.integrityebooks.com/cvcvc.php
 
0
•••
anyway of just posting a link back here so we can all look without scanning?
be very grateful?
cheers
 
0
•••
marcello said:
I have generated the list with a php script. You can download the script from the third link above or if you prefer you can create your own script. As an example I will explain a php script for cvcv.com's.

1. Copy the code below to notepad.
2. Save that notepad file as cvcv.php (not as .txt file)
3. Upload that php file to your hosting account inside the public_html folder.
4. If your hosting is for nicedomain.com then you can access the list from www.nicedomain.com/cvcv.php

Code:
<?php 

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

$output .= '<pre>'; 
foreach ($consonants as $a) 
  foreach ($vowels as $b) 
    foreach ($consonants as $c) 
      foreach ($vowels as $d) 
        $output .= $a . $b . $c . $d . ".com\n"; 
echo $output . '</pre>'; 

?>


This is a great script!
Thank you :)
 
0
•••
this script only works for cvcv.
wheres cvcvc?
thanks very much
Arnie
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Domain Recover
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back