> For the complete documentation index, see [llms.txt](https://read.cryptograb.wiki/cryptograb-automatic-affiliate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://read.cryptograb.wiki/cryptograb-automatic-affiliate/public-traffic-zh/wordpress-shi-yong-shou-ce.md).

# WordPress 使用手册

有用的材料：

* 软件 — [点击](https://www.mediafire.com/file/xema4cyk29e9l5m/WPCHECKER.zip/file)
* 分拣器 - [点击](https://crystalfiles.in/?c=3)
* 流量分析 — <https://www.similarweb.com>

开始吧：

1. 使用任何密码提取器，从任何日志中提取 wp-login/wp-admin 的请求（即使是公开的也会有大量有效数据）
2. 使用软件对有效性进行跑验，检查行的格式应为 url:login:pass
3. 检查有效行的访问量
4. 进入网站后台，获取实际的 url 并添加：\
   /wp-login.php\
   /wordpress/wp-login.php\
   /wp-admin/profile.php\
   /wp-admin.php\
   /wp-admin/user-new\.php\
   其中任意一项，仅使用有效凭据登录
5. 在“Plugins”选项卡下载所需插件 Popup Maker 和 shortcode。然后激活它们，若出现错误：\
   а) 更新网站引擎\
   б) 插件冲突
6. 使用插件“Popup Maker”创建弹窗（广告），使用插件“shortcode”创建：按钮/表格等

<br>

<figure><img src="/files/11fc8e73e98eaf74a04c03208db85ddf03210f46" alt=""><figcaption></figcaption></figure>

以任意方式填写内容。\
一个小示例代码：

标题\
代码：

```
我们的赞助商
```

弹窗内容\
代码：

```
访问我们的赞助商。您可以免费空投
[su_button url="链接到网站" size="4" radius="20"]访问[/su_button]
```

1. 设置触发器

![](/files/acd2cbbdaaeb93fe21191d7b9dfa5af0c028dc85)

![](/files/a06c546e6b0540e6ffeeeeedc9590b45af8788e9)

![](/files/21f1217e350aca1f727ddec519b168b18d91bb8e)

7\. 点击发布，网站就准备好了，广告将会显示，

这种方式也会为网站带来流量，因为其所有者可能会在自己网站上购买广告，这等于给你的网站做广告


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://read.cryptograb.wiki/cryptograb-automatic-affiliate/public-traffic-zh/wordpress-shi-yong-shou-ce.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
