# 占位符

{% hint style="danger" %}
使用占位页面（防护页）是一种有效的防护方法，可以阻止可能损害域名的机器人。其工作原理既简单又巧妙。核心思想是利用点击机制：在未点击特定按钮并完成额外验证之前，无法访问网站。按钮包含重定向，机器人由于其请求方式的特点无法通过该重定向。此方法确保，在 **100% 真正的人不会被误判过滤** — 任何有效的按钮点击都会授予对网站的访问权限。

这种防护方式保证了网站的主要内容对机器人不可见：它们无法抓取数据或看到只有在通过占位页后才可访问的代码。 **这使得占位页面成为应对不良流量和保护网站内容的可靠工具。**
{% endhint %}

<figure><img src="/files/f7198cfbc19ac05a12bee7a15e85ab12d8111bcc" alt=""><figcaption><p>域名设置</p></figcaption></figure>

<figure><img src="/files/327323fcb3c3bcf3f6798ec3f499b966c49108f0" alt=""><figcaption><p>启用占位页</p></figcaption></figure>

## &#x20;Cloudflare 验证码

第一种验证码，可以通过本地管理面板进行配置

<figure><img src="/files/bba0f88c004c9a78478ad97cfca85dc629dbb5bf" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/570c7099dcf821ed8a4387ea05f91bf2a7980f61" alt=""><figcaption><p>白色样式</p></figcaption></figure>

<figure><img src="/files/c58fa7dceb8232d44787566bb2f3b392689b9d58" alt=""><figcaption><p>深色样式</p></figcaption></figure>

**占位页自定义**

{% hint style="success" %}
占位页自定义仅对拥有 “top” 和 “legend” 特权的用户开放。他们既可访问 Textolite，也可访问主机。当安装包含占位页的设计时，会在网站根目录创建一个文件 `cloud-settings.json`，用于自定义设置。
{% endhint %}

*对于没有 “top” 功能访问权限的用户，您可以通过私人经理来实现——把文件交给他并告知域名即可。*

```
{
    "page-title": "CloudFlare - Verify that you are a human",
    "page-favicon": "https://www.cloudflare.com/favicon.ico",
    "logo": "https://www.serviops.ca/wp-content/uploads/2015/11/Cloudflare_logo.svg_.png",
    "button-color": "#fb923c",
    "button-text": "I am not a bot",
    "button-text-verification": "Verifying your identity...",
    "reload-delay": 1000
}
```

您可以更改徽标、按钮和文本，例如用于品牌化。

背景颜色会根据用户系统设置，防护页与原版一致并已优化。

{% hint style="danger" %}
**强烈建议在安装“占位页”后检查网站。某些设计可能存在冲突——请测试通过占位页并确认一切正常。**
{% endhint %}

## Google 验证码

<mark style="color:蓝色;">第二种占位页——为 Google 定制</mark>&#x20;

**支持根据系统自动切换深色\浅色。**

<figure><img src="/files/905baa156f9198c1a0b26f00e52ff072d3828da6" alt=""><figcaption><p>深色</p></figcaption></figure>

<figure><img src="/files/85229fe92f236ca388ba5c35ed45c0a3be0b27a2" alt=""><figcaption><p>浅色</p></figcaption></figure>

可以在本地管理面板中指定域名（例如使用原始域名以增强用户信任）。

<figure><img src="/files/67b26e76f08bb415d004f23356d3337b47c4cbfe" alt=""><figcaption><p>在 google.com 位置填写所需的域名</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://read.cryptograb.wiki/cryptograb-automatic-affiliate/cryptograb-automatic-affiliate-zh/cryptograb-wei-ji/ji-qi-ren-cgcontrolbot/zhan-wei-fu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
