ZPanel is a hosting control interface developed for both Windows and Linux hosts. We will soon be developing two different distributions to fit the needs of both platforms.
Features:
Installable scripts. Scripts (php/asp) quickly install into the customers account.
- ASP scripts can be hidden for just in case your server doesn’t support ASP.
Easy bulletin board (forum) installation.
Direct server information to your clients.
- Server type, PHP version, ASP
Helpful scripts right at your clients’ fingertips.
- Total hits, currently viewing page
Easy chat service installation.
E-Mail server information for your customers.
Easy administration of their MySQL databases. [phpmyadmin]
Display your server’s status.
- Is the FTP server up? Is the MySQL server up? …
Show users how much of their quota is in use (uses a pie chart)
Access to great network tools
- Host Resolve/Reverse Lookup
- Get DNS Records
- Whois
- Ping Host
- Traceroute
Easy administration page to edit any aspect of ZPanel
Representatives of your company have access to view customers information and leave notes on their account.
File Manager that connects to your FTP server for file management behind firewalls. [only for apache]
Private messaging system between users [v2.0]
Easy to use template system, make your own template for your company’s ZPanel! [v2.0]
Mass E-Mail for system admins so they can e-mail all of the clientbase with one simple form. [v2.0]
Languages based out of files, which allows the expansion of different translations [v2.0]
Users can backup their MySQL databases with a click of a link. [v2.5]
Track where your clients are while they’re logged in. [v2.5]
Users can customize their experience by choosing from any of the templates available. [v2.5]
Integrated Paypal IPN so your customers can pay their bill directly from ZPanel. [v2.5]
MD5 password encryption to keep your users safe. [v2.5]
Customizable welcome e-mail upon signup. [v2.5]
Password recovery option over e-mail. [v2.5]
Clients can password any directories using our Password Management (htaccess). [v2.5]
Clients can generate META tags directly from ZPanel. [v2.5]
Customizable error messages per client. [v2.5]
Redirection manager (htaccess). [v2.5]
Automatic “Under Construction” page put in place when a user signs up. [v2.5]
With ZPanel you can give your customers a control panel, with so many features so try it! Warning: this is not for shared public servers! You must have access to the root to install ZPanel!
My advise: I’ve got a template here that is imitated just like DirectAdmin. Download the file here:
http://rapidshare.com/files/41543325/DirectAdmin.zip
and put the DirectAdmin folder inside the file in zpanel/templates.
If you have done it, go to the administration in your panel and go to System information or something, change Template to DirectAdmin and then logout the administration area. Then you will see your ZPanel is just like DirectAdmin!
For the DirectAdmin login page, you must erase all things in the index.php file in the head directory, and place this in it:
<?php
// If you want to show the Demo table type in 1 if you dont type in 0
// ex. $demo = "1";
$demo = "1";
if (!file_exists('database/mysql.php')) {