HOWTO: Add total number of domains hosted to your control panel

SlashChick

Verified User
Joined
Oct 14, 2003
Messages
54
Hello,

I wish this would be included by default. Perhaps this post will make it so.

Anyway, I find it useful to have the total number of domains being hosted shown when I click on Show All Users. I put that information in a simple paragraph below the user information table. Here's how you can do this, too:

SSH into your server and su to root. Edit the file

/usr/local/directadmin/data/skins/enhanced/admin/show_all_users.html

Right below the |TABLE| line, add the following code exactly as shown:

Code:
<p align="center">Total number of domains: |ADMINDOMAINS|</p>

Save the file, and voila! You now know exactly how many domain names your server is hosting.
 
Back
Top