[wordpress插件] DomainCheck域检查

wordpress 插件 文章 2020-04-21 02:30 705 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This domain check plugin allows checking if a domain name is available.

此域检查插件可用于检查域名是否可用。

Checking

检查

if a domain name is available is a complex problem.

如果域名可用是一个复杂的问题。

New top level domains

新的顶级域名

emerge frequently.

经常出现。

Static domain check codes get outdated very soon.

静态域检查代码很快就会过时。

This plugin

这个插件

uses the Whois API to support the

使用 Whois API 支持

latest top level domains correctly.

最新的顶级域名。

By using the Whois API you also avoid

通过使用Whois API,您还可以避免

hitting any rate limits on the respective whois server.

达到相应Whois服务器上的任何速率限制。

安装步骤

    1. Upload the domaincheck folder to the /wp-content/plugins/domaincheck directory,

    2. 将domaincheck文件夹上载到 / wp-content / plugins / domaincheck 目录,

      or install the plugin through the WordPress plugins screen directly.

    3. 或直接通过WordPress插件屏幕安装插件。

    4. Activate the plugin through the ‘Plugins’ screen in WordPress.
    5. 通过WordPress中的“插件”屏幕激活插件。

    6. Set in Settings/Domain Check the api key from the Whois API.
    7. 在“设置/域”中进行设置从 Whois API 中检查api密钥。

    8. Add the widget to your prefered location through the ‘Appearance’ menu in WordPress.

    9. 通过WordPress中的“外观”菜单将小部件添加到您喜欢的位置。

      or add shortcode [domaincheck] to your post or page.

    10. 或将简短代码[domaincheck]添加到您的帖子或页面中。

    The shortcode [domaincheck] supports these parameters

    简码[domaincheck]支持这些参数

      • button (optional): Text of the submit button, e.g.

      • 按钮(可选):提交按钮的文本,例如

        [domaincheck button=Check]

      • [domaincheck button =检查]

      • available (optional): Message shown when a domain is availbale.

      • available(可选):域可用时显示的消息。

        It supports the

        它支持

        placeholder %s for the domain, e.g.

        域的占位符%s,例如

        [domaincheck available=”The domain %s is available”]

      • [domaincheck available =“域%s可用””

      • registered (optional): Message shown when a domain is registered.

      • 已注册(可选):注册域时显示的消息。

        It supports the

        它支持

        placeholder %s for the domain, e.g.

        域的占位符%s,例如

        [domaincheck registered=”The domain %s is not available”]

      • [domaincheck已注册=“域%s不可用”]

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

AI助手支持GPT4.0