[wordpress插件] AJAX Referer FixAJAX Referer Fix

wordpress 插件 文章 2020-02-14 04:00 531 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

Note: This plugin does not work in WP 2.5.

注意:此插件在WP 2.5中不起作用。

The AJAX referer check in WP 2.5 does not conflict with a hardened version of PHP, so this plugin is no longer adequate.

WP 2.5中的AJAX引荐来源检查与PHP的强化版本不冲突,因此此插件不再足够。

If you still experience the permission problem it is likely your browser or a plugin.

如果您仍然遇到权限问题,则可能是您的浏览器或插件。

This plugin fixes an issue that can cause several problems in the Administration Panel, including the following:

此插件解决了可能导致“管理面板”中出现多个问题的问题,包括:

    1. The “You don’t have permission to do that” error when performing certain actions, even though you are in fact logged in
    2. 即使您实际上已登录,执行某些操作时仍会显示“您无权执行此操作”错误

    3. The “Are you sure you want to edit this page: “”?”

    4. “您确定要编辑此页面:“”吗?”

      confirmation when trying to save a post or page

    5. 尝试保存帖子或页面时进行确认

    6. Inability to remove pages or posts using the Management panels
    7. 无法使用“管理”面板删除页面或帖子

    8. And possibly other problems that have similar symptoms
    9. 可能还有其他症状相似的问题

    Most people who get these problems seem to be on a server that uses a hardened version of PHP.

    大多数遇到这些问题的人似乎都在使用PHP强化版本的服务器上。

    This version adds several security measures to PHP, including transparent cookie encryption.

    此版本向PHP添加了一些安全措施,包括透明cookie加密。

    The WordPress function that checks whether you can perform certain actions in the Administration Panel (check_ajax_referer()) does not function properly because of this.

    因此,检查您是否可以在管理面板中执行某些操作的WordPress函数( check_ajax_referer())无法正常运行。

    This plugin replaces that function with a something that does take the cookie encryption into account.

    该插件将其功能替换为确实考虑了cookie加密的功能。

安装步骤

After you’ve downloaded and extracted the files:

下载并提取文件后:

    1. Upload the complete ajax-referer-fix folder to the /wp-content/plugins/ directory
    2. 将完整的 ajax-referer-fix 文件夹上传到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Verify whether the fix solves your problem
    6. 验证该修复程序是否可以解决您的问题

下载地址

https://downloads.wordpress.org/plugin/ajax-referer-fix.zip

https://downloads.wordpress.org/plugin/ajax-referer-fix.zip

-EOF-

AI助手支持GPT4.0