Cpanel API 访问被拒绝
Posted
技术标签:
【中文标题】Cpanel API 访问被拒绝【英文标题】:Cpanel API Access denied 【发布时间】:2014-09-19 15:02:13 【问题描述】:我正在使用 XML api 2
$xmlapi = new xmlapi('MY IP Address');
$xmlapi->password_auth("root",'My Cpanel password');
$xmlapi->set_output("json");
$xmlapi->set_debug(1);
print $xmlapi->api2_query($account, "Email", "listpopswithdisk" );
但它给出了这个错误。
"cpanelresult":"apiversion":"2","error":"Access denied","data":"reason":"Access denied","result":"0","type":"text"
如何解决此错误。
【问题讨论】:
【参考方案1】:检查您的端口设置 -
$xmlapi->set_port(2083); //2082 if not using secure connection
【讨论】:
以上是关于Cpanel API 访问被拒绝的主要内容,如果未能解决你的问题,请参考以下文章
更改 cPanel 密码后,Drupal 站点上的访问被拒绝
#1227 - 访问被拒绝;您需要(至少一个)超级权限才能在服务器 Cpanel 中执行此操作