├── .gitignore ├── LICENSE.txt ├── README.md ├── how-to-install.txt ├── kloxo-mr_big.png └── kloxo ├── RELEASEINFO ├── AGPL-3.0 ├── CREDITS ├── Changelog ├── LICENSE └── Support ├── bin ├── changetoclientlogin.php ├── collectquota.php ├── common │ ├── allow-admin.php │ ├── background.php │ ├── backup.php │ ├── checkifupgrade.php │ ├── checkpserver.php │ ├── child.php │ ├── cleanup.php │ ├── clearallowedblockedip.php │ ├── clearsession.php │ ├── commandline.php │ ├── contactemail.php │ ├── copyscript.php │ ├── csyncdb.sh │ ├── databasedump │ ├── driverload.php │ ├── favoriteconvert.php │ ├── fixlogdir.php │ ├── fixresourceplan.php │ ├── fixtraffic.php │ ├── generatecmlist.php │ ├── getalllist.php │ ├── iptraffic.php │ ├── jailshell.php │ ├── langcompare.php │ ├── livemigrate.php │ ├── lxguard.php │ ├── lxpackage.php │ ├── lxupdate.php │ ├── mailalert.php │ ├── mailtoticket.php │ ├── mebackup.php │ ├── misc │ │ ├── changedriver.php │ │ ├── changeport.php │ │ ├── checkpassword.php │ │ ├── checktotalmemory.php │ │ ├── defaultport.php │ │ ├── getdriver.php │ │ ├── getfreememory.sh │ │ ├── killproc.php │ │ ├── lxetc.php │ │ ├── pgrep.php │ │ ├── reset-mysql-kloxo-password.php │ │ ├── reset-mysql-root-password.php │ │ └── vzpid.sh │ ├── mp.php │ ├── process_single.php │ ├── reflect.php │ ├── resetpassword.php │ ├── restore.php │ ├── rsnapshot │ ├── schedulebackup.php │ ├── securityblanket.php │ ├── setdriver.php │ ├── setupprimarymaster.php │ ├── setupsecondary.php │ ├── sudo_action.php │ ├── switchserver.php │ ├── tmpupdatecleanup.php │ └── version.php ├── cronfix.php ├── database.php ├── delete-old-spam.php ├── duplicate.php ├── easyinstaller-update.php ├── easyinstaller-upload.php ├── exec.sh ├── execatinit.php ├── fetchmailticket.sh ├── fix │ ├── apache-optimize.php │ ├── cleanspamdyke.php │ ├── domainkey.php │ ├── fix-chownchmod.php │ ├── fix-configs-files.php │ ├── fix-cron-backup.php │ ├── fix-lxguardhit-db.php │ ├── fix-mysql-tmp.php │ ├── fix-outgoingips.php │ ├── fix-pdns-db.php │ ├── fix-qmail-assign.php │ ├── fix-userlogo.php │ ├── fix-userskeleton.php │ ├── fixadminuser.php │ ├── fixcgibin.php │ ├── fixclient.php │ ├── fixclientquota.php │ ├── fixdirprotect.php │ ├── fixdns.php │ ├── fixftp.php │ ├── fixftpuser.php │ ├── fixmmail.php │ ├── fixmovetoclient.php │ ├── fixphpini.php │ ├── fixpureftpdpassword.php │ ├── fixservice.php │ ├── fixsimpledocroot.php │ ├── fixskeleton.php │ ├── fixssl.php │ ├── fixuser.php │ ├── fixweb.php │ ├── fixwebcache.php │ ├── mariadb-to-mysql.php │ ├── mysql-branch.php │ ├── mysql-convert.php │ ├── mysql-optimize.php │ ├── mysql-to-mariadb.php │ ├── set-initial-services.php │ └── sysinfo.php ├── fixIpAddress.php ├── gettraffic.php ├── install │ ├── create.php │ ├── demoinit.php │ ├── fixvpstemplate.php │ ├── init.php │ ├── lxinstall.php │ └── sql.php ├── kloxoversion ├── migrate │ └── cpanel.php ├── misc │ ├── addcustomername.php │ ├── createprimarydb.php │ ├── dnsnotify.pl │ ├── editphpini.php │ ├── fixdnsaddrecord.php │ ├── fixdnsaddstatsrecord.php │ ├── fixdnschangeip.php │ ├── fixdnsremoverecord.php │ ├── fixremotemail.php │ ├── fixvpop.php │ ├── installWebmailDb.php │ ├── lxpopuser.sh │ ├── mailaccountunlimited.php │ ├── qmHandle │ ├── queue_repair.py │ ├── vpop-upgrade.sh │ ├── vpop.sh │ └── vpopmail.sh ├── phpexec.php ├── scavenge.php ├── sisinfoc.php ├── syncdb.sh └── update.php ├── cexe ├── _Makefile ├── closeallinput ├── closeallinput.c ├── closeinput ├── closeinput.c ├── kloxo.c ├── lxmisc └── lxmisc.c ├── etc ├── config.ini ├── list │ ├── fix.lst │ ├── index.lst │ ├── reserved.lst │ ├── set.database.lst │ ├── set.dns.lst │ ├── set.ftp.lst │ ├── set.imap.lst │ ├── set.php.lst │ ├── set.pop.lst │ ├── set.smtp.lst │ ├── set.spam.lst │ ├── set.web.lst │ ├── set.webcache.lst │ └── unbackup.lst └── process │ ├── _mysql_ │ ├── _mysqld_ │ ├── apache │ ├── bind │ ├── djbdns │ ├── hiawatha │ ├── httpd │ ├── lighttpd │ ├── named │ ├── nginx │ ├── nsd │ ├── pure-ftpd │ ├── qmail │ ├── service.inc │ ├── spawn-fcgi │ ├── xinetd │ └── yadifad ├── file ├── acme.sh │ ├── acme-cron.sh │ └── tpl │ │ └── acme.sh.tpl ├── apache │ ├── conf │ │ ├── customs │ │ │ └── _must-exists_.conf │ │ ├── defaults │ │ │ └── init.conf │ │ └── globals │ │ │ ├── _init_main.macro │ │ │ ├── _init_userdir.macro │ │ │ ├── _web_cp.macro │ │ │ ├── _web_redirect_local.macro │ │ │ ├── _web_redirect_remote.macro │ │ │ ├── _web_redirect_www.macro │ │ │ ├── _web_standard_awstats_standard.macro │ │ │ ├── _web_standard_awstats_statsdirprotect.macro │ │ │ ├── _web_standard_webalizer_standard.macro │ │ │ ├── _web_standard_webalizer_statsdirprotect.macro │ │ │ ├── _webmail_redirect.macro │ │ │ ├── _webmail_standard.macro │ │ │ ├── acme-challenge.conf │ │ │ ├── fcgid.conf │ │ │ ├── remoteip.conf │ │ │ └── ssl_base.conf │ ├── etc │ │ ├── conf.d │ │ │ ├── __version.conf │ │ │ ├── _inactive_.conf │ │ │ ├── define.conf │ │ │ ├── deflate.conf │ │ │ ├── diskcache.conf │ │ │ ├── fastcgi.conf │ │ │ ├── fastcgi.conf.original │ │ │ ├── fastcgi2.conf │ │ │ ├── fcgid.conf │ │ │ ├── fcgid.conf.original │ │ │ ├── fcgid2.conf │ │ │ ├── itk.conf │ │ │ ├── mimetype.conf │ │ │ ├── mod_evasive.conf │ │ │ ├── pagespeed.conf │ │ │ ├── pagespeed.conf.original │ │ │ ├── php.conf │ │ │ ├── php.conf.original │ │ │ ├── rpaf.conf │ │ │ ├── rpaf.conf.original │ │ │ ├── ruid2.conf │ │ │ ├── ruid2.conf.original │ │ │ ├── ssl.conf │ │ │ ├── ssl.conf.original │ │ │ ├── status.conf │ │ │ ├── suphp.conf │ │ │ ├── suphp.conf.original │ │ │ ├── suphp2.conf │ │ │ └── ~lxcenter.conf │ │ ├── conf.modules.d │ │ │ ├── 00-mpm.conf.original │ │ │ ├── 00-proxy.conf │ │ │ ├── 00-proxy.conf.original │ │ │ ├── 01-cgi.conf │ │ │ ├── 01-cgi.conf.original │ │ │ └── _inactive_.conf │ │ ├── conf │ │ │ ├── httpd.conf │ │ │ ├── httpd.conf.original │ │ │ ├── httpd24.conf │ │ │ └── httpd24.conf.original │ │ ├── init.d │ │ │ ├── httpd.init │ │ │ └── httpd24.init │ │ └── suphp.conf │ └── tpl │ │ ├── defaults.conf.tpl │ │ ├── domains.conf.tpl │ │ ├── etc_suphp.conf.tpl │ │ ├── htaccess.tpl │ │ ├── php.fcgi.tpl │ │ ├── prefork.inc.tpl │ │ ├── suphp2.conf.tpl │ │ └── ~lxcenter.conf.tpl ├── bind │ ├── conf │ │ └── defaults │ │ │ ├── named.acl.conf │ │ │ ├── named.ca │ │ │ ├── named.empty │ │ │ ├── named.iscdlv.key │ │ │ ├── named.localhost │ │ │ ├── named.loopback │ │ │ ├── named.master.conf │ │ │ ├── named.options.conf │ │ │ ├── named.reverse.conf │ │ │ ├── named.rfc1912.zones │ │ │ ├── named.root.key │ │ │ └── named.slave.conf │ ├── etc │ │ ├── init.d │ │ │ └── named.init │ │ └── named.conf │ └── tpl │ │ ├── domains.conf.tpl │ │ ├── list.master.conf.tpl │ │ ├── list.reverse.conf.tpl │ │ ├── list.slave.conf.tpl │ │ └── list.transfered.conf.tpl ├── clamav │ └── etc │ │ └── init.d │ │ ├── clamd.init │ │ └── freshclam.init ├── djbdns │ ├── etc │ │ └── init.d │ │ │ └── djbdns.init │ └── tpl │ │ ├── domains.conf.tpl │ │ ├── list.master.conf.tpl │ │ ├── list.reverse.conf.tpl │ │ ├── list.slave.conf.tpl │ │ └── list.transfered.conf.tpl ├── driver │ ├── common.inc │ ├── debian.inc │ ├── fedora.inc │ ├── kloxoconf.inc │ ├── linux.inc │ ├── redhat.inc │ └── rhel.inc ├── formmail │ ├── formmail.php │ └── index.php ├── hiawatha │ ├── conf │ │ └── customs │ │ │ └── _must-exists_.conf │ ├── etc │ │ ├── conf │ │ │ ├── cgi-wrapper.conf.original │ │ │ ├── hiawatha.conf.original │ │ │ ├── hiawatha_proxy.conf │ │ │ └── hiawatha_standard.conf │ │ ├── init.d │ │ │ └── hiawatha.init │ │ └── systemd │ │ │ └── hiawatha.service │ └── tpl │ │ ├── cgi-wrapper.conf.tpl │ │ ├── defaults.conf.tpl │ │ └── domains.conf.tpl ├── httpry │ └── etc │ │ ├── init.d │ │ └── httpry.init │ │ └── logrotate.d │ │ └── httpry ├── interface │ └── interface_template.dump ├── jailkit │ └── etc │ │ └── jailkit │ │ └── jk_init.ini ├── letsencrypt │ ├── letsencrypt-cron.sh │ └── tpl │ │ ├── cli.ini.tpl │ │ └── letsencrypt.sh.tpl ├── lighttpd │ ├── conf │ │ ├── customs │ │ │ └── _must-exists_.conf │ │ └── globals │ │ │ ├── acme-challenge.conf │ │ │ ├── deny-proxy.lua │ │ │ ├── dirprotect_none.conf │ │ │ ├── dirprotect_standard.conf │ │ │ ├── dirprotect_stats.conf │ │ │ ├── fastcgi.conf │ │ │ ├── generic.conf │ │ │ ├── gzip.conf │ │ │ ├── php-fpm_standard.conf │ │ │ ├── proxy_standard.conf │ │ │ ├── ror.conf │ │ │ ├── stats_awstats.conf │ │ │ ├── stats_log.conf │ │ │ ├── stats_none.conf │ │ │ ├── stats_webalizer.conf │ │ │ ├── suexec.conf │ │ │ └── suphp.conf │ ├── etc │ │ ├── conf.d │ │ │ ├── mimetype.conf │ │ │ └── ~lxcenter.conf │ │ ├── conf │ │ │ ├── lighttpd.conf │ │ │ └── lighttpd.conf.original │ │ └── init.d │ │ │ └── lighttpd.init │ └── tpl │ │ ├── defaults.conf.tpl │ │ ├── domains.conf.tpl │ │ └── perlsuexec.sh.tpl ├── linux │ ├── rsyslog.conf │ ├── simcontrol │ ├── sshd_config │ ├── syslog.conf │ └── xen-fstab ├── logrotate │ └── etc │ │ └── logrotate.d │ │ ├── kloxo │ │ ├── php │ │ └── syslog ├── lowmem │ ├── authdaemonrc.lowmem │ ├── my.cnf.lowmem │ └── spamassassin.lowmem ├── lxjailshell │ └── lxrestricted ├── maradns │ ├── etc │ │ ├── init.d │ │ │ ├── maradns.deadwood.init │ │ │ ├── maradns.init │ │ │ └── maradns.zoneserver.init │ │ ├── mararc │ │ └── mararc.original │ └── tpl │ │ ├── domains.conf.tpl │ │ ├── list.master.conf.tpl │ │ ├── list.reverse.conf.tpl │ │ ├── list.slave.conf.tpl │ │ └── list.transfered.conf.tpl ├── mydns │ ├── etc │ │ ├── conf │ │ │ ├── mydns.conf │ │ │ └── mydns.conf.original │ │ └── init.d │ │ │ └── mydns.init │ └── tpl │ │ ├── domains.conf.tpl │ │ ├── list.master.conf.tpl │ │ ├── list.reverse.conf.tpl │ │ ├── list.slave.conf.tpl │ │ ├── list.transfered.conf.tpl │ │ └── mydns.sql ├── mysql │ ├── etc │ │ ├── init │ │ │ ├── mysql.init │ │ │ └── mysql.init.original │ │ └── systemd │ │ │ ├── mysql.service │ │ │ └── mysql.service.original │ ├── high-memory.my.cnf │ └── my.cnf.lowmem ├── nginx │ ├── conf │ │ ├── customs │ │ │ └── _must-exists_.conf │ │ └── globals │ │ │ ├── acme-challenge.conf │ │ │ ├── cgi.conf │ │ │ ├── dirprotect_none.conf │ │ │ ├── dirprotect_standard.conf │ │ │ ├── dirprotect_stats.conf │ │ │ ├── generic.conf │ │ │ ├── gzip.conf │ │ │ ├── listen_nonssl_back.conf │ │ │ ├── listen_nonssl_back_default.conf │ │ │ ├── listen_nonssl_front.conf │ │ │ ├── listen_nonssl_front_default.conf │ │ │ ├── listen_ssl_back.conf │ │ │ ├── listen_ssl_back_default.conf │ │ │ ├── listen_ssl_front.conf │ │ │ ├── listen_ssl_front_default.conf │ │ │ ├── listen_ssl_front_default_h2.conf │ │ │ ├── listen_ssl_front_h2.conf │ │ │ ├── pagespeed.conf │ │ │ ├── php-fpm_standard.conf │ │ │ ├── php-fpm_standard_ssl.conf │ │ │ ├── php-fpm_wildcards.conf │ │ │ ├── php-fpm_wildcards_ssl.conf │ │ │ ├── proxy_standard.conf │ │ │ ├── proxy_standard_ssl.conf │ │ │ ├── proxy_wildcards.conf │ │ │ ├── proxy_wildcards_ssl.conf │ │ │ ├── ror.conf │ │ │ ├── ssl_base.conf │ │ │ ├── stats_awstats.conf │ │ │ ├── stats_log.conf │ │ │ ├── stats_none.conf │ │ │ └── stats_webalizer.conf │ ├── etc │ │ ├── conf.d │ │ │ ├── default.conf │ │ │ ├── example_ssl.conf │ │ │ ├── pagespeed.conf │ │ │ └── ~lxcenter.conf │ │ ├── conf │ │ │ ├── fastcgi_params │ │ │ ├── koi-utf │ │ │ ├── koi-win │ │ │ ├── mime.types │ │ │ ├── nginx.conf │ │ │ ├── scgi_params │ │ │ ├── tengine.conf │ │ │ ├── unicode-to-nginx.pl │ │ │ ├── uwsgi_params │ │ │ └── win-utf │ │ ├── init.d │ │ │ └── nginx.init │ │ └── sysconfig │ │ │ └── spawn-fcgi │ └── tpl │ │ ├── cgi-bin.php │ │ ├── defaults.conf.tpl │ │ └── domains.conf.tpl ├── nsd │ ├── etc │ │ ├── conf │ │ │ ├── nsd3.conf │ │ │ ├── nsd3.conf.original │ │ │ ├── nsd4.conf │ │ │ └── nsd4.conf.original │ │ └── init.d │ │ │ └── nsd4.init │ └── tpl │ │ ├── domains.conf.tpl │ │ ├── list.master.conf.tpl │ │ ├── list.reverse.conf.tpl │ │ ├── list.slave.conf.tpl │ │ └── list.transfered.conf.tpl ├── openssl │ └── tpl │ │ ├── dhparam_1024.pem │ │ ├── dhparam_2048.pem │ │ ├── dhparam_4096.pem │ │ ├── dhparam_512.pem │ │ ├── openssl.cnf.tpl │ │ └── openssl.sh.tpl ├── openvz │ ├── inittab │ └── vps-dev.tgz ├── pages │ ├── cp_inc.php │ ├── default_inc.php │ ├── default_index.html │ ├── default_index.php │ ├── default_robots.txt │ ├── disable_inc.php │ ├── login_inc.php │ ├── login_inc2.php │ └── webmail_inc.php ├── pdns │ ├── etc │ │ ├── conf │ │ │ ├── pdns.conf │ │ │ ├── pdns.conf.original │ │ │ └── pdns41.conf.original │ │ └── init.d │ │ │ └── pdns.init │ └── tpl │ │ ├── domains.conf.tpl │ │ ├── list.master.conf.tpl │ │ ├── list.reverse.conf.tpl │ │ ├── list.slave.conf.tpl │ │ ├── list.transfered.conf.tpl │ │ └── pdns.sql ├── perl │ ├── etc │ │ └── init.d │ │ │ └── perl-fastcgi.init │ └── usr │ │ └── bin │ │ └── fastcgi-wrapper.pl ├── php-fpm │ ├── etc │ │ ├── init.d │ │ │ ├── php-fpm.init │ │ │ └── phpm-fpm.init │ │ ├── php-fpm.conf │ │ ├── php-fpm.conf.original │ │ ├── php-fpm.d │ │ │ ├── default.conf │ │ │ ├── www.conf │ │ │ └── www.conf.original │ │ ├── php52-fpm.conf │ │ ├── php52-fpm.conf.original │ │ ├── php53-fpm.conf │ │ ├── php53-fpm.conf.original │ │ └── systemd │ │ │ └── php-fpm.service │ └── tpl │ │ ├── php-fpm.conf.tpl │ │ ├── php52-fpm-default.conf.tpl │ │ ├── php52-fpm-global-post.conf.tpl │ │ ├── php52-fpm-global-pre.conf.tpl │ │ ├── php52-fpm-pool.conf.tpl │ │ ├── php53-fpm-default.conf.tpl │ │ ├── php53-fpm-global.conf.tpl │ │ └── php53-fpm-pool.conf.tpl ├── phpini │ ├── etc │ │ └── php.d │ │ │ ├── ioncube-loader.ini │ │ │ ├── suhosin.ini │ │ │ ├── suhosin.ini.original │ │ │ ├── xcache.ini │ │ │ ├── zendguard.ini │ │ │ └── zendoptimizer.ini │ └── tpl │ │ └── php.ini.tpl ├── phpmyadmin │ └── config.inc.php ├── phpsuexec.sh ├── pure-ftpd │ ├── etc │ │ ├── init.d │ │ │ └── pure-ftpd.init │ │ ├── pure-ftpd │ │ │ ├── pure-ftpd.conf │ │ │ └── pure-ftpd.conf.original │ │ ├── systemd │ │ │ └── pure-ftpd.service │ │ └── xinetd │ │ │ └── pureftp │ └── usr │ │ └── sbin │ │ ├── pure-config.pl │ │ └── pure-config.py ├── qmail │ ├── etc │ │ ├── courier │ │ │ ├── imapd │ │ │ ├── imapd-ssl │ │ │ ├── pop3d │ │ │ └── pop3d-ssl │ │ ├── dovecot │ │ │ └── dovecot.toaster.conf │ │ └── init.d │ │ │ └── qmail.init │ └── var │ │ └── qmail │ │ ├── bin │ │ ├── sendlimiter │ │ └── sendmail-wrapper │ │ └── supervise │ │ ├── authlib │ │ ├── log │ │ │ └── run │ │ └── run │ │ ├── clamd │ │ ├── log │ │ │ └── run │ │ └── run │ │ ├── dovecot │ │ ├── log │ │ │ └── run │ │ └── run │ │ ├── imap4-ssl │ │ ├── log │ │ │ └── run │ │ └── run │ │ ├── imap4 │ │ ├── log │ │ │ └── run │ │ └── run │ │ ├── pop3-ssl │ │ ├── log │ │ │ └── run │ │ └── run │ │ ├── pop3 │ │ ├── log │ │ │ └── run │ │ └── run │ │ ├── send │ │ ├── log │ │ │ └── run │ │ └── run │ │ ├── smtp-ssl │ │ ├── log │ │ │ └── run │ │ └── run │ │ ├── smtp │ │ ├── log │ │ │ └── run │ │ └── run │ │ ├── spamd │ │ ├── log │ │ │ └── run │ │ └── run │ │ └── submission │ │ ├── log │ │ └── run │ │ └── run ├── script │ ├── cp.php │ └── phpinfo.php ├── skeleton.zip ├── spamassassin │ └── etc │ │ └── sysconfig │ │ └── spamassassin ├── sql │ ├── .db_schema │ ├── .db_schema.4_2 │ ├── admin.sql │ ├── db-structure-base.sql │ ├── db-structure-update.sql │ ├── db_schema.php │ ├── dbschema-convert.php │ ├── kloxo_sqlite.sql │ ├── mysql.servers.sql │ ├── pserver.sql │ └── vpopmail.sql ├── squid │ ├── etc │ │ ├── NetworkManager │ │ │ └── dispatcher.d │ │ │ │ └── 20-squid │ │ ├── httpd │ │ │ └── conf.d │ │ │ │ └── squid.conf │ │ ├── init.d │ │ │ └── squid.init │ │ ├── logrotate.d │ │ │ └── squid │ │ ├── pam.d │ │ │ └── squid │ │ ├── squid │ │ │ ├── cachemgr.conf │ │ │ ├── cachemgr.conf.default │ │ │ ├── errorpage.css │ │ │ ├── errorpage.css.default │ │ │ ├── mime.conf │ │ │ ├── mime.conf.default │ │ │ ├── msntauth.conf │ │ │ ├── msntauth.conf.default │ │ │ ├── squid.conf │ │ │ └── squid.conf.default │ │ └── sysconfig │ │ │ └── squid │ └── tpl │ │ └── defaults.conf.tpl ├── ssl │ ├── default.ca │ ├── default.crt │ ├── default.csr │ ├── default.key │ ├── default.pem │ ├── letsencryptauthorityx3.pem │ ├── rootCA.crt │ └── rootCA.key ├── startapi.sh │ ├── startapi-cron.sh │ └── tpl │ │ └── startapi.sh.tpl ├── stats │ ├── awstats.mail.conf │ ├── awstats.mail.conf.original │ ├── awstats.model.conf │ ├── awstats.model.conf.original │ ├── awstats_index.php │ ├── webalizer.model.conf │ └── webalizer.model.conf.original ├── template │ ├── skeleton.zip │ ├── spamdyke.conf │ ├── spamdyke.conf.original │ ├── spamdyke_rbl.txt │ ├── spamdyke_rbl.txt.original │ └── sshd_config ├── trafficserver │ ├── etc │ │ ├── conf │ │ │ ├── ip_allow.config │ │ │ ├── ip_allow.config.original │ │ │ ├── records.config │ │ │ ├── records3.config.original │ │ │ ├── records4.config.original │ │ │ ├── remap.config │ │ │ ├── remap.config.original │ │ │ ├── storage.config │ │ │ └── storage.config.original │ │ └── init.d │ │ │ └── trafficserver.init │ └── tpl │ │ ├── defaults.conf.tpl │ │ ├── domains.conf.tpl │ │ └── remap.config.tpl ├── varnish │ ├── etc │ │ ├── conf │ │ │ ├── boosted-varnish.vcl │ │ │ ├── default.vcl │ │ │ └── default.vcl.original │ │ ├── init.d │ │ │ ├── varnish.init │ │ │ ├── varnishlog.init │ │ │ └── varnishncsa.init │ │ └── sysconfig │ │ │ ├── varnish │ │ │ └── varnish.original │ └── tpl │ │ └── defaults.conf.tpl ├── webdisk │ ├── init.webdisk │ └── webdisk.conf ├── welcome.txt ├── welcome.txt.tpl ├── wordlist.db └── yadifa │ ├── conf │ └── defaults │ │ ├── yadifa.acl.conf │ │ └── yadifa.default.conf │ ├── etc │ ├── yadifad.conf │ ├── yadifad.conf.original │ └── yadifad_noslave.conf │ └── tpl │ ├── domains.conf.tpl │ ├── list.master.conf.tpl │ ├── list.reverse.conf.tpl │ ├── list.slave.conf.tpl │ └── list.transfered.conf.tpl ├── httpdocs ├── ajax.php ├── api │ ├── api.php │ └── index.php ├── bin │ └── webcommand.php ├── display.php ├── driver │ ├── dns │ │ ├── dns__bindlib.php │ │ ├── dns__djbdnslib.php │ │ ├── dns__lib.php │ │ ├── dns__maradnslib.php │ │ ├── dns__mydnslib.php │ │ ├── dns__nonelib.php │ │ ├── dns__nsdlib.php │ │ ├── dns__pdnslib.php │ │ ├── dns__yadifalib.php │ │ ├── dnsbaselib.php │ │ ├── dnslib.php │ │ └── dnstemplatelib.php │ ├── ftp │ │ ├── anonftpipaddress__pureftplib.php │ │ ├── anonftpipaddresslib.php │ │ ├── ftpclientlib.php │ │ ├── ftpsession__pureftplib.php │ │ ├── ftpsessionlib.php │ │ ├── ftpuser__pureftplib.php │ │ ├── ftpuserlib.php │ │ ├── ftpusertraffic__pureftplib.php │ │ ├── serverftp__pureftplib.php │ │ └── serverftplib.php │ ├── mmail │ │ ├── autoresponder__qmaillib.php │ │ ├── autoresponder__synclib.php │ │ ├── autoresponderlib.php │ │ ├── imap4__courierlib.php │ │ ├── imap4__dovecotlib.php │ │ ├── imap4__nonelib.php │ │ ├── imap4lib.php │ │ ├── listsubscribe__ezmlmlib.php │ │ ├── listsubscribelib.php │ │ ├── mailaccount__qmaillib.php │ │ ├── mailaccountlib.php │ │ ├── mailcontent__qmaillib.php │ │ ├── mailcontentlib.php │ │ ├── mailfilter.php │ │ ├── mailforward__qmaillib.php │ │ ├── mailforwardlib.php │ │ ├── mailincoming__courierlib.php │ │ ├── mailincoming__dovecotlib.php │ │ ├── mailincoming__nonelib.php │ │ ├── mailincominglib.php │ │ ├── mailinglist__ezmlmlib.php │ │ ├── mailinglistlib.php │ │ ├── mailoutgoing__nonelib.php │ │ ├── mailoutgoing__qmaillib.php │ │ ├── mailoutgoinglib.php │ │ ├── mailqueue__qmaillib.php │ │ ├── mailqueuelib.php │ │ ├── mailtraffic__qmaillib.php │ │ ├── mailtrafficlib.php │ │ ├── mmail__qmaillib.php │ │ ├── mmaillib.php │ │ ├── pop3__courierlib.php │ │ ├── pop3__dovecotlib.php │ │ ├── pop3__nonelib.php │ │ ├── pop3lib.php │ │ ├── servermail__qmaillib.php │ │ ├── servermaillib.php │ │ ├── smtp__nonelib.php │ │ ├── smtp__qmaillib.php │ │ ├── smtplib.php │ │ ├── spam__bogofilterlib.php │ │ ├── spam__nonelib.php │ │ ├── spam__spamassassinlib.php │ │ └── spamlib.php │ ├── pserver │ │ ├── aspnetlib.php │ │ ├── component__rpmlib.php │ │ ├── componentlib.php │ │ ├── cron__linuxlib.php │ │ ├── cronlib.php │ │ ├── dbadmin__synclib.php │ │ ├── dbadminlib.php │ │ ├── ddatabase__synclib.php │ │ ├── ddatabaselib.php │ │ ├── ddatabaseuserlib.php │ │ ├── dhcp__dhcpdlib.php │ │ ├── dirlocation__linuxlib.php │ │ ├── dirlocationlib.php │ │ ├── diskusage__linuxlib.php │ │ ├── diskusagelib.php │ │ ├── domainipaddresslib.php │ │ ├── exclusiveiplib.php │ │ ├── ffile__commonlib.php │ │ ├── ffile__linuxlib.php │ │ ├── ffilelib.php │ │ ├── firewalllib.php │ │ ├── hostdeny__linuxlib.php │ │ ├── hostdenylib.php │ │ ├── ipaddress__debianlib.php │ │ ├── ipaddress__redhatlib.php │ │ ├── ipaddresslib.php │ │ ├── jailed__linuxlib.php │ │ ├── jailedlib.php │ │ ├── llog__linuxlib.php │ │ ├── lloglib.php │ │ ├── lxguard__synclib.php │ │ ├── lxguardhitlib.php │ │ ├── lxguardlib.php │ │ ├── lxguardwhitelist__synclib.php │ │ ├── lxguardwhitelistlib.php │ │ ├── lxupdatelib.php │ │ ├── mimetypelib.php │ │ ├── mysqldb__mysqllib.php │ │ ├── mysqldbuser__mysqllib.php │ │ ├── odbclib.php │ │ ├── package__up2datelib.php │ │ ├── package__yumlib.php │ │ ├── packagelib.php │ │ ├── phpini__synclib.php │ │ ├── phpinilib.php │ │ ├── phpmodule__linuxlib.php │ │ ├── phpmodulelib.php │ │ ├── process__linuxlib.php │ │ ├── processlib.php │ │ ├── proxyacllib.php │ │ ├── proxylib.php │ │ ├── pserver__linuxlib.php │ │ ├── pservercorelib.php │ │ ├── pserverlib.php │ │ ├── releasenotelib.php │ │ ├── reversedns__bindlib.php │ │ ├── reversednslib.php │ │ ├── service__debianlib.php │ │ ├── service__linuxlib.php │ │ ├── service__redhatlib.php │ │ ├── servicelib.php │ │ ├── sshauthorizedkey__synclib.php │ │ ├── sshauthorizedkeylib.php │ │ ├── sshclientlib.php │ │ ├── sshconfig__linuxlib.php │ │ ├── sshconfiglib.php │ │ ├── sslcert__synclib.php │ │ ├── sslcertlib.php │ │ ├── sslipaddress__synclib.php │ │ ├── sslipaddresslib.php │ │ ├── uuser__linuxlib.php │ │ ├── uuserlib.php │ │ ├── vncviewerlib.php │ │ ├── watchdog__synclib.php │ │ └── watchdoglib.php │ └── web │ │ ├── all_easyinstaller__linuxlib.php │ │ ├── all_easyinstallerlib.php │ │ ├── davuser__apachelib.php │ │ ├── davuser__lighttpdlib.php │ │ ├── davuserlib.php │ │ ├── dirprotect__apachelib.php │ │ ├── dirprotect__hiawathalib.php │ │ ├── dirprotect__hiawathaproxylib.php │ │ ├── dirprotect__lib.php │ │ ├── dirprotect__lighttpdlib.php │ │ ├── dirprotect__lighttpdproxylib.php │ │ ├── dirprotect__monkeylib.php │ │ ├── dirprotect__monkeyproxylib.php │ │ ├── dirprotect__nginxlib.php │ │ ├── dirprotect__nginxproxylib.php │ │ ├── dirprotect__nonelib.php │ │ ├── dirprotect__openlitespeedlib.php │ │ ├── dirprotect__openlitespeedproxylib.php │ │ ├── dirprotectlib.php │ │ ├── easyinstaller__linuxlib.php │ │ ├── easyinstallerlib.php │ │ ├── easyinstallersnapshot__synclib.php │ │ ├── easyinstallersnapshotlib.php │ │ ├── mimehandler__apachelib.php │ │ ├── mimehandlerlib.php │ │ ├── mimetype__apachelib.php │ │ ├── mimetype__lighttpdlib.php │ │ ├── rubyrails__linuxlib.php │ │ ├── rubyrailslib.php │ │ ├── serverweb__apachelib.php │ │ ├── serverweb__hiawathalib.php │ │ ├── serverweb__hiawathaproxylib.php │ │ ├── serverweb__lib.php │ │ ├── serverweb__lighttpdlib.php │ │ ├── serverweb__lighttpdproxylib.php │ │ ├── serverweb__monkeylib.php │ │ ├── serverweb__monkeyproxylib.php │ │ ├── serverweb__nginxlib.php │ │ ├── serverweb__nginxproxylib.php │ │ ├── serverweb__nonelib.php │ │ ├── serverweb__openlitespeedlib.php │ │ ├── serverweb__openlitespeedproxylib.php │ │ ├── serverweblib.php │ │ ├── web__apachelib.php │ │ ├── web__hiawathalib.php │ │ ├── web__hiawathaproxylib.php │ │ ├── web__lib.php │ │ ├── web__lighttpdlib.php │ │ ├── web__lighttpdproxylib.php │ │ ├── web__monkeylib.php │ │ ├── web__monkeyproxylib.php │ │ ├── web__nginxlib.php │ │ ├── web__nginxproxylib.php │ │ ├── web__nonelib.php │ │ ├── web__openlitespeedlib.php │ │ ├── web__openlitespeedproxylib.php │ │ ├── webcache__lib.php │ │ ├── webcache__nonelib.php │ │ ├── webcache__squidlib.php │ │ ├── webcache__trafficserverlib.php │ │ ├── webcache__varnishlib.php │ │ ├── webcachelib.php │ │ ├── weblastvisitlib.php │ │ ├── weblib.php │ │ └── webtrafficlib.php ├── error │ ├── 400.html │ ├── 401.html │ ├── 403.html │ ├── 404.html │ ├── 500.html │ ├── 501.html │ ├── 502.html │ ├── 503.html │ └── 504.html ├── index.php ├── lang │ ├── en-us │ │ ├── desclib.php │ │ ├── langfunctionlib.php │ │ ├── langkeywordlib.php │ │ ├── language │ │ └── messagelib.php │ └── readme ├── lbin │ ├── database.inc │ ├── index.php │ ├── remote.php │ └── webcommand.php ├── lib │ ├── alternate.php │ ├── client │ │ ├── appearancelib.php │ │ ├── auxiliarylib.php │ │ ├── client__synclib.php │ │ ├── clientbaselib.php │ │ ├── clientcorelib.php │ │ ├── clientlib.php │ │ ├── clientskellib.php │ │ ├── clienttemplatebaselib.php │ │ ├── clienttemplatelib.php │ │ ├── dskfavorite.php │ │ ├── infolib.php │ │ ├── lxclient.php │ │ ├── miscinfolib.php │ │ ├── nodelib.php │ │ ├── notificationlib.php │ │ ├── olddskshortcut.php │ │ ├── slavelib.php │ │ └── superclientlib.php │ ├── define.php │ ├── demologins.html │ ├── demologins.php │ ├── domain │ │ ├── addondomainlib.php │ │ ├── clientmail.php │ │ ├── domainbaselib.php │ │ ├── domaincorelib.php │ │ ├── domaindefault.php │ │ ├── domainlib.php │ │ ├── domaintemplatelib.php │ │ ├── domaintraffichistorylib.php │ │ └── domaintrafficlib.php │ ├── driver_define.php │ ├── extra │ │ ├── LICENSE.phpmailer │ │ ├── PHPMailerAutoload.php │ │ ├── VERSION │ │ ├── class.phpmailer.php │ │ ├── class.phpmaileroauth.php │ │ ├── class.phpmaileroauthgoogle.php │ │ ├── class.pop3.php │ │ ├── class.smtp.php │ │ └── get_oauth_token.php │ ├── gbl.php │ ├── generic.php │ ├── genlistlib.php │ ├── html │ │ ├── actionlog.php │ │ ├── ajaxcore.php │ │ ├── apilib.php │ │ ├── browsebackuplib.php │ │ ├── commandlinelib.php │ │ ├── commandlinelib_old.php │ │ ├── commonfslib.php │ │ ├── countrycode.inc │ │ ├── custombuttonlib.php │ │ ├── definecore.php │ │ ├── displayinclude.php │ │ ├── driver_definecore.php │ │ ├── driverlib.php │ │ ├── emailalertlib.php │ │ ├── include.php │ │ ├── includecore.php │ │ ├── initlib.php │ │ ├── interface_templatelib.php │ │ ├── invoicelib.php │ │ ├── ippoollib.php │ │ ├── lib.php │ │ ├── linuxfslib.php │ │ ├── linuxlib.php │ │ ├── lstclasslib.php │ │ ├── lxbackuplib.php │ │ ├── lxguardincludelib.php │ │ ├── lxserverlib.php │ │ ├── objectactionlib.php │ │ ├── paymentdetail__paypallib.php │ │ ├── paymentdetaillib.php │ │ ├── portmonitorlib.php │ │ ├── remotelib.php │ │ ├── resourceplanlib.php │ │ ├── selfbackuplib.php │ │ ├── serverstatus.php │ │ ├── traceroute.php │ │ ├── traffichistorylib.php │ │ ├── updatelib.php │ │ ├── utmplib.php │ │ └── xmlinclude.php │ ├── include.php │ ├── indexheader.html │ ├── linuxproglib.php │ ├── monitor │ │ ├── monitoringserverstatuslib.php │ │ ├── monitorportlib.php │ │ ├── monitorserverlib.php │ │ ├── porthistorylib.php │ │ └── portstatuslib.php │ ├── parsemail │ │ ├── PostNewMail.php │ │ ├── getEmail.php │ │ └── parseMail.php │ ├── php │ │ ├── action_func.inc │ │ ├── actions.php │ │ ├── allowediplib.php │ │ ├── blockediplib.php │ │ ├── common.inc │ │ ├── coreffilelib.php │ │ ├── dnsslavelib.php │ │ ├── gbllib.php │ │ ├── generallib.php │ │ ├── include.inc │ │ ├── index.php │ │ ├── licenselib.php │ │ ├── linuxcorelib.php │ │ ├── logout.php │ │ ├── lxclass.php │ │ ├── lxdb.php │ │ ├── lxlib.php │ │ ├── modulelib.php │ │ ├── resourcelib.php │ │ ├── sendmailbanlib.php │ │ ├── sqlitelib.php │ │ ├── ssessionlib.php │ │ ├── tldextract.php │ │ └── treelib.php │ ├── programlib.php │ ├── quotacommon.php │ ├── quotacommon__apache.php │ ├── redirect.php │ ├── resourcecorelib.php │ ├── sgbl.php │ ├── ticket │ │ ├── helpdesklib.php │ │ ├── smessagelib.php │ │ ├── ticketconfiglib.php │ │ ├── tickethistorylib.php │ │ └── ticketlib.php │ └── urlrewrite │ │ ├── example0.php │ │ ├── example1.php │ │ ├── example2.php │ │ ├── example3.php │ │ ├── goto │ │ ├── hn_urlrewrite.class.php │ │ ├── hn_urlrewrite_readme.txt │ │ └── htaccess_txt ├── login │ └── PLACE_HOLDER ├── sesubmit │ ├── engines.php │ ├── functions.php │ ├── index.html │ ├── phpsubmit.php │ ├── submit.php │ └── submithead.php ├── theme │ ├── background │ │ ├── abstract_001.jpg │ │ ├── abstract_002.jpg │ │ ├── abstract_003.jpg │ │ ├── abstract_004.jpg │ │ ├── abstract_005.jpg │ │ ├── abstract_006.jpg │ │ ├── abstract_007.jpg │ │ ├── abstract_008.jpg │ │ ├── abstract_009.jpg │ │ ├── abstract_010.jpg │ │ ├── abstract_011.jpg │ │ ├── abstract_012.jpg │ │ ├── abstract_013.jpg │ │ ├── fantasy_001.jpg │ │ ├── fantasy_002.jpg │ │ ├── nature_001.jpg │ │ ├── nature_002.jpg │ │ ├── nature_003.jpg │ │ ├── nature_004.jpg │ │ ├── nature_005.jpg │ │ ├── nature_006.jpg │ │ ├── nature_007.jpg │ │ ├── pattern_001.jpg │ │ └── pattern_002.jpg │ ├── coredisplaylib.php │ ├── css │ │ ├── admin_login.css │ │ ├── common.css │ │ ├── examples.css │ │ ├── ext-all.css │ │ ├── header.css │ │ ├── menustyle.css │ │ ├── skin │ │ │ ├── base.css │ │ │ └── lxa_blue.css │ │ └── xpmenu │ │ │ └── XPClassic.css │ ├── domcollapse │ │ ├── domcollapse.css │ │ ├── domcollapse.js │ │ ├── gray.gif │ │ ├── orange.gif │ │ └── ottools.css │ ├── extjs │ │ ├── aero │ │ │ ├── basic-dialog │ │ │ │ ├── aero-close-over.gif │ │ │ │ ├── aero-close.gif │ │ │ │ ├── bg-center.gif │ │ │ │ ├── bg-left.gif │ │ │ │ ├── bg-right.gif │ │ │ │ ├── close.gif │ │ │ │ ├── collapse-over.gif │ │ │ │ ├── collapse.gif │ │ │ │ ├── e-handle.gif │ │ │ │ ├── expand-over.gif │ │ │ │ ├── expand.gif │ │ │ │ ├── hd-sprite.gif │ │ │ │ ├── s-handle.gif │ │ │ │ ├── se-handle.gif │ │ │ │ └── w-handle.gif │ │ │ ├── gradient-bg.gif │ │ │ ├── grid │ │ │ │ ├── grid-blue-split.gif │ │ │ │ ├── grid-hrow.gif │ │ │ │ ├── grid-split.gif │ │ │ │ ├── grid-vista-hd.gif │ │ │ │ ├── pspbrwse.jbf │ │ │ │ ├── sort-col-bg.gif │ │ │ │ ├── sort_asc.gif │ │ │ │ └── sort_desc.gif │ │ │ ├── layout │ │ │ │ ├── collapse.gif │ │ │ │ ├── expand.gif │ │ │ │ ├── gradient-bg.gif │ │ │ │ ├── ns-collapse.gif │ │ │ │ ├── ns-expand.gif │ │ │ │ ├── panel-close.gif │ │ │ │ ├── panel-title-bg.gif │ │ │ │ ├── panel-title-light-bg.gif │ │ │ │ ├── tab-close-on.gif │ │ │ │ └── tab-close.gif │ │ │ ├── menu │ │ │ │ ├── checked.gif │ │ │ │ ├── item-over.gif │ │ │ │ ├── menu.gif │ │ │ │ └── unchecked.gif │ │ │ ├── qtip │ │ │ │ └── bg.gif │ │ │ ├── s.gif │ │ │ ├── sizer │ │ │ │ ├── e-handle-dark.gif │ │ │ │ ├── e-handle.gif │ │ │ │ ├── ne-handle-dark.gif │ │ │ │ ├── ne-handle.gif │ │ │ │ ├── nw-handle-dark.gif │ │ │ │ ├── nw-handle.gif │ │ │ │ ├── s-handle-dark.gif │ │ │ │ ├── s-handle.gif │ │ │ │ ├── se-handle-dark.gif │ │ │ │ ├── se-handle.gif │ │ │ │ ├── sw-handle-dark.gif │ │ │ │ └── sw-handle.gif │ │ │ ├── tabs │ │ │ │ ├── tab-btm-inactive-left-bg.gif │ │ │ │ ├── tab-btm-inactive-right-bg.gif │ │ │ │ ├── tab-btm-left-bg.gif │ │ │ │ ├── tab-btm-right-bg.gif │ │ │ │ ├── tab-sprite.gif │ │ │ │ ├── tab-strip-bg.gif │ │ │ │ ├── tab-strip-bg.png │ │ │ │ └── tab-strip-btm-bg.gif │ │ │ └── toolbar │ │ │ │ ├── bg.gif │ │ │ │ └── tb-btn-sprite.gif │ │ ├── comment-bg.gif │ │ ├── comment.gif │ │ ├── css │ │ │ └── post.css │ │ ├── default │ │ │ ├── basic-dialog │ │ │ │ ├── btn-arrow.gif │ │ │ │ ├── btn-sprite.gif │ │ │ │ ├── close.gif │ │ │ │ ├── collapse.gif │ │ │ │ ├── e-handle.gif │ │ │ │ ├── expand.gif │ │ │ │ ├── hd-sprite.gif │ │ │ │ ├── progress.gif │ │ │ │ ├── progress2.gif │ │ │ │ ├── s-handle.gif │ │ │ │ └── se-handle.gif │ │ │ ├── box │ │ │ │ ├── corners-blue.gif │ │ │ │ ├── corners.gif │ │ │ │ ├── l-blue.gif │ │ │ │ ├── l.gif │ │ │ │ ├── r-blue.gif │ │ │ │ ├── r.gif │ │ │ │ ├── tb-blue.gif │ │ │ │ └── tb.gif │ │ │ ├── dd │ │ │ │ ├── drop-add.gif │ │ │ │ ├── drop-no.gif │ │ │ │ └── drop-yes.gif │ │ │ ├── editor │ │ │ │ └── tb-sprite.gif │ │ │ ├── form │ │ │ │ ├── clear-trigger.gif │ │ │ │ ├── clear-trigger.psd │ │ │ │ ├── date-trigger.gif │ │ │ │ ├── date-trigger.psd │ │ │ │ ├── error-tip-corners.gif │ │ │ │ ├── exclamation.gif │ │ │ │ ├── search-trigger.gif │ │ │ │ ├── search-trigger.psd │ │ │ │ ├── text-bg.gif │ │ │ │ ├── trigger-tpl.gif │ │ │ │ ├── trigger.gif │ │ │ │ └── trigger.psd │ │ │ ├── gradient-bg.gif │ │ │ ├── grid │ │ │ │ ├── arrow-left-white.gif │ │ │ │ ├── arrow-right-white.gif │ │ │ │ ├── col-move-bottom.gif │ │ │ │ ├── col-move-top.gif │ │ │ │ ├── dirty.gif │ │ │ │ ├── done.gif │ │ │ │ ├── drop-no.gif │ │ │ │ ├── drop-yes.gif │ │ │ │ ├── footer-bg.gif │ │ │ │ ├── grid-blue-hd.gif │ │ │ │ ├── grid-blue-split.gif │ │ │ │ ├── grid-hrow.gif │ │ │ │ ├── grid-loading.gif │ │ │ │ ├── grid-split.gif │ │ │ │ ├── grid-vista-hd.gif │ │ │ │ ├── grid3-hd-btn.gif │ │ │ │ ├── grid3-hrow-over.gif │ │ │ │ ├── grid3-hrow.gif │ │ │ │ ├── grid3-special-col-bg.gif │ │ │ │ ├── grid3-special-col-sel-bg.gif │ │ │ │ ├── hd-pop.gif │ │ │ │ ├── hmenu-asc.gif │ │ │ │ ├── hmenu-desc.gif │ │ │ │ ├── hmenu-lock.gif │ │ │ │ ├── hmenu-lock.png │ │ │ │ ├── hmenu-unlock.gif │ │ │ │ ├── hmenu-unlock.png │ │ │ │ ├── invalid_line.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── mso-hd.gif │ │ │ │ ├── nowait.gif │ │ │ │ ├── page-first-disabled.gif │ │ │ │ ├── page-first.gif │ │ │ │ ├── page-last-disabled.gif │ │ │ │ ├── page-last.gif │ │ │ │ ├── page-next-disabled.gif │ │ │ │ ├── page-next.gif │ │ │ │ ├── page-prev-disabled.gif │ │ │ │ ├── page-prev.gif │ │ │ │ ├── pick-button.gif │ │ │ │ ├── refresh.gif │ │ │ │ ├── row-check-sprite.gif │ │ │ │ ├── row-expand-sprite.gif │ │ │ │ ├── row-over.gif │ │ │ │ ├── row-sel.gif │ │ │ │ ├── sort_asc.gif │ │ │ │ ├── sort_desc.gif │ │ │ │ └── wait.gif │ │ │ ├── layout │ │ │ │ ├── collapse.gif │ │ │ │ ├── expand.gif │ │ │ │ ├── gradient-bg.gif │ │ │ │ ├── ns-collapse.gif │ │ │ │ ├── ns-expand.gif │ │ │ │ ├── panel-close.gif │ │ │ │ ├── panel-title-bg.gif │ │ │ │ ├── panel-title-light-bg.gif │ │ │ │ ├── stick.gif │ │ │ │ ├── stuck.gif │ │ │ │ ├── tab-close-on.gif │ │ │ │ └── tab-close.gif │ │ │ ├── menu │ │ │ │ ├── checked.gif │ │ │ │ ├── group-checked.gif │ │ │ │ ├── menu-parent.gif │ │ │ │ ├── menu.gif │ │ │ │ └── unchecked.gif │ │ │ ├── panel │ │ │ │ └── tool-sprites.gif │ │ │ ├── qtip │ │ │ │ ├── bg.gif │ │ │ │ ├── close.gif │ │ │ │ └── tip-sprite.gif │ │ │ ├── s.gif │ │ │ ├── shadow-c.png │ │ │ ├── shadow-lr.png │ │ │ ├── shadow.png │ │ │ ├── shared │ │ │ │ ├── calendar.gif │ │ │ │ ├── glass-bg.gif │ │ │ │ ├── left-btn.gif │ │ │ │ ├── right-btn.gif │ │ │ │ └── warning.gif │ │ │ ├── sizer │ │ │ │ ├── e-handle-dark.gif │ │ │ │ ├── e-handle.gif │ │ │ │ ├── ne-handle-dark.gif │ │ │ │ ├── ne-handle.gif │ │ │ │ ├── nw-handle-dark.gif │ │ │ │ ├── nw-handle.gif │ │ │ │ ├── s-handle-dark.gif │ │ │ │ ├── s-handle.gif │ │ │ │ ├── se-handle-dark.gif │ │ │ │ ├── se-handle.gif │ │ │ │ ├── square.gif │ │ │ │ ├── sw-handle-dark.gif │ │ │ │ └── sw-handle.gif │ │ │ ├── tabs │ │ │ │ ├── tab-btm-inactive-left-bg.gif │ │ │ │ ├── tab-btm-inactive-right-bg.gif │ │ │ │ ├── tab-btm-left-bg.gif │ │ │ │ ├── tab-btm-right-bg.gif │ │ │ │ └── tab-sprite.gif │ │ │ ├── toolbar │ │ │ │ ├── btn-arrow-light.gif │ │ │ │ ├── btn-arrow.gif │ │ │ │ ├── btn-over-bg.gif │ │ │ │ ├── gray-bg.gif │ │ │ │ ├── tb-bg.gif │ │ │ │ └── tb-btn-sprite.gif │ │ │ └── tree │ │ │ │ ├── drop-add.gif │ │ │ │ ├── drop-between.gif │ │ │ │ ├── drop-no.gif │ │ │ │ ├── drop-over.gif │ │ │ │ ├── drop-under.gif │ │ │ │ ├── drop-yes.gif │ │ │ │ ├── elbow-end-minus-nl.gif │ │ │ │ ├── elbow-end-minus.gif │ │ │ │ ├── elbow-end-plus-nl.gif │ │ │ │ ├── elbow-end-plus.gif │ │ │ │ ├── elbow-end.gif │ │ │ │ ├── elbow-line.gif │ │ │ │ ├── elbow-minus-nl.gif │ │ │ │ ├── elbow-minus.gif │ │ │ │ ├── elbow-plus-nl.gif │ │ │ │ ├── elbow-plus.gif │ │ │ │ ├── elbow.gif │ │ │ │ ├── folder-open.gif │ │ │ │ ├── folder.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── loading.gif │ │ │ │ └── s.gif │ │ ├── gray │ │ │ ├── basic-dialog │ │ │ │ ├── close.gif │ │ │ │ ├── collapse.gif │ │ │ │ ├── dlg-bg.gif │ │ │ │ ├── e-handle.gif │ │ │ │ ├── expand.gif │ │ │ │ ├── hd-sprite.gif │ │ │ │ ├── s-handle.gif │ │ │ │ └── se-handle.gif │ │ │ ├── gradient-bg.gif │ │ │ ├── grid │ │ │ │ └── grid-hrow.gif │ │ │ ├── layout │ │ │ │ ├── collapse.gif │ │ │ │ ├── expand.gif │ │ │ │ ├── gradient-bg.gif │ │ │ │ ├── ns-collapse.gif │ │ │ │ ├── ns-expand.gif │ │ │ │ ├── panel-close.gif │ │ │ │ ├── panel-title-bg.gif │ │ │ │ ├── panel-title-light-bg.gif │ │ │ │ ├── stick.gif │ │ │ │ ├── tab-close-on.gif │ │ │ │ └── tab-close.gif │ │ │ ├── menu │ │ │ │ ├── checked.gif │ │ │ │ ├── group-checked.gif │ │ │ │ ├── menu-parent.gif │ │ │ │ ├── menu.gif │ │ │ │ └── unchecked.gif │ │ │ ├── qtip │ │ │ │ ├── bg.gif │ │ │ │ └── tip-sprite.gif │ │ │ ├── s.gif │ │ │ ├── sizer │ │ │ │ ├── e-handle-dark.gif │ │ │ │ ├── e-handle.gif │ │ │ │ ├── ne-handle-dark.gif │ │ │ │ ├── ne-handle.gif │ │ │ │ ├── nw-handle-dark.gif │ │ │ │ ├── nw-handle.gif │ │ │ │ ├── s-handle-dark.gif │ │ │ │ ├── s-handle.gif │ │ │ │ ├── se-handle-dark.gif │ │ │ │ ├── se-handle.gif │ │ │ │ ├── sw-handle-dark.gif │ │ │ │ └── sw-handle.gif │ │ │ ├── tabs │ │ │ │ ├── tab-btm-inactive-left-bg.gif │ │ │ │ ├── tab-btm-inactive-right-bg.gif │ │ │ │ ├── tab-btm-left-bg.gif │ │ │ │ ├── tab-btm-right-bg.gif │ │ │ │ └── tab-sprite.gif │ │ │ └── toolbar │ │ │ │ ├── gray-bg.gif │ │ │ │ └── tb-btn-sprite.gif │ │ ├── js │ │ │ ├── ext-all.js │ │ │ ├── ext-yui-adapter.js │ │ │ └── yui-utilities.js │ │ ├── vista │ │ │ ├── basic-dialog │ │ │ │ ├── bg-center.gif │ │ │ │ ├── bg-left.gif │ │ │ │ ├── bg-right.gif │ │ │ │ ├── close.gif │ │ │ │ ├── collapse.gif │ │ │ │ ├── dlg-bg.gif │ │ │ │ ├── e-handle.gif │ │ │ │ ├── expand.gif │ │ │ │ ├── hd-sprite.gif │ │ │ │ ├── s-handle.gif │ │ │ │ ├── se-handle.gif │ │ │ │ └── w-handle.gif │ │ │ ├── gradient-bg.gif │ │ │ ├── grid │ │ │ │ ├── grid-split.gif │ │ │ │ └── grid-vista-hd.gif │ │ │ ├── layout │ │ │ │ ├── collapse.gif │ │ │ │ ├── expand.gif │ │ │ │ ├── gradient-bg.gif │ │ │ │ ├── ns-collapse.gif │ │ │ │ ├── ns-expand.gif │ │ │ │ ├── panel-close.gif │ │ │ │ ├── panel-title-bg.gif │ │ │ │ ├── panel-title-light-bg.gif │ │ │ │ ├── stick.gif │ │ │ │ ├── tab-close-on.gif │ │ │ │ └── tab-close.gif │ │ │ ├── qtip │ │ │ │ ├── bg.gif │ │ │ │ └── tip-sprite.gif │ │ │ ├── s.gif │ │ │ ├── sizer │ │ │ │ ├── e-handle-dark.gif │ │ │ │ ├── e-handle.gif │ │ │ │ ├── ne-handle-dark.gif │ │ │ │ ├── ne-handle.gif │ │ │ │ ├── nw-handle-dark.gif │ │ │ │ ├── nw-handle.gif │ │ │ │ ├── s-handle-dark.gif │ │ │ │ ├── s-handle.gif │ │ │ │ ├── se-handle-dark.gif │ │ │ │ ├── se-handle.gif │ │ │ │ ├── sw-handle-dark.gif │ │ │ │ └── sw-handle.gif │ │ │ ├── tabs │ │ │ │ ├── tab-btm-inactive-left-bg.gif │ │ │ │ ├── tab-btm-inactive-right-bg.gif │ │ │ │ ├── tab-btm-left-bg.gif │ │ │ │ ├── tab-btm-right-bg.gif │ │ │ │ └── tab-sprite.gif │ │ │ └── toolbar │ │ │ │ ├── gray-bg.gif │ │ │ │ └── tb-btn-sprite.gif │ │ └── warning.gif │ ├── filecore │ │ ├── execzsh.sh │ │ ├── init.crontab │ │ ├── p.c │ │ ├── p.k │ │ ├── ticketfetchmailrc │ │ └── vncviewer-applet.html │ ├── fonts │ │ ├── custom.js │ │ ├── font.css │ │ ├── webhostinghub-glyphs.eot │ │ ├── webhostinghub-glyphs.svg │ │ ├── webhostinghub-glyphs.ttf │ │ └── whhg.css │ ├── frame_bottom.php │ ├── frame_left.php │ ├── frame_top.php │ ├── general │ │ ├── button │ │ │ ├── blank.gif │ │ │ ├── btm_01.gif │ │ │ ├── btm_02.gif │ │ │ ├── btm_03.gif │ │ │ ├── btn_show.gif │ │ │ ├── center.gif │ │ │ ├── close.gif │ │ │ ├── closeover.gif │ │ │ ├── downarrow.gif │ │ │ ├── finish.gif │ │ │ ├── fnav_01.gif │ │ │ ├── fnav_02.gif │ │ │ ├── fnav_03.gif │ │ │ ├── fullscreen.gif │ │ │ ├── fullscreenover.gif │ │ │ ├── lside.gif │ │ │ ├── next.gif │ │ │ ├── okpic.gif │ │ │ ├── on.gif │ │ │ ├── pointer.gif │ │ │ ├── refresh.gif │ │ │ ├── refreshover.gif │ │ │ ├── rside.gif │ │ │ ├── star.gif │ │ │ ├── star1.gif │ │ │ ├── uparrow.gif │ │ │ ├── uplevel.gif │ │ │ └── warningpic.gif │ │ ├── default │ │ │ ├── default.gif │ │ │ ├── default_0.gif │ │ │ ├── default_1.gif │ │ │ ├── default_10.gif │ │ │ ├── default_11.gif │ │ │ ├── default_2.gif │ │ │ ├── default_3.gif │ │ │ ├── default_4.gif │ │ │ ├── default_5.gif │ │ │ ├── default_6.gif │ │ │ ├── default_7.gif │ │ │ ├── default_8.gif │ │ │ ├── default_9.gif │ │ │ └── small │ │ │ │ ├── default_0.gif │ │ │ │ ├── default_1.gif │ │ │ │ ├── default_10.gif │ │ │ │ ├── default_11.gif │ │ │ │ ├── default_2.gif │ │ │ │ ├── default_3.gif │ │ │ │ ├── default_4.gif │ │ │ │ ├── default_5.gif │ │ │ │ ├── default_6.gif │ │ │ │ ├── default_7.gif │ │ │ │ ├── default_8.gif │ │ │ │ └── default_9.gif │ │ └── icon │ │ │ ├── first_page.gif │ │ │ ├── forward_page.gif │ │ │ ├── g_green.gif │ │ │ ├── g_orange.gif │ │ │ ├── g_red.gif │ │ │ ├── g_white.gif │ │ │ ├── g_yellow.gif │ │ │ ├── last_page.gif │ │ │ ├── left_point.gif │ │ │ ├── next_page.gif │ │ │ ├── prev_page.gif │ │ │ ├── rewind_page.gif │ │ │ ├── right_point.gif │ │ │ ├── search_b.gif │ │ │ ├── search_b2.gif │ │ │ ├── search_s.gif │ │ │ ├── showall_b.gif │ │ │ └── showall_s.gif │ ├── html.php │ ├── htmllib.php │ ├── icon │ │ └── collage │ │ │ ├── Untitled-2.gif │ │ │ ├── Untitled-6.gif │ │ │ ├── __title_administer.gif │ │ │ ├── __title_advanced.gif │ │ │ ├── __title_classmmail.gif │ │ │ ├── __title_domain_administer.gif │ │ │ ├── __title_domain_classweb.gif │ │ │ ├── __title_domain_extra.gif │ │ │ ├── __title_domain_log.gif │ │ │ ├── __title_domain_rec.gif │ │ │ ├── __title_resource.gif │ │ │ ├── __title_script.gif │ │ │ ├── a_local_addform.gif │ │ │ ├── a_rec_a_addform.gif │ │ │ ├── a_remote_addform.gif │ │ │ ├── about.gif │ │ │ ├── aboutus.jpg │ │ │ ├── actionlog_list.gif │ │ │ ├── add.gif │ │ │ ├── addondomain_list.gif │ │ │ ├── addondomain_list1.gif │ │ │ ├── addondomain_parked_addform.gif │ │ │ ├── addondomain_redirect_addfor.gif │ │ │ ├── addondomain_redirect_addform.gif │ │ │ ├── admin.gif │ │ │ ├── alias_a_addform.gif │ │ │ ├── all_addondomain_list.gif │ │ │ ├── all_client_list.gif │ │ │ ├── all_domaina_list.gif │ │ │ ├── all_vps_list.gif │ │ │ ├── alleasyinstaller_list.gif │ │ │ ├── allinstallsoft_list.gif │ │ │ ├── allinstallsoft_list1.gif │ │ │ ├── allinstallsoft_list11.gif │ │ │ ├── allinstallsoft_list2.gif │ │ │ ├── allowedip_addform.gif │ │ │ ├── allowedip_list.gif │ │ │ ├── answer.gif │ │ │ ├── apache.gif │ │ │ ├── autorespond_status_v_off.gif │ │ │ ├── autoresponder.gif │ │ │ ├── autoresponder_a_list.gif │ │ │ ├── autoresponder_addform.gif │ │ │ ├── autoresponder_list.gif │ │ │ ├── auxiliary_addform.gif │ │ │ ├── auxiliary_list.gif │ │ │ ├── bind.gif │ │ │ ├── black.gif │ │ │ ├── blist_a_addform.gif │ │ │ ├── blist_a_list.gif │ │ │ ├── blockedip_addform.gif │ │ │ ├── blockedip_list.gif │ │ │ ├── blockedip_list1.gif │ │ │ ├── browse.gif │ │ │ ├── changedirector.gif │ │ │ ├── client.gif │ │ │ ├── client_cttype_v_admin.gif │ │ │ ├── client_cttype_v_customer.gif │ │ │ ├── client_cttype_v_master.gif │ │ │ ├── client_cttype_v_reseller.gif │ │ │ ├── client_cttype_v_wholesale.gif │ │ │ ├── client_customer_addform.gif │ │ │ ├── client_limit.gif │ │ │ ├── client_list.gif │ │ │ ├── client_list1.gif │ │ │ ├── client_list__filter_view_normal.gif │ │ │ ├── client_list__filter_view_quota.gif │ │ │ ├── client_master_addform.gif │ │ │ ├── client_reseller_addform.gif │ │ │ ├── client_searchform.gif │ │ │ ├── client_show.gif │ │ │ ├── client_show_config.gif │ │ │ ├── client_updateform_clientsendmessage.gif │ │ │ ├── client_updateform_default_domain.gif │ │ │ ├── client_updateform_default_domain1.gif │ │ │ ├── client_updateform_deleteorphanedvps.gif │ │ │ ├── client_updateform_dnstemplatelist.gif │ │ │ ├── client_updateform_generate_csr.gif │ │ │ ├── client_updateform_ipaddress.gif │ │ │ ├── client_updateform_multivpscreate.gif │ │ │ ├── client_updateform_pserver.gif │ │ │ ├── client_updateform_resendwel.gif │ │ │ ├── client_updateform_resendwelcome.gif │ │ │ ├── client_updateform_skeleton.gif │ │ │ ├── client_wholesale_addform.gif │ │ │ ├── clientlimits_b.gif │ │ │ ├── clientmail_list.gif │ │ │ ├── clientplan_addform.gif │ │ │ ├── clientplan_list.gif │ │ │ ├── clientplan_show.gif │ │ │ ├── clients.gif │ │ │ ├── clienttemplate_addform.gif │ │ │ ├── clienttemplate_list.gif │ │ │ ├── clienttemplate_updateform_description.gif │ │ │ ├── clienttemplate_updateform_ipaddress.gif │ │ │ ├── clienttemplate_updateform_pserver.gif │ │ │ ├── close.gif │ │ │ ├── cn_rec_a_addform.gif │ │ │ ├── community.gif │ │ │ ├── component_addform.gif │ │ │ ├── component_list.gif │ │ │ ├── consolessh_list.gif │ │ │ ├── continue.gif │ │ │ ├── cpstatus_v_off.gif │ │ │ ├── cpstatus_v_on.gif │ │ │ ├── create.gif │ │ │ ├── createfailed.gif │ │ │ ├── cron_addform.gif │ │ │ ├── cron_complex_addform.gif │ │ │ ├── cron_list.gif │ │ │ ├── cron_simple_addform.gif │ │ │ ├── css_curve.gif │ │ │ ├── css_domain_list.gif │ │ │ ├── cttype_v_admin.gif │ │ │ ├── cttype_v_customer.gif │ │ │ ├── cttype_v_ftpuser.gif │ │ │ ├── cttype_v_reseller.gif │ │ │ ├── cttype_v_superadmin.gif │ │ │ ├── cttype_v_superclient.gif │ │ │ ├── cttype_v_vps.gif │ │ │ ├── custom_button.gif │ │ │ ├── custombutton_addform.gif │ │ │ ├── custombutton_list.gif │ │ │ ├── datacenter_list.gif │ │ │ ├── dbadmin_addform.gif │ │ │ ├── dbadmin_list.gif │ │ │ ├── ddatabase_addform.gif │ │ │ ├── ddatabase_list.gif │ │ │ ├── debais.gif │ │ │ ├── debian.gif │ │ │ ├── default.gif │ │ │ ├── delete.gif │ │ │ ├── delete1.gif │ │ │ ├── deleted.gif │ │ │ ├── deleteorphanedvps.gif │ │ │ ├── desktop.gif │ │ │ ├── directory.gif │ │ │ ├── directory1.gif │ │ │ ├── dirindexlist_a_list.gif │ │ │ ├── dirlocation_list.gif │ │ │ ├── dirprotect_addform.gif │ │ │ ├── dirprotect_list.gif │ │ │ ├── dirprotect_list1.gif │ │ │ ├── disbale.gif │ │ │ ├── diskusage_list.gif │ │ │ ├── diskusage_list2.gif │ │ │ ├── dns_record_a_a_addform.gif │ │ │ ├── dns_record_a_cname_addform.gif │ │ │ ├── dns_record_a_mx_addform.gif │ │ │ ├── dns_record_a_ns_addform.gif │ │ │ ├── dns_record_a_txt_addform.gif │ │ │ ├── dns_show.gif │ │ │ ├── dns_show1.gif │ │ │ ├── dns_updateform_secondaryser.gif │ │ │ ├── dns_updateform_secondaryserver.gif │ │ │ ├── dns_updateform_switchdnsserver.gif │ │ │ ├── dnstemplate_addform.gif │ │ │ ├── dnstemplate_list.gif │ │ │ ├── dnstemplate_updateform_secondaryserver.gif │ │ │ ├── dologin.gif │ │ │ ├── domain1.gif │ │ │ ├── domain_addform.gif │ │ │ ├── domain_forward_addform.gif │ │ │ ├── domain_list.gif │ │ │ ├── domain_list1.gif │ │ │ ├── domain_list2.gif │ │ │ ├── domain_php_domain_change_ow.gif │ │ │ ├── domain_searchform.gif │ │ │ ├── domain_show.gif │ │ │ ├── domain_ttype_v_forward.gif │ │ │ ├── domain_ttype_v_virtual.gif │ │ │ ├── domain_update_show_stats.gif │ │ │ ├── domain_update_show_stats1.gif │ │ │ ├── domain_update_toggle_status.gif │ │ │ ├── domain_updateform_changeown.gif │ │ │ ├── domain_updateform_show_awstats.gif │ │ │ ├── domain_updateform_site_prev1.gif │ │ │ ├── domain_updateform_site_preview.gif │ │ │ ├── domain_updateform_site_preview1.gif │ │ │ ├── domain_updateform_view.gif │ │ │ ├── domain_updateform_view1.gif │ │ │ ├── domain_virtual_addform.gif │ │ │ ├── domaina_addform.gif │ │ │ ├── domaina_list.gif │ │ │ ├── domainbackup_show.gif │ │ │ ├── domaindb_updateform_phpmyad.gif │ │ │ ├── domaindefault_updateform_update.gif │ │ │ ├── domainplan_addform.gif │ │ │ ├── domainplan_list.gif │ │ │ ├── domainplan_show.gif │ │ │ ├── domaintemplate_addform.gif │ │ │ ├── domaintemplate_addfrom.gif │ │ │ ├── domaintemplate_list.gif │ │ │ ├── domaintemplate_show.gif │ │ │ ├── domaintemplate_updateform_description.gif │ │ │ ├── domaintemplate_updateform_domaindbpserver.gif │ │ │ ├── domaintraffichistory_list.gif │ │ │ ├── domaintraffichistory_list1.gif │ │ │ ├── driver_show.gif │ │ │ ├── driver_updateform_update.gif │ │ │ ├── dskshortcut_a_list.gif │ │ │ ├── dtype_v_domain.gif │ │ │ ├── dtype_v_maindomain.gif │ │ │ ├── dtype_v_subdomain.gif │ │ │ ├── dull.gif │ │ │ ├── emailalert_addform.gif │ │ │ ├── emailalert_addform1.gif │ │ │ ├── emailalert_list.gif │ │ │ ├── emailalert_list1.gif │ │ │ ├── enable.gif │ │ │ ├── exclusiveip_list.gif │ │ │ ├── fedora.gif │ │ │ ├── ffile_list.gif │ │ │ ├── ffile_protect_v_na.gif │ │ │ ├── ffile_protect_v_off.gif │ │ │ ├── ffile_protect_v_on.gif │ │ │ ├── ffile_pvrename.gif │ │ │ ├── ffile_show.gif │ │ │ ├── ffile_show1.gif │ │ │ ├── ffile_ttype_v_back.gif │ │ │ ├── ffile_ttype_v_directory.gif │ │ │ ├── ffile_ttype_v_directory_cop.gif │ │ │ ├── ffile_ttype_v_directory_copy.gif │ │ │ ├── ffile_ttype_v_directory_cut.gif │ │ │ ├── ffile_ttype_v_dirlink.gif │ │ │ ├── ffile_ttype_v_file.gif │ │ │ ├── ffile_ttype_v_file_copy.gif │ │ │ ├── ffile_ttype_v_file_cut.gif │ │ │ ├── ffile_ttype_v_link.gif │ │ │ ├── ffile_ttype_v_tgz.gif │ │ │ ├── ffile_ttype_v_trash.gif │ │ │ ├── ffile_ttype_v_zip.gif │ │ │ ├── ffile_update_copy.gif │ │ │ ├── ffile_update_cut.gif │ │ │ ├── ffile_update_download.gif │ │ │ ├── ffile_update_filedelete.gif │ │ │ ├── ffile_update_paste.gif │ │ │ ├── ffile_update_paste_inactive.gif │ │ │ ├── ffile_update_tar_file.gif │ │ │ ├── ffile_update_upload.gif │ │ │ ├── ffile_update_v_zip.gif │ │ │ ├── ffile_update_zip_file.gif │ │ │ ├── ffile_updateform_diskspace.gif │ │ │ ├── ffile_updateform_filerealdelete.gif │ │ │ ├── ffile_updateform_fileupload.gif │ │ │ ├── ffile_updateform_perm.gif │ │ │ ├── ffile_updateform_thumbnail.gif │ │ │ ├── ffile_updateform_toggle_dot.gif │ │ │ ├── ffile_updateform_upload.gif │ │ │ ├── firewall.gif │ │ │ ├── firewall_addform.gif │ │ │ ├── firewall_list.gif │ │ │ ├── folderblue.gif │ │ │ ├── foldercut.gif │ │ │ ├── folderopen.gif │ │ │ ├── forcedeletepserver.gif │ │ │ ├── forward_a_addform.gif │ │ │ ├── forward_a_list copy.gif │ │ │ ├── forward_a_list.gif │ │ │ ├── forward_status_v_off.gif │ │ │ ├── ftpsession_list.gif │ │ │ ├── ftpsession_list1.gif │ │ │ ├── ftpsession_list2.gif │ │ │ ├── ftpuser_addform.gif │ │ │ ├── ftpuser_list.gif │ │ │ ├── ftpuser_list1.gif │ │ │ ├── ftpuser_show.gif │ │ │ ├── general_show.gif │ │ │ ├── general_updateform_attempts.gif │ │ │ ├── general_updateform_customaction.gif │ │ │ ├── general_updateform_disablep.gif │ │ │ ├── general_updateform_disableper.gif │ │ │ ├── general_updateform_download_config.gif │ │ │ ├── general_updateform_hackbuttonconfig.gif │ │ │ ├── general_updateform_hackbuttonconfig1.gif │ │ │ ├── general_updateform_maintenance.gif │ │ │ ├── general_updateform_portconfig.gif │ │ │ ├── general_updateform_reversedns.gif │ │ │ ├── general_updateform_scavengetime.gif │ │ │ ├── general_updateform_scavengetime1.gif │ │ │ ├── general_updateform_selfbackupconfig.gif │ │ │ ├── general_updateform_selfbackupconfig1.gif │ │ │ ├── general_updateform_use_http.gif │ │ │ ├── hardrefresh.gif │ │ │ ├── helpdesk_show.gif │ │ │ ├── helpdeskcategory_a_list.gif │ │ │ ├── helpdeskcategory_a_list1.gif │ │ │ ├── hostdeny_addform.gif │ │ │ ├── hostdeny_list.gif │ │ │ ├── hypervm-logo.gif │ │ │ ├── hypervm1.gif │ │ │ ├── hypervmlicense_addform.gif │ │ │ ├── hypervmlicense_list.gif │ │ │ ├── icon.gif │ │ │ ├── installsoft_addform.gif │ │ │ ├── installsoft_list.gif │ │ │ ├── installsoft_list1.gif │ │ │ ├── interface_template_list.gif │ │ │ ├── ipaddress_addform.gif │ │ │ ├── ipaddress_cttype_v_ipaddress.gif │ │ │ ├── ipaddress_list.gif │ │ │ ├── ipaddress_show.gif │ │ │ ├── ipaddress_updateform_exclusive.gif │ │ │ ├── ipaddress_updateform_update.gif │ │ │ ├── ippool_list.gif │ │ │ ├── ippool_list1.gif │ │ │ ├── ippoolip_list.gif │ │ │ ├── leverdown.gif │ │ │ ├── leveroff.gif │ │ │ ├── leveron.gif │ │ │ ├── leverup.gif │ │ │ ├── license_list.gif │ │ │ ├── lighttpd.gif │ │ │ ├── lighttpd1.gif │ │ │ ├── linux.gif │ │ │ ├── list__filter_show_nonclosed.gif │ │ │ ├── listsubscribe_addform.gif │ │ │ ├── live.gif │ │ │ ├── live_transcript.gif │ │ │ ├── llog_show.gif │ │ │ ├── logout.gif │ │ │ ├── lxadmin_list.gif │ │ │ ├── lxadmin_mangement.gif │ │ │ ├── lxadmin_status_v_off.gif │ │ │ ├── lxadmin_status_v_on.gif │ │ │ ├── lxadmin_updateform_show_server.gif │ │ │ ├── lxadminlicense_addform.gif │ │ │ ├── lxadminlicense_list.gif │ │ │ ├── lxbackup_show.gif │ │ │ ├── lxbackup_show1.gif │ │ │ ├── lxbackup_updateform_ftp_conf.gif │ │ │ ├── lxbackup_updateform_restore_from_file.gif │ │ │ ├── lxbackup_updateform_schedule_conf.gif │ │ │ ├── lxguard_list.gif │ │ │ ├── lxguard_updateform_remove.gif │ │ │ ├── lxguard_updateform_whitelist.gif │ │ │ ├── lxguardhitdisplay_currentip_flag_v_null.gif │ │ │ ├── lxguardhitdisplay_list.gif │ │ │ ├── lxguardwhitelist_list.gif │ │ │ ├── lxlabs-golden_partner.gif │ │ │ ├── lxlicense_list.gif │ │ │ ├── lxupdate_show.gif │ │ │ ├── mail_graylist_wlist_a_list.gif │ │ │ ├── mailaccount_addform.gif │ │ │ ├── mailaccount_addform1.gif │ │ │ ├── mailaccount_cttype_v_mailaccount.gif │ │ │ ├── mailaccount_list.gif │ │ │ ├── mailaccount_list1.gif │ │ │ ├── mailaccount_show.gif │ │ │ ├── mailaccount_update_disable_autorespond.gif │ │ │ ├── mailaccount_update_disableforward.gif │ │ │ ├── mailaccount_update_enable_autorespond.gif │ │ │ ├── mailaccount_update_enableforward.gif │ │ │ ├── mailaccount_updateform_autores.gif │ │ │ ├── mailaccount_updateform_autores_autoresponder.gif │ │ │ ├── mailaccount_updateform_autores_vacation.gif │ │ │ ├── mailaccount_updateform_clear_spam_db.gif │ │ │ ├── mailaccount_updateform_configuration.gif │ │ │ ├── mailaccount_updateform_filter.gif │ │ │ ├── mailaccount_updateform_train_as_ham.gif │ │ │ ├── mailaccount_updateform_train_as_spam.gif │ │ │ ├── mailaccount_updateform_train_as_system_ham.gif │ │ │ ├── mailaccount_updateform_train_as_system_spam.gif │ │ │ ├── mailalias_addform.gif │ │ │ ├── mailalias_list.gif │ │ │ ├── mailcontent_list.gif │ │ │ ├── mailforward_addform.gif │ │ │ ├── mailforward_list.gif │ │ │ ├── mailforward_list1.gif │ │ │ ├── mailinglist_addform.gif │ │ │ ├── mailinglist_addform1.gif │ │ │ ├── mailinglist_list.gif │ │ │ ├── mailinglist_list1.gif │ │ │ ├── mailinglist_show.gif │ │ │ ├── mailqueue_list.gif │ │ │ ├── mmail_graph_mailtraffic.gif │ │ │ ├── mmail_show.gif │ │ │ ├── mmail_show1.gif │ │ │ ├── mmail_updateform_authentication.gif │ │ │ ├── mmail_updateform_editmx.gif │ │ │ ├── mmail_updateform_switchserver.gif │ │ │ ├── mmail_updateform_webmail_select.gif │ │ │ ├── module_list.gif │ │ │ ├── monitorserver_addform.gif │ │ │ ├── monitorserver_list.gif │ │ │ ├── moodle.gif │ │ │ ├── mssqldb_addform.gif │ │ │ ├── mssqldb_list.gif │ │ │ ├── mx_rec_a_addform.gif │ │ │ ├── mysql_addformdatabseuser.gif │ │ │ ├── mysqldb_addform.gif │ │ │ ├── mysqldb_list.gif │ │ │ ├── mysqldbuser_addform.gif │ │ │ ├── mysqldbuser_list.gif │ │ │ ├── ndskshortcut_list.gif │ │ │ ├── node_addform.gif │ │ │ ├── node_cttype_v_node.gif │ │ │ ├── node_list.gif │ │ │ ├── node_show.gif │ │ │ ├── notifciation_list.gif │ │ │ ├── notification_show.gif │ │ │ ├── notification_show1.gif │ │ │ ├── notify.gif │ │ │ ├── ns_rec_a_addform.gif │ │ │ ├── odbc_list.gif │ │ │ ├── off.gif │ │ │ ├── on.gif │ │ │ ├── opendatabase_list.gif │ │ │ ├── openvz.gif │ │ │ ├── openvz_location_a_list.gif │ │ │ ├── openvzqos_list.gif │ │ │ ├── otherusers.gif │ │ │ ├── outline.gif │ │ │ ├── package_list.gif │ │ │ ├── package_update_doupdate.gif │ │ │ ├── password.gif │ │ │ ├── permalink.gif │ │ │ ├── permission_list.gif │ │ │ ├── phpini_list.gif │ │ │ ├── phpini_updateform_edit.gif │ │ │ ├── phpini_updateform_extraedit.gif │ │ │ ├── pointer.gif │ │ │ ├── pointerdomain.gif │ │ │ ├── power_confirm_s_poweroff.gif │ │ │ ├── power_confirm_s_poweron.gif │ │ │ ├── power_confirm_s_reboot.gif │ │ │ ├── process_list.gif │ │ │ ├── process_state_v_D.renamed.gif │ │ │ ├── process_state_v_R.renamed.gif │ │ │ ├── process_state_v_ZZ.renamed.gif │ │ │ ├── process_state_v_d.gif │ │ │ ├── process_state_v_r.gif │ │ │ ├── process_state_v_zz.gif │ │ │ ├── process_update_kill.gif │ │ │ ├── process_update_term.gif │ │ │ ├── prodir.gif │ │ │ ├── proxy_show.gif │ │ │ ├── proxyacl_delete.gif │ │ │ ├── proxyacl_group_addform.gif │ │ │ ├── proxyacl_host_addform.gif │ │ │ ├── proxyacl_show.gif │ │ │ ├── proxyacl_user_addform.gif │ │ │ ├── pserver_addform.gif │ │ │ ├── pserver_cttype_v_pserver.gif │ │ │ ├── pserver_graph_vpsbase.gif │ │ │ ├── pserver_graph_vpscpuusage.gif │ │ │ ├── pserver_graph_vpsmemoryusag.gif │ │ │ ├── pserver_graph_vpsmemoryusage.gif │ │ │ ├── pserver_graph_vpstraffic.gif │ │ │ ├── pserver_list.gif │ │ │ ├── pserver_list1.gif │ │ │ ├── pserver_show.gif │ │ │ ├── pserver_update_poweroff.gif │ │ │ ├── pserver_update_readipaddress.gif │ │ │ ├── pserver_updateform.gif │ │ │ ├── pserver_updateform_dbpassword.gif │ │ │ ├── pserver_updateform_importvps.gif │ │ │ ├── pserver_updateform_mailqueuedelete.gif │ │ │ ├── pserver_updateform_mailqueueflush.gif │ │ │ ├── pserver_updateform_mysqlpasswordreset.gif │ │ │ ├── pserver_updateform_reboot.gif │ │ │ ├── pserver_updateform_reboot1.gif │ │ │ ├── pserver_updateform_reboot3.gif │ │ │ ├── pserver_updateform_showused.gif │ │ │ ├── pserver_updateform_skin.gif │ │ │ ├── pserver_updateform_switchprogram.gif │ │ │ ├── pserver_updateform_update.gif │ │ │ ├── psrole_a_list..gif │ │ │ ├── psrole_a_list.gif │ │ │ ├── qmail.gif │ │ │ ├── rawlxguardhit_list.gif │ │ │ ├── redhat.gif │ │ │ ├── redirect_a_list.gif │ │ │ ├── redirect_a_local_addform.gif │ │ │ ├── redirect_a_remote_addform.gif │ │ │ ├── refresh.gif │ │ │ ├── refresh1.gif │ │ │ ├── refresh2.gif │ │ │ ├── refreshover.gif │ │ │ ├── releasenote_list.gif │ │ │ ├── resource.gif │ │ │ ├── resourceplan_addform.gif │ │ │ ├── resourceplan_list.gif │ │ │ ├── restart.gif │ │ │ ├── reversedns_list.gif │ │ │ ├── rhel.gif │ │ │ ├── search_b.gif │ │ │ ├── secdir.gif │ │ │ ├── secondaryserver.gif │ │ │ ├── servemail_updateform_spamdyke.gif │ │ │ ├── server_alias_a_addform.gif │ │ │ ├── server_alias_a_list.gif │ │ │ ├── server_alias_a_list1.gif │ │ │ ├── server_aliases.gif │ │ │ ├── serverftp_list.gif │ │ │ ├── servermail_updateform_updat.gif │ │ │ ├── servermail_updateform_update.gif │ │ │ ├── serverweb_list.gif │ │ │ ├── service_addform.gif │ │ │ ├── service_list.gif │ │ │ ├── service_restart_v_on.gif │ │ │ ├── service_stop.gif │ │ │ ├── show_config.gif │ │ │ ├── skin.gif │ │ │ ├── smessage_addform.gif │ │ │ ├── smessage_addform1.gif │ │ │ ├── smessage_list.gif │ │ │ ├── smessage_list1.gif │ │ │ ├── smessage_list11.gif │ │ │ ├── sp_specialplay_update_skin.gif │ │ │ ├── spam.gif │ │ │ ├── spam_show.gif │ │ │ ├── spam_show1.gif │ │ │ ├── spam_show11.gif │ │ │ ├── spam_updateform_edit.gif │ │ │ ├── spam_updateform_update.gif │ │ │ ├── ssession_cttype_v_mailaccou.gif │ │ │ ├── ssession_delete.gif │ │ │ ├── ssession_list.gif │ │ │ ├── ssessionlist_list.gif │ │ │ ├── sshauthorizedkey_list.gif │ │ │ ├── sshauthorizedkey_lxlabs_addform.gif │ │ │ ├── sshauthorizedkey_snormal_addform.gif │ │ │ ├── sshautorizedkey_lxlabs_addform.gif │ │ │ ├── sshclient_list.gif │ │ │ ├── sshconfig_list.gif │ │ │ ├── sslautorizedkey_snormal_addform.gif │ │ │ ├── sslcert_addform.gif │ │ │ ├── sslcert_list.gif │ │ │ ├── sslcert_show.gif │ │ │ ├── sslcert_upload_addform.gif │ │ │ ├── sslcert_uploadfile_addform.gif │ │ │ ├── sslcert_uploadtxt_addform.gif │ │ │ ├── sslipaddress_list.gif │ │ │ ├── sslipaddress_show.gif │ │ │ ├── ssystem_update_dbpassword.gif │ │ │ ├── ssystem_update_password.gif │ │ │ ├── ssystem_update_poweroff.gif │ │ │ ├── ssystem_update_readipaddress.gif │ │ │ ├── ssystem_update_readipadress.gif │ │ │ ├── ssystem_update_reboot.gif │ │ │ ├── start.gif │ │ │ ├── state1.gif │ │ │ ├── state_v_analyzed.gif │ │ │ ├── state_v_closed.gif │ │ │ ├── state_v_exceed.gif │ │ │ ├── state_v_fixed.gif │ │ │ ├── state_v_ok.gif │ │ │ ├── state_v_ok1.gif │ │ │ ├── state_v_open.gif │ │ │ ├── status_client_v_off.gif │ │ │ ├── status_client_v_on.gif │ │ │ ├── status_v_on.gif │ │ │ ├── stop.gif │ │ │ ├── subdomain_list.gif │ │ │ ├── subweb_a_addform..gif │ │ │ ├── subweb_a_addform.gif │ │ │ ├── subweb_a_list.gif │ │ │ ├── superadmin_show.gif │ │ │ ├── superclient_show.gif │ │ │ ├── syncsystem_show.gif │ │ │ ├── ticket_addform.gif │ │ │ ├── ticket_delete.gif │ │ │ ├── ticket_list.gif │ │ │ ├── ticket_list1.gif │ │ │ ├── ticket_list__filter_show_all.gif │ │ │ ├── ticket_list__filter_show_nonclosed.gif │ │ │ ├── ticket_list__filter_show_open.gif │ │ │ ├── ticket_priority_v_high.gif │ │ │ ├── ticket_priority_v_low.gif │ │ │ ├── ticket_priority_v_medium.gif │ │ │ ├── ticket_priority_v_urgent.gif │ │ │ ├── ticket_show.gif │ │ │ ├── ticket_update_close.gif │ │ │ ├── ticketconfig_updateform_ticketconfig.gif │ │ │ ├── toggle_status_s_disable.gif │ │ │ ├── toggle_status_s_enable.gif │ │ │ ├── traceroute_list.gif │ │ │ ├── ttype_v_openvz.gif │ │ │ ├── ttype_v_xen.gif │ │ │ ├── untitled.gif │ │ │ ├── unwanted.gif │ │ │ ├── update_boot.gif │ │ │ ├── update_clear_trash.gif │ │ │ ├── update_collectusage.gif │ │ │ ├── update_cpdisable.gif │ │ │ ├── update_cpenable.gif │ │ │ ├── update_disable.gif │ │ │ ├── update_disable_forward.gif │ │ │ ├── update_enable.gif │ │ │ ├── update_enable_forward.gif │ │ │ ├── update_enable_forward1.gif │ │ │ ├── update_loaddriverinfo.gif │ │ │ ├── update_restore_trash.gif │ │ │ ├── updateform_backup.gif │ │ │ ├── updateform_catchall.gif │ │ │ ├── updateform_catchall1.gif │ │ │ ├── updateform_catchall2.gif │ │ │ ├── updateform_change_plan.gif │ │ │ ├── updateform_changelocation.gif │ │ │ ├── updateform_changeowner.gif │ │ │ ├── updateform_changeowner1.gif │ │ │ ├── updateform_check_dns.gif │ │ │ ├── updateform_commandcenter.gif │ │ │ ├── updateform_createtemplate.gif │ │ │ ├── updateform_ddatabasepserver.gif │ │ │ ├── updateform_demo_status.gif │ │ │ ├── updateform_disable_per.gif │ │ │ ├── updateform_disable_per1.gif │ │ │ ├── updateform_disable_skeleton.gif │ │ │ ├── updateform_dnstemplate.gif │ │ │ ├── updateform_dotnet.gif │ │ │ ├── updateform_download_from_ur.gif │ │ │ ├── updateform_download_from_url.gif │ │ │ ├── updateform_edit.gif │ │ │ ├── updateform_enable_url.gif │ │ │ ├── updateform_forcedeletepserver.gif │ │ │ ├── updateform_generalsetting.gif │ │ │ ├── updateform_image_manager.gif │ │ │ ├── updateform_information.gif │ │ │ ├── updateform_information1.gif │ │ │ ├── updateform_installlxadmin.gif │ │ │ ├── updateform_ipaddress.gif │ │ │ ├── updateform_license.gif │ │ │ ├── updateform_license_superadmin.gif │ │ │ ├── updateform_limit.gif │ │ │ ├── updateform_limit1.gif │ │ │ ├── updateform_limit_template.gif │ │ │ ├── updateform_login_options.gif │ │ │ ├── updateform_message.gif │ │ │ ├── updateform_miscinfo.gif │ │ │ ├── updateform_newdir.gif │ │ │ ├── updateform_newfile.gif │ │ │ ├── updateform_parameter.gif │ │ │ ├── updateform_password.gif │ │ │ ├── updateform_password1.gif │ │ │ ├── updateform_phpinfo.gif │ │ │ ├── updateform_phpmyadmin.gif │ │ │ ├── updateform_poweroff.gif │ │ │ ├── updateform_poweroff1.gif │ │ │ ├── updateform_reboot.gif │ │ │ ├── updateform_rebuild.gif │ │ │ ├── updateform_rebuild1.gif │ │ │ ├── updateform_remotelocalmail.gif │ │ │ ├── updateform_remotelocalmail1.gif │ │ │ ├── updateform_rename.gif │ │ │ ├── updateform_restore.gif │ │ │ ├── updateform_restore_from_fil.gif │ │ │ ├── updateform_restore_from_ftp.gif │ │ │ ├── updateform_run_stats.gif │ │ │ ├── updateform_shell_access.gif │ │ │ ├── updateform_show_stats.gif │ │ │ ├── updateform_site_preview.gif │ │ │ ├── updateform_skin.gif │ │ │ ├── updateform_spam.gif │ │ │ ├── updateform_stats_protect.gif │ │ │ ├── updateform_switchserver.gif │ │ │ ├── updateform_timezone.gif │ │ │ ├── updateform_upload_from_url.gif │ │ │ ├── updateform_upload_logo.gif │ │ │ ├── updateform_vpslist.gif │ │ │ ├── updateform_wall.gif │ │ │ ├── updateform_webmail..gif │ │ │ ├── updateform_webmail.gif │ │ │ ├── updateform_webmail1.gif │ │ │ ├── upload_logo.gif │ │ │ ├── usage_list.gif │ │ │ ├── user_chroot_v_off.gif │ │ │ ├── user_chroot_v_on.gif │ │ │ ├── user_shell_v_off.gif │ │ │ ├── user_shell_v_on.gif │ │ │ ├── utmp_list.gif │ │ │ ├── utmp_list1.gif │ │ │ ├── uuser_addform.gif │ │ │ ├── uuser_addform1.gif │ │ │ ├── uuser_list.gif │ │ │ ├── uuser_list1.gif │ │ │ ├── uuser_show.gif │ │ │ ├── uuser_updateform.gif │ │ │ ├── uuser_updateform_shell_acce.gif │ │ │ ├── uuser_updateform_shell_access.gif │ │ │ ├── vmachine_cttype_v_vmachine.gif │ │ │ ├── vmachine_list.gif │ │ │ ├── vmachinetemplate_list.gif │ │ │ ├── vmachinetraffichistory_list.gif │ │ │ ├── vmipaddress_a_list.gif │ │ │ ├── vncviewer_list.gif │ │ │ ├── vps_addform.gif │ │ │ ├── vps_graph_base.gif │ │ │ ├── vps_graph_cpuusage.gif │ │ │ ├── vps_graph_memoryusage.gif │ │ │ ├── vps_graph_traffic.gif │ │ │ ├── vps_list.gif │ │ │ ├── vps_list1.gif │ │ │ ├── vps_openvz_addform.gif │ │ │ ├── vps_updateform_changenname.gif │ │ │ ├── vps_updateform_changeosimagename.gif │ │ │ ├── vps_updateform_commandcenter.gif │ │ │ ├── vps_updateform_mainipaddres.gif │ │ │ ├── vps_updateform_mainipaddress.gif │ │ │ ├── vps_updateform_mainipaddress1.gif │ │ │ ├── vps_updateform_network.gif │ │ │ ├── vps_updateform_rootpassword.gif │ │ │ ├── vps_xen_addform.gif │ │ │ ├── vpsipaddress_a_list.gif │ │ │ ├── vpsipaddress_list.gif │ │ │ ├── vpstemplate_addform.gif │ │ │ ├── vpstemplate_list.gif │ │ │ ├── vpstraffichistory_list.gif │ │ │ ├── watchdog_list.gif │ │ │ ├── web_config.gif │ │ │ ├── web_graph_webtraffic.gif │ │ │ ├── web_show.gif │ │ │ ├── web_update_extra_tag.gif │ │ │ ├── web_update_frontpage_admin..gif │ │ │ ├── web_update_frontpage_admin.gif │ │ │ ├── web_update_ssl_config.gif │ │ │ ├── web_updateform_access_log.gif │ │ │ ├── web_updateform_blockip.gif │ │ │ ├── web_updateform_configure_misc.gif │ │ │ ├── web_updateform_configure_misc1.gif │ │ │ ├── web_updateform_custom_error.gif │ │ │ ├── web_updateform_custom_error2.gif │ │ │ ├── web_updateform_dirindex.gif │ │ │ ├── web_updateform_docroot.gif │ │ │ ├── web_updateform_enable_frontpage_flag.gif │ │ │ ├── web_updateform_error_log.gif │ │ │ ├── web_updateform_error_log1.gif │ │ │ ├── web_updateform_error_log2.gif │ │ │ ├── web_updateform_extra_tag.gif │ │ │ ├── web_updateform_frontpage.gif │ │ │ ├── web_updateform_hotlink_protection.gif │ │ │ ├── web_updateform_lighty_rewrite.gif │ │ │ ├── web_updateform_php_log.gif │ │ │ ├── web_updateform_phpconfig.gif │ │ │ ├── web_updateform_phpinfo.gif │ │ │ ├── web_updateform_redirect_dom.gif │ │ │ ├── web_updateform_redirect_domain.gif │ │ │ ├── web_updateform_show_stats.gif │ │ │ ├── web_updateform_show_stats1.gif │ │ │ ├── web_updateform_ssl_config.gif │ │ │ ├── web_updateform_ssl_config_m.gif │ │ │ ├── web_updateform_statsconfig.gif │ │ │ ├── web_updateform_switchserver.gif │ │ │ ├── webhandler_list.gif │ │ │ ├── webindexdir_a_addform.gif │ │ │ ├── webindexdir_a_list.gif │ │ │ ├── weblastvisit_list.gif │ │ │ ├── webmimetype_list.gif │ │ │ ├── windows.gif │ │ │ ├── wlist_a_addform.gif │ │ │ ├── wlist_a_list.gif │ │ │ ├── xen.gif │ │ │ └── xen_location_a_list.gif │ ├── js │ │ ├── divpop.js │ │ ├── drag.js │ │ ├── dragdivscroll.js │ │ ├── dragdrop.js │ │ ├── helptext.js │ │ ├── jsvalidator.js │ │ ├── login.js │ │ ├── lxa.js │ │ ├── preop.js │ │ ├── tabs-example.js │ │ ├── tree │ │ │ ├── dtree.css │ │ │ └── dtree.js │ │ └── xpmenu │ │ │ ├── PanelBarOrig.js │ │ │ └── ua.js │ ├── lbin │ │ ├── filedownload.php │ │ ├── getlicense.php │ │ ├── lgt.php │ │ ├── monitordata.php │ │ ├── paypalipn.php │ │ ├── redirect.php │ │ ├── selfupdate.php │ │ ├── serverfile.php │ │ ├── signup.php │ │ └── sitepreview.php │ ├── login │ │ ├── icon.gif │ │ ├── icon1.gif │ │ └── user.gif │ ├── skin │ │ ├── feather │ │ │ ├── Astra_f4f2b8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── onexpand.gif │ │ │ │ │ └── plus.gif │ │ │ ├── Beauty_Bush_f5b8c4 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Bisque2_f5d4b8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Caper_d8f5b8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Caper_e3f5b8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Charlotte_b8ecf5 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Charlotte_b8f4f2 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Cruise_b8f5d4 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Cupid_f5b8d8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Cupid_f5b8e3 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── DarkSeaGreen1_b8f5ca │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── DarkSeaGreen1_c4f5b8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Gossip_cef5b8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Ice_Cold_b8f5df │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Ice_Cold_b8f5e8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Madang_b8f5c0 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Madang_bbf5b9 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Mandys_Pink_f5c0b8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Mandys_Pink_f5cab8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Melrose_b9bbf5 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Melrose_c0b8f5 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Mint_Julep_ecf5b8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Perfume_cab8f5 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Perfume_d4b8f5 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Pink_f5b8ce │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Plum2_dfb8f5 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Plum2_e8b8f5 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Plum2_f2b8f4 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Plum2_f5b8ec │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── RosyBrown2_f5b9bb │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Sail_b8e3f5 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Sidecar_f5e8b8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── SlateGray2_b8cef5 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── SlateGray2_b8d8f5 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Spindle_b8c4f5 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ ├── Wheat_f5dfb8 │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ │ ├── expand.gif │ │ │ │ │ ├── listsort.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ └── tablerow_head.gif │ │ │ └── default │ │ │ │ ├── base_color │ │ │ │ ├── css │ │ │ │ └── style.css │ │ │ │ └── images │ │ │ │ ├── 15a.jpg │ │ │ │ ├── 60.jpg │ │ │ │ ├── 70.jpg │ │ │ │ ├── LightFeather.jpg │ │ │ │ ├── a.gif │ │ │ │ ├── accesslog.gif │ │ │ │ ├── addmailacc.gif │ │ │ │ ├── advphpconfig.gif │ │ │ │ ├── arrow.gif │ │ │ │ ├── arrow1.gif │ │ │ │ ├── autoresp.gif │ │ │ │ ├── awstats.gif │ │ │ │ ├── b.gif │ │ │ │ ├── background.gif │ │ │ │ ├── background1.gif │ │ │ │ ├── backsubmit.gif │ │ │ │ ├── backup.gif │ │ │ │ ├── bar.gif │ │ │ │ ├── bg22.jpg │ │ │ │ ├── bl.gif │ │ │ │ ├── br.gif │ │ │ │ ├── btn_bg.gif │ │ │ │ ├── btn_crv.gif │ │ │ │ ├── btn_crv_left.gif │ │ │ │ ├── btn_crv_right.gif │ │ │ │ ├── btn_ok_bg.gif │ │ │ │ ├── button.gif │ │ │ │ ├── catchall.gif │ │ │ │ ├── center.gif │ │ │ │ ├── clientlist.gif │ │ │ │ ├── completefeather.jpg │ │ │ │ ├── componentinfo.gif │ │ │ │ ├── configure.gif │ │ │ │ ├── cron.gif │ │ │ │ ├── customer.gif │ │ │ │ ├── ddomain.gif │ │ │ │ ├── dirindex.gif │ │ │ │ ├── disableforward.gif │ │ │ │ ├── dnsless.gif │ │ │ │ ├── docroot.gif │ │ │ │ ├── domainfeature.gif │ │ │ │ ├── dot.gif │ │ │ │ ├── easyinstaller.gif │ │ │ │ ├── emailauth.gif │ │ │ │ ├── enableauto.gif │ │ │ │ ├── errorhandlers.gif │ │ │ │ ├── errorlog.gif │ │ │ │ ├── expand.gif │ │ │ │ ├── file.png │ │ │ │ ├── filemgr.gif │ │ │ │ ├── filterconfig.gif │ │ │ │ ├── ftp.gif │ │ │ │ ├── ftpsession.gif │ │ │ │ ├── gradient_bg.gif │ │ │ │ ├── gradient_small.gif │ │ │ │ ├── handlers.gif │ │ │ │ ├── header_panel_bg.gif │ │ │ │ ├── header_top_bg.gif │ │ │ │ ├── header_top_rt.gif │ │ │ │ ├── help.png │ │ │ │ ├── help_bg.gif │ │ │ │ ├── help_edge.gif │ │ │ │ ├── help_head.gif │ │ │ │ ├── helpdesk.gif │ │ │ │ ├── home.png │ │ │ │ ├── hotlink.gif │ │ │ │ ├── info.gif │ │ │ │ ├── ip.gif │ │ │ │ ├── ipblock.gif │ │ │ │ ├── latestvisitors.gif │ │ │ │ ├── left_btn.gif │ │ │ │ ├── left_point.gif │ │ │ │ ├── limits.gif │ │ │ │ ├── listhighlight.gif │ │ │ │ ├── listsort.gif │ │ │ │ ├── loginhistory.gif │ │ │ │ ├── logout.png │ │ │ │ ├── lp_bg.gif │ │ │ │ ├── lp_btn_bg.gif │ │ │ │ ├── lp_head.gif │ │ │ │ ├── lside.gif │ │ │ │ ├── mailforward.gif │ │ │ │ ├── maillist.gif │ │ │ │ ├── mailspam.gif │ │ │ │ ├── managedns.gif │ │ │ │ ├── menufirstlft20.jpg │ │ │ │ ├── menulastrit20.jpg │ │ │ │ ├── menulft20.jpg │ │ │ │ ├── menulft21.jpg │ │ │ │ ├── menurit20.jpg │ │ │ │ ├── menurit21.jpg │ │ │ │ ├── messages.gif │ │ │ │ ├── mime.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── misc.gif │ │ │ │ ├── mxedit.gif │ │ │ │ ├── mysql.gif │ │ │ │ ├── old-menufirstlft20.jpg │ │ │ │ ├── onexpand.gif │ │ │ │ ├── passwd.gif │ │ │ │ ├── password2.gif │ │ │ │ ├── phpcoin.gif │ │ │ │ ├── phpconfig.gif │ │ │ │ ├── phpinfo.gif │ │ │ │ ├── phplog.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── pointerdomain.gif │ │ │ │ ├── protectdir.gif │ │ │ │ ├── redirects.gif │ │ │ │ ├── remotemail.gif │ │ │ │ ├── right_btn.gif │ │ │ │ ├── right_point.gif │ │ │ │ ├── rside.gif │ │ │ │ ├── serveralias.gif │ │ │ │ ├── session.png │ │ │ │ ├── setauto.gif │ │ │ │ ├── side1.gif │ │ │ │ ├── side2.gif │ │ │ │ ├── spamtraining.gif │ │ │ │ ├── ssh.gif │ │ │ │ ├── ssl.gif │ │ │ │ ├── star.gif │ │ │ │ ├── statconf.gif │ │ │ │ ├── statpage.gif │ │ │ │ ├── statuson.gif │ │ │ │ ├── subtitle1.gif │ │ │ │ ├── subtitle2.gif │ │ │ │ ├── subtitle3.gif │ │ │ │ ├── tab_bg.gif │ │ │ │ ├── tab_lt.gif │ │ │ │ ├── tab_rt.gif │ │ │ │ ├── tab_select_bg.gif │ │ │ │ ├── tab_select_bg1.gif │ │ │ │ ├── tab_select_bg2.gif │ │ │ │ ├── tab_select_bg3.gif │ │ │ │ ├── tab_select_lt.gif │ │ │ │ ├── tab_select_lt1.gif │ │ │ │ ├── tab_select_rt.gif │ │ │ │ ├── tab_select_rt1.gif │ │ │ │ ├── tablerow_head.gif │ │ │ │ ├── ticket.png │ │ │ │ ├── tl.gif │ │ │ │ ├── top_bg.gif │ │ │ │ ├── top_line.gif │ │ │ │ ├── top_line1.gif │ │ │ │ ├── top_line_dark.gif │ │ │ │ ├── top_line_dark1.gif │ │ │ │ ├── top_line_light.gif │ │ │ │ ├── top_line_light1.gif │ │ │ │ ├── top_line_medium.gif │ │ │ │ ├── top_lt.gif │ │ │ │ ├── top_rt.gif │ │ │ │ ├── top_select_lt1.gif │ │ │ │ ├── top_select_rt1.gif │ │ │ │ ├── top_slope_lt.gif │ │ │ │ ├── top_slope_rt.gif │ │ │ │ ├── tr.gif │ │ │ │ ├── traffichistory.gif │ │ │ │ ├── webmail.gif │ │ │ │ └── webmailapp.gif │ │ └── simplicity │ │ │ └── default │ │ │ ├── base_color │ │ │ ├── css │ │ │ ├── cssmenu.htc │ │ │ ├── menu.css │ │ │ └── style.css │ │ │ ├── images │ │ │ ├── bl.gif │ │ │ ├── br.gif │ │ │ ├── btn_bg.gif │ │ │ ├── btn_crv.gif │ │ │ ├── dot.gif │ │ │ ├── minus.gif │ │ │ ├── plus.gif │ │ │ ├── tab_bg.gif │ │ │ ├── tablerow_head.gif │ │ │ ├── tl.gif │ │ │ ├── top_bg.gif │ │ │ ├── top_line.gif │ │ │ ├── top_line_medium.gif │ │ │ ├── top_lt.gif │ │ │ ├── top_rt.gif │ │ │ └── tr.gif │ │ │ ├── js │ │ │ └── clock.js │ │ │ ├── menu.php │ │ │ ├── topbar_left.php │ │ │ └── topbar_right.php │ ├── tab_feather.php │ ├── tab_simplicity.php │ ├── treemenu │ │ ├── base.gif │ │ ├── cd.gif │ │ ├── empty.gif │ │ ├── folder.gif │ │ ├── folderopen.gif │ │ ├── globe.gif │ │ ├── imgfolder.gif │ │ ├── join.gif │ │ ├── joinbottom.gif │ │ ├── line.gif │ │ ├── minus.gif │ │ ├── minusbottom.gif │ │ ├── musicfolder.gif │ │ ├── nolines_minus.gif │ │ ├── nolines_plus.gif │ │ ├── oldnolines_minus.gif │ │ ├── oldnolines_plus.gif │ │ ├── page.gif │ │ ├── plus.gif │ │ ├── plusbottom.gif │ │ ├── question.gif │ │ └── trash.gif │ └── xpmenu │ │ ├── BlueCollapse.gif │ │ ├── BlueCollapse1.gif │ │ ├── BlueCollapse3.gif │ │ ├── BlueCollapse33.gif │ │ ├── BlueCollapse4.gif │ │ ├── BlueCollapse_01.gif │ │ ├── BlueExpand.gif │ │ ├── BlueExpand1.gif │ │ ├── BlueExpand2.gif │ │ ├── BlueExpand33.gif │ │ ├── BlueExpand4.gif │ │ ├── BlueExpand5.gif │ │ ├── CPCollapse.gif │ │ ├── CPExpand.gif │ │ ├── ClassicCollapse.gif │ │ ├── ClassicExpand.gif │ │ ├── OliveCollapse.gif │ │ ├── OliveExpand.gif │ │ ├── SilverCollapse.gif │ │ ├── SilverExpand.gif │ │ ├── back.gif │ │ ├── back1.gif │ │ ├── back2.gif │ │ ├── back3.gif │ │ ├── background.gif │ │ ├── minus.gif │ │ └── plus.gif ├── web-console │ ├── index.php │ └── web-console.php ├── webcommand.php └── webdisk │ ├── Console │ └── Getopt.php │ ├── HTTP │ └── WebDAV │ │ ├── README │ │ ├── Server.php │ │ ├── Server │ │ └── Filesystem.php │ │ ├── Tools │ │ ├── _parse_lockinfo.php │ │ ├── _parse_propfind.php │ │ └── _parse_proppatch.php │ │ ├── dav.txt │ │ └── db │ │ └── Fileserver.sql │ ├── PEAR.php │ ├── PEAR │ ├── Autoloader.php │ ├── Builder.php │ ├── ChannelFile.php │ ├── ChannelFile │ │ └── Parser.php │ ├── Command.php │ ├── Command │ │ ├── Auth.php │ │ ├── Auth.xml │ │ ├── Build.php │ │ ├── Build.xml │ │ ├── Channels.php │ │ ├── Channels.xml │ │ ├── Common.php │ │ ├── Config.php │ │ ├── Config.xml │ │ ├── Install.php │ │ ├── Install.xml │ │ ├── Mirror.php │ │ ├── Mirror.xml │ │ ├── Package.php │ │ ├── Package.xml │ │ ├── Pickle.php │ │ ├── Pickle.xml │ │ ├── Registry.php │ │ ├── Registry.xml │ │ ├── Remote.php │ │ ├── Remote.xml │ │ ├── Test.php │ │ └── Test.xml │ ├── Common.php │ ├── Config.php │ ├── Dependency.php │ ├── Dependency2.php │ ├── DependencyDB.php │ ├── Downloader.php │ ├── Downloader │ │ └── Package.php │ ├── ErrorStack.php │ ├── Exception.php │ ├── Frontend.php │ ├── Frontend │ │ └── CLI.php │ ├── Installer.php │ ├── Installer │ │ ├── Role.php │ │ └── Role │ │ │ ├── Common.php │ │ │ ├── Data.php │ │ │ ├── Data.xml │ │ │ ├── Doc.php │ │ │ ├── Doc.xml │ │ │ ├── Ext.php │ │ │ ├── Ext.xml │ │ │ ├── Php.php │ │ │ ├── Php.xml │ │ │ ├── Script.php │ │ │ ├── Script.xml │ │ │ ├── Src.php │ │ │ ├── Src.xml │ │ │ ├── Test.php │ │ │ └── Test.xml │ ├── PackageFile.php │ ├── PackageFile │ │ ├── Generator │ │ │ ├── v1.php │ │ │ └── v2.php │ │ ├── Parser │ │ │ ├── v1.php │ │ │ └── v2.php │ │ ├── v1.php │ │ ├── v2.php │ │ └── v2 │ │ │ ├── Validator.php │ │ │ └── rw.php │ ├── Packager.php │ ├── REST.php │ ├── REST │ │ ├── 10.php │ │ └── 11.php │ ├── Registry.php │ ├── Remote.php │ ├── RunTest.php │ ├── Task │ │ ├── Common.php │ │ ├── Postinstallscript.php │ │ ├── Postinstallscript │ │ │ └── rw.php │ │ ├── Replace.php │ │ ├── Replace │ │ │ └── rw.php │ │ ├── Unixeol.php │ │ ├── Unixeol │ │ │ └── rw.php │ │ ├── Windowseol.php │ │ └── Windowseol │ │ │ └── rw.php │ ├── Validate.php │ ├── Validator │ │ └── PECL.php │ └── XMLParser.php │ ├── System.php │ ├── authenticate.php │ ├── index.php │ └── webdav.php ├── init ├── backend.crt ├── backend.key ├── changeport.php ├── hiawatha-mimetype.conf ├── hiawatha.conf.base ├── kloxo-php-fpm.conf ├── kloxo-php.init ├── kloxo-php.service ├── kloxo-web.init ├── kloxo-web.service ├── kloxo-wrap.init ├── kloxo-wrap.service ├── php-cgi.sh.base ├── php-cli.sh.base ├── php-fpm.init ├── php-fpm.init.base ├── php-fpm.service.base ├── php-fpm.sh.base ├── php-ls.sh.base ├── php.ini.base ├── php52-fpm.conf.base ├── php53-fpm.conf.base ├── phpm-fpm.init.base ├── phpm-fpm.service.base └── softlimit.sample ├── install ├── deplist.sh ├── installer.php ├── installer.sh ├── packer.sh ├── setup.sh └── step2.inc ├── pscript ├── acme.sh-installer ├── acme.sh-remover ├── add ├── add-blackhole-block ├── add-debug ├── add-rainloop-domains ├── add-restart-queue ├── add-zips ├── apache-optimize ├── backendrestart ├── backup ├── backup-patch ├── bench ├── change-qmail-ssl ├── change-root-password ├── changedriver ├── clamav-installer ├── cleanspamdyke ├── cleanup ├── cleanup-nokloxorestart ├── cleanup-simple ├── cleanup.inc ├── clearallowedblockedip ├── clearcache ├── clearcache-pagespeed ├── clearcache1 ├── clearcache2 ├── clearcache3 ├── clearswap ├── collectquota ├── command ├── convert-to-qmailtoaster ├── counter-end.inc ├── counter-start.inc ├── cpu-time ├── cpu-usage ├── create-kloxoexe ├── cron-clearcache ├── cron-restart-mail ├── defaultport ├── del-rainloop-domains ├── delete ├── directory ├── disable-alias ├── disable-firewall ├── disable-mysql-aio ├── disable-php-fpm ├── disable-rpcbind ├── disable-selinux ├── disable-service ├── disable-yum-cache ├── dnsnotify ├── easyinstaller-update ├── enable-admin ├── enable-php-fpm ├── enable-selinux ├── enable-service ├── filter │ ├── class-in-object │ ├── client-in-client │ ├── customer-in-client │ ├── domain-in-client │ ├── mysqldb-in-client │ └── reseller-in-client ├── fix-all ├── fix-chownchmod ├── fix-configs-files ├── fix-cron-backup ├── fix-cron-ssl ├── fix-ipaddress ├── fix-limits ├── fix-lxguardhit-db ├── fix-missing-admin ├── fix-mysql-tmp ├── fix-outgoingips ├── fix-pdns-db ├── fix-qmail-assign ├── fix-service-list ├── fix-ssh-protocol ├── fix-urgent ├── fix-userlogo ├── fix-yum ├── fix-yum-cache ├── fix.inc ├── fixcron ├── fixdns ├── fixdnsaddrecord ├── fixdnsaddstatsrecord ├── fixdnschangeip ├── fixdnsremoverecord ├── fixdomainkey ├── fixftp ├── fixftp-all ├── fixftpuser ├── fixlxguard ├── fixlxphpexe ├── fixmail ├── fixmail-all ├── fixphp ├── fixquota ├── fixrepo ├── fixskeleton ├── fixssl ├── fixsslpath ├── fixtraffic ├── fixvpop ├── fixweb ├── fixweb-all ├── fixweb-defaults ├── fixwebcache ├── fixwebcache-defaults ├── fixwebmail ├── functions.inc ├── getdriver ├── getproperty ├── hiawatha-off ├── httpry-installer ├── httpry-remover ├── install-hiawatha-addons ├── install-nginx-with-pagespeed ├── install-pure-ftpd-without-cap ├── installatron-install ├── ioncube-installer ├── kill-zombie ├── kloxo-dev-installer ├── kloxo-to-kloxomr7 ├── lang-set-to-en ├── letsencrypt-installer ├── letsencrypt-remover ├── letsencrypt-renew ├── load-wrapper ├── mailqueue ├── make-master ├── make-slave ├── maldet-installer ├── mariadb-to-mysql ├── mariadb-upgrade ├── mebackup ├── mem-usage ├── memcached-installer ├── merestore ├── mysql-branch ├── mysql-convert ├── mysql-optimize ├── mysql-purge-logs ├── mysql-to-mariadb ├── openvz-mem ├── optparse.inc ├── parse_ini.inc ├── php-branch-installer ├── php-branch-installer.inc ├── php-branch-updater ├── phpm-all-install ├── phpm-all-setup ├── phpm-config-setup ├── phpm-extension-installer ├── phpm-installer ├── phpm-remover ├── phpm-updater ├── primary-start ├── programname ├── pure-ftpd-with-clamav ├── pure-ftpd-without-clamav ├── raw-backup ├── raw-restore ├── reflect ├── remove-blackhole-block ├── remove-debug ├── remove-httpdocs-symlink ├── remove-php-fpm ├── reset-mysql-kloxo-password ├── reset-mysql-root-password ├── resetpassword ├── restart ├── restart-all ├── restart-dns ├── restart-ftp ├── restart-list.inc ├── restart-mail ├── restart-mysql ├── restart-perl-fastcgi ├── restart-php-fpm ├── restart-services ├── restart-syslog ├── restart-web ├── restart.inc ├── restore ├── rkhunter-installer ├── ror-install ├── run-kexec ├── run-kloxo-wrapper ├── scavenge ├── secondary-setup ├── secondary-start ├── select-kloxo-wrapper ├── serverbench ├── set-default-ssl ├── set-hosts ├── set-initial-services ├── set-kloxo-php ├── set-mysql-default ├── set-php-branch ├── set-php-fpm ├── setdriver ├── setup-afterlogic ├── setup-djbdns ├── setup-horde ├── setup-rainloop ├── setup-roundcube ├── setup-squirrelmail ├── setup-t-dah ├── setup-telaen ├── setup-tht ├── simplelist ├── skin-set-for-all ├── soft-reboot ├── sourceguardian-installer ├── start-php-fpm ├── startapi.sh-account ├── startapi.sh-installer ├── startapi.sh-remover ├── stop-php-fpm ├── switch-apache ├── switchserver ├── sysinfo ├── upcp ├── update ├── update-afterlogic ├── update-ckeditor ├── update-phpmyadmin ├── update-rainloop ├── update-roundcube ├── version ├── version-full ├── virtual-info ├── viruscan ├── vpopmail_fail2drop.pl └── webcache-installer └── sbin ├── kloxo-wrapper.sh ├── kloxo.php ├── kloxodb ├── qmail-sendmail └── shexec /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | /.idea -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/README.md -------------------------------------------------------------------------------- /how-to-install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/how-to-install.txt -------------------------------------------------------------------------------- /kloxo-mr_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo-mr_big.png -------------------------------------------------------------------------------- /kloxo/RELEASEINFO/AGPL-3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/RELEASEINFO/AGPL-3.0 -------------------------------------------------------------------------------- /kloxo/RELEASEINFO/CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/RELEASEINFO/CREDITS -------------------------------------------------------------------------------- /kloxo/RELEASEINFO/Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/RELEASEINFO/Changelog -------------------------------------------------------------------------------- /kloxo/RELEASEINFO/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/RELEASEINFO/LICENSE -------------------------------------------------------------------------------- /kloxo/RELEASEINFO/Support: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/RELEASEINFO/Support -------------------------------------------------------------------------------- /kloxo/bin/changetoclientlogin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/changetoclientlogin.php -------------------------------------------------------------------------------- /kloxo/bin/collectquota.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/collectquota.php -------------------------------------------------------------------------------- /kloxo/bin/common/allow-admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/allow-admin.php -------------------------------------------------------------------------------- /kloxo/bin/common/background.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/background.php -------------------------------------------------------------------------------- /kloxo/bin/common/backup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/backup.php -------------------------------------------------------------------------------- /kloxo/bin/common/checkifupgrade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/checkifupgrade.php -------------------------------------------------------------------------------- /kloxo/bin/common/checkpserver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/checkpserver.php -------------------------------------------------------------------------------- /kloxo/bin/common/child.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/child.php -------------------------------------------------------------------------------- /kloxo/bin/common/cleanup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/cleanup.php -------------------------------------------------------------------------------- /kloxo/bin/common/clearsession.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/clearsession.php -------------------------------------------------------------------------------- /kloxo/bin/common/commandline.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/commandline.php -------------------------------------------------------------------------------- /kloxo/bin/common/contactemail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/contactemail.php -------------------------------------------------------------------------------- /kloxo/bin/common/copyscript.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/copyscript.php -------------------------------------------------------------------------------- /kloxo/bin/common/csyncdb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/csyncdb.sh -------------------------------------------------------------------------------- /kloxo/bin/common/databasedump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/databasedump -------------------------------------------------------------------------------- /kloxo/bin/common/driverload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/driverload.php -------------------------------------------------------------------------------- /kloxo/bin/common/favoriteconvert.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/favoriteconvert.php -------------------------------------------------------------------------------- /kloxo/bin/common/fixlogdir.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/fixlogdir.php -------------------------------------------------------------------------------- /kloxo/bin/common/fixresourceplan.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/fixresourceplan.php -------------------------------------------------------------------------------- /kloxo/bin/common/fixtraffic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/fixtraffic.php -------------------------------------------------------------------------------- /kloxo/bin/common/generatecmlist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/generatecmlist.php -------------------------------------------------------------------------------- /kloxo/bin/common/getalllist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/getalllist.php -------------------------------------------------------------------------------- /kloxo/bin/common/iptraffic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/iptraffic.php -------------------------------------------------------------------------------- /kloxo/bin/common/jailshell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/jailshell.php -------------------------------------------------------------------------------- /kloxo/bin/common/langcompare.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/langcompare.php -------------------------------------------------------------------------------- /kloxo/bin/common/livemigrate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/livemigrate.php -------------------------------------------------------------------------------- /kloxo/bin/common/lxguard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/lxguard.php -------------------------------------------------------------------------------- /kloxo/bin/common/lxpackage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/bin/common/lxpackage.php -------------------------------------------------------------------------------- /kloxo/bin/common/lxupdate.php: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /kloxo/file/phpini/etc/php.d/suhosin.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/phpini/etc/php.d/suhosin.ini -------------------------------------------------------------------------------- /kloxo/file/phpini/etc/php.d/xcache.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/phpini/etc/php.d/xcache.ini -------------------------------------------------------------------------------- /kloxo/file/phpini/tpl/php.ini.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/phpini/tpl/php.ini.tpl -------------------------------------------------------------------------------- /kloxo/file/phpmyadmin/config.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/phpmyadmin/config.inc.php -------------------------------------------------------------------------------- /kloxo/file/phpsuexec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/phpsuexec.sh -------------------------------------------------------------------------------- /kloxo/file/pure-ftpd/etc/xinetd/pureftp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/pure-ftpd/etc/xinetd/pureftp -------------------------------------------------------------------------------- /kloxo/file/qmail/etc/courier/imapd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/qmail/etc/courier/imapd -------------------------------------------------------------------------------- /kloxo/file/qmail/etc/courier/imapd-ssl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/qmail/etc/courier/imapd-ssl -------------------------------------------------------------------------------- /kloxo/file/qmail/etc/courier/pop3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/qmail/etc/courier/pop3d -------------------------------------------------------------------------------- /kloxo/file/qmail/etc/courier/pop3d-ssl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/qmail/etc/courier/pop3d-ssl -------------------------------------------------------------------------------- /kloxo/file/qmail/etc/init.d/qmail.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/qmail/etc/init.d/qmail.init -------------------------------------------------------------------------------- /kloxo/file/script/cp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/script/cp.php -------------------------------------------------------------------------------- /kloxo/file/script/phpinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/script/phpinfo.php -------------------------------------------------------------------------------- /kloxo/file/skeleton.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/skeleton.zip -------------------------------------------------------------------------------- /kloxo/file/sql/.db_schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/sql/.db_schema -------------------------------------------------------------------------------- /kloxo/file/sql/.db_schema.4_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/sql/.db_schema.4_2 -------------------------------------------------------------------------------- /kloxo/file/sql/admin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/sql/admin.sql -------------------------------------------------------------------------------- /kloxo/file/sql/db-structure-base.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/sql/db-structure-base.sql -------------------------------------------------------------------------------- /kloxo/file/sql/db-structure-update.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/sql/db-structure-update.sql -------------------------------------------------------------------------------- /kloxo/file/sql/db_schema.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/sql/db_schema.php -------------------------------------------------------------------------------- /kloxo/file/sql/dbschema-convert.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/sql/dbschema-convert.php -------------------------------------------------------------------------------- /kloxo/file/sql/kloxo_sqlite.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/sql/kloxo_sqlite.sql -------------------------------------------------------------------------------- /kloxo/file/sql/mysql.servers.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/sql/mysql.servers.sql -------------------------------------------------------------------------------- /kloxo/file/sql/pserver.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/sql/pserver.sql -------------------------------------------------------------------------------- /kloxo/file/sql/vpopmail.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/sql/vpopmail.sql -------------------------------------------------------------------------------- /kloxo/file/squid/etc/init.d/squid.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/squid/etc/init.d/squid.init -------------------------------------------------------------------------------- /kloxo/file/squid/etc/logrotate.d/squid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/squid/etc/logrotate.d/squid -------------------------------------------------------------------------------- /kloxo/file/squid/etc/pam.d/squid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/squid/etc/pam.d/squid -------------------------------------------------------------------------------- /kloxo/file/squid/etc/squid/cachemgr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/squid/etc/squid/cachemgr.conf -------------------------------------------------------------------------------- /kloxo/file/squid/etc/squid/errorpage.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/squid/etc/squid/errorpage.css -------------------------------------------------------------------------------- /kloxo/file/squid/etc/squid/mime.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/squid/etc/squid/mime.conf -------------------------------------------------------------------------------- /kloxo/file/squid/etc/squid/msntauth.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/squid/etc/squid/msntauth.conf -------------------------------------------------------------------------------- /kloxo/file/squid/etc/squid/squid.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/squid/etc/squid/squid.conf -------------------------------------------------------------------------------- /kloxo/file/squid/etc/sysconfig/squid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/squid/etc/sysconfig/squid -------------------------------------------------------------------------------- /kloxo/file/squid/tpl/defaults.conf.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/squid/tpl/defaults.conf.tpl -------------------------------------------------------------------------------- /kloxo/file/ssl/default.ca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/ssl/default.ca -------------------------------------------------------------------------------- /kloxo/file/ssl/default.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/ssl/default.crt -------------------------------------------------------------------------------- /kloxo/file/ssl/default.csr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/ssl/default.csr -------------------------------------------------------------------------------- /kloxo/file/ssl/default.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/ssl/default.key -------------------------------------------------------------------------------- /kloxo/file/ssl/default.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/ssl/default.pem -------------------------------------------------------------------------------- /kloxo/file/ssl/rootCA.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/ssl/rootCA.crt -------------------------------------------------------------------------------- /kloxo/file/ssl/rootCA.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/ssl/rootCA.key -------------------------------------------------------------------------------- /kloxo/file/startapi.sh/startapi-cron.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/startapi.sh/startapi-cron.sh -------------------------------------------------------------------------------- /kloxo/file/stats/awstats.mail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/stats/awstats.mail.conf -------------------------------------------------------------------------------- /kloxo/file/stats/awstats.model.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/stats/awstats.model.conf -------------------------------------------------------------------------------- /kloxo/file/stats/awstats_index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/stats/awstats_index.php -------------------------------------------------------------------------------- /kloxo/file/stats/webalizer.model.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/stats/webalizer.model.conf -------------------------------------------------------------------------------- /kloxo/file/template/skeleton.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/template/skeleton.zip -------------------------------------------------------------------------------- /kloxo/file/template/spamdyke.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/template/spamdyke.conf -------------------------------------------------------------------------------- /kloxo/file/template/spamdyke_rbl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/template/spamdyke_rbl.txt -------------------------------------------------------------------------------- /kloxo/file/template/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/template/sshd_config -------------------------------------------------------------------------------- /kloxo/file/trafficserver/etc/conf/storage.config: -------------------------------------------------------------------------------- 1 | /var/cache/trafficserver 256M 2 | -------------------------------------------------------------------------------- /kloxo/file/varnish/etc/conf/default.vcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/varnish/etc/conf/default.vcl -------------------------------------------------------------------------------- /kloxo/file/varnish/etc/sysconfig/varnish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/varnish/etc/sysconfig/varnish -------------------------------------------------------------------------------- /kloxo/file/varnish/tpl/defaults.conf.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/varnish/tpl/defaults.conf.tpl -------------------------------------------------------------------------------- /kloxo/file/webdisk/init.webdisk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/webdisk/init.webdisk -------------------------------------------------------------------------------- /kloxo/file/webdisk/webdisk.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/webdisk/webdisk.conf -------------------------------------------------------------------------------- /kloxo/file/welcome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/welcome.txt -------------------------------------------------------------------------------- /kloxo/file/welcome.txt.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/welcome.txt.tpl -------------------------------------------------------------------------------- /kloxo/file/wordlist.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/wordlist.db -------------------------------------------------------------------------------- /kloxo/file/yadifa/etc/yadifad.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/yadifa/etc/yadifad.conf -------------------------------------------------------------------------------- /kloxo/file/yadifa/tpl/domains.conf.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/file/yadifa/tpl/domains.conf.tpl -------------------------------------------------------------------------------- /kloxo/httpdocs/ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/httpdocs/ajax.php -------------------------------------------------------------------------------- /kloxo/httpdocs/api/api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/httpdocs/api/api.php -------------------------------------------------------------------------------- /kloxo/httpdocs/api/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/httpdocs/api/index.php -------------------------------------------------------------------------------- /kloxo/httpdocs/bin/webcommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/httpdocs/bin/webcommand.php -------------------------------------------------------------------------------- /kloxo/httpdocs/display.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/httpdocs/display.php -------------------------------------------------------------------------------- /kloxo/httpdocs/driver/dns/dns__lib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/httpdocs/driver/dns/dns__lib.php -------------------------------------------------------------------------------- /kloxo/httpdocs/driver/dns/dnsbaselib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/httpdocs/driver/dns/dnsbaselib.php -------------------------------------------------------------------------------- /kloxo/httpdocs/driver/dns/dnslib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/httpdocs/driver/dns/dnslib.php -------------------------------------------------------------------------------- /kloxo/httpdocs/driver/ftp/ftpuserlib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/httpdocs/driver/ftp/ftpuserlib.php -------------------------------------------------------------------------------- /kloxo/httpdocs/driver/mmail/imap4lib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafaramadhan/kloxo/HEAD/kloxo/httpdocs/driver/mmail/imap4lib.php -------------------------------------------------------------------------------- /kloxo/httpdocs/driver/mmail/mailoutgoinglib.php: -------------------------------------------------------------------------------- 1 |