<?php
for ($i = 65; $i <= 90; $i++)
{
$firstcharacter = chr( $i );
for ($x = 65; $x <= 90; $x++)
{
$secondcharacter = chr( $x );
for ($q = 65; $q <= 90; $q++)
{
$thirdcharacter = chr( $q );
$domain = $firstcharacter . $secondcharacter . $thirdcharacter;
// echo $firstcharacter . $secondcharacter . $thirdcharacter . '<br />';
}
}
}
?>
Dan said:http://www.ruuma.com/s/combo-generator.php
In the characters box:
L letters
C characters
D consonants
V vowels
N numbers
G "good" letters
H "good" consonants
So, for LLL, you would type LLL![]()
Daniel said:Here you go!
http://danltn.com/test/gen.php
:tu:
(Don't abuse it, although each list is only gen'd once, then saved.)


