Файловый менеджер - Редактировать - /home/amitahospital/public_html/amita_master/upload/news/qkpcuv/.cpanel.tar
Назад
icals/amitahospital.ics 0000644 00000000214 14721223343 0011174 0 ustar 00 BEGIN:VCALENDAR VERSION:2.0 PRODID:-//cPanel Horde Calendar Exporter//export_horde_calendars_to_ics//EN X-WR-CALNAME:Calendar END:VCALENDAR email_accounts.json 0000600 00000000000 14721223343 0010404 0 ustar 00 Cpanel_SSL_DCV_DNS_Mutex 0000600 00000000000 14721223343 0010753 0 ustar 00 datastore/ftp_LISTSTORE 0000600 00000000506 14721223343 0010710 0 ustar 00 {"data":[{"type":"main","homedir":"/home/amitahospital","user":"amitahospital"},{"type":"logaccess","homedir":"/etc/apache2/logs/domlogs/amitahospital","user":"amitahospital_logs"}],"error":0,"exit_code":0,"timeout":0,"action":"fetch","mode":"simple","statusmsg":"Ran adminbin Cpanel/ftp/LISTSTORE","status":1,"version":"2.4"} datastore/_bin_gtar_--help 0000600 00000035553 14721223343 0011547 0 ustar 00 Usage: gtar [OPTION...] [FILE]... GNU `tar' saves many files together into a single tape or disk archive, and can restore individual files from the archive. Examples: tar -cf archive.tar foo bar # Create archive.tar from files foo and bar. tar -tvf archive.tar # List all files in archive.tar verbosely. tar -xf archive.tar # Extract all files from archive.tar. Main operation mode: -A, --catenate, --concatenate append tar files to an archive -c, --create create a new archive -d, --diff, --compare find differences between archive and file system --delete delete from the archive (not on mag tapes!) -r, --append append files to the end of an archive -t, --list list the contents of an archive --test-label test the archive volume label and exit -u, --update only append files newer than copy in archive -x, --extract, --get extract files from an archive Operation modifiers: --check-device check device numbers when creating incremental archives (default) -g, --listed-incremental=FILE handle new GNU-format incremental backup -G, --incremental handle old GNU-format incremental backup --ignore-failed-read do not exit with nonzero on unreadable files --level=NUMBER dump level for created listed-incremental archive -n, --seek archive is seekable --no-check-device do not check device numbers when creating incremental archives --no-seek archive is not seekable --occurrence[=NUMBER] process only the NUMBERth occurrence of each file in the archive; this option is valid only in conjunction with one of the subcommands --delete, --diff, --extract or --list and when a list of files is given either on the command line or via the -T option; NUMBER defaults to 1 --sparse-version=MAJOR[.MINOR] set version of the sparse format to use (implies --sparse) -S, --sparse handle sparse files efficiently Overwrite control: -k, --keep-old-files don't replace existing files when extracting, treat them as errors --keep-directory-symlink preserve existing symlinks to directories when extracting --keep-newer-files don't replace existing files that are newer than their archive copies --no-overwrite-dir preserve metadata of existing directories --overwrite overwrite existing files when extracting --overwrite-dir overwrite metadata of existing directories when extracting (default) --recursive-unlink empty hierarchies prior to extracting directory --remove-files remove files after adding them to the archive --skip-old-files don't replace existing files when extracting, silently skip over them -U, --unlink-first remove each file prior to extracting over it -W, --verify attempt to verify the archive after writing it Select output stream: --ignore-command-error ignore exit codes of children --no-ignore-command-error treat non-zero exit codes of children as error -O, --to-stdout extract files to standard output --to-command=COMMAND pipe extracted files to another program Handling of file attributes: --atime-preserve[=METHOD] preserve access times on dumped files, either by restoring the times after reading (METHOD='replace'; default) or by not setting the times in the first place (METHOD='system') --delay-directory-restore delay setting modification times and permissions of extracted directories until the end of extraction --group=NAME force NAME as group for added files --mode=CHANGES force (symbolic) mode CHANGES for added files --mtime=DATE-OR-FILE set mtime for added files from DATE-OR-FILE -m, --touch don't extract file modified time --no-delay-directory-restore cancel the effect of --delay-directory-restore option --no-same-owner extract files as yourself (default for ordinary users) --no-same-permissions apply the user's umask when extracting permissions from the archive (default for ordinary users) --numeric-owner always use numbers for user/group names --owner=NAME force NAME as owner for added files -p, --preserve-permissions, --same-permissions extract information about file permissions (default for superuser) --preserve same as both -p and -s --same-owner try extracting files with the same ownership as exists in the archive (default for superuser) -s, --preserve-order, --same-order member arguments are listed in the same order as the files in the archive Handling of extended file attributes: --acls Enable the POSIX ACLs support --no-acls Disable the POSIX ACLs support --no-selinux Disable the SELinux context support --no-xattrs Disable extended attributes support --selinux Enable the SELinux context support --xattrs Enable extended attributes support --xattrs-exclude=MASK specify the exclude pattern for xattr keys --xattrs-include=MASK specify the include pattern for xattr keys Device selection and switching: -f, --file=ARCHIVE use archive file or device ARCHIVE --force-local archive file is local even if it has a colon -F, --info-script=NAME, --new-volume-script=NAME run script at end of each tape (implies -M) -L, --tape-length=NUMBER change tape after writing NUMBER x 1024 bytes -M, --multi-volume create/list/extract multi-volume archive --rmt-command=COMMAND use given rmt COMMAND instead of rmt --rsh-command=COMMAND use remote COMMAND instead of rsh --volno-file=FILE use/update the volume number in FILE Device blocking: -b, --blocking-factor=BLOCKS BLOCKS x 512 bytes per record -B, --read-full-records reblock as we read (for 4.2BSD pipes) -i, --ignore-zeros ignore zeroed blocks in archive (means EOF) --record-size=NUMBER NUMBER of bytes per record, multiple of 512 Archive format selection: -H, --format=FORMAT create archive of the given format FORMAT is one of the following: gnu GNU tar 1.13.x format oldgnu GNU format as per tar <= 1.12 pax POSIX 1003.1-2001 (pax) format posix same as pax ustar POSIX 1003.1-1988 (ustar) format v7 old V7 tar format --old-archive, --portability same as --format=v7 --pax-option=keyword[[:]=value][,keyword[[:]=value]]... control pax keywords --posix same as --format=posix -V, --label=TEXT create archive with volume name TEXT; at list/extract time, use TEXT as a globbing pattern for volume name Compression options: -a, --auto-compress use archive suffix to determine the compression program -I, --use-compress-program=PROG filter through PROG (must accept -d) -j, --bzip2 filter the archive through bzip2 -J, --xz filter the archive through xz --lzip filter the archive through lzip --lzma filter the archive through lzma --lzop --no-auto-compress do not use archive suffix to determine the compression program -z, --gzip, --gunzip, --ungzip filter the archive through gzip -Z, --compress, --uncompress filter the archive through compress Local file selection: --add-file=FILE add given FILE to the archive (useful if its name starts with a dash) --backup[=CONTROL] backup before removal, choose version CONTROL -C, --directory=DIR change to directory DIR --exclude=PATTERN exclude files, given as a PATTERN --exclude-backups exclude backup and lock files --exclude-caches exclude contents of directories containing CACHEDIR.TAG, except for the tag file itself --exclude-caches-all exclude directories containing CACHEDIR.TAG --exclude-caches-under exclude everything under directories containing CACHEDIR.TAG --exclude-tag=FILE exclude contents of directories containing FILE, except for FILE itself --exclude-tag-all=FILE exclude directories containing FILE --exclude-tag-under=FILE exclude everything under directories containing FILE --exclude-vcs exclude version control system directories -h, --dereference follow symlinks; archive and dump the files they point to --hard-dereference follow hard links; archive and dump the files they refer to -K, --starting-file=MEMBER-NAME begin at member MEMBER-NAME when reading the archive --newer-mtime=DATE compare date and time when data changed only --no-null disable the effect of the previous --null option --no-recursion avoid descending automatically in directories --no-unquote do not unquote filenames read with -T --null -T reads null-terminated names, disable -C -N, --newer=DATE-OR-FILE, --after-date=DATE-OR-FILE only store files newer than DATE-OR-FILE --one-file-system stay in local file system when creating archive -P, --absolute-names don't strip leading `/'s from file names --recursion recurse into directories (default) --suffix=STRING backup before removal, override usual suffix ('~' unless overridden by environment variable SIMPLE_BACKUP_SUFFIX) -T, --files-from=FILE get names to extract or create from FILE --unquote unquote filenames read with -T (default) -X, --exclude-from=FILE exclude patterns listed in FILE File name transformations: --strip-components=NUMBER strip NUMBER leading components from file names on extraction --transform=EXPRESSION, --xform=EXPRESSION use sed replace EXPRESSION to transform file names File name matching options (affect both exclude and include patterns): --anchored patterns match file name start --ignore-case ignore case --no-anchored patterns match after any `/' (default for exclusion) --no-ignore-case case sensitive matching (default) --no-wildcards verbatim string matching --no-wildcards-match-slash wildcards do not match `/' --wildcards use wildcards (default) --wildcards-match-slash wildcards match `/' (default for exclusion) Informative output: --checkpoint[=NUMBER] display progress messages every NUMBERth record (default 10) --checkpoint-action=ACTION execute ACTION on each checkpoint --full-time print file time to its full resolution --index-file=FILE send verbose output to FILE -l, --check-links print a message if not all links are dumped --no-quote-chars=STRING disable quoting for characters from STRING --quote-chars=STRING additionally quote characters from STRING --quoting-style=STYLE set name quoting style; see below for valid STYLE values -R, --block-number show block number within archive with each message --show-defaults show tar defaults --show-omitted-dirs when listing or extracting, list each directory that does not match search criteria --show-transformed-names, --show-stored-names show file or archive names after transformation --totals[=SIGNAL] print total bytes after processing the archive; with an argument - print total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also accepted --utc print file modification times in UTC -v, --verbose verbosely list files processed --warning=KEYWORD warning control -w, --interactive, --confirmation ask for confirmation for every action Compatibility options: -o when creating, same as --old-archive; when extracting, same as --no-same-owner Other options: -?, --help give this help list --restrict disable use of some potentially harmful options --usage give a short usage message --version print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX. The version control may be set with --backup or VERSION_CONTROL, values are: none, off never make backups t, numbered make numbered backups nil, existing numbered if numbered backups exist, simple otherwise never, simple always make simple backups Valid arguments for the --quoting-style option are: literal shell shell-always c c-maybe escape locale clocale *This* tar defaults to: --format=gnu -f- -b20 --quoting-style=escape --rmt-command=/etc/rmt --rsh-command=/usr/bin/ssh Report bugs to <bug-tar@gnu.org>. datastore/AVAILABLE_APPLICATIONS_CACHE_en_paper_lantern 0000600 00000103757 14721223343 0016170 0 ustar 00 {"needs_security_token":{},"implements":{"Email_MailingLists":"mailing_lists","Email_AutoResponders":"autoresponders","API_Tokens_Manager":"api_tokens","Locale_Change":"change_language","SSL_TLS_Manager":"ssl_tls","Email_DefaultAddress":"default_address","Calendar_Configure":"calendar_and_contacts","FileManager_Home":"file_manager","ContactInfo_Change":"contact_information","Cron_Home":"cron_jobs","Email_DeliveryReport":"track_delivery","SSL_TLS_Status":"tls_status","Backups_Home":"backup","Email_UserLevelFiltering":"email_filters","Site_Software":"site_software","Database_MySQL":"mysql_databases","Email_SpamFilter":"apache_spam_assassin","Email_AccountLevelFiltering":"global_email_filters","Email_Accounts":"email_accounts","Domains_AddonDomains":"addon_domains","Email_BoxTrapper":"boxtrapper","Email_Routing":"email_routing","Stats_AWStats":"awstats","Email_Disk_Usage":"email_disk_usage","Softaculous_WordPress":"wp_softaculous","Password_Change":"change_password","Domains_SubDomains":"subdomains","Email_Forwarders":"forwarders","Database_phpMyAdmin":"php_my_admin","Email_Authentication":"email_deliverability"},"groups":[{"desc":"Security","group":"security","items":[{"acontent":"","itemorder":"1","searchtext":"SSH access ssh/shell Access ssh secure shell sftp SSH Access","width":"48","file":"ssh_access","key":"ssh_access","target":"","height":"48","subtype":"img","description":"SSH Access","onclick":"","feature":"ssh","base64_png_image":"","itemdesc":"SSH Access","group":"security","plainitemdesc":"SSH Access","type":"image","imgtype":"icon","url":"telnet/index.html"},{"imgtype":"icon","url":"denyip/index.html","type":"image","group":"security","plainitemdesc":"IP Blocker","itemdesc":"IP Blocker","if":"$HASROLE{'WebServer'}","base64_png_image":"","description":"IP Blocker","feature":"ipdeny","subtype":"img","onclick":"","height":"48","target":"","key":"ip_blocker","searchtext":"IP Blocker ip deny manager","file":"ip_blocker","width":"48","acontent":"","itemorder":"2"},{"key":"ssl_tls","target":"","height":"48","subtype":"img","feature":"sslmanager","description":"SSL/TLS","onclick":"","implements":"SSL_TLS_Manager","base64_png_image":"","acontent":"","itemorder":"3","width":"48","file":"ssl_tls","searchtext":"SSL/TLS certificate key csr","imgtype":"icon","url":"ssl/index.html","if":"$HASROLE{'UserSSL'}","group":"security","plainitemdesc":"SSL/TLS","itemdesc":"SSL/TLS","type":"image"},{"plainitemdesc":"Manage API Tokens","group":"security","itemdesc":"Manage API Tokens","type":"image","imgtype":"icon","url":"api_tokens/index.html","acontent":"","itemorder":"4","width":"48","file":"api_tokens","searchtext":"Manage API Tokens access api connect login","key":"api_tokens","height":"48","target":"","feature":"apitokens","description":"Manage API Tokens","onclick":"","subtype":"img","implements":"API_Tokens_Manager","base64_png_image":""},{"url":"mime/hotlink.html","imgtype":"icon","type":"image","plainitemdesc":"Hotlink Protection","group":"security","itemdesc":"Hotlink Protection","if":"$HASROLE{'WebServer'}","base64_png_image":"","description":"Hotlink Protection","feature":"hotlink","onclick":"","subtype":"img","target":"","height":"48","key":"hotlink_protection","file":"hotlink_protection","searchtext":"Hotlink Protection","width":"48","acontent":"","itemorder":"4"},{"if":"$HASROLE{'WebServer'}","type":"image","group":"security","plainitemdesc":"Leech Protection","itemdesc":"Leech Protection","url":"htaccess/leechprotect/leechprotect.html","imgtype":"icon","itemorder":"5","acontent":"","width":"48","file":"leech_protection","searchtext":"Leech Protection protect","target":"","height":"48","key":"leech_protection","base64_png_image":"","feature":"cpanelpro_leechprotect && webprotect","onclick":"","description":"Leech Protection","subtype":"img"},{"searchtext":"SSL/TLS Status","width":"48","file":"tls_status","itemorder":"7","acontent":"","base64_png_image":"","implements":"SSL_TLS_Status","onclick":"","subtype":"img","feature":"sslinstall","description":"SSL/TLS Status","target":"","height":"48","key":"tls_status","type":"image","itemdesc":"SSL/TLS Status","group":"security","plainitemdesc":"[asis,SSL]/[asis,TLS] Status","if":"$HASROLE{'UserSSL'}","imgtype":"icon","url":"security/tls_status/"}]},{"items":[{"height":"47","target":"","implements":"Softaculous_WordPress","base64_png_image":"","subtype":"img","feature":"wp_softaculous","description":"WordPress Manager by Softaculous","onclick":"","acontent":"","itemorder":"1","width":"47","file":"wp_softaculous","searchtext":"WordPress Manager by Softaculous","imgtype":"icon","url":"softaculous/index.live.php?act=wordpress","type":"image","itemdesc":"WordPress Manager by Softaculous","group":"software","plainitemdesc":"WordPress Manager by Softaculous"},{"if":"$haspear","type":"image","plainitemdesc":"PHP PEAR Packages","group":"software","itemdesc":"PHP PEAR Packages","url":"module_installers/index.html?lang=php-pear","imgtype":"icon","acontent":"","itemorder":"2","searchtext":"PHP PEAR Packages","width":"48","file":"php_pear_packages","target":"","height":"48","key":"php_pear_packages","base64_png_image":"","description":"PHP PEAR Packages","feature":"modules-php-pear","subtype":"img","onclick":""},{"target":"","height":"48","key":"perl_modules","base64_png_image":"","description":"Perl Modules","subtype":"img","onclick":"","feature":"modules-perl","acontent":"","itemorder":"3","file":"perl_modules","searchtext":"Perl Modules","width":"48","imgtype":"icon","url":"module_installers/index.html?lang=perl","if":"$hasperl","type":"image","itemdesc":"Perl Modules","plainitemdesc":"Perl Modules","group":"software"},{"width":"32","file":"site_software","searchtext":"Site Software addons software","acontent":"","itemorder":"6","subtype":"img","description":"Site Software","feature":"addoncgi","onclick":"","base64_png_image":"","implements":"Site_Software","key":"site_software","height":"32","target":"","group":"software","plainitemdesc":"Site Software","itemdesc":"Site Software","type":"image","if":"$HASROLE{'WebServer'}","url":"addoncgi/cpaddons.html","imgtype":"icon"},{"imgtype":"icon","url":"optimize/index.html","if":"$hasmoddeflate","type":"image","itemdesc":"Optimize Website","plainitemdesc":"Optimize Website","group":"software","target":"","height":"32","key":"optimize_website","base64_png_image":"","description":"Optimize Website","feature":"optimizews","onclick":"","subtype":"img","acontent":"","itemorder":"7","width":"32","searchtext":"Optimize Website","file":"optimize_website"},{"searchtext":"MultiPHP Manager","width":"48","file":"multiphp_manager","acontent":"","itemorder":"8","subtype":"img","feature":"multiphp","description":"MultiPHP Manager","onclick":"","base64_png_image":"","key":"multiphp_manager","height":"48","target":"","plainitemdesc":"MultiPHP Manager","group":"software","itemdesc":"MultiPHP Manager","type":"image","if":"$is_ea4","imgtype":"icon","url":"multiphp_manager/index.html"},{"acontent":"","itemorder":"9","file":"multiphp_ini_editor","width":"48","searchtext":"MultiPHP INI Editor php config","key":"multiphp_ini_editor","height":"48","target":"","feature":"multiphp_ini_editor","description":"MultiPHP INI Editor","subtype":"img","onclick":"","base64_png_image":"","if":"$is_ea4","group":"software","plainitemdesc":"MultiPHP INI Editor","itemdesc":"MultiPHP INI Editor","type":"image","url":"multiphp_ini_editor/index.html","imgtype":"icon"}],"group":"software","desc":"Software"},{"items":[{"url":"email_accounts/index.html","imgtype":"icon","itemdesc":"Email Accounts","group":"email","plainitemdesc":"Email Accounts","type":"image","if":"$HASROLE{'MailReceive'}","subtype":"img","description":"Email Accounts","onclick":"","feature":"popaccts","implements":"Email_Accounts","base64_png_image":"","key":"email_accounts","target":"","height":"48","searchtext":"email accounts mail pop imap smtp Email Accounts","width":"48","file":"email_accounts","acontent":"","itemorder":"1"},{"file":"forwarders","width":"48","searchtext":"Forwarders forward","itemorder":"3","acontent":"","description":"Forwarders","feature":"forwarders || emaildomainfwd","subtype":"img","onclick":"","implements":"Email_Forwarders","base64_png_image":"","key":"forwarders","height":"48","target":"","plainitemdesc":"Forwarders","group":"email","itemdesc":"Forwarders","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","imgtype":"icon","url":"mail/fwds.html"},{"searchtext":"MX Entry Email Routing dns","width":"48","file":"email_routing","itemorder":"4","acontent":"","subtype":"img","description":"Email Routing","feature":"changemx","onclick":"","base64_png_image":"","implements":"Email_Routing","key":"email_routing","height":"48","target":"","itemdesc":"Email Routing","group":"email","plainitemdesc":"Email Routing","type":"image","if":"$HASROLE{'MailReceive'} && !$HASCHILDNODE{Mail}","url":"mail/email_routing.html","imgtype":"icon"},{"feature":"autoresponders","onclick":"","subtype":"img","description":"Autoresponders","base64_png_image":"","implements":"Email_AutoResponders","key":"autoresponders","height":"48","target":"","width":"48","file":"autoresponders","searchtext":"Autoresponders autoresponder auto responders","itemorder":"5","acontent":"","url":"mail/autores.html","imgtype":"icon","group":"email","plainitemdesc":"Autoresponders","itemdesc":"Autoresponders","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}"},{"url":"mail/def.html","imgtype":"icon","if":"$HASROLE{'MailReceive'}","type":"image","group":"email","plainitemdesc":"Default Address","itemdesc":"Default Address","target":"","height":"48","key":"default_address","implements":"Email_DefaultAddress","base64_png_image":"","onclick":"","feature":"defaultaddress","subtype":"img","description":"Default Address","itemorder":"6","acontent":"","searchtext":"Default Address","file":"default_address","width":"48"},{"type":"image","itemdesc":"Mailing Lists","plainitemdesc":"Mailing Lists","group":"email","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'} && !$CONFIF{'skipmailman'}","url":"mail/lists.html","imgtype":"icon","file":"mailing_lists","searchtext":"Mailing Lists mailman","width":"48","itemorder":"7","acontent":"","base64_png_image":"","implements":"Email_MailingLists","feature":"lists","subtype":"img","description":"Mailing Lists","onclick":"","height":"48","target":"","key":"mailing_lists"},{"key":"track_delivery","height":"48","target":"","feature":"emailtrace","description":"Track Delivery","subtype":"img","onclick":"","implements":"Email_DeliveryReport","base64_png_image":"","itemorder":"8","acontent":"","file":"track_delivery","width":"48","searchtext":"Track Delivery Email Trace email mail delivery report","url":"mail/route.html","imgtype":"icon","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","plainitemdesc":"Track Delivery","group":"email","itemdesc":"Track Delivery","type":"image"},{"imgtype":"icon","url":"mail/filters/userfilters.html","if":"$HASROLE{'MailReceive'}","plainitemdesc":"Global Email Filters","group":"email","itemdesc":"Global Email Filters","type":"image","key":"global_email_filters","height":"48","target":"","feature":"blockers","onclick":"","description":"Global Email Filters","subtype":"img","base64_png_image":"","implements":"Email_AccountLevelFiltering","acontent":"","itemorder":"9","searchtext":"Global Email Filters filter account level filtering","file":"global_email_filters","width":"48"},{"type":"image","itemdesc":"Email Filters","plainitemdesc":"Email Filters","group":"email","if":"$HASROLE{'MailReceive'}","url":"mail/filters/managefilters.html","imgtype":"icon","width":"48","searchtext":"User Filters Email user level Filtering filter Email Filters","file":"email_filters","acontent":"","itemorder":"10","implements":"Email_UserLevelFiltering","base64_png_image":"","feature":"blockers","subtype":"img","description":"Email Filters","onclick":"","target":"","height":"48","key":"email_filters"},{"itemorder":"11","acontent":"","width":"48","file":"email_deliverability","searchtext":"email Authentication Email Deliverability spf domain-keys authentication DKIM","key":"email_deliverability","target":"","height":"48","onclick":"","feature":"emailauth","description":"Email Deliverability","subtype":"img","base64_png_image":"","implements":"Email_Authentication","if":"$HASROLE{'MailSend'}","itemdesc":"Email Deliverability","group":"email","plainitemdesc":"Email Deliverability","type":"image","imgtype":"icon","url":"email_deliverability/"},{"imgtype":"icon","url":"mail/csvimport.html","itemdesc":"Address Importer","group":"email","plainitemdesc":"Address Importer","type":"image","if":"$HASROLE{'MailReceive'}","description":"Address Importer","onclick":"","feature":"csvimport","subtype":"img","base64_png_image":"","key":"address_importer","height":"48","target":"","width":"48","file":"address_importer","searchtext":"Address Importer Import Addresses Forwarders Mail csv import xls import","acontent":"","itemorder":"12"},{"feature":"spamassassin","description":"Spam Filters","subtype":"img","onclick":"","implements":"Email_SpamFilter","base64_png_image":"","key":"apache_spam_assassin","target":"","height":"48","width":"48","file":"apache_spam_assassin","searchtext":"Filtering Spam Assassin spamassassin Apache SpamAssassin Spam Filters","itemorder":"13","acontent":"","url":"mail/spam/index.html","imgtype":"icon","itemdesc":"Spam Filters","group":"email","plainitemdesc":"Spam Filters","type":"image","if":"$HASROLE{'SpamFilter'} && !$CONFIF{'skipspamassassin'}"},{"file":"encryption","width":"48","searchtext":"Encryption gpg keys GnuPG Keys","acontent":"","itemorder":"15","onclick":"","feature":"pgp","subtype":"img","description":"Encryption","base64_png_image":"","key":"encryption","height":"48","target":"","itemdesc":"Encryption","group":"email","plainitemdesc":"Encryption","type":"image","if":"$HASROLE{'MailReceive'}","url":"gpg/index.html","imgtype":"icon"},{"if":"$HASROLE{'MailReceive'} && !$CONFIF{'skipboxtrapper'}","type":"image","itemdesc":"BoxTrapper","plainitemdesc":"BoxTrapper","group":"email","imgtype":"icon","url":"mail/boxtrapper.html","itemorder":"16","acontent":"","width":"48","file":"boxtrapper","searchtext":"BoxTrapper filter","target":"","height":"48","key":"boxtrapper","implements":"Email_BoxTrapper","base64_png_image":"","feature":"boxtrapper","description":"BoxTrapper","onclick":"","subtype":"img"},{"searchtext":"email calendar contact address book CalDAV CardDAV Calendars and Contacts","width":"48","file":"calendar_and_contacts","acontent":"","itemorder":"18","onclick":"","description":"Calendars and Contacts","feature":"caldavcarddav","subtype":"img","base64_png_image":"","implements":"Calendar_Configure","key":"calendar_and_contacts","target":"","height":"48","itemdesc":"Calendars and Contacts","plainitemdesc":"Calendars and Contacts","group":"email","type":"image","if":"$HASROLE{'CalendarContact'} && $hashorde && $hascpdavd","url":"mail/calendars_and_contacts/index.html","imgtype":"icon"},{"base64_png_image":"","implements":"Email_Disk_Usage","feature":"popaccts && email_disk_usage","description":"Email Disk Usage","subtype":"img","onclick":"","target":"","height":"48","key":"email_disk_usage","width":"48","file":"email_disk_usage","searchtext":"email accounts mail disk usage bytes mb size Email Disk Usage","itemorder":"19","acontent":"","imgtype":"icon","url":"mail/manage_disk_usage/","type":"image","plainitemdesc":"Email Disk Usage","group":"email","itemdesc":"Email Disk Usage","if":"$HASROLE{'MailReceive'}"}],"group":"email","desc":"Email"},{"items":[{"acontent":"","itemorder":"1","width":"48","searchtext":"site publisher builder start website generator template Site Publisher","file":"site_publisher","height":"48","target":"","key":"site_publisher","base64_png_image":"","onclick":"","description":"Site Publisher","feature":"sitepublisher","subtype":"img","if":"$HASROLE{'WebServer'}","type":"image","itemdesc":"Site Publisher","group":"domains","plainitemdesc":"Site Publisher","imgtype":"icon","url":"site_publisher/index.html"},{"url":"domains/index.html","itemdesc":"Domains","plainitemdesc":"Domains","group":"domains","type":"image","imagetype":"icon","subtype":"img","description":"Domains","feature":"addondomains || subdomains || parkeddomains || sslinstall","onclick":"","base64_png_image":"","key":"domains","height":"48","target":"","file":"domains","searchtext":"domains addon subdomain parked create domain force https redirect Domains","width":"48","itemorder":"2","acontent":""},{"imgtype":"icon","url":"addon/index.html","itemdesc":"Addon Domains","group":"domains","plainitemdesc":"Addon Domains","type":"image","if":"$HASROLE{'WebServer'}","subtype":"img","feature":"addondomains","onclick":"","description":"Addon Domains","base64_png_image":"","implements":"Domains_AddonDomains","key":"addon_domains","height":"48","target":"","width":"48","file":"addon_domains","searchtext":"Domains Addon domain Addon Domains","acontent":"","itemorder":"3"},{"searchtext":"Subdomains domain","width":"48","file":"subdomains","itemorder":"4","acontent":"","base64_png_image":"","implements":"Domains_SubDomains","description":"Subdomains","feature":"subdomains","onclick":"","subtype":"img","target":"","height":"48","key":"subdomains","type":"image","itemdesc":"Subdomains","plainitemdesc":"Subdomains","group":"domains","if":"$HASROLE{'WebServer'}","imgtype":"icon","url":"subdomain/index.html"},{"itemdesc":"Aliases","group":"domains","plainitemdesc":"Aliases","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","url":"park/index.html","width":"48","file":"aliases","searchtext":"Aliases Parked domains domain","itemorder":"5","acontent":"","feature":"parkeddomains","onclick":"","description":"Aliases","subtype":"img","base64_png_image":"","key":"aliases","height":"48","target":""},{"url":"mime/redirect.html","imgtype":"icon","if":"$HASROLE{'WebServer'}","plainitemdesc":"Redirects","group":"domains","itemdesc":"Redirects","type":"image","key":"redirects","height":"48","target":"","description":"Redirects","onclick":"","subtype":"img","feature":"redirects","base64_png_image":"","acontent":"","itemorder":"6","searchtext":"Redirects rewrite modrewrite","width":"48","file":"redirects"},{"target":"","height":"48","key":"zone_editor","base64_png_image":"","description":"Zone Editor","onclick":"","feature":"simplezoneedit || changemx || zoneedit","subtype":"img","itemorder":"6","acontent":"","file":"zone_editor","searchtext":"zone editor advanced simple caa cname a aaaa txt dkim dmarc spf mx srv record dns dnssec Zone Editor","width":"48","url":"zone_editor/index.html","imgtype":"icon","if":"$HASROLE{'DNS'}","type":"image","itemdesc":"Zone Editor","plainitemdesc":"Zone Editor","group":"domains"},{"base64_png_image":"","description":"Dynamic DNS","subtype":"img","onclick":"","feature":"dynamicdns","target":"","height":48,"key":"dynamic_dns","searchtext":"dynamic dns ddns ip subdomain Dynamic DNS","file":"dynamic_dns","width":48,"itemorder":9,"acontent":"","imgtype":"icon","url":"dynamic-dns/index.html","type":"image","plainitemdesc":"Dynamic DNS","group":"domains","itemdesc":"Dynamic DNS","if":"$HASROLE{'DNS'}"}],"group":"domains","desc":"Domains"},{"desc":"Advanced","group":"advanced","items":[{"type":"image","group":"advanced","plainitemdesc":"Terminal","itemdesc":"Terminal","if":"$hasvalidshell && $HASROLE{'FileStorage'}","imgtype":"icon","url":"terminal/index.html","file":"terminal","searchtext":"terminal bash tcsh command line shell ssh Terminal","width":"48","itemorder":"1","acontent":"","base64_png_image":"","onclick":"","feature":"ssh","description":"Web-based Terminal","subtype":"img","target":"","height":"48","key":"terminal"},{"imgtype":"icon","url":"cron/index.html","if":"$HASROLE{'WebServer'}","itemdesc":"Cron Jobs","plainitemdesc":"Cron Jobs","group":"advanced","type":"image","key":"cron_jobs","target":"","height":"48","feature":"cron","description":"Cron Jobs","onclick":"","subtype":"img","implements":"Cron_Home","base64_png_image":"","itemorder":"2","acontent":"","width":"48","file":"cron_jobs","searchtext":"Cron Jobs cronjob crontab edit"},{"acontent":"","itemorder":"3","file":"track_dns","width":"48","searchtext":"Track DNS traceroute tracert dnslookup dig network tools","height":"48","target":"","key":"track_dns","base64_png_image":"","subtype":"img","description":"Track DNS","onclick":"","feature":"nettools","type":"image","itemdesc":"Track DNS","plainitemdesc":"Track DNS","group":"advanced","imgtype":"icon","url":"net/index.html"},{"url":"indexmanager/index.html","imgtype":"icon","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Indexes","group":"advanced","itemdesc":"Indexes","target":"","height":"48","key":"indexes","base64_png_image":"","feature":"indexmanager","description":"Indexes","subtype":"img","onclick":"","acontent":"","itemorder":"4","file":"indexes","width":"48","searchtext":"Indexes index manager"},{"base64_png_image":"","description":"Error Pages","feature":"errpgs","subtype":"img","onclick":"","target":"","height":"48","key":"error_pages","width":"48","file":"error_pages","searchtext":"Error Pages errorlog error_log error log","itemorder":"5","acontent":"","imgtype":"icon","url":"err/index.html","type":"image","plainitemdesc":"Error Pages","group":"advanced","itemdesc":"Error Pages","if":"$HASROLE{'WebServer'}"},{"imgtype":"icon","url":"mime/handle.html","itemdesc":"Apache Handlers","group":"advanced","plainitemdesc":"Apache Handlers","type":"image","if":"$HASROLE{'WebServer'}","subtype":"img","description":"Apache Handlers","feature":"handlers","onclick":"","base64_png_image":"","key":"apache_handlers","target":"","height":"48","searchtext":"Apache Handlers apache handlers extension configure","width":"48","file":"apache_handlers","acontent":"","itemorder":"6"},{"imgtype":"icon","url":"mime/mime.html","if":"$HASROLE{'WebServer'}","type":"image","itemdesc":"MIME Types","plainitemdesc":"MIME Types","group":"advanced","target":"","height":"48","key":"mime_types","base64_png_image":"","feature":"mime","subtype":"img","description":"MIME Types","onclick":"","acontent":"","itemorder":"7","file":"mime_types","searchtext":"MIME Types mimetype types","width":"48"}]},{"desc":"Databases","group":"databases","items":[{"type":"image","itemdesc":"phpMyAdmin","group":"databases","plainitemdesc":"phpMyAdmin","if":"$SERVICEPROVIDED{'mysql'}","url":"sql/PhpMyAdmin.html","imgtype":"icon","width":"48","file":"php_my_admin","searchtext":"phpMyAdmin database db","acontent":"target=\"phpmyadmin\"","itemorder":"1","implements":"Database_phpMyAdmin","base64_png_image":"","description":"phpMyAdmin","subtype":"img","onclick":"","feature":"phpmyadmin","height":"48","target":"phpmyadmin","key":"php_my_admin"},{"base64_png_image":"","implements":"Database_MySQL","subtype":"img","description":"MySQL® Databases","onclick":"","feature":"mysql","height":"48","target":"","key":"mysql_databases","width":"48","file":"mysql_databases","searchtext":"MySQL Databases db MySQL® Databases","acontent":"","itemorder":"2","url":"sql/index.html","imgtype":"icon","type":"image","itemdesc":"MySQL® Databases","group":"databases","plainitemdesc":"MySQL® Databases","if":"$SERVICEPROVIDED{'mysql'}"},{"feature":"mysql","description":"MySQL® Database Wizard","onclick":"","subtype":"img","base64_png_image":"","key":"mysql_database_wizard","height":"48","target":"","width":"48","searchtext":"MySQL Database Wizard mysql database db MySQL® Database Wizard","file":"mysql_database_wizard","itemorder":"3","acontent":"","url":"sql/wizard1.html","imgtype":"icon","group":"databases","plainitemdesc":"MySQL® Database Wizard","itemdesc":"MySQL® Database Wizard","type":"image","if":"$SERVICEPROVIDED{'mysql'}"},{"width":"48","searchtext":"Remote MySQL db Remote MySQL®","file":"remote_mysql","itemorder":"4","acontent":"","base64_png_image":"","description":"Remote MySQL®","subtype":"img","feature":"mysql","onclick":"","target":"","height":"48","key":"remote_mysql","type":"image","itemdesc":"Remote MySQL®","plainitemdesc":"Remote MySQL®","group":"databases","if":"$SERVICEPROVIDED{'mysql'}","url":"sql/managehost.html","imgtype":"icon"}]},{"items":[{"width":"47","searchtext":"Softaculous Apps Installer","file":"soft_div_icons","acontent":"","itemorder":"10","base64_png_image":"","subtype":"img","onclick":"","description":"Softaculous Apps Installer","feature":"soft_div_icons","height":"47","target":"","type":"image","group":"soft_div","plainitemdesc":"Softaculous Apps Installer","itemdesc":"Softaculous Apps Installer","url":"softaculous/index.live.php","imgtype":"icon"}],"group":"soft_div","desc":"Softaculous Apps Installer"},{"items":[{"key":"visitors","height":"48","target":"","feature":"lastvisits","subtype":"img","description":"Visitors","onclick":"","base64_png_image":"","itemorder":"1","acontent":"","file":"visitors","width":"48","searchtext":"latest visitors Visitors","url":"stats/lastvisitors_landing.html","imgtype":"icon","if":"$HASROLE{'WebServer'}","itemdesc":"Visitors","plainitemdesc":"Visitors","group":"metrics","type":"image"},{"url":"stats/errlog.html","imgtype":"icon","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Errors","group":"metrics","itemdesc":"Errors","height":"48","target":"","key":"errors","base64_png_image":"","description":"Errors","subtype":"img","onclick":"","feature":"errlog","itemorder":"2","acontent":"","width":"48","file":"errors","searchtext":"Errors errorlog error log"},{"itemorder":"3","acontent":"","file":"bandwidth","searchtext":"Bandwidth bandmin transfer","width":"48","target":"","height":"48","key":"bandwidth","base64_png_image":"","onclick":"","feature":"bandwidth","subtype":"img","description":"Bandwidth","if":"$SERVICEPROVIDED{'ftp'} || $HASROLE{'MailReceive'} || $HASROLE{'WebServer'}","type":"image","itemdesc":"Bandwidth","group":"metrics","plainitemdesc":"Bandwidth","url":"stats/bandwidth.html","imgtype":"icon"},{"acontent":"","itemorder":"4","searchtext":"Raw Access logs raw logs rawlogs","width":"48","file":"raw_access","height":"48","target":"","key":"raw_access","base64_png_image":"","description":"Raw Access","onclick":"","subtype":"img","feature":"rawlog","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Raw Access","group":"metrics","itemdesc":"Raw Access","imgtype":"icon","url":"raw/index.html"},{"imgtype":"icon","url":"stats/awstats_landing.html","type":"image","group":"metrics","plainitemdesc":"Awstats","itemdesc":"Awstats","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipawstats'}","base64_png_image":"","implements":"Stats_AWStats","onclick":"","description":"Awstats","subtype":"img","feature":"awstats","target":"","height":"48","key":"awstats","searchtext":"Awstats awstats","file":"awstats","width":"48","itemorder":"5","acontent":""},{"file":"analog_stats","searchtext":"Analog Stats","width":"48","acontent":"","itemorder":"6","feature":"analog","onclick":"","subtype":"img","description":"Analog Stats","base64_png_image":"","key":"analog_stats","height":"48","target":"","itemdesc":"Analog Stats","plainitemdesc":"Analog Stats","group":"metrics","type":"image","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipanalog'}","imgtype":"icon","url":"stats/analog_landing.html"},{"imgtype":"icon","url":"stats/webalizer_landing.html","itemdesc":"Webalizer","plainitemdesc":"Webalizer","group":"metrics","type":"image","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipwebalizer'}","feature":"webalizer","subtype":"img","description":"Webalizer","onclick":"","base64_png_image":"","key":"webalizer","height":"48","target":"","width":"48","file":"webalizer","searchtext":"Webalizer stats","acontent":"","itemorder":"7"},{"itemorder":"10","acontent":"","searchtext":"Metrics Editor stats manager choose log programs","width":"32","file":"metrics_editor","key":"metrics_editor","height":"32","target":"","subtype":"img","feature":"statselect","onclick":"","description":"Metrics Editor","base64_png_image":"","if":"$HASROLE{'WebServer'} && $any_stats_enabled","group":"metrics","plainitemdesc":"Metrics Editor","itemdesc":"Metrics Editor","type":"image","url":"statmanager/index.html","imgtype":"icon"}],"group":"metrics","desc":"Metrics"},{"desc":"Files","group":"files","items":[{"width":"48","searchtext":"File Manager file-manager","file":"file_manager","itemorder":"1","acontent":"target=\"file_manager\"","base64_png_image":"","implements":"FileManager_Home","subtype":"img","feature":"filemanager","onclick":"","description":"File Manager","height":"48","target":"file_manager","key":"file_manager","type":"image","plainitemdesc":"File Manager","group":"files","itemdesc":"File Manager","if":"$HASROLE{'FileStorage'}","imgtype":"icon","url":"filemanager/index.html"},{"width":"48","searchtext":"image manager resize manager scaler thumbnailer format Images","file":"images","itemorder":"2","acontent":"","description":"Images","feature":"cpanelpro_images","onclick":"","subtype":"img","base64_png_image":"","key":"images","target":"","height":"48","itemdesc":"Images","group":"files","plainitemdesc":"Images","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","url":"cpanelpro/images.html"},{"base64_png_image":"","feature":"webprotect","description":"Directory Privacy","onclick":"","subtype":"img","target":"","height":"48","key":"directory_privacy","file":"directory_privacy","width":"48","searchtext":"Directory Privacy passwordprotect password protect","acontent":"","itemorder":"3","imgtype":"icon","url":"htaccess/index.html","type":"image","group":"files","plainitemdesc":"Directory Privacy","itemdesc":"Directory Privacy","if":"$HASROLE{'WebServer'}"},{"imgtype":"icon","url":"diskusage/index.html","if":"$HASROLE{'FileStorage'}","plainitemdesc":"Disk Usage","group":"files","itemdesc":"Disk Usage","type":"image","key":"disk_usage","height":"48","target":"","feature":"diskusageviewer","onclick":"","description":"Disk Usage","subtype":"img","base64_png_image":"","itemorder":"4","acontent":"","searchtext":"Disk Usage disk space usage disk-usage","file":"disk_usage","width":"48"},{"base64_png_image":"","subtype":"img","onclick":"","description":"Web Disk","feature":"webdisk","target":"","height":"48","key":"web_disk","searchtext":"Web Disk webdav webdisk","file":"web_disk","width":"48","itemorder":"5","acontent":"","url":"webdav/accounts_webdav.html","imgtype":"icon","type":"image","plainitemdesc":"Web Disk","group":"files","itemdesc":"Web Disk","if":"$HASROLE{'WebDisk'} && $hascpdavd"},{"width":"48","file":"backup","searchtext":"Backup restore","itemorder":"9","acontent":"","description":"Backup","feature":"backup","onclick":"","subtype":"img","implements":"Backups_Home","base64_png_image":"","key":"backup","height":"48","target":"","group":"files","plainitemdesc":"Backup","itemdesc":"Backup","type":"image","if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","url":"backup/index.html","imgtype":"icon"},{"if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","itemdesc":"Backup Wizard","group":"files","plainitemdesc":"Backup Wizard","type":"image","imgtype":"icon","url":"backup/wizard.html","itemorder":"9","acontent":"","file":"backup_wizard","searchtext":"Backup Wizard restore","width":"48","key":"backup_wizard","target":"","height":"48","description":"Backup Wizard","subtype":"img","feature":"backup","onclick":"","base64_png_image":""},{"if":"$HASROLE{'FileStorage'}","type":"image","group":"files","plainitemdesc":"[asis,Git™] Version Control","itemdesc":"Git™ Version Control","url":"version_control/index.html","imgtype":"icon","acontent":"","itemorder":"10","file":"version_control","width":"48","searchtext":"Git version control vcs repositories repository repo master checkout check out branch clone remote source code commit head gitweb history log publish deployment build continuous integration Git™ Version Control","target":"","height":"48","key":"version_control","base64_png_image":"","description":"Git™ Version Control","feature":"version_control","subtype":"img","onclick":""}]},{"items":[{"imgtype":"icon","url":"passwd/index.html","type":"image","plainitemdesc":"Password [output,amp] Security","group":"preferences","itemdesc":"Password & Security","base64_png_image":"","implements":"Password_Change","feature":"password","description":"Password & Security","onclick":"","subtype":"img","target":"","height":"48","key":"change_password","width":"48","file":"change_password","searchtext":"password & security change facebook external google secure cpanel Password & Security","itemorder":"1","acontent":""},{"imgtype":"icon","url":"setlang/index.html","type":"image","group":"preferences","plainitemdesc":"Change Language","itemdesc":"Change Language","height":"48","target":"","key":"change_language","implements":"Locale_Change","base64_png_image":"","feature":"setlang","description":"Change Language","onclick":"","subtype":"img","acontent":"","itemorder":"2","searchtext":"language setlang Change Language","width":"48","file":"change_language"},{"type":"image","group":"preferences","plainitemdesc":"Change Style","itemdesc":"Change Style","url":"styleswitcher/index.html","imgtype":"icon","searchtext":"skin theme Change Style","width":"48","file":"change_style","acontent":"","itemorder":"3","base64_png_image":"","description":"Change Style","feature":"style","subtype":"img","onclick":"","height":"48","target":"","key":"change_style"},{"itemdesc":"Contact Information","group":"preferences","plainitemdesc":"Contact Information","type":"image","imgtype":"icon","url":"contact/index.html","acontent":"","itemorder":"4","searchtext":"contact email Contact Information","file":"contact_information","width":"48","key":"contact_information","height":"48","target":"","subtype":"img","feature":"updatenotificationprefs || updatecontact","description":"Contact Information","onclick":"","implements":"ContactInfo_Change","base64_png_image":""},{"acontent":"","itemorder":"5","searchtext":"password change ftp email webdisk webdav service User Manager","file":"user_manager","width":"48","target":"","height":"48","key":"user_manager","base64_png_image":"","feature":"user_manager","subtype":"img","onclick":"","description":"Manage the users who can access various systems on your cPanel account.","if":"$HASROLE{'FTP'} || $HASROLE{'WebDisk'}","type":"image","plainitemdesc":"User Manager","group":"preferences","itemdesc":"User Manager","url":"user_manager/index.html","imgtype":"icon"}],"group":"preferences","desc":"Preferences"}],"default_group_order":{"software":6,"sample_apps":9,"databases":3,"security":6,"advanced":7,"domains":4,"preferences":8,"metrics":5,"files":2,"email":1,"soft_div":10},"VERSION":5.4} datastore/Cpanel::MysqlRun::running 0000600 00000000024 14721223343 0013330 0 ustar 00 {"version":"5.7.42"} datastore/MOUNTS_CACHE__proc_mounts 0000600 00000004255 14721223343 0013153 0 ustar 00 sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 devtmpfs /dev devtmpfs rw,nosuid,size=3993912k,nr_inodes=998478,mode=755 0 0 securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0 tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0 devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0 tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0 cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0 pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0 cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0 cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0 cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0 cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0 cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0 cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_prio,net_cls 0 0 cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0 cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0 cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct,cpu 0 0 cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0 configfs /sys/kernel/config configfs rw,relatime 0 0 /dev/sda1 / ext4 rw,relatime,data=ordered,jqfmt=vfsv1,usrjquota=quota.user 0 0 hugetlbfs /dev/hugepages hugetlbfs rw,relatime 0 0 mqueue /dev/mqueue mqueue rw,relatime 0 0 debugfs /sys/kernel/debug debugfs rw,relatime 0 0 systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=118353614 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0 /dev/loop1 /tmp ext4 rw,nosuid,noexec,relatime,discard,data=ordered 0 0 /dev/loop1 /var/tmp ext4 rw,nosuid,noexec,relatime,discard,data=ordered 0 0 tmpfs /run/user/0 tmpfs rw,nosuid,nodev,relatime,size=800844k,mode=700 0 0 datastore/AVAILABLE_APPLICATIONS_CACHE_en_jupiter 0000600 00000113417 14721223343 0015012 0 ustar 00 {"needs_security_token":{},"groups":[{"group":"security","items":[{"imgtype":"icon","type":"image","plainitemdesc":"SSH Access","target":"","file":"ssh_access","acontent":"","subtype":"img","itemdesc":"SSH Access","width":"48","itemorder":"1","url":"telnet/index.html","group":"security","searchtext":"SSH access ssh/shell Access ssh secure shell sftp SSH Access","description":"Manage your public and private SSH keys.","key":"ssh_access","base64_png_image":"","feature":"ssh","onclick":"","height":"48"},{"imgtype":"icon","plainitemdesc":"IP Blocker","target":"","if":"$HASROLE{'WebServer'}","type":"image","file":"ip_blocker","itemdesc":"IP Blocker","width":"48","itemorder":"2","acontent":"","subtype":"img","group":"security","url":"denyip/index.html","base64_png_image":"","searchtext":"IP Blocker ip deny manager","description":"Block access to your website for one or more IP addresses or fully qualified domain names.","key":"ip_blocker","height":"48","feature":"ipdeny","onclick":""},{"imgtype":"icon","type":"image","if":"$HASROLE{'UserSSL'}","target":"","plainitemdesc":"SSL/TLS","file":"ssl_tls","subtype":"img","acontent":"","itemdesc":"SSL/TLS","width":"48","itemorder":"3","implements":"SSL_TLS_Manager","url":"ssl/index.html","group":"security","searchtext":"SSL/TLS certificate key csr","description":"Create, manage, and delete SSL certificates, signing requests, and keys.","key":"ssl_tls","base64_png_image":"","feature":"sslmanager","onclick":"","height":"48"},{"group":"security","url":"api_tokens/index.html","implements":"API_Tokens_Manager","height":"48","feature":"apitokens","onclick":"","base64_png_image":"","searchtext":"Manage API Tokens access api connect login","description":"Create, manage, and delete API tokens.","key":"api_tokens","target":"","plainitemdesc":"Manage API Tokens","type":"image","imgtype":"icon","width":"48","itemdesc":"Manage API Tokens","itemorder":"4","subtype":"img","acontent":"","file":"api_tokens"},{"width":"48","itemdesc":"Hotlink Protection","itemorder":"4","subtype":"img","acontent":"","file":"hotlink_protection","target":"","plainitemdesc":"Hotlink Protection","if":"$HASROLE{'WebServer'}","type":"image","imgtype":"icon","height":"48","feature":"hotlink","onclick":"","base64_png_image":"","searchtext":"Hotlink Protection","description":"Prevent external sites and users from embedding your website’s content.","key":"hotlink_protection","group":"security","url":"mime/hotlink.html"},{"height":"48","feature":"cpanelpro_leechprotect && webprotect","onclick":"","base64_png_image":"","searchtext":"Leech Protection protect","description":"Detect unusual levels of activity in password-restricted directories.","key":"leech_protection","group":"security","url":"htaccess/leechprotect/leechprotect.html","width":"48","itemdesc":"Leech Protection","itemorder":"5","acontent":"","subtype":"img","file":"leech_protection","target":"","plainitemdesc":"Leech Protection","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon"},{"implements":"SSL_TLS_Status","url":"security/tls_status/","group":"security","key":"tls_status","searchtext":"SSL/TLS Status","description":"View, upgrade, or renew your domains’ SSLcertificates.","base64_png_image":"","onclick":"","feature":"sslinstall","height":"48","imgtype":"icon","if":"$HASROLE{'UserSSL'}","type":"image","plainitemdesc":"[asis,SSL]/[asis,TLS] Status","target":"","file":"tls_status","subtype":"img","acontent":"","itemorder":"7","itemdesc":"SSL/TLS Status","width":"48"}],"desc":"Security"},{"desc":"Preferences","items":[{"onclick":"","feature":"password","height":"48","key":"change_password","searchtext":"password & security change facebook external google secure cpanel Password & Security","description":"Update your cPanel account’s password.","base64_png_image":"","url":"passwd/index.html","group":"preferences","implements":"Password_Change","subtype":"img","acontent":"","itemorder":"1","width":"48","itemdesc":"Password & Security","file":"change_password","type":"image","target":"","plainitemdesc":"Password [output,amp] Security","imgtype":"icon"},{"imgtype":"icon","type":"image","plainitemdesc":"Change Language","target":"","file":"change_language","subtype":"img","acontent":"","width":"48","itemdesc":"Change Language","itemorder":"2","implements":"Locale_Change","url":"setlang/index.html","group":"preferences","description":"Change your default language.","searchtext":"language setlang Change Language","key":"change_language","base64_png_image":"","feature":"setlang","onclick":"","height":"48"},{"acontent":"","subtype":"img","itemdesc":"Contact Information","width":"48","itemorder":"3","file":"contact_information","type":"image","plainitemdesc":"Contact Information","target":"","imgtype":"icon","feature":"updatenotificationprefs || updatecontact","onclick":"","height":"48","description":"Set contact information and preferences.","searchtext":"contact email Contact Information","key":"contact_information","base64_png_image":"","url":"contact/index.html","group":"preferences","implements":"ContactInfo_Change"},{"target":"","plainitemdesc":"User Manager","type":"image","if":"$HASROLE{'FTP'} || $HASROLE{'WebDisk'}","imgtype":"icon","itemorder":"4","width":"48","itemdesc":"User Manager","subtype":"img","acontent":"","file":"user_manager","group":"preferences","url":"user_manager/index.html","height":"48","onclick":"","feature":"user_manager","base64_png_image":"","key":"user_manager","searchtext":"password change ftp email webdisk webdav service User Manager","description":"Manage the users who can access various systems on your cPanel account."}],"group":"preferences"},{"group":"databases","items":[{"url":"sql/PhpMyAdmin.html","group":"databases","implements":"Database_phpMyAdmin","onclick":"","feature":"phpmyadmin","height":"48","key":"php_my_admin","searchtext":"phpMyAdmin database db","description":"Manage MySQL® databases.","base64_png_image":"","if":"$SERVICEPROVIDED{'mysql'}","type":"image","target":"phpmyadmin","plainitemdesc":"phpMyAdmin","imgtype":"icon","subtype":"img","acontent":"target=\"phpmyadmin\"","itemorder":"1","itemdesc":"phpMyAdmin","width":"48","file":"php_my_admin"},{"implements":"Database_MySQL","url":"sql/index.html","group":"databases","searchtext":"MySQL Databases db MySQL® Databases","description":"Create, manage, and delete MySQL® databases and database users.","key":"mysql_databases","base64_png_image":"","feature":"mysql","onclick":"","height":"48","imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'mysql'}","plainitemdesc":"MySQL® Databases","target":"","file":"mysql_databases","acontent":"","subtype":"img","width":"48","itemdesc":"MySQL® Databases","itemorder":"2"},{"itemdesc":"MySQL® Database Wizard","width":"48","itemorder":"3","subtype":"img","acontent":"","file":"mysql_database_wizard","target":"","plainitemdesc":"MySQL® Database Wizard","if":"$SERVICEPROVIDED{'mysql'}","type":"image","imgtype":"icon","height":"48","feature":"mysql","onclick":"","base64_png_image":"","searchtext":"MySQL Database Wizard mysql database db MySQL® Database Wizard","description":"Guided setup of a MySQL® database, database users, and user privileges.","key":"mysql_database_wizard","group":"databases","url":"sql/wizard1.html"},{"imgtype":"icon","target":"","plainitemdesc":"Remote MySQL®","type":"image","if":"$SERVICEPROVIDED{'mysql'}","file":"remote_mysql","itemdesc":"Remote MySQL®","width":"48","itemorder":"4","acontent":"","subtype":"img","group":"databases","url":"sql/managehost.html","base64_png_image":"","description":"Allow remote hosts (servers) to access MySQL® databases.","searchtext":"Remote MySQL db Remote MySQL®","key":"remote_mysql","height":"48","feature":"mysql","onclick":""}],"desc":"Databases"},{"desc":"Softaculous Apps Installer","group":"soft_div","items":[{"plainitemdesc":"Softaculous Apps Installer","target":"","type":"image","imgtype":"icon","itemdesc":"Softaculous Apps Installer","width":"48","itemorder":"10","subtype":"img","acontent":"","file":"soft_div_icons","group":"soft_div","url":"softaculous/index.live.php","height":"48","feature":"soft_div_icons","onclick":"","base64_png_image":"","searchtext":"Softaculous Apps Installer","description":"Softaculous Apps Installer"}]},{"desc":"Advanced","group":"advanced","items":[{"target":"","plainitemdesc":"Terminal","type":"image","if":"$hasvalidshell && $HASROLE{'FileStorage'}","imgtype":"icon","itemorder":"1","itemdesc":"Terminal","width":"48","acontent":"","subtype":"img","file":"terminal","group":"advanced","url":"terminal/index.html","height":"48","onclick":"","feature":"ssh","base64_png_image":"","key":"terminal","description":"Access an in-browser terminal application for direct command-line access within a cPanel session.","searchtext":"terminal bash tcsh command line shell ssh Terminal"},{"target":"","plainitemdesc":"Cron Jobs","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","width":"48","itemdesc":"Cron Jobs","itemorder":"2","acontent":"","subtype":"img","file":"cron_jobs","group":"advanced","url":"cron/index.html","implements":"Cron_Home","height":"48","feature":"cron","onclick":"","base64_png_image":"","searchtext":"Cron Jobs cronjob crontab edit","description":"Create, manage, and delete scheduled tasks.","key":"cron_jobs"},{"onclick":"","feature":"nettools","height":"48","key":"track_dns","searchtext":"Track DNS traceroute tracert dnslookup dig network tools","description":"Perform traceroutes and domain lookups to diagnose network issues.","base64_png_image":"","url":"net/index.html","group":"advanced","acontent":"","subtype":"img","itemorder":"3","width":"48","itemdesc":"Track DNS","file":"track_dns","type":"image","plainitemdesc":"Track DNS","target":"","imgtype":"icon"},{"itemorder":"4","itemdesc":"Indexes","width":"48","acontent":"","subtype":"img","file":"indexes","plainitemdesc":"Indexes","target":"","if":"$HASROLE{'WebServer'}","type":"image","imgtype":"icon","height":"48","onclick":"","feature":"indexmanager","base64_png_image":"","key":"indexes","searchtext":"Indexes index manager","description":"Define how the server displays a specific directory’s index to a visitor, or to disable index display for a directory.","group":"advanced","url":"indexmanager/index.html"},{"width":"48","itemdesc":"Error Pages","itemorder":"5","subtype":"img","acontent":"","file":"error_pages","target":"","plainitemdesc":"Error Pages","if":"$HASROLE{'WebServer'}","type":"image","imgtype":"icon","height":"48","feature":"errpgs","onclick":"","base64_png_image":"","description":"Inform visitors about problems when they attempt to access your website.","searchtext":"Error Pages errorlog error_log error log","key":"error_pages","group":"advanced","url":"err/index.html"},{"url":"mime/handle.html","group":"advanced","key":"apache_handlers","searchtext":"Apache Handlers apache handlers extension configure","description":"Control how your website’s Apache® web server software manages certain file types and file extensions.","base64_png_image":"","onclick":"","feature":"handlers","height":"48","imgtype":"icon","if":"$HASROLE{'WebServer'}","type":"image","target":"","plainitemdesc":"Apache Handlers","file":"apache_handlers","acontent":"","subtype":"img","itemorder":"6","itemdesc":"Apache Handlers","width":"48"},{"url":"mime/mime.html","group":"advanced","key":"mime_types","description":"Relay information to the visitor’s browser about how to handle file extensions.","searchtext":"MIME Types mimetype types","base64_png_image":"","onclick":"","feature":"mime","height":"48","imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'}","target":"","plainitemdesc":"MIME Types","file":"mime_types","subtype":"img","acontent":"","itemorder":"7","itemdesc":"MIME Types","width":"48"}]},{"desc":"Metrics","items":[{"plainitemdesc":"Visitors","target":"","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","itemdesc":"Visitors","width":"48","itemorder":"1","subtype":"img","acontent":"","file":"visitors","group":"metrics","url":"stats/lastvisitors_landing.html","height":"48","feature":"lastvisits","onclick":"","base64_png_image":"","description":"Display detailed information about recent visits to your website.","searchtext":"latest visitors Visitors","key":"visitors"},{"file":"cpanel-koality-plugin","itemorder":"2","width":"48","itemdesc":"Site Quality Monitoring","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Site Quality Monitoring","type":"image","if":"$HASROLE{'WebServer'}","base64_png_image":"","description":"Site Quality Monitoring","searchtext":"website quality check monitor plugin Site Quality Monitoring","height":"48","onclick":"","feature":"koality","group":"metrics","url":"koality/signup/index.html"},{"imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'}","target":"","plainitemdesc":"Errors","file":"errors","subtype":"img","acontent":"","itemorder":"2","itemdesc":"Errors","width":"48","url":"stats/errlog.html","group":"metrics","key":"errors","description":"View the most recent entries in the Apache® error logs.","searchtext":"Errors errorlog error log","base64_png_image":"","onclick":"","feature":"errlog","height":"48"},{"file":"bandwidth","itemorder":"3","itemdesc":"Bandwidth","width":"48","subtype":"img","acontent":"","imgtype":"icon","plainitemdesc":"Bandwidth","target":"","type":"image","if":"$SERVICEPROVIDED{'ftp'} || $HASROLE{'MailReceive'} || $HASROLE{'WebServer'}","base64_png_image":"","key":"bandwidth","searchtext":"Bandwidth bandmin transfer","description":"View bandwidth usage graphs by protocol over multiple lengths of time.","height":"48","onclick":"","feature":"bandwidth","group":"metrics","url":"stats/bandwidth.html"},{"url":"raw/index.html","group":"metrics","searchtext":"Raw Access logs raw logs rawlogs","description":"View the raw Apache® logs for your site’s visitors.","key":"raw_access","base64_png_image":"","feature":"rawlog","onclick":"","height":"48","imgtype":"icon","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Raw Access","target":"","file":"raw_access","subtype":"img","acontent":"","width":"48","itemdesc":"Raw Access","itemorder":"4"},{"file":"awstats","width":"48","itemdesc":"Awstats","itemorder":"5","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Awstats","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipawstats'}","type":"image","base64_png_image":"","searchtext":"Awstats awstats","description":"View traffic statistics from the AWStats software.","key":"awstats","height":"48","feature":"awstats","onclick":"","implements":"Stats_AWStats","group":"metrics","url":"stats/awstats_landing.html"},{"key":"analog_stats","description":"View data from the Analog traffic statistics software.","searchtext":"Analog Stats","base64_png_image":"","onclick":"","feature":"analog","height":"48","url":"stats/analog_landing.html","group":"metrics","file":"analog_stats","subtype":"img","acontent":"","itemorder":"6","width":"48","itemdesc":"Analog Stats","imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipanalog'}","target":"","plainitemdesc":"Analog Stats"},{"if":"$HASROLE{'WebServer'} && !$CONFIF{'skipwebalizer'}","type":"image","target":"","plainitemdesc":"Webalizer","imgtype":"icon","subtype":"img","acontent":"","itemorder":"7","itemdesc":"Webalizer","width":"48","file":"webalizer","url":"stats/webalizer_landing.html","group":"metrics","onclick":"","feature":"webalizer","height":"48","key":"webalizer","description":"View traffic statistics from the Webalizer statistics program.","searchtext":"Webalizer stats","base64_png_image":""},{"onclick":"","feature":"webalizer","height":"48","key":"webalizer_ftp","description":"View FTP traffic statistics from the Webalizer statistics program.","searchtext":"Webalizer FTP stats ftp","base64_png_image":"","url":"stats/webalizerftp_landing.html","group":"metrics","acontent":"","subtype":"img","touch":"ftp","itemorder":"8","width":"48","itemdesc":"Webalizer FTP","file":"webalizer_ftp","type":"image","if":"!$CONFIF{'skipwebalizer'}","target":"","plainitemdesc":"Webalizer FTP","imgtype":"icon"},{"base64_png_image":"","searchtext":"Metrics Editor stats manager choose log programs","description":"Select metrics programs to process your log files and provide traffic analysis for your cPanel account’s domains.","key":"metrics_editor","height":"32","feature":"statselect","onclick":"","group":"metrics","url":"statmanager/index.html","file":"metrics_editor","width":"32","itemdesc":"Metrics Editor","itemorder":"10","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"Metrics Editor","type":"image","if":"$HASROLE{'WebServer'} && $any_stats_enabled"}],"group":"metrics"},{"desc":"Files","group":"files","items":[{"imgtype":"icon","target":"file_manager","plainitemdesc":"File Manager","if":"$HASROLE{'FileStorage'}","type":"image","file":"file_manager","width":"48","itemdesc":"File Manager","itemorder":"1","subtype":"img","acontent":"target=\"file_manager\"","implements":"FileManager_Home","group":"files","url":"filemanager/index.html","base64_png_image":"","description":"Manage and edit your files.","searchtext":"File Manager file-manager","key":"file_manager","height":"48","feature":"filemanager","onclick":""},{"itemorder":"2","width":"48","itemdesc":"Images","subtype":"img","acontent":"","file":"images","target":"","plainitemdesc":"Images","if":"$HASROLE{'WebServer'}","type":"image","imgtype":"icon","height":"48","onclick":"","feature":"cpanelpro_images","base64_png_image":"","key":"images","searchtext":"image manager resize manager scaler thumbnailer format Images","description":"Modify and manage images saved to your cPanel account.","group":"files","url":"cpanelpro/images.html"},{"if":"$HASROLE{'WebServer'}","type":"image","target":"","plainitemdesc":"Directory Privacy","imgtype":"icon","subtype":"img","acontent":"","width":"48","itemdesc":"Directory Privacy","itemorder":"3","file":"directory_privacy","url":"htaccess/index.html","group":"files","feature":"webprotect","onclick":"","height":"48","searchtext":"Directory Privacy passwordprotect password protect","description":"Protect specific directories in your files on your cPanel account.","key":"directory_privacy","base64_png_image":""},{"acontent":"","subtype":"img","itemdesc":"Disk Usage","width":"48","itemorder":"4","file":"disk_usage","type":"image","if":"$HASROLE{'FileStorage'}","target":"","plainitemdesc":"Disk Usage","imgtype":"icon","feature":"diskusageviewer","onclick":"","height":"48","searchtext":"Disk Usage disk space usage disk-usage","description":"View information about your files, your directories, and how you use your disk space.","key":"disk_usage","base64_png_image":"","url":"diskusage/index.html","group":"files"},{"base64_png_image":"","description":"Manage files on multiple types of devices.","searchtext":"Web Disk webdav webdisk","key":"web_disk","height":"48","feature":"webdisk","onclick":"","group":"files","url":"webdav/accounts_webdav.html","file":"web_disk","itemdesc":"Web Disk","width":"48","itemorder":"5","acontent":"","subtype":"img","imgtype":"icon","plainitemdesc":"Web Disk","target":"","type":"image","if":"$HASROLE{'WebDisk'} && $hascpdavd"},{"group":"files","url":"ftp/accounts.html","height":"48","feature":"ftpaccts","onclick":"","base64_png_image":"","searchtext":"FTP Accounts ftp create","description":"Create, manage, and delete FTP accounts.","key":"ftp_accounts","plainitemdesc":"FTP Accounts","target":"","if":"$SERVICEPROVIDED{'ftp'}","type":"image","imgtype":"icon","itemdesc":"FTP Accounts","width":"48","itemorder":"6","touch":"ftp","subtype":"img","acontent":"","file":"ftp_accounts"},{"description":"View information about current connections to your FTP server and manage those connections.","searchtext":"FTP Connections ftp accounts ftp session control","key":"ftp_connections","base64_png_image":"","feature":"ftpaccts","onclick":"","height":"48","url":"ftp/session.html","group":"files","file":"ftp_connections","touch":"ftp","subtype":"img","acontent":"","itemdesc":"FTP Connections","width":"48","itemorder":"7","imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'ftp'} && !$hascloudlinux","plainitemdesc":"FTP Connections","target":""},{"key":"backup","description":"Download and store your website in a backup file.","searchtext":"Backup restore","base64_png_image":"","onclick":"","feature":"backup","height":"48","implements":"Backups_Home","url":"backup/index.html","group":"files","file":"backup","acontent":"","subtype":"img","itemorder":"9","itemdesc":"Backup","width":"48","imgtype":"icon","if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","type":"image","target":"","plainitemdesc":"Backup"},{"if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","type":"image","plainitemdesc":"Backup Wizard","target":"","imgtype":"icon","acontent":"","subtype":"img","itemorder":"9","itemdesc":"Backup Wizard","width":"48","file":"backup_wizard","url":"backup/wizard.html","group":"files","onclick":"","feature":"backup","height":"48","key":"backup_wizard","searchtext":"Backup Wizard restore","description":"Back up all or part of your website, or restore it from the most recent backup file.","base64_png_image":""},{"group":"files","url":"version_control/index.html","height":"48","feature":"version_control","onclick":"","base64_png_image":"","searchtext":"Git version control vcs repositories repository repo master checkout check out branch clone remote source code commit head gitweb history log publish deployment build continuous integration Git™ Version Control","description":"Host Git™ repositories.","key":"version_control","target":"","plainitemdesc":"[asis,Git™] Version Control","type":"image","if":"$HASROLE{'FileStorage'}","imgtype":"icon","itemdesc":"Git™ Version Control","width":"48","itemorder":"10","acontent":"","subtype":"img","file":"version_control"},{"file":"file_and_directory_restoration","subtype":"img","acontent":"","itemorder":"11","width":"48","itemdesc":"File and Directory Restoration","imgtype":"icon","type":"image","if":"$file_restoration_enabled && $HASROLE{'FileStorage'}","plainitemdesc":"File and Directory Restoration","target":"","key":"file_and_directory_restoration","description":"Restore files from local backup sources.","searchtext":"File directory restoration File and Directory Restoration","base64_png_image":"","onclick":"","feature":"filerestoration","height":"48","url":"file_and_directory_restoration/index.html","group":"files"}]},{"group":"domains","items":[{"onclick":"","feature":"sitepublisher","height":"48","key":"site_publisher","searchtext":"site publisher builder start website generator template Site Publisher","description":"Create a simple website as a placeholder.","base64_png_image":"","url":"site_publisher/index.html","group":"domains","subtype":"img","acontent":"","itemorder":"1","width":"48","itemdesc":"Site Publisher","file":"site_publisher","type":"image","if":"$HASROLE{'WebServer'}","plainitemdesc":"Site Publisher","target":"","imgtype":"icon"},{"onclick":"","feature":"addondomains || subdomains || parkeddomains || sslinstall","height":"48","imagetype":"icon","key":"domains","description":"Create, manage, and delete multiple domains.","searchtext":"domains parked park aliases alias addon subdomain domain force https redirect Domains","base64_png_image":"","url":"domains/index.html","group":"domains","implements":"Domains_domains","acontent":"","subtype":"img","itemorder":"2","width":"48","itemdesc":"Domains","file":"domains","type":"image","plainitemdesc":"Domains","target":""},{"height":"48","feature":"redirects","onclick":"","base64_png_image":"","description":"Send the visitors of a domain or particular page to a different URL.","searchtext":"Redirects rewrite modrewrite","key":"redirects","group":"domains","url":"mime/redirect.html","width":"48","itemdesc":"Redirects","itemorder":"6","acontent":"","subtype":"img","file":"redirects","target":"","plainitemdesc":"Redirects","if":"$HASROLE{'WebServer'}","type":"image","imgtype":"icon"},{"if":"$HASROLE{'DNS'}","type":"image","plainitemdesc":"Zone Editor","target":"","imgtype":"icon","subtype":"img","acontent":"","itemorder":"6","itemdesc":"Zone Editor","width":"48","file":"zone_editor","url":"zone_editor/index.html","group":"domains","onclick":"","feature":"simplezoneedit || changemx || zoneedit","height":"48","key":"zone_editor","searchtext":"zone editor advanced simple caa cname a aaaa txt dkim dmarc spf mx srv record dns dnssec Zone Editor","description":"Create, manage, and delete DNS zone records.","base64_png_image":""},{"onclick":"","feature":"dynamicdns","height":48,"key":"dynamic_dns","searchtext":"dynamic dns ddns ip subdomain Dynamic DNS","description":"Manage your dynamic DNS domains.","base64_png_image":"","url":"dynamic-dns/index.html","group":"domains","acontent":"","subtype":"img","itemorder":9,"itemdesc":"Dynamic DNS","width":48,"file":"dynamic_dns","type":"image","if":"$HASROLE{'DNS'}","target":"","plainitemdesc":"Dynamic DNS","imgtype":"icon"}],"desc":"Domains"},{"desc":"Email","group":"email","items":[{"base64_png_image":"","key":"email_accounts","description":"Create, manage, and delete email accounts.","searchtext":"email accounts mail pop imap smtp Email Accounts","height":"48","onclick":"","feature":"popaccts","implements":"Email_Accounts","group":"email","url":"email_accounts/index.html","file":"email_accounts","itemorder":"1","width":"48","itemdesc":"Email Accounts","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Email Accounts","if":"$HASROLE{'MailReceive'}","type":"image"},{"key":"forwarders","searchtext":"Forwarders forward","description":"Configure an email address to forward copies of incoming emails to another address.","base64_png_image":"","onclick":"","feature":"forwarders || emaildomainfwd","height":"48","implements":"Email_Forwarders","url":"mail/fwds.html","group":"email","file":"forwarders","subtype":"img","acontent":"","itemorder":"3","itemdesc":"Forwarders","width":"48","imgtype":"icon","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","target":"","plainitemdesc":"Forwarders"},{"implements":"Email_Routing","url":"mail/email_routing.html","group":"email","key":"email_routing","description":"Configure how the system routes a domain’s incoming mail.","searchtext":"MX Entry Email Routing dns","base64_png_image":"","onclick":"","feature":"changemx","height":"48","imgtype":"icon","if":"$HASROLE{'MailReceive'} && !$HASCHILDNODE{Mail}","type":"image","target":"","plainitemdesc":"Email Routing","file":"email_routing","acontent":"","subtype":"img","itemorder":"4","width":"48","itemdesc":"Email Routing"},{"imgtype":"icon","plainitemdesc":"Autoresponders","target":"","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","type":"image","file":"autoresponders","width":"48","itemdesc":"Autoresponders","itemorder":"5","subtype":"img","acontent":"","implements":"Email_AutoResponders","group":"email","url":"mail/autores.html","base64_png_image":"","searchtext":"Autoresponders autoresponder auto responders","description":"Configure automatic email response messages.","key":"autoresponders","height":"48","feature":"autoresponders","onclick":""},{"imgtype":"icon","target":"","plainitemdesc":"Default Address","if":"$HASROLE{'MailReceive'}","type":"image","file":"default_address","itemorder":"6","itemdesc":"Default Address","width":"48","acontent":"","subtype":"img","implements":"Email_DefaultAddress","group":"email","url":"mail/def.html","base64_png_image":"","key":"default_address","description":"Set up a default email address.","searchtext":"Default Address","height":"48","onclick":"","feature":"defaultaddress"},{"group":"email","url":"mail/lists.html","implements":"Email_MailingLists","height":"48","feature":"lists","onclick":"","base64_png_image":"","description":"Set up a single email address to send mail to multiple email addresses.","searchtext":"Mailing Lists mailman","key":"mailing_lists","target":"","plainitemdesc":"Mailing Lists","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'} && !$CONFIF{'skipmailman'}","type":"image","imgtype":"icon","width":"48","itemdesc":"Mailing Lists","itemorder":"7","acontent":"","subtype":"img","file":"mailing_lists"},{"onclick":"","feature":"emailtrace","height":"48","key":"track_delivery","description":"Display reports about email message delivery attempts.","searchtext":"Track Delivery Email Trace email mail delivery report","base64_png_image":"","url":"mail/route.html","group":"email","implements":"Email_DeliveryReport","subtype":"img","acontent":"","itemorder":"8","itemdesc":"Track Delivery","width":"48","file":"track_delivery","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","type":"image","plainitemdesc":"Track Delivery","target":"","imgtype":"icon"},{"base64_png_image":"","key":"global_email_filters","description":"Configure how your server filters all of the email that your domains’ email accounts receive.","searchtext":"Global Email Filters filter account level filtering","height":"48","onclick":"","feature":"blockers","implements":"Email_AccountLevelFiltering","group":"email","url":"mail/filters/userfilters.html","file":"global_email_filters","itemorder":"9","width":"48","itemdesc":"Global Email Filters","acontent":"","subtype":"img","imgtype":"icon","plainitemdesc":"Global Email Filters","target":"","type":"image","if":"$HASROLE{'MailReceive'}"},{"group":"email","url":"mail/filters/managefilters.html","implements":"Email_UserLevelFiltering","height":"48","onclick":"","feature":"blockers","base64_png_image":"","key":"email_filters","searchtext":"User Filters Email user level Filtering filter Email Filters","description":"Configure how your server filters a specific email account’s received mail.","plainitemdesc":"Email Filters","target":"","if":"$HASROLE{'MailReceive'}","type":"image","imgtype":"icon","itemorder":"10","itemdesc":"Email Filters","width":"48","acontent":"","subtype":"img","file":"email_filters"},{"target":"","plainitemdesc":"Email Deliverability","type":"image","if":"$HASROLE{'MailSend'}","imgtype":"icon","itemorder":"11","width":"48","itemdesc":"Email Deliverability","subtype":"img","acontent":"","file":"email_deliverability","group":"email","url":"email_deliverability/","implements":"Email_Authentication","height":"48","onclick":"","feature":"emailauth","base64_png_image":"","key":"email_deliverability","searchtext":"email Authentication Email Deliverability spf domain-keys authentication DKIM","description":"Identify problems with your mail-related DNS records for one or more of your domains."},{"acontent":"","subtype":"img","width":"48","itemdesc":"Address Importer","itemorder":"12","file":"address_importer","type":"image","if":"$HASROLE{'MailReceive'}","plainitemdesc":"Address Importer","target":"","imgtype":"icon","feature":"csvimport","onclick":"","height":"48","description":"Use a spreadsheet or comma-separated value text file to quickly create mailboxes or forwarders.","searchtext":"Address Importer Import Addresses Forwarders Mail csv import xls import","key":"address_importer","base64_png_image":"","url":"mail/csvimport.html","group":"email"},{"height":"48","feature":"spamassassin","onclick":"","base64_png_image":"","description":"Configure the spam filter settings for your email account.","searchtext":"Filtering Spam Assassin spamassassin Apache SpamAssassin Spam Filters","key":"apache_spam_assassin","group":"email","url":"mail/spam/index.html","implements":"Email_SpamFilter","width":"48","itemdesc":"Spam Filters","itemorder":"13","subtype":"img","acontent":"","file":"apache_spam_assassin","target":"","plainitemdesc":"Spam Filters","type":"image","if":"$HASROLE{'SpamFilter'} && !$CONFIF{'skipspamassassin'}","imgtype":"icon"},{"subtype":"img","acontent":"","itemorder":"15","itemdesc":"Encryption","width":"48","file":"encryption","type":"image","if":"$HASROLE{'MailReceive'}","target":"","plainitemdesc":"Encryption","imgtype":"icon","onclick":"","feature":"pgp","height":"48","key":"encryption","searchtext":"Encryption gpg keys GnuPG Keys","description":"Create, manage, and delete GnuPG keys.","base64_png_image":"","url":"gpg/index.html","group":"email"},{"file":"boxtrapper","acontent":"","subtype":"img","itemorder":"16","itemdesc":"BoxTrapper","width":"48","imgtype":"icon","type":"image","if":"$HASROLE{'MailReceive'} && !$CONFIF{'skipboxtrapper'}","target":"","key":"boxtrapper","description":"Filter spam from your inbox through challenge-response verification.","searchtext":"BoxTrapper filter","base64_png_image":"","onclick":"","feature":"boxtrapper","height":"48","implements":"Email_BoxTrapper","url":"mail/boxtrapper.html","group":"email"},{"base64_png_image":"","description":"View your mailboxes and disk usage for each, and remove old or large messages.","searchtext":"email accounts mail disk usage bytes mb size Email Disk Usage","key":"email_disk_usage","height":"48","feature":"popaccts && email_disk_usage","onclick":"","implements":"Email_Disk_Usage","group":"email","url":"mail/manage_disk_usage/","file":"email_disk_usage","itemdesc":"Email Disk Usage","width":"48","itemorder":"19","subtype":"img","acontent":"","imgtype":"icon","plainitemdesc":"Email Disk Usage","target":"","if":"$HASROLE{'MailReceive'}","type":"image"}]},{"desc":"Software","group":"software","items":[{"width":"48","itemdesc":"WordPress Manager by Softaculous","itemorder":"1","acontent":"","subtype":"img","file":"wp_softaculous","target":"","plainitemdesc":"WordPress Manager by Softaculous","type":"image","imgtype":"icon","height":"48","feature":"wp_softaculous","onclick":"","base64_png_image":"","description":"WordPress Manager by Softaculous","searchtext":"WordPress Manager by Softaculous","group":"software","url":"softaculous/index.live.php?act=wordpress","implements":"Softaculous_WordPress"},{"file":"php_pear_packages","width":"48","itemdesc":"PHP PEAR Packages","itemorder":"2","acontent":"","subtype":"img","imgtype":"icon","plainitemdesc":"PHP PEAR Packages","target":"","if":"$haspear","type":"image","base64_png_image":"","description":"Search for and add PEAR packages to your website, or view your available PHP packages.","searchtext":"PHP PEAR Packages","key":"php_pear_packages","height":"48","feature":"modules-php-pear","onclick":"","group":"software","url":"module_installers/index.html?lang=php-pear"},{"file":"perl_modules","acontent":"","subtype":"img","itemdesc":"Perl Modules","width":"48","itemorder":"3","imgtype":"icon","if":"$hasperl","type":"image","plainitemdesc":"Perl Modules","target":"","description":"Search for and install Perl modules from the CPAN repository.","searchtext":"Perl Modules","key":"perl_modules","base64_png_image":"","feature":"modules-perl","onclick":"","height":"48","url":"module_installers/index.html?lang=perl","group":"software"},{"imgtype":"icon","cpanel_os_check":"supports_cpaddons=1","plainitemdesc":"Site Software","target":"","if":"$HASROLE{'WebServer'}","type":"image","file":"site_software","itemdesc":"Site Software","width":"32","itemorder":"6","file_check":"!/var/cpanel/cpaddons.disabled","acontent":"","subtype":"img","implements":"Site_Software","group":"software","url":"addoncgi/cpaddons.html","base64_png_image":"","searchtext":"Site Software addons software","description":"Update, manage, and uninstall cPAddons.","key":"site_software","height":"32","feature":"addoncgi","onclick":""},{"feature":"optimizews","onclick":"","height":"32","description":"Configure your server to automatically compress specified types of content when visitors access that content.","searchtext":"Optimize Website","key":"optimize_website","base64_png_image":"","url":"optimize/index.html","group":"software","acontent":"","subtype":"img","itemdesc":"Optimize Website","width":"32","itemorder":"7","file":"optimize_website","if":"$hasmoddeflate","type":"image","plainitemdesc":"Optimize Website","target":"","imgtype":"icon"},{"url":"multiphp_manager/index.html","group":"software","feature":"multiphp","onclick":"","height":"48","searchtext":"MultiPHP Manager","description":"Manage your PHP configuration.","key":"multiphp_manager","base64_png_image":"","if":"$is_ea4","type":"image","target":"","plainitemdesc":"MultiPHP Manager","imgtype":"icon","subtype":"img","acontent":"","itemdesc":"MultiPHP Manager","width":"48","itemorder":"8","file":"multiphp_manager"},{"url":"multiphp_ini_editor/index.html","group":"software","description":"Configure your website’s PHP settings.","searchtext":"MultiPHP INI Editor php config","key":"multiphp_ini_editor","base64_png_image":"","feature":"multiphp_ini_editor","onclick":"","height":"48","imgtype":"icon","if":"$is_ea4","type":"image","plainitemdesc":"MultiPHP INI Editor","target":"","file":"multiphp_ini_editor","acontent":"","subtype":"img","width":"48","itemdesc":"MultiPHP INI Editor","itemorder":"9"},{"base64_png_image":"","searchtext":"Softaculous Apps Installer","description":"Softaculous Apps Installer","height":"48","onclick":"","feature":"softaculous","implements":"Softaculous_Home","group":"software","url":"softaculous/index.live.php","file":"softaculous","itemorder":"99","width":"48","itemdesc":"Softaculous Apps Installer","subtype":"img","acontent":"","imgtype":"icon","plainitemdesc":"Softaculous Apps Installer","target":"","type":"image"}]}],"VERSION":5.4,"implements":{"Email_MailingLists":"mailing_lists","Email_DefaultAddress":"default_address","Site_Software":"site_software","FileManager_Home":"file_manager","Stats_AWStats":"awstats","Email_DeliveryReport":"track_delivery","Email_AccountLevelFiltering":"global_email_filters","Locale_Change":"change_language","Softaculous_Home":"softaculous","Email_Routing":"email_routing","Email_Authentication":"email_deliverability","Email_Forwarders":"forwarders","Email_Disk_Usage":"email_disk_usage","Database_phpMyAdmin":"php_my_admin","Domains_domains":"domains","Backups_Home":"backup","Softaculous_WordPress":"wp_softaculous","Password_Change":"change_password","ContactInfo_Change":"contact_information","Email_Accounts":"email_accounts","Email_UserLevelFiltering":"email_filters","API_Tokens_Manager":"api_tokens","Email_BoxTrapper":"boxtrapper","SSL_TLS_Manager":"ssl_tls","SSL_TLS_Status":"tls_status","Database_MySQL":"mysql_databases","Cron_Home":"cron_jobs","Email_SpamFilter":"apache_spam_assassin","Email_AutoResponders":"autoresponders"},"default_group_order":{"preferences":8,"databases":3,"advanced":7,"security":6,"files":2,"metrics":5,"soft_div":10,"software":6,"email":1,"domains":4,"sample_apps":9}} datastore/reseller_SORTEDRESELLERSUSERS_amitahospital 0000600 00000000316 14721223343 0016365 0 ustar 00 {"statusmsg":"Ran adminbin Cpanel/reseller/SORTEDRESELLERSUSERS","mode":"full","version":"2.4","status":1,"timeout":0,"error":0,"exit_code":0,"data":[["amitahospital","amitahospital.com"]],"action":"fetch"} datastore/mysql-db-count 0000600 00000000001 14721223343 0011313 0 ustar 00 1 datastore/_bin_gtar_--version 0000600 00000000470 14721223343 0012272 0 ustar 00 tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. datastore/SYSTEMMIME 0000600 00000066431 14721223343 0010154 0 ustar 00 {"application/pics-rules":"prf","application/x-tex-tfm":"tfm","application/cdmi-domain":"cdmid","text/vnd.curl.dcurl":"dcurl","application/vnd.micrografx.flo":"flo","application/vnd.dynageo":"geo","application/vnd.ms-powerpoint.addin.macroenabled.12":"ppam","video/quicktime":"mov qt","audio/vnd.rip":"rip","font/otf":"otf","application/vnd.kde.kword":"kwd kwt","application/vnd.yamaha.smaf-audio":"saf","application/vnd.ms-pki.seccat":"cat","image/vnd.ms-photo":"wdp","application/vnd.geogebra.file":"ggb","video/vnd.dece.video":"uvv uvvv","application/x-httpd-ea-php55":"php php5","application/vnd.businessobjects":"rep","application/x-ms-wmd":"wmd","application/vnd.muvee.style":"msty","application/vnd.intu.qfx":"qfx","application/vnd.tao.intent-module-archive":"tao","application/vnd.accpac.simply.imp":"imp","application/vnd.oasis.opendocument.text":"odt","application/scvp-cv-response":"scs","font/woff2":"woff2","application/vnd.adobe.xdp+xml":"xdp","model/vrml":"vrml wrl","application/vnd.hp-jlyt":"jlt","video/vnd.ms-playready.media.pyv":"pyv","application/marc":"mrc","video/jpm":"jpgm jpm","application/pskc+xml":"pskcxml","image/tiff":"tif tiff","application/x-tcl":"tcl","image/sgi":"sgi","image/x-portable-graymap":"pgm","application/vnd.wt.stf":"stf","application/x-subrip":"srt","application/vnd.hp-hpid":"hpid","application/mets+xml":"mets","video/x-sgi-movie":"movie","application/vnd.groove-tool-template":"tpl","application/x-tads":"gam","application/vnd.fujixerox.docuworks":"xdw","text/x-log":"log","application/vnd.chemdraw+xml":"cdxml","application/vnd.triscape.mxs":"mxs","application/x-stuffit":"sit","application/scvp-cv-request":"scq","application/rtf":"rtf","application/vnd.shana.informed.interchange":"iif","application/x-httpd-ea-php80":"php php8","application/vnd.macports.portpkg":"portpkg","application/rls-services+xml":"rs","application/oda":"oda","text/csv":"csv","application/vnd.immervision-ivu":"ivu","video/mpeg":"m1v m2v mpe mpeg mpg","video/3gpp2":"3g2","application/x-pkcs12":"p12 pfx","video/vnd.dece.mobile":"uvm uvvm","application/vnd.framemaker":"book fm frame maker","application/vnd.epson.quickanime":"qam","application/vnd.fujixerox.ddd":"ddd","application/vnd.trid.tpt":"tpt","application/vnd.ms-powerpoint.presentation.macroenabled.12":"pptm","application/vnd.stardivision.writer":"sdw vor","application/vnd.proteus.magazine":"mgz","application/vnd.fujitsu.oasysprs":"bh2","application/vnd.airzip.filesecure.azf":"azf","text/vnd.graphviz":"gv","application/xenc+xml":"xenc","application/vnd.shana.informed.formtemplate":"itp","chemical/x-cmdf":"cmdf","image/x-tga":"tga","application/vnd.jcp.javame.midlet-rms":"rms","application/vnd.amazon.ebook":"azw","application/vnd.frogans.ltf":"ltf","application/vnd.hal+xml":"hal","image/g3fax":"g3","application/vnd.mediastation.cdkey":"cdkey","application/vnd.fluxtime.clip":"ftc","application/vnd.spotfire.dxp":"dxp","application/wspolicy+xml":"wspolicy","application/vnd.hp-pcl":"pcl","application/vnd.dreamfactory":"dfac","application/vnd.epson.ssf":"ssf","application/x-hdf":"hdf","image/ktx":"ktx","application/vnd.yamaha.smaf-phrase":"spf","audio/x-ms-wax":"wax","application/resource-lists-diff+xml":"rld","application/vnd.enliven":"nml","application/vnd.nokia.n-gage.data":"ngdat","application/vnd.adobe.formscentral.fcdt":"fcdt","application/vnd.noblenet-web":"nnw","application/vnd.immervision-ivp":"ivp","application/vnd.ufdl":"ufd ufdl","image/vnd.fst":"fst","application/vnd.ms-powerpoint.slide.macroenabled.12":"sldm","application/vnd.symbian.install":"sis sisx","application/vnd.ipunplugged.rcprofile":"rcprofile","application/vnd.recordare.musicxml":"mxl","video/3gpp":"3gp","audio/s3m":"s3m","application/x-pkcs7-certreqresp":"p7r","audio/basic":"au snd","application/vnd.sun.xml.writer.global":"sxg","application/x-authorware-seg":"aas","application/vnd.crick.clicker.wordbank":"clkw","application/rpki-manifest":"mft","text/vcard":"vcard","image/vnd.dece.graphic":"uvg uvi uvvg uvvi","application/rsd+xml":"rsd","application/x-cbr":"cb7 cba cbr cbt cbz","video/jpeg":"jpgv","application/vnd.lotus-screencam":"scm","application/vnd.sun.xml.writer.template":"stw","application/vnd.ms-works":"wcm wdb wks wps","application/vnd.novadigm.edm":"edm","audio/x-mpegurl":"m3u","application/relax-ng-compact-syntax":"rnc","application/scvp-vp-request":"spq","image/gif":"gif","application/x-cfs-compressed":"cfs","application/vnd.curl.pcurl":"pcurl","application/x-cdlink":"vcd","application/vnd.cluetrust.cartomobile-config-pkg":"c11amz","application/vnd.uiq.theme":"utz","text/vnd.curl":"curl","audio/vnd.lucent.voice":"lvp","application/x-mobipocket-ebook":"mobi prc","video/x-fli":"fli","application/vnd.ctc-posml":"pml","application/vnd.pocketlearn":"plf","text/x-registry":"reg","application/vnd.oasis.opendocument.image":"odi","application/cu-seeme":"cu","application/vnd.adobe.xfdf":"xfdf","application/x-cpio":"cpio","application/vnd.fujitsu.oasys2":"oa2","application/vnd.oasis.opendocument.graphics-template":"otg","application/vnd.openofficeorg.extension":"oxt","application/x-doom":"wad","application/vnd.dart":"dart","application/x-sql":"sql","video/x-smv":"smv","image/x-rgb":"rgb","application/x-x509-ca-cert":".crt crt der","application/vnd.ms-word.document.macroenabled.12":"docm","application/x-dtbresource+xml":"res","video/vnd.uvvu.mp4":"uvu uvvu","application/x-java-jnlp-file":"jnlp","application/x-apple-diskimage":"dmg","application/x-latex":"latex","application/vnd.medcalcdata":"mc1","application/winhlp":"hlp","font/woff":"woff","application/vnd.musician":"mus","application/postscript":"ai eps ps","application/xml-dtd":"dtd","text/x-sql":"sql","application/vnd.olpc-sugar":"xo","application/vnd.ms-excel.sheet.binary.macroenabled.12":"xlsb","application/vnd.lotus-wordpro":"lwp","application/vnd.sun.xml.calc":"sxc","application/vnd.ms-ims":"ims","video/vnd.fvt":"fvt","application/exi":"exi","application/vnd.geospace":"g3w","application/vnd.hhe.lesson-player":"les","image/vnd.dxf":"dxf","application/vnd.ms-word.template.macroenabled.12":"dotm","application/x-font-ghostscript":"gsf","application/vnd.dvb.service":"svc","application/vnd.stardivision.math":"smf","application/x-freearc":"arc","image/vnd.fujixerox.edmics-mmr":"mmr","application/vnd.mophun.application":"mpn","audio/x-flac":"flac","application/thraud+xml":"tfi","application/vnd.ahead.space":"ahead","application/vnd.fujixerox.docuworks.binder":"xbd","application/x-msclip":"clp","application/x-mscardfile":"crd","application/x-xpinstall":"xpi","text/x-asm":"asm s","application/vnd.epson.salt":"slt","text/x-config":"cnf conf","application/x-httpd-ea-php54":"php php5","application/vnd.ibm.rights-management":"irm","application/pgp-signature":"asc sig","application/x-httpd-php-source":"phps","application/vnd.novadigm.ext":"ext","application/vnd.syncml+xml":"xsm","application/vnd.kde.kontour":"kon","application/ogg":"ogx","audio/x-ms-wma":"wma","application/vnd.rn-realmedia":"rm","application/vnd.yellowriver-custom-menu":"cmp","application/reginfo+xml":"rif","application/x-font-type1":"afm pfa pfb pfm","chemical/x-xyz":"xyz","application/mp21":"m21 mp21","video/x-matroska":"mk3d mks mkv","application/shf+xml":"shf","audio/xm":"xm","application/vnd.smaf":"mmf","application/vnd.ibm.minipay":"mpy","application/vnd.sun.xml.draw.template":"std","application/x-conference":"nsc","application/vnd.tcpdump.pcap":"cap dmp pcap","application/vnd.jisp":"jisp","video/x-flv":"flv","audio/vnd.dra":"dra","application/x-httpd-ea-php56":"php php5","application/vnd.stardivision.impress":"sdd","image/svg+xml":"svg svgz","audio/webm":"weba","application/vnd.ms-fontobject":"eot","application/vnd.mfmp":"mfm","application/vnd.aristanetworks.swi":"swi","application/patch-ops-error+xml":"xer","text/x-setext":"etx","application/x-shar":"shar","application/xslt+xml":"xslt","application/rpki-roa":"roa","application/vnd.americandynamics.acc":"acc","application/vnd.google-earth.kml+xml":"kml","application/vnd.syncml.dm+wbxml":"bdm","application/pkcs7-mime":"p7c p7m","application/vnd.apple.installer+xml":"mpkg","application/omdoc+xml":"omdoc","application/vnd.clonk.c4group":"c4d c4f c4g c4p c4u","audio/x-aac":"aac","image/x-pict":"pct pic","application/x-msbinder":"obd","text/x-nfo":"nfo","model/x3d+vrml":"x3dv x3dvz","application/sparql-query":"rq","application/xproc+xml":"xpl","application/java-archive":"jar","application/x-gzip":".gz .tgz tgz","application/vnd.visio":"vsd vss vst vsw","image/vnd.djvu":"djv djvu","application/vnd.mobius.msl":"msl","video/x-ms-wm":"wm","application/vnd.oasis.opendocument.presentation":"odp","image/x-pcx":"pcx","application/vnd.dece.data":"uvd uvf uvvd uvvf","application/vnd.oasis.opendocument.image-template":"oti","application/vnd.mobius.plc":"plc","application/vnd.commonspace":"csp","application/xhtml+xml":"xht xhtml","application/x-ms-xbap":"xbap","application/vnd.fsc.weblaunch":"fsc","text/x-c":"c cc cpp cxx dic h hh","application/vnd.isac.fcs":"fcs","application/vnd.pg.osasli":"ei6","text/x-vcalendar":"vcs","application/vnd.intergeo":"i2g","application/inkml+xml":"ink inkml","application/vnd.stepmania.stepchart":"sm","image/x-mrsid-image":"sid","application/x-ms-shortcut":"lnk","application/vnd.mseq":"mseq","application/x-lzh-compressed":"lha lzh","image/x-cmx":"cmx","application/pgp-encrypted":"pgp","image/x-portable-anymap":"pnm","image/x-freehand":"fh fh4 fh5 fh7 fhc","application/vnd.hydrostatix.sof-data":"sfd-hdstx","chemical/x-cml":"cml","application/vnd.osgi.subsystem":"esa","application/vnd.groove-vcard":"vcg","text/turtle":"ttl","application/vnd.pawaafile":"paw","application/prs.cww":"cww","image/x-3ds":"3ds","application/x-compress":".Z","text/vnd.curl.scurl":"scurl","application/vnd.sun.xml.draw":"sxd","application/vnd.groove-help":"ghf","application/x-msdownload":"bat com dll exe msi","application/x-silverlight-app":"xap","application/vnd.mif":"mif","application/vnd.cups-ppd":"ppd","video/x-mng":"mng","application/x-bittorrent":"torrent","application/x-t3vm-image":"t3","application/mods+xml":"mods","application/x-font-bdf":"bdf","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","application/vnd.ms-excel.addin.macroenabled.12":"xlam","application/vnd.google-earth.kmz":"kmz","application/vnd.dece.zip":"uvvz uvz","application/xop+xml":"xop","application/vnd.jam":"jam","application/octet-stream":"bin bpk deploy dist distz dmg dms dump elc iso lrf mar pkg so","image/webp":"webp","application/vnd.yamaha.hv-voice":"hvp","text/x-sfv":"sfv","audio/vnd.nuera.ecelp4800":"ecelp4800","image/ief":"ief","application/vnd.oasis.opendocument.text-template":"ott","image/vnd.dvb.subtitle":"sub","application/vnd.las.las+xml":"lasxml","application/vnd.bmi":"bmi","application/vnd.blueice.multipass":"mpm","application/vnd.hp-hpgl":"hpgl","application/x-envoy":"evy","application/vnd.powerbuilder6":"pbd","application/marcxml+xml":"mrcx","application/x-chat":"chat","application/metalink4+xml":"meta4","application/ruby":"rb","application/pkixcmp":"pki","application/msword":"doc dot","application/x-authorware-map":"aam","application/vnd.neurolanguage.nlu":"nlu","application/vnd.astraea-software.iota":"iota","video/x-ms-asf":"asf asx","application/cdmi-capability":"cdmia","application/vnd.simtech-mindmapper":"twd twds","application/vnd.frogans.fnc":"fnc","video/h261":"h261","video/vnd.dece.pd":"uvp uvvp","video/x-ms-wmv":"wmv","text/vnd.curl.mcurl":"mcurl","image/vnd.wap.wbmp":".wbmp wbmp","application/vnd.zzazz.deck+xml":"zaz","image/x-portable-bitmap":"pbm","application/vnd.chipnuts.karaoke-mmd":"mmd","application/vnd.openxmlformats-officedocument.presentationml.presentation":"pptx","application/x-research-info-systems":"ris","application/vnd.ms-lrm":"lrm","application/vnd.claymore":"cla","text/tab-separated-values":"tsv","application/x-tgif":"obj","application/x-img":"img","application/vnd.sailingtracker.track":"st","application/x-abiword":"abw","application/vnd.xfdl":"xfdl","video/h263":"h263","application/x-dtbook+xml":"dtb","image/cgm":"cgm","application/x-sh":"sh","application/vnd.fujitsu.oasys":"oas","application/mads+xml":"mads","application/davmount+xml":"davmount","application/vnd.kde.karbon":"karbon","application/srgs":"gram","video/vnd.mpegurl":"m4u mxu","application/vnd.shana.informed.formdata":"ifm","application/x-msaccess":"mdb","application/vnd.stardivision.writer-global":"sgl","application/vnd.dece.unspecified":"uvvx uvx","image/x-xbitmap":"xbm","chemical/x-cif":"cif","audio/mp4":"m4a m4p mp4 mp4a","application/scvp-vp-response":"spp","application/sru+xml":"sru","application/x-httpd-ea-php74":"php php7","application/vnd.kde.kspread":"ksp","application/vnd.genomatix.tuxedo":"txd","application/vnd.cosmocaller":"cmc","application/tei+xml":"tei teicorpus","image/vnd.net-fpx":"npx","application/vnd.realvnc.bed":"bed","application/x-msschedule":"scd","application/pkix-cert":"cer","text/vnd.sun.j2me.app-descriptor":"jad","application/vnd.vsf":"vsf","application/rss+xml":"rss","application/vnd.igloader":"igl","application/vnd.oasis.opendocument.chart":"odc","audio/ogg":"oga ogg spx","application/vnd.ms-powerpoint.template.macroenabled.12":"potm","application/vnd.xara":"xar","application/vnd.wap.wbxml":"wbxml","application/vnd.dece.ttml+xml":"uvt uvvt","application/vnd.oasis.opendocument.text-master":"odm","text/vnd.fly":"fly","application/vnd.ms-officetheme":"thmx","application/x-install-instructions":"install","application/smil+xml":"smi smil","application/xaml+xml":"xaml","application/atomcat+xml":"atomcat","application/emma+xml":"emma","application/x-msmediaview":"m13 m14 mvb","application/vnd.ms-cab-compressed":"cab","application/jsonml+json":"jsonml","application/vnd.mobius.mbk":"mbk","application/vnd.wqd":"wqd","application/vnd.amiga.ami":"ami","application/vnd.intu.qbo":"qbo","application/srgs+xml":"grxml","application/vnd.apple.mpegurl":"m3u8","application/vnd.sun.xml.calc.template":"stc","application/x-director":"cct cst cxt dcr dir dxr fgd swa w3d","application/vnd.nokia.n-gage.symbian.install":"n-gage","application/hyperstudio":"stk","application/lost+xml":"lostxml","application/x-csh":"csh","application/oebps-package+xml":"opf","application/yin+xml":"yin","text/n3":"n3","application/vnd.geonext":"gxt","model/vnd.gdl":"gdl","application/vnd.picsel":"efif","video/x-f4v":"f4v","application/yang":"yang","application/vnd.ms-wpl":"wpl","application/vnd.curl.car":"car","application/vnd.yamaha.openscoreformat.osfpvg+xml":"osfpvg","application/vnd.ms-powerpoint":"pot pps ppt","image/vnd.ms-modi":"mdi","text/uri-list":"uri uris urls","text/html":".shtml htm html shtml","application/atom+xml":"atom","application/vnd.ms-project":"mpp mpt","application/vnd.oasis.opendocument.spreadsheet-template":"ots","text/x-vcard":"vcf","application/vnd.hbci":"hbci","application/vnd.joost.joda-archive":"joda","application/set-payment-initiation":"setpay","application/vnd.fdsn.seed":"dataless seed","application/vnd.rim.cod":"cod","application/vnd.hp-hps":"hps","application/atomsvc+xml":"atomsvc","application/widget":"wgt","application/x-pkcs7-certificates":"p7b spc","application/metalink+xml":"metalink","application/x-rar-compressed":"rar","application/ssdl+xml":"ssdl","application/vnd.acucobol":"acu","application/vnd.handheld-entertainment+xml":"zmm","font/ttf":"ttf","application/zip":"zip","chemical/x-cdx":"cdx","application/vnd.stepmania.package":"smzip","application/vnd.wordperfect":"wpd","audio/silk":"sil","application/x-httpd-ea-php72":"php php7","application/vnd.hp-pclxl":"pclxl","application/mbox":"mbox","application/vnd.adobe.air-application-installer-package+zip":"air","application/vnd.geoplan":"g2w","application/vnd.noblenet-directory":"nnd","application/resource-lists+xml":"rl","application/x-eva":"eva","application/vnd.epson.esf":"esf","application/x-mswrite":"wri","application/sdp":"sdp","application/vnd.sun.xml.impress.template":"sti","application/x-gnumeric":"gnumeric","application/vnd.ms-htmlhelp":"chm","model/x3d+binary":"x3db x3dbz","application/vnd.android.package-archive":"apk","application/vnd.ibm.modcap":"afp list3820 listafp","application/x-tex":"tex","application/vnd.flographit":"gph","application/x-authorware-bin":"aab u32 vox x32","application/vnd.mophun.certificate":"mpc","application/vnd.solent.sdkm+xml":"sdkd sdkm","application/x-ms-wmz":"wmz","video/x-msvideo":"avi","application/java-serialized-object":"ser","application/vnd.osgi.dp":"dp","application/vnd.previewsystems.box":"box","application/vnd.crick.clicker.template":"clkt","application/rdf+xml":"rdf","application/x-stuffitx":"sitx","audio/vnd.dts.hd":"dtshd","application/vnd.visionary":"vis","application/vnd.sun.xml.impress":"sxi","application/x-xfig":"fig","application/vnd.mobius.mqy":"mqy","application/vnd.groove-tool-message":"gtm","application/vnd.ms-xpsdocument":"xps","audio/vnd.digital-winds":"eol","video/mj2":"mj2 mjp2","application/vnd.route66.link66+xml":"link66","audio/vnd.nuera.ecelp7470":"ecelp7470","application/dssc+xml":"xdssc","application/vnd.novadigm.edx":"edx","application/vnd.oasis.opendocument.database":"odb","application/vnd.gmx":"gmx","application/ccxml+xml":"ccxml","video/x-ms-vob":"vob","audio/vnd.dts":"dts","model/iges":"iges igs","application/vnd.fuzzysheet":"fzs","message/rfc822":"eml mime","application/vnd.mobius.dis":"dis","application/vnd.oma.dd2+xml":"dd2","application/pkix-crl":"crl","application/x-chess-pgn":"pgn","application/x-tar":".tgz tar","audio/x-aiff":"aif aifc aiff","application/vnd.crick.clicker":"clkx","application/vnd.dna":"dna","text/plain":"conf def in list log text txt","application/vnd.oasis.opendocument.formula":"odf","application/rpki-ghostbusters":"gbr","application/vnd.denovo.fcselayout-link":"fe_launch","text/x-java-source":"java","model/vnd.gtw":"gtw","application/vnd.3gpp.pic-bw-var":"pvb","application/vnd.epson.msf":"msf","model/vnd.vtu":"vtu","text/cache-manifest":"appcache","text/vnd.dvb.subtitle":"sub","application/mxf":"mxf","application/vnd.oasis.opendocument.text-web":"oth","application/x-wais-source":"src","application/vnd.ms-powerpoint.slideshow.macroenabled.12":"ppsm","application/vnd.mcd":"mcd","application/vnd.openxmlformats-officedocument.presentationml.slide":"sldx","application/vnd.zul":"zir zirz","application/vnd.dpgraph":"dpg","image/vnd.fujixerox.edmics-rlc":"rlc","application/x-ms-application":"application","application/sparql-results+xml":"srx","audio/vnd.ms-playready.media.pya":"pya","application/cdmi-object":"cdmio","application/vnd.webturbo":"wtb","application/x-dgc-compressed":"dgc","application/pkcs10":"p10","application/vnd.kde.kpresenter":"kpr kpt","model/vnd.mts":"mts","application/vnd.acucorp":"acutc atc","text/vnd.wap.wmlscript":".wmls wmls","text/troff":"man me ms roff t tr","application/mathml+xml":"mathml","application/ecmascript":"ecma","application/vnd.wolfram.player":"nbp","application/vnd.oasis.opendocument.formula-template":"odft","application/vnd.palm":"oprc pdb pqa","audio/vnd.nuera.ecelp9600":"ecelp9600","application/vnd.3gpp.pic-bw-small":"psb","application/vnd.lotus-freelance":"pre","chemical/x-csml":"csml","application/vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","application/x-gtar":"gtar","application/x-sv4cpio":"sv4cpio","application/vnd.eszigno3+xml":"es3 et3","audio/mpeg":"m2a m3a mp2 mp2a mp3 mpga","application/vnd.criticaltools.wbs+xml":"wbs","image/jpeg":"jpe jpeg jpg","application/vnd.recordare.musicxml+xml":"musicxml","application/andrew-inset":"ez","application/cdmi-queue":"cdmiq","application/vnd.stardivision.draw":"sda","application/vnd.anser-web-certificate-issue-initiation":"cii","application/vnd.mobius.daf":"daf","application/x-pkcs7-crl":".crl","application/vnd.insors.igm":"igm","application/vnd.wap.wmlc":".wmlc wmlc","application/vnd.pvi.ptid1":"ptid","application/pkcs7-signature":"p7s","audio/midi":"kar mid midi rmi","audio/vnd.dece.audio":"uva uvva","application/vnd.geometry-explorer":"gex gre","text/vnd.fmi.flexstor":"flx","application/vnd.lotus-1-2-3":"123","application/vnd.mobius.txf":"txf","application/gpx+xml":"gpx","application/vnd.ms-excel.sheet.macroenabled.12":"xlsm","audio/x-pn-realaudio-plugin":"rmp","application/vnd.mozilla.xul+xml":"xul","font/collection":"ttc","application/vnd.audiograph":"aep","application/mac-binhex40":"hqx","application/vnd.geogebra.tool":"ggt","application/vnd.publishare-delta-tree":"qps","application/vnd.svd":"svd","image/x-xpixmap":"xpm","application/vnd.groove-injector":"grv","application/mac-compactpro":"cpt","application/vnd.is-xpr":"xpr","application/vnd.accpac.simply.aso":"aso","application/x-msmoney":"mny","image/bmp":"bmp","application/vnd.openxmlformats-officedocument.wordprocessingml.template":"dotx","application/vnd.cinderella":"cdy","application/vnd.grafeq":"gqf gqs","application/javascript":"js","video/x-ms-wmx":"wmx","application/timestamped-data":"tsd","application/vnd.rn-realmedia-vbr":"rmvb","application/vnd.3m.post-it-notes":"pwn","application/vnd.sema":"sema","application/ipfix":"ipfix","text/richtext":"rtx","application/vnd.oasis.opendocument.spreadsheet":"ods","application/perl":"perl pl plx pm ppl","application/vnd.antix.game-component":"atx","application/x-bzip":"bz tbz","application/vnd.dvb.ait":"ait","application/vnd.groove-account":"gac","application/vnd.anser-web-funds-transfer-initiation":"fti","application/pkcs8":"p8","application/vnd.fujitsu.oasysgp":"fg5","application/x-gramps-xml":"gramps","application/vnd.crick.clicker.keyboard":"clkk","application/vnd.irepository.package+xml":"irp","application/gml+xml":"gml","application/x-shockwave-flash":"swf","application/pkix-attr-cert":"ac","application/vnd.semd":"semd","application/x-texinfo":"texi texinfo","application/vnd.kidspiration":"kia","application/x-7z-compressed":"7z","application/vnd.unity":"unityweb","application/vnd.nitf":"nitf ntf","application/vnd.smart.teacher":"teacher","text/sgml":"sgm sgml","application/vnd.yamaha.hv-script":"hvs","text/calendar":"ics ifb","application/vnd.ibm.secure-container":"sc","application/pdf":"pdf","application/vnd.kahootz":"ktr ktz","application/vnd.ms-excel":"xla xlc xlm xls xlt xlw","video/vnd.dece.sd":"uvs uvvs","application/set-registration-initiation":"setreg","application/x-font-snf":"snf","application/font-tdpfr":"pfr","application/vnd.ms-pki.stl":"stl","application/x-mspublisher":"pub","image/vnd.adobe.photoshop":"psd","application/vnd.openxmlformats-officedocument.presentationml.template":"potx","application/vnd.stardivision.calc":"sdc","video/vnd.dece.hd":"uvh uvvh","application/vnd.syncml.dm+xml":"xdm","application/vnd.ds-keypoint":"kpxx","application/vnd.sun.xml.math":"sxm","application/x-ace-compressed":"ace","application/vnd.kenameaapp":"htke","application/vnd.kde.kchart":"chrt","application/xcap-diff+xml":"xdf","application/x-ustar":"ustar","text/x-pascal":"p pas","application/vnd.lotus-approach":"apr","application/vnd.seemail":"see","application/vnd.ms-excel.template.macroenabled.12":"xltm","application/x-iso9660-image":"iso","application/vnd.ms-artgalry":"cil","application/applixware":"aw","application/vnd.dolby.mlp":"mlp","application/dssc+der":"dssc","application/json":"json","audio/x-pn-realaudio":"ra ram","application/x-blorb":"blb blorb","application/vnd.ezpix-package":"ez3","application/vnd.kde.kivio":"flw","text/vnd.in3d.3dml":"3dml","application/vnd.spotfire.sfs":"sfs","application/x-debian-package":"deb udeb","application/x-font-pcf":"pcf","application/vnd.oasis.opendocument.graphics":"odg","image/x-xwindowdump":"xwd","video/mp4":"mp4 mp4v mpg4","application/vnd.fdsn.mseed":"mseed","application/gxf":"gxf","application/vnd.semf":"semf","application/vnd.airzip.filesecure.azs":"azs","application/vnd.shana.informed.package":"ipk","application/onenote":"onepkg onetmp onetoc onetoc2","application/vnd.openxmlformats-officedocument.spreadsheetml.template":"xltx","application/sbml+xml":"sbml","application/mathematica":"ma mb nb","application/vnd.fujitsu.oasys3":"oa3","video/ogg":"ogv","application/vnd.mynfc":"taglet","application/x-mie":"mie","model/vnd.dwf":"dwf","image/vnd.xiff":"xif","application/vnd.cloanto.rp9":"rp9","text/vnd.wap.wml":".wml wml","application/vnd.yamaha.openscoreformat":"osf","application/x-futuresplash":"spl","application/vnd.data-vision.rdz":"rdz","video/h264":"h264","application/x-gca-compressed":"gca","application/x-xliff+xml":"xlf","application/vnd.adobe.fxp":"fxp fxpl","application/vnd.micrografx.igx":"igx","application/x-httpd-ea-php70":"php php7","application/x-netcdf":"cdf nc","application/vnd.koan":"skd skm skp skt","application/x-nzb":"nzb","application/vnd.trueapp":"tra","image/vnd.dwg":"dwg","audio/x-matroska":"mka","image/vnd.fastbidsheet":"fbs","application/epub+zip":"epub","application/x-glulx":"ulx","application/xml":"xml xsl","application/mediaservercontrol+xml":"mscml","application/vnd.uoml+xml":"uoml","video/x-ms-wvx":"wvx","application/xspf+xml":"xspf","application/pkix-pkipath":"pkipath","application/vnd.lotus-organizer":"org","application/vnd.lotus-notes":"nsf","application/vnd.yamaha.hv-dic":"hvd","application/vnd.kodak-descriptor":"sse","application/voicexml+xml":"vxml","application/pls+xml":"pls","application/docbook+xml":"dbk","application/vnd.cluetrust.cartomobile-config":"c11amc","application/vnd.contact.cmsg":"cdbcmsg","application/vnd.llamagraphics.life-balance.desktop":"lbd","model/x3d+xml":"x3d x3dz","application/vnd.oasis.opendocument.presentation-template":"otp","image/x-icon":"ico","model/vnd.collada+xml":"dae","text/vnd.in3d.spot":"spot","application/x-dtbncx+xml":"ncx","application/java-vm":"class","application/cgi":"cgi","video/webm":"webm","application/vnd.pmi.widget":"wg","application/vnd.nokia.radio-presets":"rpss","application/x-httpd-ea-php73":"php php7","application/vnd.oasis.opendocument.chart-template":"otc","application/vnd.crick.clicker.palette":"clkp","application/vnd.kinar":"kne knp","application/vnd.nokia.radio-preset":"rpst","image/vnd.fpx":"fpx","application/vnd.osgeo.mapguide.package":"mgp","application/vnd.openxmlformats-officedocument.presentationml.slideshow":"ppsx","application/x-font-linux-psf":"psf","image/x-cmu-raster":"ras","image/prs.btif":"btif","application/vnd.ezpix-album":"ez2","application/vnd.llamagraphics.life-balance.exchange+xml":"lbe","application/wsdl+xml":"wsdl","application/x-xz":"xz","application/vnd.iccprofile":"icc icm","text/x-fortran":"f f77 f90 for","application/x-bcpio":"bcpio","application/x-msterminal":"trm","audio/x-wav":"wav","application/cdmi-container":"cdmic","image/png":"png","application/x-httpd-ea-php71":"php php7","text/prs.lines.tag":"dsc","application/vnd.sus-calendar":"sus susp","application/vnd.umajin":"umj","text/x-uuencode":"uu","audio/x-caf":"caf","application/vnd.vcx":"vcx","application/vnd.3gpp2.tcap":"tcap","video/vnd.vivo":"viv","application/xv+xml":"mxml xhvml xvm xvml","application/vnd.pg.format":"str","application/vnd.quark.quarkxpress":"qwd qwt qxb qxd qxl qxt","model/mesh":"mesh msh silo","application/vnd.groove-identity-message":"gim","application/x-zmachine":"z1 z2 z3 z4 z5 z6 z7 z8","application/oxps":"oxps","text/x-opml":"opml","application/vnd.wap.wmlscriptc":".wmlsc wmlsc","application/vnd.fdf":"fdf","video/x-m4v":"m4v","x-conference/x-cooltalk":"ice","application/x-sv4crc":"sv4crc","application/vnd.mfer":"mwf","video/vnd.dvb.file":"dvb","application/vnd.intercon.formnet":"xpw xpx","application/ssml+xml":"ssml","application/x-msmetafile":"emf emz wmf wmz","application/vnd.kde.kformula":"kfo","application/vnd.3gpp.pic-bw-large":"plb","application/vnd.tmobile-livetv":"tmo","application/vnd.sun.xml.writer":"sxw","application/x-dvi":"dvi","text/css":"css","application/vnd.noblenet-sealer":"nns","text/vbscript":"vbs","application/mp4":"mp4s","application/vnd.ecowin.chart":"mag","image/x-portable-pixmap":"ppm","application/vnd.rig.cryptonote":"cryptonote","audio/adpcm":"adp"} caches/config/_etc_cpanel_ea4_paths.conf___default_equal_space_seperated_config 0000600 00000001324 14721223343 0024210 0 ustar 00 {"bin_httpd":"/usr/sbin/httpd","dir_docroot":"/var/www/html","dir_run":"/run/apache2","file_conf_mime_types":"/etc/apache2/conf/mime.types","dir_modules":"/etc/apache2/modules","dir_conf_userdata":"/etc/apache2/conf.d/userdata","dir_base":"/etc/apache2","dir_logs":"/etc/apache2/logs","dir_domlogs":"/etc/apache2/logs/domlogs","bin_suexec":"/usr/sbin/suexec","bin_apachectl":"/usr/sbin/apachectl","file_access_log":"/etc/apache2/logs/access_log","dir_conf_includes":"/etc/apache2/conf.d/includes","file_conf":"/etc/apache2/conf/httpd.conf","file_conf_php_conf":"/etc/apache2/conf.d/php.conf","dir_conf":"/etc/apache2/conf.d","file_error_log":"/etc/apache2/logs/error_log","file_conf_srm_conf":"/etc/apache2/conf.d/srm.conf"} caches/config/_etc_domainips___default_colon_with_one_space 0000600 00000000002 14721223343 0020363 0 ustar 00 {} caches/dynamicui/paper_lantern_en_.cache 0000640 00000144670 14721223343 0014425 0 ustar 00 {"version":"5.0","conf":{"webalizer":{"imgtype":"icon","url":"stats/webalizer_landing.html","type":"image","itemdesc":"Webalizer","group":"metrics","plainitemdesc":"Webalizer","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipwebalizer'}","base64_png_image":"","onclick":"","description":"Webalizer","subtype":"img","feature":"webalizer","height":"48","target":"","key":"webalizer","width":"48","searchtext":"Webalizer stats","file":"webalizer","acontent":"","itemorder":"7"},"web_disk":{"base64_png_image":"","onclick":"","description":"Web Disk","subtype":"img","feature":"webdisk","target":"","height":"48","key":"web_disk","width":"48","searchtext":"Web Disk webdav webdisk","file":"web_disk","itemorder":"5","acontent":"","imgtype":"icon","url":"webdav/accounts_webdav.html","type":"image","plainitemdesc":"Web Disk","group":"files","itemdesc":"Web Disk","if":"$HASROLE{'WebDisk'} && $hascpdavd"},"disk_usage":{"key":"disk_usage","target":"","height":"48","onclick":"","subtype":"img","description":"Disk Usage","feature":"diskusageviewer","base64_png_image":"","acontent":"","itemorder":"4","width":"48","searchtext":"Disk Usage disk space usage disk-usage","file":"disk_usage","imgtype":"icon","url":"diskusage/index.html","if":"$HASROLE{'FileStorage'}","group":"files","plainitemdesc":"Disk Usage","itemdesc":"Disk Usage","type":"image"},"soft_div_icons":{"height":"47","target":"","onclick":"","subtype":"img","feature":"soft_div_icons","description":"Softaculous Apps Installer","base64_png_image":"","itemorder":"10","acontent":"","searchtext":"Softaculous Apps Installer","file":"soft_div_icons","width":"47","imgtype":"icon","url":"softaculous/index.live.php","plainitemdesc":"Softaculous Apps Installer","group":"soft_div","itemdesc":"Softaculous Apps Installer","type":"image"},"version_control":{"width":"48","searchtext":"Git version control vcs repositories repository repo master checkout check out branch clone remote source code commit head gitweb history log publish deployment build continuous integration Git™ Version Control","file":"version_control","acontent":"","itemorder":"10","subtype":"img","onclick":"","description":"Git™ Version Control","feature":"version_control","base64_png_image":"","key":"version_control","height":"48","target":"","group":"files","plainitemdesc":"[asis,Git™] Version Control","itemdesc":"Git™ Version Control","type":"image","if":"$HASROLE{'FileStorage'}","imgtype":"icon","url":"version_control/index.html"},"file_and_directory_restoration":{"height":"48","target":"","key":"file_and_directory_restoration","base64_png_image":"","feature":"filerestoration","onclick":"","subtype":"img","description":"File and Directory Restoration","acontent":"","itemorder":"11","searchtext":"File directory restoration File and Directory Restoration","file":"file_and_directory_restoration","width":"48","imgtype":"icon","url":"file_and_directory_restoration/index.html","if":"$file_restoration_enabled && $HASROLE{'FileStorage'}","type":"image","group":"files","plainitemdesc":"File and Directory Restoration","itemdesc":"File and Directory Restoration"},"two_factor_authentication":{"url":"security/2fa/index.html","imgtype":"icon","if":"$is_twofactorauth_sec_policy_enabled","plainitemdesc":"Two-Factor Authentication","group":"security","itemdesc":"Two-Factor Authentication","type":"image","key":"two_factor_authentication","target":"","height":"48","onclick":"","feature":"twofactorauth","subtype":"img","description":"Two-Factor Authentication","base64_png_image":"","itemorder":"8","acontent":"","searchtext":"Two Factor Authentication 2fa tfa Two-Factor Authentication","width":"48","file":"two_factor_authentication"},"api_shell":{"itemdesc":"API Shell","plainitemdesc":"API Shell","group":"advanced","type":"image","if":"$isreseller && $CONFIF{'api_shell'}","imgtype":"icon","url":"api_shell/index.html","file":"api_shell","searchtext":"API Shell","width":"48","itemorder":"9","acontent":"","subtype":"img","onclick":"","description":"API Shell","feature":"api_shell","base64_png_image":"","key":"api_shell","target":"","height":"48"},"bandwidth":{"itemorder":"3","acontent":"","width":"48","searchtext":"Bandwidth bandmin transfer","file":"bandwidth","key":"bandwidth","target":"","height":"48","onclick":"","description":"Bandwidth","subtype":"img","feature":"bandwidth","base64_png_image":"","if":"$SERVICEPROVIDED{'ftp'} || $HASROLE{'MailReceive'} || $HASROLE{'WebServer'}","plainitemdesc":"Bandwidth","group":"metrics","itemdesc":"Bandwidth","type":"image","url":"stats/bandwidth.html","imgtype":"icon"},"application_manager":{"itemdesc":"Application Manager","plainitemdesc":"Application Manager","group":"software","type":"image","url":"passenger/index.html","imgtype":"icon","searchtext":"apps passenger ruby ror gems rails Application Manager","width":"48","file":"application_manager","itemorder":"8","acontent":"","feature":"passengerapps","onclick":"","subtype":"img","description":"Application Manager","base64_png_image":"","key":"application_manager","target":"","height":"48"},"greylisting":{"height":"48","target":"","key":"greylisting","implements":"Email_GreyListing","base64_png_image":"","description":"Configure Greylisting","onclick":"","subtype":"img","feature":"greylist","itemorder":"17","acontent":"","width":"48","searchtext":"Greylisting grey list spam Configure Greylisting","file":"greylisting","imgtype":"icon","url":"mail/greylisting/index.html","if":"$HASROLE{'MailReceive'} && $is_greylisting_enabled","type":"image","plainitemdesc":"Configure Greylisting","group":"email","itemdesc":"Configure Greylisting"},"email_filters":{"imgtype":"icon","url":"mail/filters/managefilters.html","if":"$HASROLE{'MailReceive'}","itemdesc":"Email Filters","group":"email","plainitemdesc":"Email Filters","type":"image","key":"email_filters","height":"48","target":"","onclick":"","description":"Email Filters","subtype":"img","feature":"blockers","base64_png_image":"","implements":"Email_UserLevelFiltering","itemorder":"10","acontent":"","searchtext":"User Filters Email user level Filtering filter Email Filters","file":"email_filters","width":"48"},"change_style":{"group":"preferences","plainitemdesc":"Change Style","itemdesc":"Change Style","type":"image","imgtype":"icon","url":"styleswitcher/index.html","acontent":"","itemorder":"3","file":"change_style","searchtext":"skin theme Change Style","width":"48","key":"change_style","target":"","height":"48","onclick":"","subtype":"img","description":"Change Style","feature":"style","base64_png_image":""},"group_security":{"imgtype":"icon","group":"security","itemdesc":"group_security","type":"image","subtype":"img","onclick":"","description":"Security","base64_png_image":"","key":"group_security","target":"","height":"48","grouporder":"6","searchtext":"group_security","width":"48","file":"group_security","acontent":"","groupdesc":"Security"},"visitors":{"if":"$HASROLE{'WebServer'}","itemdesc":"Visitors","plainitemdesc":"Visitors","group":"metrics","type":"image","url":"stats/lastvisitors_landing.html","imgtype":"icon","acontent":"","itemorder":"1","searchtext":"latest visitors Visitors","file":"visitors","width":"48","key":"visitors","target":"","height":"48","onclick":"","subtype":"img","description":"Visitors","feature":"lastvisits","base64_png_image":""},"boxtrapper":{"type":"image","itemdesc":"BoxTrapper","group":"email","plainitemdesc":"BoxTrapper","if":"$HASROLE{'MailReceive'} && !$CONFIF{'skipboxtrapper'}","imgtype":"icon","url":"mail/boxtrapper.html","file":"boxtrapper","searchtext":"BoxTrapper filter","width":"48","acontent":"","itemorder":"16","implements":"Email_BoxTrapper","base64_png_image":"","onclick":"","subtype":"img","description":"BoxTrapper","feature":"boxtrapper","target":"","height":"48","key":"boxtrapper"},"mysql_databases":{"url":"sql/index.html","imgtype":"icon","type":"image","group":"databases","plainitemdesc":"MySQL® Databases","itemdesc":"MySQL® Databases","if":"$SERVICEPROVIDED{'mysql'}","implements":"Database_MySQL","base64_png_image":"","feature":"mysql","onclick":"","subtype":"img","description":"MySQL® Databases","target":"","height":"48","key":"mysql_databases","searchtext":"MySQL Databases db MySQL® Databases","width":"48","file":"mysql_databases","acontent":"","itemorder":"2"},"php_pear_packages":{"searchtext":"PHP PEAR Packages","file":"php_pear_packages","width":"48","itemorder":"2","acontent":"","subtype":"img","onclick":"","description":"PHP PEAR Packages","feature":"modules-php-pear","base64_png_image":"","key":"php_pear_packages","height":"48","target":"","itemdesc":"PHP PEAR Packages","group":"software","plainitemdesc":"PHP PEAR Packages","type":"image","if":"$haspear","imgtype":"icon","url":"module_installers/index.html?lang=php-pear"},"change_password":{"url":"passwd/index.html","imgtype":"icon","type":"image","itemdesc":"Password & Security","plainitemdesc":"Password [output,amp] Security","group":"preferences","implements":"Password_Change","base64_png_image":"","subtype":"img","onclick":"","feature":"password","description":"Password & Security","target":"","height":"48","key":"change_password","searchtext":"password & security change facebook external google secure cpanel Password & Security","width":"48","file":"change_password","itemorder":"1","acontent":""},"subdomains":{"imgtype":"icon","url":"subdomain/index.html","type":"image","group":"domains","plainitemdesc":"Subdomains","itemdesc":"Subdomains","if":"$HASROLE{'WebServer'}","implements":"Domains_SubDomains","base64_png_image":"","subtype":"img","onclick":"","description":"Subdomains","feature":"subdomains","height":"48","target":"","key":"subdomains","file":"subdomains","searchtext":"Subdomains domain","width":"48","itemorder":"4","acontent":""},"global_email_filters":{"subtype":"img","onclick":"","description":"Global Email Filters","feature":"blockers","base64_png_image":"","implements":"Email_AccountLevelFiltering","key":"global_email_filters","height":"48","target":"","searchtext":"Global Email Filters filter account level filtering","width":"48","file":"global_email_filters","itemorder":"9","acontent":"","imgtype":"icon","url":"mail/filters/userfilters.html","itemdesc":"Global Email Filters","group":"email","plainitemdesc":"Global Email Filters","type":"image","if":"$HASROLE{'MailReceive'}"},"api_tokens":{"plainitemdesc":"Manage API Tokens","group":"security","itemdesc":"Manage API Tokens","type":"image","imgtype":"icon","url":"api_tokens/index.html","itemorder":"4","acontent":"","searchtext":"Manage API Tokens access api connect login","file":"api_tokens","width":"48","key":"api_tokens","target":"","height":"48","subtype":"img","onclick":"","feature":"apitokens","description":"Manage API Tokens","base64_png_image":"","implements":"API_Tokens_Manager"},"perl_modules":{"itemorder":"3","acontent":"","searchtext":"Perl Modules","width":"48","file":"perl_modules","key":"perl_modules","target":"","height":"48","onclick":"","feature":"modules-perl","subtype":"img","description":"Perl Modules","base64_png_image":"","if":"$hasperl","itemdesc":"Perl Modules","group":"software","plainitemdesc":"Perl Modules","type":"image","imgtype":"icon","url":"module_installers/index.html?lang=perl"},"email_routing":{"imgtype":"icon","url":"mail/email_routing.html","if":"$HASROLE{'MailReceive'} && !$HASCHILDNODE{Mail}","group":"email","plainitemdesc":"Email Routing","itemdesc":"Email Routing","type":"image","key":"email_routing","height":"48","target":"","onclick":"","feature":"changemx","subtype":"img","description":"Email Routing","base64_png_image":"","implements":"Email_Routing","acontent":"","itemorder":"4","searchtext":"MX Entry Email Routing dns","file":"email_routing","width":"48"},"metrics_editor":{"if":"$HASROLE{'WebServer'} && $any_stats_enabled","itemdesc":"Metrics Editor","group":"metrics","plainitemdesc":"Metrics Editor","type":"image","imgtype":"icon","url":"statmanager/index.html","acontent":"","itemorder":"10","searchtext":"Metrics Editor stats manager choose log programs","file":"metrics_editor","width":"32","key":"metrics_editor","height":"32","target":"","onclick":"","description":"Metrics Editor","subtype":"img","feature":"statselect","base64_png_image":""},"site_software":{"width":"32","searchtext":"Site Software addons software","file":"site_software","acontent":"","itemorder":"6","implements":"Site_Software","base64_png_image":"","onclick":"","feature":"addoncgi","subtype":"img","description":"Site Software","target":"","height":"32","key":"site_software","type":"image","itemdesc":"Site Software","plainitemdesc":"Site Software","group":"software","if":"$HASROLE{'WebServer'}","imgtype":"icon","url":"addoncgi/cpaddons.html"},"track_dns":{"base64_png_image":"","onclick":"","subtype":"img","description":"Track DNS","feature":"nettools","target":"","height":"48","key":"track_dns","width":"48","searchtext":"Track DNS traceroute tracert dnslookup dig network tools","file":"track_dns","acontent":"","itemorder":"3","imgtype":"icon","url":"net/index.html","type":"image","itemdesc":"Track DNS","plainitemdesc":"Track DNS","group":"advanced"},"backup_wizard":{"target":"","height":"48","key":"backup_wizard","base64_png_image":"","feature":"backup","onclick":"","subtype":"img","description":"Backup Wizard","acontent":"","itemorder":"9","searchtext":"Backup Wizard restore","width":"48","file":"backup_wizard","url":"backup/wizard.html","imgtype":"icon","if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","type":"image","group":"files","plainitemdesc":"Backup Wizard","itemdesc":"Backup Wizard"},"group_sample_apps":{"imgtype":"icon","type":"image","itemdesc":"group_sample_apps","group":"sample_apps","height":"48","target":"","key":"group_sample_apps","base64_png_image":"","description":"Sample Applications","onclick":"","subtype":"img","groupdesc":"Sample Applications","acontent":"","width":"48","searchtext":"group_sample_apps","file":"group_sample_apps","grouporder":"9"},"errors":{"key":"errors","target":"","height":"48","onclick":"","feature":"errlog","subtype":"img","description":"Errors","base64_png_image":"","acontent":"","itemorder":"2","searchtext":"Errors errorlog error log","file":"errors","width":"48","url":"stats/errlog.html","imgtype":"icon","if":"$HASROLE{'WebServer'}","plainitemdesc":"Errors","group":"metrics","itemdesc":"Errors","type":"image"},"group_software":{"imgtype":"icon","if":"$HASROLE{'WebServer'}","group":"software","itemdesc":"group_software","type":"image","key":"group_software","height":"48","target":"","description":"Software","onclick":"","subtype":"img","base64_png_image":"","acontent":"","groupdesc":"Software","grouporder":"6","searchtext":"group_software","file":"group_software","width":"48"},"apache_spam_assassin":{"if":"$HASROLE{'SpamFilter'} && !$CONFIF{'skipspamassassin'}","type":"image","itemdesc":"Spam Filters","plainitemdesc":"Spam Filters","group":"email","imgtype":"icon","url":"mail/spam/index.html","itemorder":"13","acontent":"","file":"apache_spam_assassin","searchtext":"Filtering Spam Assassin spamassassin Apache SpamAssassin Spam Filters","width":"48","height":"48","target":"","key":"apache_spam_assassin","implements":"Email_SpamFilter","base64_png_image":"","onclick":"","feature":"spamassassin","subtype":"img","description":"Spam Filters"},"ssh_access":{"itemorder":"1","acontent":"","file":"ssh_access","searchtext":"SSH access ssh/shell Access ssh secure shell sftp SSH Access","width":"48","key":"ssh_access","target":"","height":"48","onclick":"","feature":"ssh","subtype":"img","description":"SSH Access","base64_png_image":"","plainitemdesc":"SSH Access","group":"security","itemdesc":"SSH Access","type":"image","url":"telnet/index.html","imgtype":"icon"},"ip_blocker":{"url":"denyip/index.html","imgtype":"icon","if":"$HASROLE{'WebServer'}","plainitemdesc":"IP Blocker","group":"security","itemdesc":"IP Blocker","type":"image","key":"ip_blocker","height":"48","target":"","onclick":"","feature":"ipdeny","subtype":"img","description":"IP Blocker","base64_png_image":"","itemorder":"2","acontent":"","searchtext":"IP Blocker ip deny manager","width":"48","file":"ip_blocker"},"webalizer_ftp":{"url":"stats/webalizerftp_landing.html","imgtype":"icon","if":"!$CONFIF{'skipwebalizer'}","group":"metrics","plainitemdesc":"Webalizer FTP","itemdesc":"Webalizer FTP","type":"image","touch":"ftp","key":"webalizer_ftp","height":"48","target":"","onclick":"","description":"Webalizer FTP","subtype":"img","feature":"webalizer","base64_png_image":"","itemorder":"8","acontent":"","searchtext":"Webalizer FTP stats ftp","width":"48","file":"webalizer_ftp"},"security_policy":{"imgtype":"icon","url":"security/index.html","if":"$CONFIF{'SecurityPolicy::SourceIPCheck'}","type":"image","itemdesc":"Security Policy","plainitemdesc":"Security Policy","group":"security","height":"32","target":"","key":"security_policy","base64_png_image":"","description":"Security Policy","onclick":"","subtype":"img","acontent":"","itemorder":"6","width":"32","searchtext":"Security Policy","file":"security_policy"},"forwarders":{"if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","type":"image","itemdesc":"Forwarders","plainitemdesc":"Forwarders","group":"email","url":"mail/fwds.html","imgtype":"icon","itemorder":"3","acontent":"","file":"forwarders","searchtext":"Forwarders forward","width":"48","target":"","height":"48","key":"forwarders","implements":"Email_Forwarders","base64_png_image":"","onclick":"","feature":"forwarders || emaildomainfwd","subtype":"img","description":"Forwarders"},"leech_protection":{"url":"htaccess/leechprotect/leechprotect.html","imgtype":"icon","plainitemdesc":"Leech Protection","group":"security","itemdesc":"Leech Protection","type":"image","if":"$HASROLE{'WebServer'}","subtype":"img","onclick":"","description":"Leech Protection","feature":"cpanelpro_leechprotect && webprotect","base64_png_image":"","key":"leech_protection","height":"48","target":"","searchtext":"Leech Protection protect","width":"48","file":"leech_protection","acontent":"","itemorder":"5"},"contact_information":{"height":"48","target":"","key":"contact_information","implements":"ContactInfo_Change","base64_png_image":"","description":"Contact Information","onclick":"","subtype":"img","feature":"updatenotificationprefs || updatecontact","itemorder":"4","acontent":"","width":"48","searchtext":"contact email Contact Information","file":"contact_information","url":"contact/index.html","imgtype":"icon","type":"image","group":"preferences","plainitemdesc":"Contact Information","itemdesc":"Contact Information"},"manage_calendar_access":{"acontent":"","itemorder":18,"searchtext":"calendar delegation Calendar Delegation","width":48,"file":"manage_calendar_access","key":"manage_calendar_access","height":48,"target":"","onclick":"","description":"Calendar Delegation","subtype":"img","feature":"manage_calendar_access","base64_png_image":"","if":"$ccs_installed","group":"email","plainitemdesc":"Calendar Delegation","itemdesc":"Calendar Delegation","type":"image","url":"manage-calendar-access/index.html","imgtype":"icon"},"ftp_connections":{"if":"$SERVICEPROVIDED{'ftp'} && !$hascloudlinux","type":"image","touch":"ftp","plainitemdesc":"FTP Connections","group":"files","itemdesc":"FTP Connections","url":"ftp/session.html","imgtype":"icon","acontent":"","itemorder":"7","searchtext":"FTP Connections ftp accounts ftp session control","width":"48","file":"ftp_connections","height":"48","target":"","key":"ftp_connections","base64_png_image":"","description":"FTP Connections","onclick":"","subtype":"img","feature":"ftpaccts"},"cron_jobs":{"key":"cron_jobs","height":"48","target":"","onclick":"","feature":"cron","subtype":"img","description":"Cron Jobs","base64_png_image":"","implements":"Cron_Home","itemorder":"2","acontent":"","searchtext":"Cron Jobs cronjob crontab edit","width":"48","file":"cron_jobs","imgtype":"icon","url":"cron/index.html","if":"$HASROLE{'WebServer'}","group":"advanced","plainitemdesc":"Cron Jobs","itemdesc":"Cron Jobs","type":"image"},"group_perf":{"acontent":"","groupdesc":"Preferences","grouporder":"8","width":"48","searchtext":"group_perf","file":"group_perf","height":"48","target":"","key":"group_perf","base64_png_image":"","onclick":"","description":"Preferences","subtype":"img","type":"image","group":"preferences","itemdesc":"group_perf","imgtype":"icon"},"group_advanced":{"imgtype":"icon","type":"image","group":"advanced","itemdesc":"group_advanced","target":"","height":"48","key":"group_advanced","base64_png_image":"","description":"Advanced","onclick":"","subtype":"img","acontent":"","groupdesc":"Advanced","grouporder":"7","width":"48","searchtext":"group_advanced","file":"group_advanced"},"default_address":{"if":"$HASROLE{'MailReceive'}","group":"email","plainitemdesc":"Default Address","itemdesc":"Default Address","type":"image","imgtype":"icon","url":"mail/def.html","itemorder":"6","acontent":"","searchtext":"Default Address","width":"48","file":"default_address","key":"default_address","height":"48","target":"","description":"Default Address","onclick":"","subtype":"img","feature":"defaultaddress","base64_png_image":"","implements":"Email_DefaultAddress"},"clam_av":{"url":"clam-av/index.html","imgtype":"icon","plainitemdesc":"Virus Scanner","group":"advanced","itemdesc":"Virus Scanner","touch":"clamav","type":"image","if":"$hasclamav && $HASROLE{'MailReceive'}","subtype":"img","onclick":"","description":"Virus Scanner","feature":"clamavconnector_scan","base64_png_image":"","key":"clam_av","target":"","height":"48","width":"48","searchtext":"Virus Scanner clam clamav antivirus","file":"clam_av","itemorder":"8","acontent":""},"calendar_and_contacts":{"if":"$HASROLE{'CalendarContact'} && $hashorde && $hascpdavd","group":"email","plainitemdesc":"Calendars and Contacts","itemdesc":"Calendars and Contacts","type":"image","imgtype":"icon","url":"mail/calendars_and_contacts/index.html","itemorder":"18","acontent":"","file":"calendar_and_contacts","searchtext":"email calendar contact address book CalDAV CardDAV Calendars and Contacts","width":"48","key":"calendar_and_contacts","height":"48","target":"","subtype":"img","onclick":"","feature":"caldavcarddav","description":"Calendars and Contacts","base64_png_image":"","implements":"Calendar_Configure"},"awstats":{"target":"","height":"48","key":"awstats","implements":"Stats_AWStats","base64_png_image":"","feature":"awstats","onclick":"","subtype":"img","description":"Awstats","itemorder":"5","acontent":"","width":"48","searchtext":"Awstats awstats","file":"awstats","url":"stats/awstats_landing.html","imgtype":"icon","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipawstats'}","type":"image","plainitemdesc":"Awstats","group":"metrics","itemdesc":"Awstats"},"group_soft_div":{"group":"soft_div","itemdesc":"group_soft_div","type":"image","imgtype":"icon","grouporder":"10","searchtext":"group_soft_div","file":"group_soft_div","width":"47","acontent":"","groupdesc":"Softaculous Apps Installer","subtype":"img","onclick":"","description":"Softaculous Apps Installer","base64_png_image":"","height":"47","target":""},"mysql_manager":{"url":"mysql-manager/index.html","imgtype":"icon","type":"image","itemdesc":"MySQL® Manager","group":"databases","plainitemdesc":"MySQL® Manager","if":"$experimental{'mysql_manager'}","base64_png_image":"","onclick":"","subtype":"img","description":"MySQL® Manager","feature":"mysql_manager","height":48,"target":"","key":"mysql_manager","file":"mysql_manager","width":48,"searchtext":"mysql manager database db MySQL® Manager","itemorder":1,"acontent":""},"anonymous_ftp":{"if":"$SERVICEPROVIDED{'ftp'} && $hasanonftp","touch":"ftp","type":"image","plainitemdesc":"Anonymous FTP","group":"files","itemdesc":"Anonymous FTP","url":"ftp/anonymous.html","imgtype":"icon","acontent":"","itemorder":"8","searchtext":"Anonymous FTP anonymousftp","width":"48","file":"anonymous_ftp","height":"48","target":"","key":"anonymous_ftp","base64_png_image":"","description":"Anonymous FTP","onclick":"","subtype":"img","feature":"ftpaccts"},"web_host_manager":{"key":"web_host_manager","target":"","height":"48","onclick":"","description":"WebHost Manager®","subtype":"img","base64_png_image":"","itemorder":"1","acontent":"","searchtext":"WebHost Manager webhostmanager whm WebHost Manager®","file":"web_host_manager","width":"48","imgtype":"icon","url":"/xferwhm/","if":"$isreseller","plainitemdesc":"[asis,WebHost Manager®]","group":"advanced","itemdesc":"WebHost Manager®","type":"image"},"directory_privacy":{"target":"","height":"48","key":"directory_privacy","base64_png_image":"","subtype":"img","onclick":"","feature":"webprotect","description":"Directory Privacy","itemorder":"3","acontent":"","file":"directory_privacy","searchtext":"Directory Privacy passwordprotect password protect","width":"48","url":"htaccess/index.html","imgtype":"icon","if":"$HASROLE{'WebServer'}","type":"image","itemdesc":"Directory Privacy","plainitemdesc":"Directory Privacy","group":"files"},"group_domains":{"imgtype":"icon","itemdesc":"group_domains","group":"domains","type":"image","if":"$HASROLE{'WebServer'} || $HASROLE{'DNS'}","subtype":"img","onclick":"","description":"Domains","base64_png_image":"","key":"group_domains","height":"48","target":"","searchtext":"group_domains","width":"4","file":"group_domains","grouporder":"4","groupdesc":"Domains","acontent":""},"cpu_and_concurrent_connection_usage":{"feature":"enduserlve","onclick":"","subtype":"img","description":"CPU and Concurrent Connection Usage","base64_png_image":"","key":"cpu_and_concurrent_connection_usage","height":"48","target":"","width":"48","searchtext":"CPU and Concurrent Connection Usage","file":"cpu_and_concurrent_connection_usage","itemorder":"11","acontent":"","url":"stats/resourceusage.html","imgtype":"icon","version":"1.0","itemdesc":"CPU and Concurrent Connection Usage","group":"metrics","plainitemdesc":"CPU and Concurrent Connection Usage","type":"image","if":"$hascloudlinux"},"raw_access":{"file":"raw_access","searchtext":"Raw Access logs raw logs rawlogs","width":"48","itemorder":"4","acontent":"","feature":"rawlog","onclick":"","subtype":"img","description":"Raw Access","base64_png_image":"","key":"raw_access","target":"","height":"48","plainitemdesc":"Raw Access","group":"metrics","itemdesc":"Raw Access","type":"image","if":"$HASROLE{'WebServer'}","url":"raw/index.html","imgtype":"icon"},"site_publisher":{"imgtype":"icon","url":"site_publisher/index.html","itemdesc":"Site Publisher","group":"domains","plainitemdesc":"Site Publisher","type":"image","if":"$HASROLE{'WebServer'}","subtype":"img","onclick":"","feature":"sitepublisher","description":"Site Publisher","base64_png_image":"","key":"site_publisher","height":"48","target":"","searchtext":"site publisher builder start website generator template Site Publisher","file":"site_publisher","width":"48","acontent":"","itemorder":"1"},"group_files":{"height":"48","target":"","key":"group_files","base64_png_image":"","onclick":"","subtype":"img","description":"Files","acontent":"","groupdesc":"Files","grouporder":"2","file":"group_files","searchtext":"group_files","width":"48","imgtype":"icon","type":"image","group":"files","itemdesc":"group_files"},"optimize_website":{"key":"optimize_website","height":"32","target":"","onclick":"","description":"Optimize Website","subtype":"img","feature":"optimizews","base64_png_image":"","acontent":"","itemorder":"7","searchtext":"Optimize Website","file":"optimize_website","width":"32","url":"optimize/index.html","imgtype":"icon","if":"$hasmoddeflate","plainitemdesc":"Optimize Website","group":"software","itemdesc":"Optimize Website","type":"image"},"zone_editor":{"url":"zone_editor/index.html","imgtype":"icon","if":"$HASROLE{'DNS'}","type":"image","itemdesc":"Zone Editor","group":"domains","plainitemdesc":"Zone Editor","target":"","height":"48","key":"zone_editor","base64_png_image":"","subtype":"img","onclick":"","feature":"simplezoneedit || changemx || zoneedit","description":"Zone Editor","itemorder":"6","acontent":"","width":"48","searchtext":"zone editor advanced simple caa cname a aaaa txt dkim dmarc spf mx srv record dns dnssec Zone Editor","file":"zone_editor"},"ruby_gems":{"if":"$hasgem","type":"image","itemdesc":"RubyGems","plainitemdesc":"RubyGems","group":"software","imgtype":"icon","url":"module_installers/index.html?lang=ruby","acontent":"","itemorder":"4","file":"ruby_gems","searchtext":"RubyGems ror ruby gems rails","width":"48","height":"48","target":"","key":"ruby_gems","base64_png_image":"","feature":"modules-ruby","onclick":"","subtype":"img","description":"RubyGems"},"address_importer":{"type":"image","plainitemdesc":"Address Importer","group":"email","itemdesc":"Address Importer","if":"$HASROLE{'MailReceive'}","imgtype":"icon","url":"mail/csvimport.html","searchtext":"Address Importer Import Addresses Forwarders Mail csv import xls import","width":"48","file":"address_importer","acontent":"","itemorder":"12","base64_png_image":"","onclick":"","subtype":"img","feature":"csvimport","description":"Address Importer","target":"","height":"48","key":"address_importer"},"indexes":{"acontent":"","itemorder":"4","width":"48","searchtext":"Indexes index manager","file":"indexes","key":"indexes","target":"","height":"48","onclick":"","subtype":"img","feature":"indexmanager","description":"Indexes","base64_png_image":"","if":"$HASROLE{'WebServer'}","group":"advanced","plainitemdesc":"Indexes","itemdesc":"Indexes","type":"image","url":"indexmanager/index.html","imgtype":"icon"},"hotlink_protection":{"base64_png_image":"","onclick":"","feature":"hotlink","subtype":"img","description":"Hotlink Protection","height":"48","target":"","key":"hotlink_protection","width":"48","searchtext":"Hotlink Protection","file":"hotlink_protection","itemorder":"4","acontent":"","url":"mime/hotlink.html","imgtype":"icon","type":"image","plainitemdesc":"Hotlink Protection","group":"security","itemdesc":"Hotlink Protection","if":"$HASROLE{'WebServer'}"},"wp_softaculous":{"imgtype":"icon","url":"softaculous/index.live.php?act=wordpress","type":"image","itemdesc":"WordPress Manager by Softaculous","group":"software","plainitemdesc":"WordPress Manager by Softaculous","implements":"Softaculous_WordPress","base64_png_image":"","subtype":"img","onclick":"","description":"WordPress Manager by Softaculous","feature":"wp_softaculous","height":"47","target":"","width":"47","searchtext":"WordPress Manager by Softaculous","file":"wp_softaculous","acontent":"","itemorder":"1"},"email_deliverability":{"if":"$HASROLE{'MailSend'}","group":"email","plainitemdesc":"Email Deliverability","itemdesc":"Email Deliverability","type":"image","imgtype":"icon","url":"email_deliverability/","acontent":"","itemorder":"11","searchtext":"email Authentication Email Deliverability spf domain-keys authentication DKIM","file":"email_deliverability","width":"48","key":"email_deliverability","target":"","height":"48","subtype":"img","onclick":"","description":"Email Deliverability","feature":"emailauth","base64_png_image":"","implements":"Email_Authentication"},"addon_domains":{"if":"$HASROLE{'WebServer'}","group":"domains","plainitemdesc":"Addon Domains","itemdesc":"Addon Domains","type":"image","imgtype":"icon","url":"addon/index.html","itemorder":"3","acontent":"","width":"48","searchtext":"Domains Addon domain Addon Domains","file":"addon_domains","key":"addon_domains","target":"","height":"48","description":"Addon Domains","onclick":"","subtype":"img","feature":"addondomains","base64_png_image":"","implements":"Domains_AddonDomains"},"mod_security":{"searchtext":"ModSecurity mod security mod_security","file":"mod_security","width":"48","itemorder":"7","acontent":"","subtype":"img","onclick":"","description":"ModSecurity","feature":"modsecurity","base64_png_image":"","key":"mod_security","height":"48","target":"","group":"security","plainitemdesc":"ModSecurity","itemdesc":"ModSecurity","type":"image","if":"$HASROLE{'WebServer'} && $is_mod_security_installed","imgtype":"icon","url":"security/mod_security/index.html"},"php":{"file":"php","searchtext":"PHP configuration","width":"48","itemorder":"1","acontent":"","base64_png_image":"","onclick":"","subtype":"img","description":"PHP","feature":"php-config","height":"48","target":"","key":"php","type":"image","itemdesc":"PHP","group":"software","plainitemdesc":"PHP","if":"!$is_ea4","imgtype":"icon","url":"php/index.html?lang"},"ftp_accounts":{"if":"$SERVICEPROVIDED{'ftp'}","group":"files","plainitemdesc":"FTP Accounts","itemdesc":"FTP Accounts","touch":"ftp","type":"image","url":"ftp/accounts.html","imgtype":"icon","acontent":"","itemorder":"6","searchtext":"FTP Accounts ftp create","width":"48","file":"ftp_accounts","key":"ftp_accounts","target":"","height":"48","onclick":"","description":"FTP Accounts","subtype":"img","feature":"ftpaccts","base64_png_image":""},"php_my_admin":{"width":"48","searchtext":"phpMyAdmin database db","file":"php_my_admin","itemorder":"1","acontent":"target=\"phpmyadmin\"","onclick":"","feature":"phpmyadmin","subtype":"img","description":"phpMyAdmin","base64_png_image":"","implements":"Database_phpMyAdmin","key":"php_my_admin","target":"phpmyadmin","height":"48","group":"databases","plainitemdesc":"phpMyAdmin","itemdesc":"phpMyAdmin","type":"image","if":"$SERVICEPROVIDED{'mysql'}","imgtype":"icon","url":"sql/PhpMyAdmin.html"},"remote_mysql":{"group":"databases","plainitemdesc":"Remote MySQL®","itemdesc":"Remote MySQL®","type":"image","if":"$SERVICEPROVIDED{'mysql'}","imgtype":"icon","url":"sql/managehost.html","file":"remote_mysql","searchtext":"Remote MySQL db Remote MySQL®","width":"48","acontent":"","itemorder":"4","feature":"mysql","onclick":"","subtype":"img","description":"Remote MySQL®","base64_png_image":"","key":"remote_mysql","target":"","height":"48"},"tls_wizard":{"imgtype":"icon","url":"security/tls_wizard/","if":"$HASROLE{'UserSSL'} && $market_has_enabled_providers","group":"security","plainitemdesc":"[asis,SSL]/[asis,TLS] Wizard","itemdesc":"SSL/TLS Wizard","type":"image","key":"tls_wizard","height":"48","target":"","onclick":"","subtype":"img","description":"SSL/TLS Wizard","feature":"market && tls_wizard && sslinstall","base64_png_image":"","implements":"SSL_TLS_Wizard","acontent":"","itemorder":"6","width":"48","searchtext":"SSL/TLS Wizard","file":"tls_wizard"},"mime_types":{"base64_png_image":"","onclick":"","subtype":"img","description":"MIME Types","feature":"mime","target":"","height":"48","key":"mime_types","searchtext":"MIME Types mimetype types","width":"48","file":"mime_types","acontent":"","itemorder":"7","imgtype":"icon","url":"mime/mime.html","type":"image","plainitemdesc":"MIME Types","group":"advanced","itemdesc":"MIME Types","if":"$HASROLE{'WebServer'}"},"php_pg_admin":{"key":"php_pg_admin","height":"48","target":"phppgadmin","onclick":"","feature":"phppgadmin","subtype":"img","description":"phpPgAdmin","base64_png_image":"","acontent":"target=\"phppgadmin\"","itemorder":"7","file":"php_pg_admin","searchtext":"phpPgAdmin database psql db","width":"48","url":"/3rdparty/phpPgAdmin/index.php","imgtype":"icon","if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","itemdesc":"phpPgAdmin","plainitemdesc":"[asis,phpPgAdmin]","group":"databases","type":"image"},"track_delivery":{"imgtype":"icon","url":"mail/route.html","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","itemdesc":"Track Delivery","plainitemdesc":"Track Delivery","group":"email","type":"image","key":"track_delivery","height":"48","target":"","onclick":"","description":"Track Delivery","subtype":"img","feature":"emailtrace","base64_png_image":"","implements":"Email_DeliveryReport","acontent":"","itemorder":"8","searchtext":"Track Delivery Email Trace email mail delivery report","file":"track_delivery","width":"48"},"autoresponders":{"implements":"Email_AutoResponders","base64_png_image":"","subtype":"img","onclick":"","feature":"autoresponders","description":"Autoresponders","target":"","height":"48","key":"autoresponders","searchtext":"Autoresponders autoresponder auto responders","file":"autoresponders","width":"48","acontent":"","itemorder":"5","url":"mail/autores.html","imgtype":"icon","type":"image","itemdesc":"Autoresponders","group":"email","plainitemdesc":"Autoresponders","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}"},"email_disk_usage":{"plainitemdesc":"Email Disk Usage","group":"email","itemdesc":"Email Disk Usage","type":"image","if":"$HASROLE{'MailReceive'}","url":"mail/manage_disk_usage/","imgtype":"icon","width":"48","searchtext":"email accounts mail disk usage bytes mb size Email Disk Usage","file":"email_disk_usage","acontent":"","itemorder":"19","onclick":"","feature":"popaccts && email_disk_usage","subtype":"img","description":"Email Disk Usage","base64_png_image":"","implements":"Email_Disk_Usage","key":"email_disk_usage","target":"","height":"48"},"domains":{"searchtext":"domains addon subdomain parked create domain force https redirect Domains","width":"48","file":"domains","itemorder":"2","acontent":"","base64_png_image":"","onclick":"","feature":"addondomains || subdomains || parkeddomains || sslinstall","subtype":"img","description":"Domains","target":"","height":"48","key":"domains","type":"image","itemdesc":"Domains","plainitemdesc":"Domains","group":"domains","imagetype":"icon","url":"domains/index.html"},"archive":{"key":"archive","target":"","height":"48","onclick":"","subtype":"img","description":"Archive","feature":"emailarchive","base64_png_image":"","implements":"Email_Archive","itemorder":"14","acontent":"","searchtext":"email archive Email Archiving Archive","file":"archive","width":"48","url":"mail/archive.html","imgtype":"icon","if":"$HASROLE{'MailReceive'} && $CONFIF{'emailarchive'}","group":"email","plainitemdesc":"Archive","itemdesc":"Archive","type":"image"},"postgresql_databases":{"imgtype":"icon","url":"psql/index.html","if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","group":"databases","plainitemdesc":"PostgreSQL Databases","itemdesc":"PostgreSQL Databases","type":"image","key":"postgresql_databases","height":"48","target":"","onclick":"","subtype":"img","feature":"postgres","description":"PostgreSQL Databases","base64_png_image":"","itemorder":"5","acontent":"","searchtext":"PostgreSQL Databases postgres database postgresql db","file":"postgresql_databases","width":"48"},"user_manager":{"url":"user_manager/index.html","imgtype":"icon","itemdesc":"User Manager","plainitemdesc":"User Manager","group":"preferences","type":"image","if":"$HASROLE{'FTP'} || $HASROLE{'WebDisk'}","description":"Manage the users who can access various systems on your cPanel account.","onclick":"","subtype":"img","feature":"user_manager","base64_png_image":"","key":"user_manager","height":"48","target":"","width":"48","searchtext":"password change ftp email webdisk webdav service User Manager","file":"user_manager","itemorder":"5","acontent":""},"multiphp_ini_editor":{"target":"","height":"48","key":"multiphp_ini_editor","base64_png_image":"","subtype":"img","onclick":"","description":"MultiPHP INI Editor","feature":"multiphp_ini_editor","itemorder":"9","acontent":"","width":"48","searchtext":"MultiPHP INI Editor php config","file":"multiphp_ini_editor","imgtype":"icon","url":"multiphp_ini_editor/index.html","if":"$is_ea4","type":"image","itemdesc":"MultiPHP INI Editor","group":"software","plainitemdesc":"MultiPHP INI Editor"},"group_metrics":{"searchtext":"group_metrics","width":"48","file":"group_metrics","grouporder":"5","groupdesc":"Metrics","acontent":"","onclick":"","subtype":"img","description":"Metrics","base64_png_image":"","key":"group_metrics","target":"","height":"48","itemdesc":"group_metrics","group":"metrics","type":"image","imgtype":"icon"},"email_accounts":{"group":"email","plainitemdesc":"Email Accounts","itemdesc":"Email Accounts","type":"image","if":"$HASROLE{'MailReceive'}","url":"email_accounts/index.html","imgtype":"icon","searchtext":"email accounts mail pop imap smtp Email Accounts","file":"email_accounts","width":"48","acontent":"","itemorder":"1","onclick":"","feature":"popaccts","subtype":"img","description":"Email Accounts","base64_png_image":"","implements":"Email_Accounts","key":"email_accounts","height":"48","target":""},"encryption":{"height":"48","target":"","key":"encryption","base64_png_image":"","description":"Encryption","onclick":"","subtype":"img","feature":"pgp","itemorder":"15","acontent":"","width":"48","searchtext":"Encryption gpg keys GnuPG Keys","file":"encryption","url":"gpg/index.html","imgtype":"icon","if":"$HASROLE{'MailReceive'}","type":"image","group":"email","plainitemdesc":"Encryption","itemdesc":"Encryption"},"error_pages":{"type":"image","itemdesc":"Error Pages","group":"advanced","plainitemdesc":"Error Pages","if":"$HASROLE{'WebServer'}","url":"err/index.html","imgtype":"icon","searchtext":"Error Pages errorlog error_log error log","width":"48","file":"error_pages","itemorder":"5","acontent":"","base64_png_image":"","onclick":"","description":"Error Pages","subtype":"img","feature":"errpgs","target":"","height":"48","key":"error_pages"},"ssl_tls":{"itemorder":"3","acontent":"","width":"48","searchtext":"SSL/TLS certificate key csr","file":"ssl_tls","key":"ssl_tls","height":"48","target":"","description":"SSL/TLS","onclick":"","subtype":"img","feature":"sslmanager","base64_png_image":"","implements":"SSL_TLS_Manager","if":"$HASROLE{'UserSSL'}","group":"security","plainitemdesc":"SSL/TLS","itemdesc":"SSL/TLS","type":"image","imgtype":"icon","url":"ssl/index.html"},"canary":{"target":"","height":"48","key":"canary","base64_png_image":"","description":"Canary","onclick":"","subtype":"img","acontent":"","itemorder":"1","searchtext":"sample apps Canary","file":"canary","width":"48","imgtype":"icon","url":"canary/index.html","if":"$is_sandbox && $exists_in_cpanel{'canary'}","type":"image","group":"sample_apps","plainitemdesc":"Canary","itemdesc":"Canary"},"backup":{"if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","type":"image","itemdesc":"Backup","group":"files","plainitemdesc":"Backup","imgtype":"icon","url":"backup/index.html","acontent":"","itemorder":"9","file":"backup","searchtext":"Backup restore","width":"48","target":"","height":"48","key":"backup","implements":"Backups_Home","base64_png_image":"","onclick":"","subtype":"img","description":"Backup","feature":"backup"},"ruby_on_rails":{"imgtype":"icon","url":"ror/index.html","if":"$hasrails","group":"software","plainitemdesc":"Ruby on Rails","itemdesc":"Ruby on Rails","type":"image","key":"ruby_on_rails","height":"48","target":"","onclick":"","description":"Ruby on Rails","subtype":"img","feature":"ror","base64_png_image":"","itemorder":"5","acontent":"","searchtext":"Ruby on Rails","file":"ruby_on_rails","width":"48"},"multiphp_manager":{"imgtype":"icon","url":"multiphp_manager/index.html","if":"$is_ea4","itemdesc":"MultiPHP Manager","plainitemdesc":"MultiPHP Manager","group":"software","type":"image","key":"multiphp_manager","target":"","height":"48","onclick":"","description":"MultiPHP Manager","subtype":"img","feature":"multiphp","base64_png_image":"","itemorder":"8","acontent":"","file":"multiphp_manager","searchtext":"MultiPHP Manager","width":"48"},"postgresql_database_wizard":{"itemorder":"6","acontent":"","file":"postgresql_database_wizard","searchtext":"PostgreSQL Database Wizard postgres postgresql database db","width":"48","key":"postgresql_database_wizard","height":"48","target":"","onclick":"","feature":"postgres","subtype":"img","description":"PostgreSQL Database Wizard","base64_png_image":"","if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","group":"databases","plainitemdesc":"PostgreSQL Database Wizard","itemdesc":"PostgreSQL Database Wizard","type":"image","url":"psql/wizard1.html","imgtype":"icon"},"file_manager":{"itemdesc":"File Manager","plainitemdesc":"File Manager","group":"files","type":"image","if":"$HASROLE{'FileStorage'}","url":"filemanager/index.html","imgtype":"icon","file":"file_manager","searchtext":"File Manager file-manager","width":"48","acontent":"target=\"file_manager\"","itemorder":"1","onclick":"","description":"File Manager","subtype":"img","feature":"filemanager","base64_png_image":"","implements":"FileManager_Home","key":"file_manager","height":"48","target":"file_manager"},"apache_handlers":{"description":"Apache Handlers","onclick":"","subtype":"img","feature":"handlers","base64_png_image":"","key":"apache_handlers","target":"","height":"48","file":"apache_handlers","searchtext":"Apache Handlers apache handlers extension configure","width":"48","acontent":"","itemorder":"6","imgtype":"icon","url":"mime/handle.html","group":"advanced","plainitemdesc":"Apache Handlers","itemdesc":"Apache Handlers","type":"image","if":"$HASROLE{'WebServer'}"},"group_databases":{"type":"image","itemdesc":"group_databases","group":"databases","if":"$SERVICEPROVIDED{'mysql'} || $SERVICEPROVIDED{'postgresql'}","imgtype":"icon","file":"group_databases","searchtext":"group_databases","width":"48","grouporder":"3","groupdesc":"Databases","acontent":"","base64_png_image":"","subtype":"img","onclick":"","description":"Databases","target":"","height":"48","key":"group_databases"},"images":{"searchtext":"image manager resize manager scaler thumbnailer format Images","file":"images","width":"48","itemorder":"2","acontent":"","base64_png_image":"","onclick":"","subtype":"img","feature":"cpanelpro_images","description":"Images","target":"","height":"48","key":"images","type":"image","plainitemdesc":"Images","group":"files","itemdesc":"Images","if":"$HASROLE{'WebServer'}","url":"cpanelpro/images.html","imgtype":"icon"},"terminal":{"if":"$hasvalidshell && $HASROLE{'FileStorage'}","group":"advanced","plainitemdesc":"Terminal","itemdesc":"Terminal","type":"image","url":"terminal/index.html","imgtype":"icon","itemorder":"1","acontent":"","width":"48","searchtext":"terminal bash tcsh command line shell ssh Terminal","file":"terminal","key":"terminal","height":"48","target":"","onclick":"","subtype":"img","description":"Web-based Terminal","feature":"ssh","base64_png_image":""},"tls_status":{"subtype":"img","onclick":"","feature":"sslinstall","description":"SSL/TLS Status","base64_png_image":"","implements":"SSL_TLS_Status","key":"tls_status","height":"48","target":"","file":"tls_status","searchtext":"SSL/TLS Status","width":"48","itemorder":"7","acontent":"","url":"security/tls_status/","imgtype":"icon","group":"security","plainitemdesc":"[asis,SSL]/[asis,TLS] Status","itemdesc":"SSL/TLS Status","type":"image","if":"$HASROLE{'UserSSL'}"},"dynamic_dns":{"if":"$HASROLE{'DNS'}","type":"image","plainitemdesc":"Dynamic DNS","group":"domains","itemdesc":"Dynamic DNS","imgtype":"icon","url":"dynamic-dns/index.html","itemorder":9,"acontent":"","searchtext":"dynamic dns ddns ip subdomain Dynamic DNS","width":48,"file":"dynamic_dns","target":"","height":48,"key":"dynamic_dns","base64_png_image":"","feature":"dynamicdns","onclick":"","subtype":"img","description":"Dynamic DNS"},"change_language":{"url":"setlang/index.html","imgtype":"icon","plainitemdesc":"Change Language","group":"preferences","itemdesc":"Change Language","type":"image","subtype":"img","onclick":"","feature":"setlang","description":"Change Language","base64_png_image":"","implements":"Locale_Change","key":"change_language","height":"48","target":"","file":"change_language","searchtext":"language setlang Change Language","width":"48","acontent":"","itemorder":"2"},"group_email":{"onclick":"","subtype":"img","description":"Email","base64_png_image":"","key":"group_email","height":"48","target":"","grouporder":"1","searchtext":"group_email","width":"48","file":"group_email","acontent":"","groupdesc":"Email","imgtype":"icon","group":"email","itemdesc":"group_email","type":"image","if":"$HASROLE{'MailSend'} || $HASROLE{'MailReceive'} || $HASROLE{'DNS'} || $HASROLE{'CalendarContact'}"},"mysql_database_wizard":{"imgtype":"icon","url":"sql/wizard1.html","plainitemdesc":"MySQL® Database Wizard","group":"databases","itemdesc":"MySQL® Database Wizard","type":"image","if":"$SERVICEPROVIDED{'mysql'}","subtype":"img","onclick":"","description":"MySQL® Database Wizard","feature":"mysql","base64_png_image":"","key":"mysql_database_wizard","height":"48","target":"","file":"mysql_database_wizard","searchtext":"MySQL Database Wizard mysql database db MySQL® Database Wizard","width":"48","acontent":"","itemorder":"3"},"aliases":{"width":"48","searchtext":"Aliases Parked domains domain","file":"aliases","itemorder":"5","acontent":"","subtype":"img","onclick":"","description":"Aliases","feature":"parkeddomains","base64_png_image":"","key":"aliases","target":"","height":"48","plainitemdesc":"Aliases","group":"domains","itemdesc":"Aliases","type":"image","if":"$HASROLE{'WebServer'}","url":"park/index.html","imgtype":"icon"},"analog_stats":{"key":"analog_stats","target":"","height":"48","onclick":"","subtype":"img","description":"Analog Stats","feature":"analog","base64_png_image":"","acontent":"","itemorder":"6","searchtext":"Analog Stats","width":"48","file":"analog_stats","imgtype":"icon","url":"stats/analog_landing.html","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipanalog'}","itemdesc":"Analog Stats","plainitemdesc":"Analog Stats","group":"metrics","type":"image"},"redirects":{"base64_png_image":"","onclick":"","description":"Redirects","subtype":"img","feature":"redirects","target":"","height":"48","key":"redirects","file":"redirects","searchtext":"Redirects rewrite modrewrite","width":"48","itemorder":"6","acontent":"","imgtype":"icon","url":"mime/redirect.html","type":"image","group":"domains","plainitemdesc":"Redirects","itemdesc":"Redirects","if":"$HASROLE{'WebServer'}"},"cpanel-site-monitor":{"imgtype":"icon","url":"site-monitor/index.html","type":"image","itemdesc":"cPanel Site Monitoring","plainitemdesc":"cPanel Site Monitoring","group":"metrics","if":"$HASROLE{'WebServer'} && $experimental{'cpanel-site-monitoring'}","base64_png_image":"","onclick":"","subtype":"img","feature":"site_monitor","description":"cPanel Site Monitoring","search text keywords]'}":0,"target":"","height":"47","width":"47","file":"cpanel-site-monitor","searchtext":"$LANG{'addon cpanel site monitoring domain website plugin[comment cPanel Site Monitoring","acontent":"","itemorder":"50"},"mailing_lists":{"width":"48","searchtext":"Mailing Lists mailman","file":"mailing_lists","itemorder":"7","acontent":"","onclick":"","subtype":"img","description":"Mailing Lists","feature":"lists","base64_png_image":"","implements":"Email_MailingLists","key":"mailing_lists","height":"48","target":"","plainitemdesc":"Mailing Lists","group":"email","itemdesc":"Mailing Lists","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'} && !$CONFIF{'skipmailman'}","imgtype":"icon","url":"mail/lists.html"}},"dyalist":[{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui.conf"},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_soft_div_icons.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_wp_softaculous.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_group_soft_div.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_cpanel-site-monitor.conf","allow_legacy":1},{"file":"/var/cpanel/userhomes/cpanel/cpanelbranding/paper_lantern/dynamicui.conf","allow_legacy":1}],"cachetime":1697265741} caches/dynamicui/jupiter_en_.cache 0000640 00000155567 14721223343 0013264 0 ustar 00 {"conf":{"php_my_admin":{"url":"sql/PhpMyAdmin.html","group":"databases","implements":"Database_phpMyAdmin","onclick":"","feature":"phpmyadmin","height":"48","key":"php_my_admin","searchtext":"phpMyAdmin database db","description":"Manage MySQL® databases.","base64_png_image":"","if":"$SERVICEPROVIDED{'mysql'}","type":"image","target":"phpmyadmin","plainitemdesc":"phpMyAdmin","imgtype":"icon","subtype":"img","acontent":"target=\"phpmyadmin\"","itemorder":"1","itemdesc":"phpMyAdmin","width":"48","file":"php_my_admin"},"tls_status":{"implements":"SSL_TLS_Status","url":"security/tls_status/","group":"security","key":"tls_status","searchtext":"SSL/TLS Status","description":"View, upgrade, or renew your domains’ SSLcertificates.","base64_png_image":"","onclick":"","feature":"sslinstall","height":"48","imgtype":"icon","if":"$HASROLE{'UserSSL'}","type":"image","plainitemdesc":"[asis,SSL]/[asis,TLS] Status","target":"","file":"tls_status","subtype":"img","acontent":"","itemorder":"7","itemdesc":"SSL/TLS Status","width":"48"},"metrics_editor":{"base64_png_image":"","searchtext":"Metrics Editor stats manager choose log programs","description":"Select metrics programs to process your log files and provide traffic analysis for your cPanel account’s domains.","key":"metrics_editor","height":"32","feature":"statselect","onclick":"","group":"metrics","url":"statmanager/index.html","file":"metrics_editor","width":"32","itemdesc":"Metrics Editor","itemorder":"10","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"Metrics Editor","type":"image","if":"$HASROLE{'WebServer'} && $any_stats_enabled"},"greylisting":{"base64_png_image":"","searchtext":"Greylisting grey list spam Configure Greylisting","description":"Enable or disable protection against unwanted email or spam.","key":"greylisting","height":"48","feature":"greylist","onclick":"","implements":"Email_GreyListing","group":"email","url":"mail/greylisting/index.html","file":"greylisting","itemdesc":"Configure Greylisting","width":"48","itemorder":"17","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"Configure Greylisting","if":"$HASROLE{'MailReceive'} && $is_greylisting_enabled","type":"image"},"track_dns":{"onclick":"","feature":"nettools","height":"48","key":"track_dns","searchtext":"Track DNS traceroute tracert dnslookup dig network tools","description":"Perform traceroutes and domain lookups to diagnose network issues.","base64_png_image":"","url":"net/index.html","group":"advanced","acontent":"","subtype":"img","itemorder":"3","width":"48","itemdesc":"Track DNS","file":"track_dns","type":"image","plainitemdesc":"Track DNS","target":"","imgtype":"icon"},"mailing_lists":{"group":"email","url":"mail/lists.html","implements":"Email_MailingLists","height":"48","feature":"lists","onclick":"","base64_png_image":"","description":"Set up a single email address to send mail to multiple email addresses.","searchtext":"Mailing Lists mailman","key":"mailing_lists","target":"","plainitemdesc":"Mailing Lists","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'} && !$CONFIF{'skipmailman'}","type":"image","imgtype":"icon","width":"48","itemdesc":"Mailing Lists","itemorder":"7","acontent":"","subtype":"img","file":"mailing_lists"},"site_publisher":{"onclick":"","feature":"sitepublisher","height":"48","key":"site_publisher","searchtext":"site publisher builder start website generator template Site Publisher","description":"Create a simple website as a placeholder.","base64_png_image":"","url":"site_publisher/index.html","group":"domains","subtype":"img","acontent":"","itemorder":"1","width":"48","itemdesc":"Site Publisher","file":"site_publisher","type":"image","if":"$HASROLE{'WebServer'}","plainitemdesc":"Site Publisher","target":"","imgtype":"icon"},"domains":{"onclick":"","feature":"addondomains || subdomains || parkeddomains || sslinstall","height":"48","imagetype":"icon","key":"domains","description":"Create, manage, and delete multiple domains.","searchtext":"domains parked park aliases alias addon subdomain domain force https redirect Domains","base64_png_image":"","url":"domains/index.html","group":"domains","implements":"Domains_domains","acontent":"","subtype":"img","itemorder":"2","width":"48","itemdesc":"Domains","file":"domains","type":"image","plainitemdesc":"Domains","target":""},"group_perf":{"grouporder":"8","imgtype":"icon","target":"","type":"image","file":"group_perf","width":"48","itemdesc":"group_perf","acontent":"","subtype":"img","groupdesc":"Preferences","group":"preferences","base64_png_image":"","key":"group_perf","description":"Preferences","searchtext":"group_perf","height":"48","onclick":""},"security_policy":{"height":"32","onclick":"","base64_png_image":"","description":"Update and manage your security questions.","searchtext":"Security Policy","key":"security_policy","group":"security","url":"security/index.html","itemdesc":"Security Policy","width":"32","itemorder":"6","acontent":"","subtype":"img","file":"security_policy","target":"","plainitemdesc":"Security Policy","type":"image","if":"$CONFIF{'SecurityPolicy::SourceIPCheck'}","imgtype":"icon"},"site_software":{"imgtype":"icon","cpanel_os_check":"supports_cpaddons=1","plainitemdesc":"Site Software","target":"","if":"$HASROLE{'WebServer'}","type":"image","file":"site_software","itemdesc":"Site Software","width":"32","itemorder":"6","file_check":"!/var/cpanel/cpaddons.disabled","acontent":"","subtype":"img","implements":"Site_Software","group":"software","url":"addoncgi/cpaddons.html","base64_png_image":"","searchtext":"Site Software addons software","description":"Update, manage, and uninstall cPAddons.","key":"site_software","height":"32","feature":"addoncgi","onclick":""},"raw_access":{"url":"raw/index.html","group":"metrics","searchtext":"Raw Access logs raw logs rawlogs","description":"View the raw Apache® logs for your site’s visitors.","key":"raw_access","base64_png_image":"","feature":"rawlog","onclick":"","height":"48","imgtype":"icon","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Raw Access","target":"","file":"raw_access","subtype":"img","acontent":"","width":"48","itemdesc":"Raw Access","itemorder":"4"},"soft_div_icons":{"plainitemdesc":"Softaculous Apps Installer","target":"","type":"image","imgtype":"icon","itemdesc":"Softaculous Apps Installer","width":"48","itemorder":"10","subtype":"img","acontent":"","file":"soft_div_icons","group":"soft_div","url":"softaculous/index.live.php","height":"48","feature":"soft_div_icons","onclick":"","base64_png_image":"","searchtext":"Softaculous Apps Installer","description":"Softaculous Apps Installer"},"indexes":{"itemorder":"4","itemdesc":"Indexes","width":"48","acontent":"","subtype":"img","file":"indexes","plainitemdesc":"Indexes","target":"","if":"$HASROLE{'WebServer'}","type":"image","imgtype":"icon","height":"48","onclick":"","feature":"indexmanager","base64_png_image":"","key":"indexes","searchtext":"Indexes index manager","description":"Define how the server displays a specific directory’s index to a visitor, or to disable index display for a directory.","group":"advanced","url":"indexmanager/index.html"},"ssl_tls":{"imgtype":"icon","type":"image","if":"$HASROLE{'UserSSL'}","target":"","plainitemdesc":"SSL/TLS","file":"ssl_tls","subtype":"img","acontent":"","itemdesc":"SSL/TLS","width":"48","itemorder":"3","implements":"SSL_TLS_Manager","url":"ssl/index.html","group":"security","searchtext":"SSL/TLS certificate key csr","description":"Create, manage, and delete SSL certificates, signing requests, and keys.","key":"ssl_tls","base64_png_image":"","feature":"sslmanager","onclick":"","height":"48"},"cron_jobs":{"target":"","plainitemdesc":"Cron Jobs","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","width":"48","itemdesc":"Cron Jobs","itemorder":"2","acontent":"","subtype":"img","file":"cron_jobs","group":"advanced","url":"cron/index.html","implements":"Cron_Home","height":"48","feature":"cron","onclick":"","base64_png_image":"","searchtext":"Cron Jobs cronjob crontab edit","description":"Create, manage, and delete scheduled tasks.","key":"cron_jobs"},"mysql_manager":{"group":"databases","url":"mysql-manager/index.html","height":48,"onclick":"","feature":"mysql_manager","base64_png_image":"","key":"mysql_manager","description":"Create, manage, and delete MySQL® databases and database users.","searchtext":"mysql manager database db MySQL® Manager","plainitemdesc":"MySQL® Manager","target":"","if":"$experimental{'mysql_manager'}","type":"image","imgtype":"icon","itemorder":1,"width":48,"itemdesc":"MySQL® Manager","acontent":"","subtype":"img","file":"mysql_manager"},"email_filters":{"group":"email","url":"mail/filters/managefilters.html","implements":"Email_UserLevelFiltering","height":"48","onclick":"","feature":"blockers","base64_png_image":"","key":"email_filters","searchtext":"User Filters Email user level Filtering filter Email Filters","description":"Configure how your server filters a specific email account’s received mail.","plainitemdesc":"Email Filters","target":"","if":"$HASROLE{'MailReceive'}","type":"image","imgtype":"icon","itemorder":"10","itemdesc":"Email Filters","width":"48","acontent":"","subtype":"img","file":"email_filters"},"email_disk_usage":{"base64_png_image":"","description":"View your mailboxes and disk usage for each, and remove old or large messages.","searchtext":"email accounts mail disk usage bytes mb size Email Disk Usage","key":"email_disk_usage","height":"48","feature":"popaccts && email_disk_usage","onclick":"","implements":"Email_Disk_Usage","group":"email","url":"mail/manage_disk_usage/","file":"email_disk_usage","itemdesc":"Email Disk Usage","width":"48","itemorder":"19","subtype":"img","acontent":"","imgtype":"icon","plainitemdesc":"Email Disk Usage","target":"","if":"$HASROLE{'MailReceive'}","type":"image"},"cpanel-sitejet-plugin":{"type":"image","if":"$HASROLE{'WebServer'}","plainitemdesc":"Sitejet Builder","target":"","imgtype":"icon","acontent":"","subtype":"img","itemorder":"2","width":"48","itemdesc":"Sitejet Builder","file":"cpanel-sitejet-plugin","url":"sitejet/index.html","group":"domains","onclick":"","feature":"sitejet","height":"48","searchtext":"sitejet builder domain website plugin Sitejet Builder","description":"Sitejet Builder","base64_png_image":""},"track_delivery":{"onclick":"","feature":"emailtrace","height":"48","key":"track_delivery","description":"Display reports about email message delivery attempts.","searchtext":"Track Delivery Email Trace email mail delivery report","base64_png_image":"","url":"mail/route.html","group":"email","implements":"Email_DeliveryReport","subtype":"img","acontent":"","itemorder":"8","itemdesc":"Track Delivery","width":"48","file":"track_delivery","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","type":"image","plainitemdesc":"Track Delivery","target":"","imgtype":"icon"},"group_sample_apps":{"acontent":"","subtype":"img","itemdesc":"group_sample_apps","width":"48","file":"group_sample_apps","type":"image","target":"","grouporder":"9","imgtype":"icon","onclick":"","height":"48","description":"Sample Applications","searchtext":"group_sample_apps","key":"group_sample_apps","base64_png_image":"","group":"sample_apps","groupdesc":"Sample Applications"},"canary":{"url":"canary/index.html","group":"sample_apps","key":"canary","searchtext":"sample apps Canary","description":"Canary","base64_png_image":"","onclick":"","height":"48","imgtype":"icon","if":"$is_sandbox && $exists_in_cpanel{'canary'}","type":"image","target":"","file":"canary","acontent":"","subtype":"img","itemorder":"1","width":"48","itemdesc":"Canary"},"contact_information":{"acontent":"","subtype":"img","itemdesc":"Contact Information","width":"48","itemorder":"3","file":"contact_information","type":"image","plainitemdesc":"Contact Information","target":"","imgtype":"icon","feature":"updatenotificationprefs || updatecontact","onclick":"","height":"48","description":"Set contact information and preferences.","searchtext":"contact email Contact Information","key":"contact_information","base64_png_image":"","url":"contact/index.html","group":"preferences","implements":"ContactInfo_Change"},"ftp_connections":{"description":"View information about current connections to your FTP server and manage those connections.","searchtext":"FTP Connections ftp accounts ftp session control","key":"ftp_connections","base64_png_image":"","feature":"ftpaccts","onclick":"","height":"48","url":"ftp/session.html","group":"files","file":"ftp_connections","touch":"ftp","subtype":"img","acontent":"","itemdesc":"FTP Connections","width":"48","itemorder":"7","imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'ftp'} && !$hascloudlinux","plainitemdesc":"FTP Connections","target":""},"remote_mysql":{"imgtype":"icon","target":"","plainitemdesc":"Remote MySQL®","type":"image","if":"$SERVICEPROVIDED{'mysql'}","file":"remote_mysql","itemdesc":"Remote MySQL®","width":"48","itemorder":"4","acontent":"","subtype":"img","group":"databases","url":"sql/managehost.html","base64_png_image":"","description":"Allow remote hosts (servers) to access MySQL® databases.","searchtext":"Remote MySQL db Remote MySQL®","key":"remote_mysql","height":"48","feature":"mysql","onclick":""},"ruby_gems":{"imgtype":"icon","target":"","plainitemdesc":"RubyGems","type":"image","if":"$hasgem","file":"ruby_gems","itemorder":"4","itemdesc":"RubyGems","width":"48","acontent":"","subtype":"img","group":"software","url":"module_installers/index.html?lang=ruby","base64_png_image":"","key":"ruby_gems","searchtext":"RubyGems ror ruby gems rails","description":"Distribute Ruby® programs and libraries.","height":"48","onclick":"","feature":"modules-ruby"},"group_databases":{"onclick":"","height":"48","key":"group_databases","description":"Databases","searchtext":"group_databases","base64_png_image":"","group":"databases","groupdesc":"Databases","subtype":"img","acontent":"","itemdesc":"group_databases","width":"48","file":"group_databases","if":"$SERVICEPROVIDED{'mysql'} || $SERVICEPROVIDED{'postgresql'}","type":"image","target":"","imgtype":"icon","grouporder":"3"},"web_disk":{"base64_png_image":"","description":"Manage files on multiple types of devices.","searchtext":"Web Disk webdav webdisk","key":"web_disk","height":"48","feature":"webdisk","onclick":"","group":"files","url":"webdav/accounts_webdav.html","file":"web_disk","itemdesc":"Web Disk","width":"48","itemorder":"5","acontent":"","subtype":"img","imgtype":"icon","plainitemdesc":"Web Disk","target":"","type":"image","if":"$HASROLE{'WebDisk'} && $hascpdavd"},"group_security":{"group":"security","groupdesc":"Security","onclick":"","height":"48","searchtext":"group_security","description":"Security","key":"group_security","base64_png_image":"","type":"image","target":"","imgtype":"icon","grouporder":"6","subtype":"img","acontent":"","itemdesc":"group_security","width":"48","file":"group_security"},"wp_softaculous":{"width":"48","itemdesc":"WordPress Manager by Softaculous","itemorder":"1","acontent":"","subtype":"img","file":"wp_softaculous","target":"","plainitemdesc":"WordPress Manager by Softaculous","type":"image","imgtype":"icon","height":"48","feature":"wp_softaculous","onclick":"","base64_png_image":"","description":"WordPress Manager by Softaculous","searchtext":"WordPress Manager by Softaculous","group":"software","url":"softaculous/index.live.php?act=wordpress","implements":"Softaculous_WordPress"},"email_routing":{"implements":"Email_Routing","url":"mail/email_routing.html","group":"email","key":"email_routing","description":"Configure how the system routes a domain’s incoming mail.","searchtext":"MX Entry Email Routing dns","base64_png_image":"","onclick":"","feature":"changemx","height":"48","imgtype":"icon","if":"$HASROLE{'MailReceive'} && !$HASCHILDNODE{Mail}","type":"image","target":"","plainitemdesc":"Email Routing","file":"email_routing","acontent":"","subtype":"img","itemorder":"4","width":"48","itemdesc":"Email Routing"},"ruby_on_rails":{"imgtype":"icon","plainitemdesc":"Ruby on Rails","target":"","if":"$hasrails","type":"image","file":"ruby_on_rails","itemorder":"5","itemdesc":"Ruby on Rails","width":"48","subtype":"img","acontent":"","group":"software","url":"ror/index.html","base64_png_image":"","key":"ruby_on_rails","description":"Create and deploy a Ruby on Rails® application.","searchtext":"Ruby on Rails","height":"48","onclick":"","feature":"ror"},"bandwidth":{"file":"bandwidth","itemorder":"3","itemdesc":"Bandwidth","width":"48","subtype":"img","acontent":"","imgtype":"icon","plainitemdesc":"Bandwidth","target":"","type":"image","if":"$SERVICEPROVIDED{'ftp'} || $HASROLE{'MailReceive'} || $HASROLE{'WebServer'}","base64_png_image":"","key":"bandwidth","searchtext":"Bandwidth bandmin transfer","description":"View bandwidth usage graphs by protocol over multiple lengths of time.","height":"48","onclick":"","feature":"bandwidth","group":"metrics","url":"stats/bandwidth.html"},"images":{"itemorder":"2","width":"48","itemdesc":"Images","subtype":"img","acontent":"","file":"images","target":"","plainitemdesc":"Images","if":"$HASROLE{'WebServer'}","type":"image","imgtype":"icon","height":"48","onclick":"","feature":"cpanelpro_images","base64_png_image":"","key":"images","searchtext":"image manager resize manager scaler thumbnailer format Images","description":"Modify and manage images saved to your cPanel account.","group":"files","url":"cpanelpro/images.html"},"manage_calendar_access":{"url":"manage-calendar-access/index.html","group":"email","onclick":"","feature":"manage_calendar_access","height":48,"key":"manage_calendar_access","searchtext":"calendar delegation Calendar Delegation","description":"Delegate access rights for a user’s calendars to other users.","base64_png_image":"","if":"$ccs_installed && $calendar_delegation","type":"image","target":"","plainitemdesc":"Calendar Delegation","imgtype":"icon","subtype":"img","acontent":"","itemorder":18,"width":48,"itemdesc":"Calendar Delegation","file":"manage_calendar_access"},"version_control":{"group":"files","url":"version_control/index.html","height":"48","feature":"version_control","onclick":"","base64_png_image":"","searchtext":"Git version control vcs repositories repository repo master checkout check out branch clone remote source code commit head gitweb history log publish deployment build continuous integration Git™ Version Control","description":"Host Git™ repositories.","key":"version_control","target":"","plainitemdesc":"[asis,Git™] Version Control","type":"image","if":"$HASROLE{'FileStorage'}","imgtype":"icon","itemdesc":"Git™ Version Control","width":"48","itemorder":"10","acontent":"","subtype":"img","file":"version_control"},"php":{"url":"php/index.html?lang","group":"software","feature":"php-config","onclick":"","height":"48","searchtext":"PHP configuration","description":"Display your PHP configuration settings.","key":"php","base64_png_image":"","type":"image","if":"!$is_ea4","target":"","plainitemdesc":"PHP","imgtype":"icon","subtype":"img","acontent":"","itemdesc":"PHP","width":"48","itemorder":"1","file":"php"},"group_soft_div":{"base64_png_image":"","searchtext":"group_soft_div","description":"Softaculous Apps Installer","height":"32","onclick":"","groupdesc":"Softaculous Apps Installer","group":"soft_div","file":"group_soft_div","itemdesc":"group_soft_div","width":"32","subtype":"img","acontent":"","grouporder":"10","imgtype":"icon","target":"","type":"image"},"file_manager":{"imgtype":"icon","target":"file_manager","plainitemdesc":"File Manager","if":"$HASROLE{'FileStorage'}","type":"image","file":"file_manager","width":"48","itemdesc":"File Manager","itemorder":"1","subtype":"img","acontent":"target=\"file_manager\"","implements":"FileManager_Home","group":"files","url":"filemanager/index.html","base64_png_image":"","description":"Manage and edit your files.","searchtext":"File Manager file-manager","key":"file_manager","height":"48","feature":"filemanager","onclick":""},"cpanel-koality-plugin":{"file":"cpanel-koality-plugin","itemorder":"2","width":"48","itemdesc":"Site Quality Monitoring","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Site Quality Monitoring","type":"image","if":"$HASROLE{'WebServer'}","base64_png_image":"","description":"Site Quality Monitoring","searchtext":"website quality check monitor plugin Site Quality Monitoring","height":"48","onclick":"","feature":"koality","group":"metrics","url":"koality/signup/index.html"},"awstats":{"file":"awstats","width":"48","itemdesc":"Awstats","itemorder":"5","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Awstats","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipawstats'}","type":"image","base64_png_image":"","searchtext":"Awstats awstats","description":"View traffic statistics from the AWStats software.","key":"awstats","height":"48","feature":"awstats","onclick":"","implements":"Stats_AWStats","group":"metrics","url":"stats/awstats_landing.html"},"tls_wizard":{"onclick":"","feature":"market && tls_wizard && sslinstall","height":"48","key":"tls_wizard","searchtext":"SSL/TLS Wizard","description":"Purchase and install SSL certificates for your domains.","base64_png_image":"","url":"security/tls_wizard/","group":"security","implements":"SSL_TLS_Wizard","subtype":"img","acontent":"","itemorder":"6","width":"48","itemdesc":"SSL/TLS Wizard","file":"tls_wizard","type":"image","if":"$HASROLE{'UserSSL'} && $market_has_enabled_providers","plainitemdesc":"[asis,SSL]/[asis,TLS] Wizard","target":"","imgtype":"icon"},"api_tokens":{"group":"security","url":"api_tokens/index.html","implements":"API_Tokens_Manager","height":"48","feature":"apitokens","onclick":"","base64_png_image":"","searchtext":"Manage API Tokens access api connect login","description":"Create, manage, and delete API tokens.","key":"api_tokens","target":"","plainitemdesc":"Manage API Tokens","type":"image","imgtype":"icon","width":"48","itemdesc":"Manage API Tokens","itemorder":"4","subtype":"img","acontent":"","file":"api_tokens"},"mime_types":{"url":"mime/mime.html","group":"advanced","key":"mime_types","description":"Relay information to the visitor’s browser about how to handle file extensions.","searchtext":"MIME Types mimetype types","base64_png_image":"","onclick":"","feature":"mime","height":"48","imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'}","target":"","plainitemdesc":"MIME Types","file":"mime_types","subtype":"img","acontent":"","itemorder":"7","itemdesc":"MIME Types","width":"48"},"cpu_and_concurrent_connection_usage":{"imgtype":"icon","plainitemdesc":"CPU and Concurrent Connection Usage","target":"","type":"image","if":"$hascloudlinux","version":"1.0","file":"cpu_and_concurrent_connection_usage","itemorder":"11","width":"48","itemdesc":"CPU and Concurrent Connection Usage","acontent":"","subtype":"img","group":"metrics","url":"stats/resourceusage.html","base64_png_image":"","key":"cpu_and_concurrent_connection_usage","description":"View and monitor system resource usage.","searchtext":"CPU and Concurrent Connection Usage","height":"48","onclick":"","feature":"enduserlve"},"softaculous":{"base64_png_image":"","searchtext":"Softaculous Apps Installer","description":"Softaculous Apps Installer","height":"48","onclick":"","feature":"softaculous","implements":"Softaculous_Home","group":"software","url":"softaculous/index.live.php","file":"softaculous","itemorder":"99","width":"48","itemdesc":"Softaculous Apps Installer","subtype":"img","acontent":"","imgtype":"icon","plainitemdesc":"Softaculous Apps Installer","target":"","type":"image"},"email_deliverability":{"target":"","plainitemdesc":"Email Deliverability","type":"image","if":"$HASROLE{'MailSend'}","imgtype":"icon","itemorder":"11","width":"48","itemdesc":"Email Deliverability","subtype":"img","acontent":"","file":"email_deliverability","group":"email","url":"email_deliverability/","implements":"Email_Authentication","height":"48","onclick":"","feature":"emailauth","base64_png_image":"","key":"email_deliverability","searchtext":"email Authentication Email Deliverability spf domain-keys authentication DKIM","description":"Identify problems with your mail-related DNS records for one or more of your domains."},"two_factor_authentication":{"imgtype":"icon","type":"image","if":"$is_twofactorauth_sec_policy_enabled","plainitemdesc":"Two-Factor Authentication","target":"","file":"two_factor_authentication","acontent":"","subtype":"img","width":"48","itemdesc":"Two-Factor Authentication","itemorder":"8","url":"security/2fa/index.html","group":"security","searchtext":"Two Factor Authentication 2fa tfa Two-Factor Authentication","description":"Configure a security measure that requires two forms of identification to log in.","key":"two_factor_authentication","base64_png_image":"","feature":"twofactorauth","onclick":"","height":"48"},"dynamic_dns":{"onclick":"","feature":"dynamicdns","height":48,"key":"dynamic_dns","searchtext":"dynamic dns ddns ip subdomain Dynamic DNS","description":"Manage your dynamic DNS domains.","base64_png_image":"","url":"dynamic-dns/index.html","group":"domains","acontent":"","subtype":"img","itemorder":9,"itemdesc":"Dynamic DNS","width":48,"file":"dynamic_dns","type":"image","if":"$HASROLE{'DNS'}","target":"","plainitemdesc":"Dynamic DNS","imgtype":"icon"},"address_importer":{"acontent":"","subtype":"img","width":"48","itemdesc":"Address Importer","itemorder":"12","file":"address_importer","type":"image","if":"$HASROLE{'MailReceive'}","plainitemdesc":"Address Importer","target":"","imgtype":"icon","feature":"csvimport","onclick":"","height":"48","description":"Use a spreadsheet or comma-separated value text file to quickly create mailboxes or forwarders.","searchtext":"Address Importer Import Addresses Forwarders Mail csv import xls import","key":"address_importer","base64_png_image":"","url":"mail/csvimport.html","group":"email"},"email_accounts":{"base64_png_image":"","key":"email_accounts","description":"Create, manage, and delete email accounts.","searchtext":"email accounts mail pop imap smtp Email Accounts","height":"48","onclick":"","feature":"popaccts","implements":"Email_Accounts","group":"email","url":"email_accounts/index.html","file":"email_accounts","itemorder":"1","width":"48","itemdesc":"Email Accounts","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Email Accounts","if":"$HASROLE{'MailReceive'}","type":"image"},"ip_blocker":{"imgtype":"icon","plainitemdesc":"IP Blocker","target":"","if":"$HASROLE{'WebServer'}","type":"image","file":"ip_blocker","itemdesc":"IP Blocker","width":"48","itemorder":"2","acontent":"","subtype":"img","group":"security","url":"denyip/index.html","base64_png_image":"","searchtext":"IP Blocker ip deny manager","description":"Block access to your website for one or more IP addresses or fully qualified domain names.","key":"ip_blocker","height":"48","feature":"ipdeny","onclick":""},"webalizer":{"if":"$HASROLE{'WebServer'} && !$CONFIF{'skipwebalizer'}","type":"image","target":"","plainitemdesc":"Webalizer","imgtype":"icon","subtype":"img","acontent":"","itemorder":"7","itemdesc":"Webalizer","width":"48","file":"webalizer","url":"stats/webalizer_landing.html","group":"metrics","onclick":"","feature":"webalizer","height":"48","key":"webalizer","description":"View traffic statistics from the Webalizer statistics program.","searchtext":"Webalizer stats","base64_png_image":""},"ftp_accounts":{"group":"files","url":"ftp/accounts.html","height":"48","feature":"ftpaccts","onclick":"","base64_png_image":"","searchtext":"FTP Accounts ftp create","description":"Create, manage, and delete FTP accounts.","key":"ftp_accounts","plainitemdesc":"FTP Accounts","target":"","if":"$SERVICEPROVIDED{'ftp'}","type":"image","imgtype":"icon","itemdesc":"FTP Accounts","width":"48","itemorder":"6","touch":"ftp","subtype":"img","acontent":"","file":"ftp_accounts"},"hotlink_protection":{"width":"48","itemdesc":"Hotlink Protection","itemorder":"4","subtype":"img","acontent":"","file":"hotlink_protection","target":"","plainitemdesc":"Hotlink Protection","if":"$HASROLE{'WebServer'}","type":"image","imgtype":"icon","height":"48","feature":"hotlink","onclick":"","base64_png_image":"","searchtext":"Hotlink Protection","description":"Prevent external sites and users from embedding your website’s content.","key":"hotlink_protection","group":"security","url":"mime/hotlink.html"},"visitors":{"plainitemdesc":"Visitors","target":"","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","itemdesc":"Visitors","width":"48","itemorder":"1","subtype":"img","acontent":"","file":"visitors","group":"metrics","url":"stats/lastvisitors_landing.html","height":"48","feature":"lastvisits","onclick":"","base64_png_image":"","description":"Display detailed information about recent visits to your website.","searchtext":"latest visitors Visitors","key":"visitors"},"php_pear_packages":{"file":"php_pear_packages","width":"48","itemdesc":"PHP PEAR Packages","itemorder":"2","acontent":"","subtype":"img","imgtype":"icon","plainitemdesc":"PHP PEAR Packages","target":"","if":"$haspear","type":"image","base64_png_image":"","description":"Search for and add PEAR packages to your website, or view your available PHP packages.","searchtext":"PHP PEAR Packages","key":"php_pear_packages","height":"48","feature":"modules-php-pear","onclick":"","group":"software","url":"module_installers/index.html?lang=php-pear"},"disk_usage":{"acontent":"","subtype":"img","itemdesc":"Disk Usage","width":"48","itemorder":"4","file":"disk_usage","type":"image","if":"$HASROLE{'FileStorage'}","target":"","plainitemdesc":"Disk Usage","imgtype":"icon","feature":"diskusageviewer","onclick":"","height":"48","searchtext":"Disk Usage disk space usage disk-usage","description":"View information about your files, your directories, and how you use your disk space.","key":"disk_usage","base64_png_image":"","url":"diskusage/index.html","group":"files"},"php_pg_admin":{"type":"image","if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","target":"phppgadmin","plainitemdesc":"[asis,phpPgAdmin]","imgtype":"icon","acontent":"target=\"phppgadmin\"","subtype":"img","itemdesc":"phpPgAdmin","width":"48","itemorder":"7","file":"php_pg_admin","url":"/3rdparty/phpPgAdmin/index.php","group":"databases","feature":"phppgadmin","onclick":"","height":"48","description":"Manage PostgreSQL® databases.","searchtext":"phpPgAdmin database psql db","key":"php_pg_admin","base64_png_image":""},"group_advanced":{"acontent":"","subtype":"img","itemdesc":"group_advanced","width":"48","file":"group_advanced","type":"image","target":"","grouporder":"7","imgtype":"icon","onclick":"","height":"48","description":"Advanced","searchtext":"group_advanced","key":"group_advanced","base64_png_image":"","group":"advanced","groupdesc":"Advanced"},"api_shell":{"searchtext":"API Shell","description":"Run cPanel & WHM API functions.","key":"api_shell","base64_png_image":"","feature":"api_shell","onclick":"","height":"48","url":"api_shell/index.html","group":"advanced","file":"api_shell","acontent":"","subtype":"img","itemdesc":"API Shell","width":"48","itemorder":"9","imgtype":"icon","if":"$isreseller && $CONFIF{'api_shell'}","type":"image","plainitemdesc":"API Shell","target":""},"autoresponders":{"imgtype":"icon","plainitemdesc":"Autoresponders","target":"","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","type":"image","file":"autoresponders","width":"48","itemdesc":"Autoresponders","itemorder":"5","subtype":"img","acontent":"","implements":"Email_AutoResponders","group":"email","url":"mail/autores.html","base64_png_image":"","searchtext":"Autoresponders autoresponder auto responders","description":"Configure automatic email response messages.","key":"autoresponders","height":"48","feature":"autoresponders","onclick":""},"archive":{"height":"48","onclick":"","feature":"emailarchive","base64_png_image":"","key":"archive","description":"Save incoming, outgoing, and mailing list messages for a specified amount of time.","searchtext":"email archive Email Archiving Archive","group":"email","url":"mail/archive.html","implements":"Email_Archive","itemorder":"14","width":"48","itemdesc":"Archive","acontent":"","subtype":"img","file":"archive","target":"","plainitemdesc":"Archive","type":"image","if":"$HASROLE{'MailReceive'} && $CONFIF{'emailarchive'}","imgtype":"icon"},"forwarders":{"key":"forwarders","searchtext":"Forwarders forward","description":"Configure an email address to forward copies of incoming emails to another address.","base64_png_image":"","onclick":"","feature":"forwarders || emaildomainfwd","height":"48","implements":"Email_Forwarders","url":"mail/fwds.html","group":"email","file":"forwarders","subtype":"img","acontent":"","itemorder":"3","itemdesc":"Forwarders","width":"48","imgtype":"icon","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","target":"","plainitemdesc":"Forwarders"},"multiphp_manager":{"url":"multiphp_manager/index.html","group":"software","feature":"multiphp","onclick":"","height":"48","searchtext":"MultiPHP Manager","description":"Manage your PHP configuration.","key":"multiphp_manager","base64_png_image":"","if":"$is_ea4","type":"image","target":"","plainitemdesc":"MultiPHP Manager","imgtype":"icon","subtype":"img","acontent":"","itemdesc":"MultiPHP Manager","width":"48","itemorder":"8","file":"multiphp_manager"},"mod_security":{"file":"mod_security","subtype":"img","acontent":"","itemorder":"7","width":"48","itemdesc":"ModSecurity","imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'} && $is_mod_security_installed","target":"","plainitemdesc":"ModSecurity","key":"mod_security","searchtext":"ModSecurity mod security mod_security","description":"Enable or disable ModSecurity® for your domains.","base64_png_image":"","onclick":"","feature":"modsecurity","height":"48","url":"security/mod_security/index.html","group":"security"},"group_email":{"group":"email","groupdesc":"Email","onclick":"","height":"48","key":"group_email","searchtext":"group_email","description":"Email","base64_png_image":"","type":"image","if":"$HASROLE{'MailSend'} || $HASROLE{'MailReceive'} || $HASROLE{'DNS'} || $HASROLE{'CalendarContact'}","target":"","grouporder":"1","imgtype":"icon","acontent":"","subtype":"img","itemdesc":"group_email","width":"48","file":"group_email"},"global_email_filters":{"base64_png_image":"","key":"global_email_filters","description":"Configure how your server filters all of the email that your domains’ email accounts receive.","searchtext":"Global Email Filters filter account level filtering","height":"48","onclick":"","feature":"blockers","implements":"Email_AccountLevelFiltering","group":"email","url":"mail/filters/userfilters.html","file":"global_email_filters","itemorder":"9","width":"48","itemdesc":"Global Email Filters","acontent":"","subtype":"img","imgtype":"icon","plainitemdesc":"Global Email Filters","target":"","type":"image","if":"$HASROLE{'MailReceive'}"},"mysql_database_wizard":{"itemdesc":"MySQL® Database Wizard","width":"48","itemorder":"3","subtype":"img","acontent":"","file":"mysql_database_wizard","target":"","plainitemdesc":"MySQL® Database Wizard","if":"$SERVICEPROVIDED{'mysql'}","type":"image","imgtype":"icon","height":"48","feature":"mysql","onclick":"","base64_png_image":"","searchtext":"MySQL Database Wizard mysql database db MySQL® Database Wizard","description":"Guided setup of a MySQL® database, database users, and user privileges.","key":"mysql_database_wizard","group":"databases","url":"sql/wizard1.html"},"backup_wizard":{"if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","type":"image","plainitemdesc":"Backup Wizard","target":"","imgtype":"icon","acontent":"","subtype":"img","itemorder":"9","itemdesc":"Backup Wizard","width":"48","file":"backup_wizard","url":"backup/wizard.html","group":"files","onclick":"","feature":"backup","height":"48","key":"backup_wizard","searchtext":"Backup Wizard restore","description":"Back up all or part of your website, or restore it from the most recent backup file.","base64_png_image":""},"calendar_and_contacts":{"implements":"Calendar_Configure","group":"email","url":"mail/calendars_and_contacts/index.html","base64_png_image":"","description":"Manage your CalDAV (calendar) and CardDAV (contacts) accounts.","searchtext":"email calendar contact address book CalDAV CardDAV Calendars and Contacts","key":"calendar_and_contacts","height":"48","feature":"caldavcarddav","onclick":"","imgtype":"icon","target":"","plainitemdesc":"Calendars and Contacts","if":"$HASROLE{'CalendarContact'} && $hascpdavd && $hasccs","type":"image","file":"calendar_and_contacts","width":"48","itemdesc":"Calendars and Contacts","itemorder":"18","subtype":"img","acontent":""},"group_files":{"group":"files","groupdesc":"Files","height":"48","onclick":"","base64_png_image":"","description":"Files","searchtext":"group_files","key":"group_files","target":"","type":"image","grouporder":"2","imgtype":"icon","itemdesc":"group_files","width":"48","acontent":"","subtype":"img","file":"group_files"},"terminal":{"target":"","plainitemdesc":"Terminal","type":"image","if":"$hasvalidshell && $HASROLE{'FileStorage'}","imgtype":"icon","itemorder":"1","itemdesc":"Terminal","width":"48","acontent":"","subtype":"img","file":"terminal","group":"advanced","url":"terminal/index.html","height":"48","onclick":"","feature":"ssh","base64_png_image":"","key":"terminal","description":"Access an in-browser terminal application for direct command-line access within a cPanel session.","searchtext":"terminal bash tcsh command line shell ssh Terminal"},"postgresql_database_wizard":{"url":"psql/wizard1.html","group":"databases","key":"postgresql_database_wizard","description":"Guided setup of a PostgreSQL® database, database users, and user privileges.","searchtext":"PostgreSQL Database Wizard postgres postgresql database db","base64_png_image":"","onclick":"","feature":"postgres","height":"48","imgtype":"icon","if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","type":"image","target":"","plainitemdesc":"PostgreSQL Database Wizard","file":"postgresql_database_wizard","subtype":"img","acontent":"","itemorder":"6","width":"48","itemdesc":"PostgreSQL Database Wizard"},"mysql_databases":{"implements":"Database_MySQL","url":"sql/index.html","group":"databases","searchtext":"MySQL Databases db MySQL® Databases","description":"Create, manage, and delete MySQL® databases and database users.","key":"mysql_databases","base64_png_image":"","feature":"mysql","onclick":"","height":"48","imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'mysql'}","plainitemdesc":"MySQL® Databases","target":"","file":"mysql_databases","acontent":"","subtype":"img","width":"48","itemdesc":"MySQL® Databases","itemorder":"2"},"group_metrics":{"type":"image","target":"","grouporder":"5","imgtype":"icon","subtype":"img","acontent":"","width":"48","itemdesc":"group_metrics","file":"group_metrics","group":"metrics","groupdesc":"Metrics","onclick":"","height":"48","searchtext":"group_metrics","description":"Metrics","key":"group_metrics","base64_png_image":""},"redirects":{"height":"48","feature":"redirects","onclick":"","base64_png_image":"","description":"Send the visitors of a domain or particular page to a different URL.","searchtext":"Redirects rewrite modrewrite","key":"redirects","group":"domains","url":"mime/redirect.html","width":"48","itemdesc":"Redirects","itemorder":"6","acontent":"","subtype":"img","file":"redirects","target":"","plainitemdesc":"Redirects","if":"$HASROLE{'WebServer'}","type":"image","imgtype":"icon"},"file_and_directory_restoration":{"file":"file_and_directory_restoration","subtype":"img","acontent":"","itemorder":"11","width":"48","itemdesc":"File and Directory Restoration","imgtype":"icon","type":"image","if":"$file_restoration_enabled && $HASROLE{'FileStorage'}","plainitemdesc":"File and Directory Restoration","target":"","key":"file_and_directory_restoration","description":"Restore files from local backup sources.","searchtext":"File directory restoration File and Directory Restoration","base64_png_image":"","onclick":"","feature":"filerestoration","height":"48","url":"file_and_directory_restoration/index.html","group":"files"},"webalizer_ftp":{"onclick":"","feature":"webalizer","height":"48","key":"webalizer_ftp","description":"View FTP traffic statistics from the Webalizer statistics program.","searchtext":"Webalizer FTP stats ftp","base64_png_image":"","url":"stats/webalizerftp_landing.html","group":"metrics","acontent":"","subtype":"img","touch":"ftp","itemorder":"8","width":"48","itemdesc":"Webalizer FTP","file":"webalizer_ftp","type":"image","if":"!$CONFIF{'skipwebalizer'}","target":"","plainitemdesc":"Webalizer FTP","imgtype":"icon"},"analog_stats":{"key":"analog_stats","description":"View data from the Analog traffic statistics software.","searchtext":"Analog Stats","base64_png_image":"","onclick":"","feature":"analog","height":"48","url":"stats/analog_landing.html","group":"metrics","file":"analog_stats","subtype":"img","acontent":"","itemorder":"6","width":"48","itemdesc":"Analog Stats","imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipanalog'}","target":"","plainitemdesc":"Analog Stats"},"cpanel-site-monitor":{"imgtype":"icon","search text keywords]'}":0,"plainitemdesc":"cPanel Site Monitoring","target":"","if":"$HASROLE{'WebServer'} && $experimental{'cpanel-site-monitoring'}","type":"image","file":"cpanel-site-monitor","width":"48","itemdesc":"cPanel Site Monitoring","itemorder":"50","acontent":"","subtype":"img","group":"metrics","url":"site-monitor/index.html","base64_png_image":"","description":"cPanel Site Monitoring","searchtext":"$LANG{'addon cpanel site monitoring domain website plugin[comment cPanel Site Monitoring","height":"48","feature":"site_monitor","onclick":""},"ssh_access":{"imgtype":"icon","type":"image","plainitemdesc":"SSH Access","target":"","file":"ssh_access","acontent":"","subtype":"img","itemdesc":"SSH Access","width":"48","itemorder":"1","url":"telnet/index.html","group":"security","searchtext":"SSH access ssh/shell Access ssh secure shell sftp SSH Access","description":"Manage your public and private SSH keys.","key":"ssh_access","base64_png_image":"","feature":"ssh","onclick":"","height":"48"},"group_software":{"target":"","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","grouporder":"6","width":"48","itemdesc":"group_software","acontent":"","subtype":"img","file":"group_software","group":"software","groupdesc":"Software","height":"48","onclick":"","base64_png_image":"","key":"group_software","searchtext":"group_software","description":"Software"},"team_manager":{"file":"team_manager","acontent":"","subtype":"img","itemorder":5,"width":48,"itemdesc":"Manage Team","imgtype":"icon","type":"image","if":"$experimental{'p683'} && $has_team_license","plainitemdesc":"Manage Team","target":"","key":"team_manager","searchtext":"manage team manager sub user subaccount subuser Manage Team","description":"Manage Team","base64_png_image":"","onclick":"","feature":"team_manager","height":48,"url":"team-manager/index.html","group":"preferences"},"apache_handlers":{"url":"mime/handle.html","group":"advanced","key":"apache_handlers","searchtext":"Apache Handlers apache handlers extension configure","description":"Control how your website’s Apache® web server software manages certain file types and file extensions.","base64_png_image":"","onclick":"","feature":"handlers","height":"48","imgtype":"icon","if":"$HASROLE{'WebServer'}","type":"image","target":"","plainitemdesc":"Apache Handlers","file":"apache_handlers","acontent":"","subtype":"img","itemorder":"6","itemdesc":"Apache Handlers","width":"48"},"backup":{"key":"backup","description":"Download and store your website in a backup file.","searchtext":"Backup restore","base64_png_image":"","onclick":"","feature":"backup","height":"48","implements":"Backups_Home","url":"backup/index.html","group":"files","file":"backup","acontent":"","subtype":"img","itemorder":"9","itemdesc":"Backup","width":"48","imgtype":"icon","if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","type":"image","target":"","plainitemdesc":"Backup"},"directory_privacy":{"if":"$HASROLE{'WebServer'}","type":"image","target":"","plainitemdesc":"Directory Privacy","imgtype":"icon","subtype":"img","acontent":"","width":"48","itemdesc":"Directory Privacy","itemorder":"3","file":"directory_privacy","url":"htaccess/index.html","group":"files","feature":"webprotect","onclick":"","height":"48","searchtext":"Directory Privacy passwordprotect password protect","description":"Protect specific directories in your files on your cPanel account.","key":"directory_privacy","base64_png_image":""},"error_pages":{"width":"48","itemdesc":"Error Pages","itemorder":"5","subtype":"img","acontent":"","file":"error_pages","target":"","plainitemdesc":"Error Pages","if":"$HASROLE{'WebServer'}","type":"image","imgtype":"icon","height":"48","feature":"errpgs","onclick":"","base64_png_image":"","description":"Inform visitors about problems when they attempt to access your website.","searchtext":"Error Pages errorlog error_log error log","key":"error_pages","group":"advanced","url":"err/index.html"},"anonymous_ftp":{"file":"anonymous_ftp","itemdesc":"Anonymous FTP","width":"48","itemorder":"8","touch":"ftp","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Anonymous FTP","type":"image","if":"$SERVICEPROVIDED{'ftp'} && $hasanonftp","base64_png_image":"","searchtext":"Anonymous FTP anonymousftp","description":"Define how anonymous users interact with your FTP server.","key":"anonymous_ftp","height":"48","feature":"ftpaccts","onclick":"","group":"files","url":"ftp/anonymous.html"},"default_address":{"imgtype":"icon","target":"","plainitemdesc":"Default Address","if":"$HASROLE{'MailReceive'}","type":"image","file":"default_address","itemorder":"6","itemdesc":"Default Address","width":"48","acontent":"","subtype":"img","implements":"Email_DefaultAddress","group":"email","url":"mail/def.html","base64_png_image":"","key":"default_address","description":"Set up a default email address.","searchtext":"Default Address","height":"48","onclick":"","feature":"defaultaddress"},"encryption":{"subtype":"img","acontent":"","itemorder":"15","itemdesc":"Encryption","width":"48","file":"encryption","type":"image","if":"$HASROLE{'MailReceive'}","target":"","plainitemdesc":"Encryption","imgtype":"icon","onclick":"","feature":"pgp","height":"48","key":"encryption","searchtext":"Encryption gpg keys GnuPG Keys","description":"Create, manage, and delete GnuPG keys.","base64_png_image":"","url":"gpg/index.html","group":"email"},"user_manager":{"target":"","plainitemdesc":"User Manager","type":"image","if":"$HASROLE{'FTP'} || $HASROLE{'WebDisk'}","imgtype":"icon","itemorder":"4","width":"48","itemdesc":"User Manager","subtype":"img","acontent":"","file":"user_manager","group":"preferences","url":"user_manager/index.html","height":"48","onclick":"","feature":"user_manager","base64_png_image":"","key":"user_manager","searchtext":"password change ftp email webdisk webdav service User Manager","description":"Manage the users who can access various systems on your cPanel account."},"zone_editor":{"if":"$HASROLE{'DNS'}","type":"image","plainitemdesc":"Zone Editor","target":"","imgtype":"icon","subtype":"img","acontent":"","itemorder":"6","itemdesc":"Zone Editor","width":"48","file":"zone_editor","url":"zone_editor/index.html","group":"domains","onclick":"","feature":"simplezoneedit || changemx || zoneedit","height":"48","key":"zone_editor","searchtext":"zone editor advanced simple caa cname a aaaa txt dkim dmarc spf mx srv record dns dnssec Zone Editor","description":"Create, manage, and delete DNS zone records.","base64_png_image":""},"group_domains":{"group":"domains","groupdesc":"Domains","height":"48","onclick":"","base64_png_image":"","searchtext":"group_domains","description":"Domains","key":"group_domains","target":"","type":"image","if":"$HASROLE{'WebServer'} || $HASROLE{'DNS'}","grouporder":"4","imgtype":"icon","width":"4","itemdesc":"group_domains","acontent":"","subtype":"img","file":"group_domains"},"leech_protection":{"height":"48","feature":"cpanelpro_leechprotect && webprotect","onclick":"","base64_png_image":"","searchtext":"Leech Protection protect","description":"Detect unusual levels of activity in password-restricted directories.","key":"leech_protection","group":"security","url":"htaccess/leechprotect/leechprotect.html","width":"48","itemdesc":"Leech Protection","itemorder":"5","acontent":"","subtype":"img","file":"leech_protection","target":"","plainitemdesc":"Leech Protection","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon"},"multiphp_ini_editor":{"url":"multiphp_ini_editor/index.html","group":"software","description":"Configure your website’s PHP settings.","searchtext":"MultiPHP INI Editor php config","key":"multiphp_ini_editor","base64_png_image":"","feature":"multiphp_ini_editor","onclick":"","height":"48","imgtype":"icon","if":"$is_ea4","type":"image","plainitemdesc":"MultiPHP INI Editor","target":"","file":"multiphp_ini_editor","acontent":"","subtype":"img","width":"48","itemdesc":"MultiPHP INI Editor","itemorder":"9"},"change_language":{"imgtype":"icon","type":"image","plainitemdesc":"Change Language","target":"","file":"change_language","subtype":"img","acontent":"","width":"48","itemdesc":"Change Language","itemorder":"2","implements":"Locale_Change","url":"setlang/index.html","group":"preferences","description":"Change your default language.","searchtext":"language setlang Change Language","key":"change_language","base64_png_image":"","feature":"setlang","onclick":"","height":"48"},"web_host_manager":{"url":"/xferwhm/","group":"advanced","searchtext":"WebHost Manager webhostmanager whm WebHost Manager®","description":"WebHost Manager®","key":"web_host_manager","base64_png_image":"","onclick":"","height":"48","imgtype":"icon","type":"image","if":"$isreseller","target":"","file":"web_host_manager","acontent":"","subtype":"img","itemdesc":"WebHost Manager®","width":"48","itemorder":"1"},"boxtrapper":{"file":"boxtrapper","acontent":"","subtype":"img","itemorder":"16","itemdesc":"BoxTrapper","width":"48","imgtype":"icon","type":"image","if":"$HASROLE{'MailReceive'} && !$CONFIF{'skipboxtrapper'}","target":"","key":"boxtrapper","description":"Filter spam from your inbox through challenge-response verification.","searchtext":"BoxTrapper filter","base64_png_image":"","onclick":"","feature":"boxtrapper","height":"48","implements":"Email_BoxTrapper","url":"mail/boxtrapper.html","group":"email"},"optimize_website":{"feature":"optimizews","onclick":"","height":"32","description":"Configure your server to automatically compress specified types of content when visitors access that content.","searchtext":"Optimize Website","key":"optimize_website","base64_png_image":"","url":"optimize/index.html","group":"software","acontent":"","subtype":"img","itemdesc":"Optimize Website","width":"32","itemorder":"7","file":"optimize_website","if":"$hasmoddeflate","type":"image","plainitemdesc":"Optimize Website","target":"","imgtype":"icon"},"clam_av":{"height":"48","feature":"clamavconnector_scan","onclick":"","base64_png_image":"","searchtext":"Virus Scanner clam clamav antivirus","description":"Scan your cPanel account for viruses.","key":"clam_av","group":"advanced","url":"clam-av/index.html","itemdesc":"Virus Scanner","width":"48","itemorder":"8","touch":"clamav","acontent":"","subtype":"img","file":"clam_av","target":"","plainitemdesc":"Virus Scanner","type":"image","if":"$hasclamav && $HASROLE{'MailReceive'}","imgtype":"icon"},"errors":{"imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'}","target":"","plainitemdesc":"Errors","file":"errors","subtype":"img","acontent":"","itemorder":"2","itemdesc":"Errors","width":"48","url":"stats/errlog.html","group":"metrics","key":"errors","description":"View the most recent entries in the Apache® error logs.","searchtext":"Errors errorlog error log","base64_png_image":"","onclick":"","feature":"errlog","height":"48"},"apache_spam_assassin":{"height":"48","feature":"spamassassin","onclick":"","base64_png_image":"","description":"Configure the spam filter settings for your email account.","searchtext":"Filtering Spam Assassin spamassassin Apache SpamAssassin Spam Filters","key":"apache_spam_assassin","group":"email","url":"mail/spam/index.html","implements":"Email_SpamFilter","width":"48","itemdesc":"Spam Filters","itemorder":"13","subtype":"img","acontent":"","file":"apache_spam_assassin","target":"","plainitemdesc":"Spam Filters","type":"image","if":"$HASROLE{'SpamFilter'} && !$CONFIF{'skipspamassassin'}","imgtype":"icon"},"application_manager":{"onclick":"","feature":"passengerapps","height":"48","key":"application_manager","description":"Deploy applications with the Phusion Passenger® application server.","searchtext":"apps passenger ruby ror gems rails Application Manager","base64_png_image":"","url":"passenger/index.html","group":"software","acontent":"","subtype":"img","itemorder":"8","itemdesc":"Application Manager","width":"48","file":"application_manager","type":"image","target":"","plainitemdesc":"Application Manager","imgtype":"icon"},"change_password":{"onclick":"","feature":"password","height":"48","key":"change_password","searchtext":"password & security change facebook external google secure cpanel Password & Security","description":"Update your cPanel account’s password.","base64_png_image":"","url":"passwd/index.html","group":"preferences","implements":"Password_Change","subtype":"img","acontent":"","itemorder":"1","width":"48","itemdesc":"Password & Security","file":"change_password","type":"image","target":"","plainitemdesc":"Password [output,amp] Security","imgtype":"icon"},"perl_modules":{"file":"perl_modules","acontent":"","subtype":"img","itemdesc":"Perl Modules","width":"48","itemorder":"3","imgtype":"icon","if":"$hasperl","type":"image","plainitemdesc":"Perl Modules","target":"","description":"Search for and install Perl modules from the CPAN repository.","searchtext":"Perl Modules","key":"perl_modules","base64_png_image":"","feature":"modules-perl","onclick":"","height":"48","url":"module_installers/index.html?lang=perl","group":"software"},"postgresql_databases":{"url":"psql/index.html","group":"databases","description":"Create, manage, and delete PostgreSQL® databases and database users.","searchtext":"PostgreSQL Databases postgres database postgresql db","key":"postgresql_databases","base64_png_image":"","feature":"postgres","onclick":"","height":"48","imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","target":"","plainitemdesc":"PostgreSQL Databases","file":"postgresql_databases","subtype":"img","acontent":"","itemdesc":"PostgreSQL Databases","width":"48","itemorder":"5"}},"version":"5.0","dyalist":[{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui.conf"},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_cpanel-koality-plugin.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_soft_div_icons.conf"},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_softaculous.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_cpanel-sitejet-plugin.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_wp_softaculous.conf"},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_group_soft_div.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_cpanel-site-monitor.conf","allow_legacy":1},{"allow_legacy":1,"file":"/var/cpanel/userhomes/cpanel/cpanelbranding/jupiter/dynamicui.conf"}],"cachetime":1731476902} contactinfo 0000640 00000001403 14721223343 0006771 0 ustar 00 --- "email": 'amitahospital2020@gmail.com' "ip": '49.36.171.113' "notify_account_authn_link": 1 "notify_account_authn_link_notification_disabled": 1 "notify_account_login": 0 "notify_account_login_for_known_netblock": 0 "notify_account_login_notification_disabled": 1 "notify_autossl_expiry": 1 "notify_autossl_expiry_coverage": 1 "notify_autossl_renewal_coverage": 1 "notify_autossl_renewal_coverage_reduced": 1 "notify_autossl_renewal_uncovered_domains": 1 "notify_bandwidth_limit": 1 "notify_contact_address_change": 1 "notify_contact_address_change_notification_disabled": 1 "notify_disk_limit": 1 "notify_password_change": 1 "notify_password_change_notification_disabled": 1 "notify_ssl_expiry": 1 "origin": 'cpanel' "pushbullet_access_token": '' "second_email": '' nvdata/ignorecharencoding 0000644 00000000000 14721223343 0011563 0 ustar 00 nvdata/cp-migration-panel_dismissed 0000644 00000000001 14721223343 0013466 0 ustar 00 1 nvdata/defaultdirtype 0000644 00000000007 14721223343 0010767 0 ustar 00 homedir nvdata/showhiddenfiles 0000644 00000000001 14721223343 0011113 0 ustar 00 1 nvdata/defaultdir 0000644 00000000023 14721223343 0010063 0 ustar 00 /home/amitahospital nvdata/migrated_to_jupiter 0000644 00000000001 14721223343 0011774 0 ustar 00 1 nvdata/defaultdirdomain 0000644 00000000004 14721223343 0011252 0 ustar 00 null nvdata/editor_nowrap 0000644 00000000001 14721223343 0010610 0 ustar 00 1 nvdata.cache 0000640 00000000673 14721223343 0007011 0 ustar 00 {"defaultdirdomain":{"value":"null","mtime":1674563020},"analytics":{"value":"off","mtime":1674561931},"ignorecharencoding":{"mtime":1674563019,"value":""},"defaultdirtype":{"mtime":1674563020,"value":"homedir"},"editor_nowrap":{"value":"1","mtime":1682933530},"migrated_to_jupiter":{"mtime":1720745613,"value":"1"},"cp-migration-panel_dismissed":{"value":"1","mtime":1724674382},"defaultdir":{"value":"/home/chemicapoint","mtime":1674563020}} vcards/amitahospital.vcf 0000644 00000000344 14721223343 0011367 0 ustar 00 BEGIN:VCARD VERSION:2.1 FN: amitahospital N:amitahospital; EMAIL;TYPE=INTERNET:amitahospital@server.nvwebsoft.co.in UID:2023-05-2508:05:34.79442cb9-f009-7daf-12f7-cc4ccd5f45a2.amitahospital@s erver.nvwebsoft.co.in END:VCARD
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.17 |
proxy
|
phpinfo
|
Настройка