$91 GRAYBYTE WORDPRESS FILE MANAGER $88

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/var/softaculous/webmail/

HOME
Current File : /var/softaculous/webmail//config.json
{
    "LicenseKey": [
        "",
        "string",
        null,
        "License key is supplied here"
    ],
    "AdminLogin": [
        "[[admin_username]]",
        "string",
        null,
        "Administrative login"
    ],
    "AdminPassword": [
        "[[admin_pass]]",
        "string",
        null,
        "Administrative password (empty by default)"
    ],
    "AdminLanguage": [
        "[[language]]",
        "string",
        null,
        "Admin interface language"
    ],
    "DBType": [
        "MySQL",
        "spec",
        "Aurora\\System\\Enums\\DbType",
        "Database engine used. Currently, only MySQL is supported"
    ],
    "DBPrefix": [
        "[[dbprefix]]",
        "string",
        null,
        "Prefix used for database tables names"
    ],
    "DBHost": [
        "[[softdbhost]]",
        "string",
        null,
        "Denotes hostname or socket path used for connecting to SQL database"
    ],
    "DBName": [
        "[[softdb]]",
        "string",
        null,
        "The name of database in SQL server used"
    ],
    "DBLogin": [
        "[[softdbuser]]",
        "string",
        null,
        "Login for SQL user"
    ],
    "DBPassword": [
        "[[softdbpass]]",
        "string",
        null,
        "Password to access SQL database"
    ],
    "UseSlaveConnection": [
        false,
        "bool",
        null,
        "Set of parameters for separate read\/write access to the database. If set to true, the first set of credentials will be used to write to the database while Slave credentials - to read from it"
    ],
    "DBSlaveHost": [
        "127.0.0.1",
        "string",
        null,
        "Slave database hostname or socket path"
    ],
    "DBSlaveName": [
        "",
        "string",
        null,
        "Slave database name"
    ],
    "DBSlaveLogin": [
        "root",
        "string",
        null,
        "Slave database login"
    ],
    "DBSlavePassword": [
        "",
        "string",
        null,
        "Slave database password"
    ],
    "DBUseExplain": [
        false,
        "bool",
        null,
        "Use EXPLAIN in SQL queries"
    ],
    "DBUseExplainExtended": [
        false,
        "bool",
        null,
        "Use Extended EXPLAIN"
    ],
    "DBLogQueryParams": [
        false,
        "bool",
        null,
        "If enabled, parameters values will be recorded in the logs"
    ],
    "DBDebugBacktraceLimit": [
        false,
        "bool",
        null,
        "This parameter can be used to limit the number of stack frames returned"
    ],
    "EnableLogging": [
        false,
        "bool",
        null,
        "Activates debug logging"
    ],
    "EnableEventLogging": [
        false,
        "bool",
        null,
        "Activates user activity logging"
    ],
    "LoggingLevel": [
        "Full",
        "spec",
        "Aurora\\System\\Enums\\LogLevel",
        "For debug logs, verbosity level can be set to Full, Warning or Error"
    ],
    "LogFileName": [
        "log-{Y-m-d}.txt",
        "string",
        null,
        "Denotes log filename pattern"
    ],
    "LogCustomFullPath": [
        "",
        "string",
        null,
        "Allows for overriding log files location"
    ],
    "LogPostView": [
        false,
        "bool",
        null,
        "Determines whether to log full POST data or just key names"
    ],
    "EnableMultiChannel": [
        false,
        "bool",
        null,
        "Reserved for future use"
    ],
    "EnableMultiTenant": [
        false,
        "bool",
        null,
        "Enables multi tenant support"
    ],
    "TenantGlobalCapa": [
        "",
        "string",
        null,
        "Reserved for future use"
    ],
    "AllowThumbnail": [
        true,
        "bool",
        null,
        "If disabled, image thumbnails will not be generated"
    ],
    "ThumbnailMaxFileSizeMb": [
        5,
        "int",
        null,
        "Denotes a max filesize of images thumbnails are generated for, in Mbytes"
    ],
    "CacheCtrl": [
        true,
        "bool",
        null,
        "If true, content of mail message opened in a new browser tab will be retrieved from cache"
    ],
    "CacheLangs": [
        true,
        "bool",
        null,
        "Enables caching language files"
    ],
    "CacheTemplates": [
        true,
        "bool",
        null,
        "Enables caching template files"
    ],
    "DisplayServerErrorInformation": [
        true,
        "bool",
        null,
        "If enabled, error messages will include texts returned from the server"
    ],
    "EnableImap4PlainAuth": [
        false,
        "bool",
        null,
        "Reserved for future use"
    ],
    "RedirectToHttps": [
        false,
        "bool",
        null,
        "If enabled, users will automatically be redirected from HTTP to HTTPS"
    ],
    "SocketConnectTimeoutSeconds": [
        20,
        "int",
        null,
        "Socket connection timeout limit, in seconds"
    ],
    "SocketGetTimeoutSeconds": [
        20,
        "int",
        null,
        "Socket stream access timeout, in seconds"
    ],
    "SocketVerifySsl": [
        false,
        "bool",
        null,
        "Enables SSL certificate checks"
    ],
    "UseAppMinJs": [
        true,
        "bool",
        null,
        "Enables loading minified JS files (default behavior)"
    ],
    "XFrameOptions": [
        "SAMEORIGIN",
        "string",
        null,
        "If set to SAMEORIGIN, disallows embedding product interface into IFrame to prevent from clickjacking attacks"
    ],
    "AllowCrossDomainRequestsFromOrigin": [
        "",
        "string",
        null,
        "Allows cross-domain requests and handles OPTIONS requests from specified origin. To allow request from any origin use *"
    ],
    "RemoveOldLogs": [
        true,
        "bool",
        null,
        "If enabled, logs older than RemoveOldLogsDays days are automatically removed"
    ],
    "RemoveOldLogsDays": [
        2,
        "int",
        null,
        "Value for use with RemoveOldLogs setting"
    ],
    "LogStackTrace": [
        false,
        "bool",
        null,
        "If enabled, logs will contain full stack trace of exceptions; disabled by default to prevent logs from containing sensitive data"
    ],
    "ExpireUserSessionsBeforeTimestamp": [
        0,
        "int",
        null,
        "If set, all user sessions prior to this timestamp will be considered expired"
    ],
    "PasswordMinLength": [
        0,
        "int",
        null,
        "Used by password change modules, if set to non-zero, denotes minimal length of new password"
    ],
    "PasswordMustBeComplex": [
        false,
        "bool",
        null,
        "Used by password change modules, if set to true, new password has to include at least one digit and at least one non-alphanumeric character"
    ],
    "StoreAuthTokenInDB": [
        false,
        "bool",
        null,
        "If enabled, authentication tokens will be stored in the database and can be revoked"
    ],
    "AuthTokenExpirationLifetimeDays": [
        0,
        "int",
        null,
        "If set to non-zero value, means auth tokens will expire after this number of days. 0 means the feature is disabled."
    ]
}


Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
6 Apr 2026 1.55 AM
root / root
0755
images
--
3 Apr 2026 1.55 AM
root / root
0755
php53
--
3 Apr 2026 1.55 AM
root / root
0755
php56
--
3 Apr 2026 1.55 AM
root / root
0755
php71
--
3 Apr 2026 1.55 AM
root / root
0755
php81
--
3 Apr 2026 1.55 AM
root / root
0755
php82
--
3 Apr 2026 1.55 AM
root / root
0755
Core.config.json
4.572 KB
2 Apr 2026 10.59 AM
root / root
0644
_edit.php
3.577 KB
23 Dec 2021 11.54 AM
root / root
0644
_edit.xml
0.423 KB
23 Dec 2021 11.54 AM
root / root
0644
_extend.php
1.514 KB
23 Dec 2021 11.54 AM
root / root
0644
changelog.txt
2.346 KB
2 Apr 2026 10.59 AM
root / root
0644
clone.php
4.981 KB
2 Apr 2026 12.23 PM
root / root
0644
config.json
7.129 KB
20 Jan 2025 9.28 AM
root / root
0644
db_init.php
0.604 KB
23 Dec 2021 11.54 AM
root / root
0644
encryption_key.php
0.008 KB
19 Sep 2024 10.58 AM
root / root
0644
fileindex.php
0.184 KB
23 Oct 2025 8.51 AM
root / root
0644
import.php
3.854 KB
2 Apr 2026 12.23 PM
root / root
0644
info.xml
3.877 KB
2 Apr 2026 10.59 AM
root / root
0644
install.js
1.289 KB
23 Dec 2021 11.54 AM
root / root
0644
install.php
5.888 KB
2 Apr 2026 12.23 PM
root / root
0644
install.xml
3.578 KB
23 Dec 2021 11.54 AM
root / root
0644
md5
2.634 KB
2 Apr 2026 12.23 PM
root / root
0644
migrate.php
1.284 KB
23 Dec 2021 11.54 AM
root / root
0644
notes.txt
1.566 KB
4 Jul 2025 11.00 AM
root / root
0644
upgrade.php
5.737 KB
2 Apr 2026 12.23 PM
root / root
0644
upgrade.xml
0.612 KB
19 Sep 2024 10.58 AM
root / root
0644
webmail.sql
42.364 KB
2 Apr 2026 10.59 AM
root / root
0644
webmail.zip
67.04 MB
2 Apr 2026 10.59 AM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF