通过 PHP 更改 WHM 密码?

发布于 2024-08-23 09:16:45 字数 39 浏览 8 评论 0原文

我可以输入 PHP 脚本或一段代码来更改 WHM 帐户的密码吗?

Is there a PHP script or piece of code I can type to change a WHM account's password?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゞ记忆︶ㄣ 2024-08-30 09:16:45

我不确定您的 WHM 是什么意思,但如果您的意思是我的意思,那么 此类可能对您有帮助。

此类可用于使用 XML Web 服务 API 来操作 Cpanel/WHM 托管帐户。

它可以与 Web 服务器建立安全的 HTTP 连接,以管理 Cpanel/WHM 帐户并代表给定的 Cpanel 用户进行身份验证。

该类可以执行多种类型的请求:

  • 检索 XML API 版本
  • 检索服务器主机名
  • 列出活跃的托管帐户
  • 列出可用的软件包
  • 创建新帐户
  • 检索有关帐户的摘要
  • 更改帐户密码
  • 暂停、取消暂停和终止帐户
  • 升级或降级软件包

I am not sure what you mean with WHM but if you mean what I mean, then this class might help you.

This class can be used to manipulate Cpanel/WHM hosting accounts using the XML Web services API.

It can establish secure HTTP connections to a Web server to manage Cpanel/WHM accounts and authenticates on behalf of a given Cpanel user.

The class can execute several types of requests:

  • Retrieve the XML API version
  • Retrieve the server host name
  • List the active hosting accounts
  • List the available packages
  • Create a new account
  • Retrieve a summary about an account
  • Change the password of an account
  • Suspend, unsuspend and terminate an account
  • Upgrade or downgrade a package
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文