> > is there a way to download a list of all active domains? tab seperated
> > prefered. i use the reseller interface and am not super tech savvy. is
> > there a simple way to do this? i'm trying to get an offline spreadsheet
> > organized.
Just visit the list archives and grab Tom Brown's script to do it. He
posted a revised version within the past month or so to either the dev or
discuss list (sorry I didn't notice which one).
His script grabs the active domains and writes several ":" delimited
text files (one for each page)
I have hacked up his script to write the active domains to a MySQL
database and/or a single tab delimited text file. In order to write MySQL
date fields, I also convert the registered and expiration dates to
YYYY-MM-DD format. This was just a quick hack, so it is not currently in
a sharable state. If I get a chance to clean it up, I will make it
available for download on one of our sites.
-Bill