| Server IP : 103.175.220.74 / Your IP : 216.73.216.151 Web Server : nginx/1.18.0 System : Linux p-floo-wj1-db 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : deploy ( 1003) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/app/officialdalton.com/wordpress/ |
Upload File : |
<?php
define('WP_CACHE', true); // WP-Optimize Cache
/**
* 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', 'wp_officialdaltoncom' );
/** Database username */
define( 'DB_USER', 'floo' );
/** Database password */
define( 'DB_PASSWORD', 'FlooPass_1234!' );
/** Database hostname */
define( 'DB_HOST', 'db.floo.id' );
/** 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', '$nWU)s4j?1[1~: RYJlb|RG]o7usBV.qG/;[I>`sNA|nY:k xy@wunJXHeiKH6Al');
define('SECURE_AUTH_KEY', '%|?X!;iB<`(M|Ko_~f+h}60(y= tD*#Rp>[ipNT3T~SY:BIY<gd~&+&,e>NdDI;[');
define('LOGGED_IN_KEY', 'A`ag{SA/7^/j{gsk1Lob.4Fwb-[*:R$`%vtFu{/7sbzsV M[^{`8)+3%OgV*s1mm');
define('NONCE_KEY', '>6`}D6Ba>~dZ5n4|4;DUWQ;(-Bjff9;|>b4zUv|%/DB/=F1SrKL n|~2ugQ5s[DX');
define('AUTH_SALT', '+mW]VrycHUjA6pLo|*CU*1YYx/0WVM2s3$ZCx&62]P*0u~RZuHI90`RPS)UYikB#');
define('SECURE_AUTH_SALT', 'U9L{` uduIX.J j ~KQY}tC*FsR],y+YpP-If9b;2f`JiO2)8IHw4<I+&{d~Ix)^');
define('LOGGED_IN_SALT', 'D(gNT=X|ZL+M+f|h,b)_JZmgQt|*`GsxR-83$;,Bo9Hxk-mpwH= 2^vt&kW&?9y');
define('NONCE_SALT', 'q~q/#:PzVi,#KLYnqOAujFGG)*Iyq+BJ$%}%4S3qjn{|]O^:Qj FcgOd$`PuVh%V');
/**#@-*/
/**
* 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_';
/**
* 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. */
/* 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';