| Server IP : 43.130.17.34 / Your IP : 216.73.217.6 Web Server : nginx/1.28.0 System : Linux VM-4-12-opencloudos 6.6.92-34.1.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 25 21:32:13 CST 2025 x86_64 User : www ( 1000) PHP Version : 8.0.26 Disable Function : 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 MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/yespkg.com/ |
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 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', 'yespkg_com' );
/** Database username */
define( 'DB_USER', 'yespkg_com' );
/** Database password */
define( 'DB_PASSWORD', 'dS2DycESt2dczxtJ' );
/** 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', '@RK*d{Vf.i`b6FnUr^q `9fTz=glF@GqqF`G&a,HgW&glTSZ1q:Y~|SOIS:pB.w0' );
define( 'SECURE_AUTH_KEY', '(O6-Enp5;NM.BWQB(4ZvH}mB?-mz)F?-Q]%>@=>CFG<`o~_$H+Kiz322$eP%zx~V' );
define( 'LOGGED_IN_KEY', '|z~$y~k(Ewq*pM3ZW=+%0<lLF}!:F0F.U!%$!^B_Djm]^z` jSy;Xb&U~OkHNHoC' );
define( 'NONCE_KEY', '[w0,=&Qg23: ;)_D>A~(V`>Npq2y:^NE23CjSxE$?tnhh>T5YI_!qBDA3ZrJJ(z9' );
define( 'AUTH_SALT', 'Du6~Q``Sbv_p5yz{0mm67?s?zOg%CQM_d{=:tk6|1398e[.~x(k |bEHl$Z?_^Fz' );
define( 'SECURE_AUTH_SALT', 'j<4A@72T@LL%cMjlvq;hzu0ZkUqFZ/YMEX*hH$y/ !0C1JHBa&-*TRomZl_68$~Y' );
define( 'LOGGED_IN_SALT', '_Q7FTD^@h8`Gz$[@fK4Kj(9HnAhq)q<Gp+MeZe)2 SxRZ#zj>};D7^i0!Zq!DX6g' );
define( 'NONCE_SALT', 'G eg.wkROoyce+G{V.R4g H:BUJy;:6{&`=f=k>c:! 2`<bqh4phH`{A(}2TS,8}' );
/**#@-*/
/**
* 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_';
/**
* 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__ . '/' );
}
// 自定义上传路径
define( 'UPLOADS', 'uploads' ); // 可以更改为你想要的路径
// 禁用所有文章类型的修订版
define('WP_POST_REVISIONS', false);
// 禁用所有自动更新
define('AUTOMATIC_UPDATER_DISABLED', true);
// 禁用核心更新
define('WP_AUTO_UPDATE_CORE', false);
// 禁用插件和主题更新检查
define('DISABLE_WP_CRON', true); // 同时会禁用定时任务
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';