ftp_LISTSTORE000060000000000506147212131440006720 0ustar00{"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"}_bin_gtar_--help000060000000035553147212131440007557 0ustar00Usage: 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 . AVAILABLE_APPLICATIONS_CACHE_en_paper_lantern000060000000103757147212131440014200 0ustar00{"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}Cpanel::MysqlRun::running000060000000000024147212131440011340 0ustar00{"version":"5.7.42"}MOUNTS_CACHE__proc_mounts000060000000004255147212131440011163 0ustar00sysfs /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 0AVAILABLE_APPLICATIONS_CACHE_en_jupiter000060000000113417147212131440013022 0ustar00{"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}}reseller_SORTEDRESELLERSUSERS_amitahospital000060000000000316147212131440014375 0ustar00{"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"}mysql-db-count000060000000000001147212131440007323 0ustar001_bin_gtar_--version000060000000000470147212131440010302 0ustar00tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . 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. SYSTEMMIME000060000000066431147212131440006164 0ustar00{"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"}