Domain name availability check
Need a script that take 3 cvs file or copy past into 3 fields, jumble the term of each file and check for the domain name availability.
let say first file has “get” the second has “me” the third has “out”
need to be able to add “-” between words if the option is checked.
i want the script to check for getmeout.com get-me-out.com.
need to be able to look for .com,.net,.info etc…. either all of them of the one i choose.
getmeout.com getmeout.net etc….
want to be able to change the order of the files…
getmeout.com outmeget.com etc… by choosing “123″ “321″ “312″ etc.
the script needs to be able to work with 1, 2 or 3 files/fields….
need to show only the available domains as a results.
need to be able to store the files and reuse them.
can be a php site or a stand alone app. if stand alone i would prefer java so it can work on all OS