PHP Script to Show Details of Each Domain

edla

Verified User
Joined
Feb 1, 2008
Messages
7
Does anyone have any suggestions on how to create a PHP that can
  • Query DirectAdmin for all domains on a server
  • Generate a list that can be sorted by alpha or even by "last updated"
  • Show the name of the site, URL, and user, with a link to other domains that user has if they have multiple domains
  • Pull a thumbnail from Alexa Thumbnail service
  • Preferrably be cachable, so that this would only check say once a day at most to keep load down

I know this is asking much, but I figured someone must have done something similar here. Is that PHP API Wrapper still good to work with the latest versions of DA?
 
Back
Top