| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Apr 2009
Posts: 5
![]() | Domain availability Tool Hello ... I developed a way to found available domains in range 3 to 4 letters...I still have to work to make it work ok. If someone things that this would be a usefull tool for him... replay here .. ????: NamePros.com http://www.namepros.com/code/573039-domain-availability-tool.html the output is in a database ... something like this: +-----+------+------+-----------+------+ | id | name | tld | available | obs | +-----+------+------+-----------+------+ | 88 | 002f | com | Y | NULL | | 92 | 002j | com | Y | NULL | | 94 | 002l | com | Y | NULL | | 120 | 003b | com | Y | NULL | | 121 | 003c | com | Y | NULL | | 124 | 003f | com | Y | NULL | | 126 | 003h | com | Y | NULL | | 128 | 003j | com | Y | NULL | | 130 | 003l | com | Y | NULL | | 132 | 003n | com | Y | NULL | | 133 | 003o | com | Y | NULL | Anyway there are some problems |
| | |