阳光互联域名API修改方法
|关于星外平台对接阳光互联的api说明
- 如果客户没有使用万网接口,直接在星外平台的站点管理—系统参数把万网设置api的信息设置为阳光互联提供给您的api授权信息,如下图
- 将FTP中的对应文件也需要做修改
修改为阳光互联的api地址:
以下文件需要修改:
/inc-freehost-function/FreeHostDomain.asp 【此文件中有三处】
/adm/domain_pay5.asp
/agent/domain_pay5.asp
/user/domain_pay5.asp
原来:
http://api.hichina.com/wwwnetcn.aspx
改成:
http://api.sundns.com/sundnsapi.aspx
修改成阳光互联域名管理地址:
以下文件需要修改:
/adm/domainadm2.asp
/user/domainadm2.asp
/agent/domainadm2.asp
/dns/dnslogin.asp
原来:
<%
response.end
elseif dsdom("Domain_API")=5 then
urlD="http://diy.hichina.com/cgi-bin/login“
改成:
<%
response.end
elseif dsdom("Domain_API")=5 then
urlD="http://www.ufhost.com/domainlogin.php?domain="&dsdom("domain")&"&password="&session("inipass")
%>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<form name="form1" method="post" action="http://www.ufhost.com/domainlogin.php" ID="Form1">
<input name="domain" type="hidden" value="<%=dsdom("Domain")%>">
<input name="password" type="hidden" value="<%=session("inipass")%>">
<input type="submit" name="btnlogin" value="login...........">
</form>
<script language="JavaScript">
document.Form1.submit();
</script>
修改成阳光互联DNS服务器:
以下文件需要修改:
/inc-freehost-function/FreeHostDomain.asp
原来:
dns1="dns7.hichina.com"
dns2="dns8.hichina.com"
改成:
dns1="ns3.yovole.com"
dns2="ns4.yovole.com"
提示:如果您的平台已经占用了万网的接口,需要您重新复制一份原来所有万网的接口的所有文件,然后按照以上修改即可
Comments are closed.