HEX
Server: Apache
System: Linux vmi2886312 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: www (1000)
PHP: 8.3.27
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/dr-lil.com/wp-config.php
<?php
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the website, you can copy this file to "wp-config.php"
 * and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'sql_dr_lil_com' );

/** Database username */
define( 'DB_USER', 'sql_dr_lil_com' );

/** Database password */
define( 'DB_PASSWORD', '8d58048712c2e' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**#@+
 * Authentication unique keys and salts.
 *
 * Change these to different unique phrases! You can generate these using
 * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
 *
 * You can change these at any point in time to invalidate all existing cookies.
 * This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define( 'AUTH_KEY',         ',k83} z~u6bQ]7>2r~3[1:P6Xr)&ku^b*2}O3?sXBqv {z1W#||-Ur1+}CR=;ImW' );
define( 'SECURE_AUTH_KEY',  '3qwU<Y8Q{^F`,gUj/*PmUm0aQWk^ of%b.R<&DabN?:gTs_0<]LCA8PgRs+zqgaV' );
define( 'LOGGED_IN_KEY',    '31{jfeL/eg9Xyr?5_9OOC+7Wy[JI{DK}a,<tHEI5 1Ra|i[c_[&WF#>HMuN T(sQ' );
define( 'NONCE_KEY',        '^fg,S+a4YH)|a}wZKQ8Jt~wH@u?yy!%R`koW <ki(uLeiISfcw_~$~n*uFrhCmp4' );
define( 'AUTH_SALT',        '/s.~ HmmK8?[>ETuoW(5%RV6%yZpxraPD+Ct%qUjDn.Qxkx0W6O39Y4 bHZNxIIb' );
define( 'SECURE_AUTH_SALT', 'Wh KUkJ,gG$Qzt_C} }z9~Wd4.)y^ZmY#.o+yCA04I[p2#z9DEk.wm+%-L)Ia@3Z' );
define( 'LOGGED_IN_SALT',   'bk}.he<{Wq[1)Dh/. ^fRPfA$k`jl<vYBc(N)#5T#z@wngjV!c~L3C;bj+qzD8Tg' );
define( 'NONCE_SALT',       '=8E[LA5/i:(A-dwHC8t8&q.Vl&`y=FTW7#[,bo`v(o#=,@{y41^:Vh^uwH$E@aSN' );

/**#@-*/

/**
 * WordPress database table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$table_prefix = 'wp_5d2472';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define('WP_DEBUG', false);

/* Add any custom values between this line and the "stop editing" line. */



ini_set('display_errors', 'off');
define('WP_DEBUG_DISPLAY', false);
ini_set('log_errors', 'off');
define('WP_DEBUG_LOG', false);
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';