| Server IP : 118.27.122.120 / Your IP : 216.73.216.133 Web Server : Apache System : Linux web0216.sh.tyo1 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64 User : r4834334 ( 11094) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/r4834334/public_html/japan-crown.net/ |
Upload File : |
<?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 web site, you can
* copy this file to "wp-config.php" and fill in the values.
*
* This file contains the following configurations:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'dd3l9_ctg01' );
/** MySQL database username */
define( 'DB_USER', 'dd3l9_ctg01' );
/** MySQL database password */
define( 'DB_PASSWORD', '7QmFe&uWTv2*jj+' );
/** MySQL hostname */
define( 'DB_HOST', 'mysql66.onamae.ne.jp' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', 'n%ZzF@e$f*Dq7$p4E+hE 3D!W24u&74z]dgeIP3HH[6SC6S~XX_|peW6>vc{Y=A!' );
define( 'SECURE_AUTH_KEY', 'D{=5}L?HOr*/SdEh%k$%6]I)nV(yhe_Y2he|mC_Y2]dTZT1k7,K(Y!ULi-E5NGnh' );
define( 'LOGGED_IN_KEY', 'i90.^V~|UCd(Hi|f~F5aoM=aZXxN{JuK/5-To-ChG~0Jh~:^0@7:[aym}RL+ZCMe' );
define( 'NONCE_KEY', '*V26Co4d}2HsP6 uf|7_18+t6}uF,nF!7lXiyGikpgn!4pVDYbRdPqJQW<KoW.60' );
define( 'AUTH_SALT', 'M#O-=LHY>r&!;#q}4In I48-e:VR+2vn(aX_L%0^p+dBf2hR?yX<`!4U`{pDHu-R' );
define( 'SECURE_AUTH_SALT', 'MTMF[4@`R:Mau/h_q,61jv>,m`Y+<85~}ar(Z8g_Cj3w;)DKWM%c_gIrb#wD?<w&' );
define( 'LOGGED_IN_SALT', 'u$woY611:28-cC#JP0u+_8zgX)]j9USdb+SH,iBeVx)D+>^7:JnXwwK#>d-uQoF)' );
define( 'NONCE_SALT', 'W?C|n:H,#**^imkAf)<8GSiIrw!ke/CgteW:Fvdjt$},)?%ET7b,Z2 7&Z#YTvVh' );
define( 'WP_CACHE_KEY_SALT', 'ZPs}I/+a?oksH^KpZ;@r(&i&J`7v)b`@.hscp7T`>4w0;O$%ea}Pa$SEdD2G2j1|' );
/**
* 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!
*/
$table_prefix = 'wp_';
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === "https") {
$_SERVER['HTTPS'] = 'on';
define('FORCE_SSL_LOGIN', true);
define('FORCE_SSL_ADMIN', true);
}
define( 'RS_DASHBOARD_PLUGIN_SID', 'tTL_oO9QBNqSrbIQX3eiSyDH7SGhQ2f9RIOwdhHB507cJurQPjlaoOkenQbR4WiCHswnYKMCtw32Wj3_IL6EznqjU1MD3EKFhhk4a8aFW8A.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'gipSkYgyketn1mY4-Dc9ssNRs3DduVX_peTc7aqq7_NTba7pYsL-Wi66P1NVzggV4I2eqURNYTH26rKX15oloDdkZAbb3kU45NS8daCrfDY.' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
/**
* Other customizations.
*/
define('FS_METHOD','direct');
define('FS_CHMOD_DIR',0755);
define('FS_CHMOD_FILE',0644);
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
/**
* Turn off automatic updates since these are managed externally by Installatron.
* If you remove this define() to re-enable WordPress's automatic background updating
* then it's advised to disable auto-updating in Installatron.
*/
define('AUTOMATIC_UPDATER_DISABLED', true);
define('WP_AUTO_UPDATE_CORE', false); //swimmer
define('DISALLOW_FILE_MODS', true); //swimmer
define('DISALLOW_FILE_EDIT', true); //swimmer
define('DISALLOW_UNFILTERED_HTML', true); //swimmer
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';