[wordpress插件] Cookielander饼干兰德

wordpress 插件 文章 2020-04-02 10:20 466 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Allows you to specify which querystring, post, header, or cookie parameters to save to temporary storage (session, another cookie, header) for use elsewhere in the site.

允许您指定要保存到临时存储(会话,另一个Cookie,标头)的查询字符串,帖子,标头或cookie参数,以供站点中的其他地方使用。

Great for capturing referral variables (GET querystring parameters, headers) and reusing them in contact forms, CRMs, etc.

非常适合捕获引用变量(获取查询字符串参数,标头)并在联系表单,CRM等中重用它们。

安装步骤

    1. Unzip/upload plugin folder to your plugins directory (/wp-content/plugins/)
    2. 将插件文件夹解压缩/上传到您的插件目录( / wp-content / plugins /

    3. Activate this plugin
    4. 激活此插件

    5. Determine which referral variables to look for:

    6. 确定要查找的引用变量:

        • in the querystring or post (“request”)
        • 在查询字符串或帖子中(“请求”)

        • in headers
        • 标题中

        • in cookies
        • 在Cookie中

        • in the session
        • 在会话中

      • Determine where to save those variables:

      • 确定这些变量的保存位置:

          • in the session
          • 在会话中

          • in a cookie
          • 在Cookie中

          • in a header
          • 标题中

        • If saving to a cookie, you may:

        • 如果保存为Cookie,则可以:

            • leave the destination key blank to reuse the source key
            • 将目标密钥留空以重复使用源密钥

            • specify 'name', 'path', 'domain', 'expires', etc by entering them as url-querystring format corresponding to the setcookie parameters.

              .setcookie.php“ rel =” nofollow“> setcookie 参数。

              ex name=foobar@expires=700000.

            • 例如 name = foobar @ expires = 700000

          • If retrieving value from a GET parameter, you may force a server-side redirect to remove it
          • 如果从GET参数中检索值,则可以强制服务器端重定向将其删除

下载地址
https://downloads.wordpress.org/plugin/cookielander.zip
-EOF-

AI助手支持GPT4.0