Web Hosting Talk







View Full Version : List of Cpanel Commands?


Typhoon
03-30-2002, 01:54 PM
Wondering if there is list of Cpanel commands, I'm sure there is a whole ton that aren't included in the default skin.. I'm doing my own skin, well attempting to do one and am looking at extra things to add..
If you know some, could you post them as well.. If your wondering what I mean, for example:
<cpanel print="DOMAIN">
<cpanel Quota="showquotaused()"
etc etc

The Prohacker
03-30-2002, 11:34 PM
Hostname: <cpanel hostname="">
Build: <cpanel build="">
Uptime: <cpanel uptime="">
Short Uptime: <cpanel shortuptime="">
Version: <cpanel version="">

OS: <cpanel Serverinfo="os()">
Kernel Version: <cpanel Serverinfo="kernelver()">
Perl Path: <cpanel Serverinfo="perlpath()">
SendMail Path: <cpanel Serverinfo="sendmailpath()">
Perl Version: <cpanel Serverinfo="perlversion()">
PHP Version: <cpanel Serverinfo="phpversion()">
Apache Version: <cpanel Serverinfo="apacheversion()">


Max POP accounts: <cpanel print="$CPDATA{'MAXPOP'}">
Max Mailing Lists: <cpanel print="$CPDATA{'MAXLST'}">
Max Monthly data transfer: <cpanel print="$CPDATA{'BWLIMIT'}">
Name of Package: <cpanel print="$CPDATA{'PLAN'}">
DNS: <cpanel print="$CPDATA{'DNS'}">
Max Subdomains: <cpanel print="$CPDATA{'MAXSUB'}">
Max SQL: <cpanel print="$CPDATA{'MAXSQL'}">



I'm sure there are a few new ones since I found that list, but never know...