問:
這個(gè)接口要怎么使用,示例代碼看了能懂,這個(gè)有點(diǎn)看不懂了,假如我需要查詢baidu.com,需要如何提交參數(shù),代碼如下:
<?php $sys_api = "http://api.west263.com/API/";
$sys_user= "93936";
$sys_pass= "kvmuhm2s";
$cmdstrng = "domainname"."\\r\\n"."check"."\\r\\n"."entityname: domain-check"."\\r\\n"."."."\\r\\n";
$md5sing=md5( $sys_user.$sys_pass .substr($cmdstrng,0,10));
$postdata=$sys_api."?userid=".$sys_user."&versig=".$md5sing."&strCmd=".urlencode($cmdstrng);
$return =file_get_contents($postdata);
$xml = simplexml_load_string($return);
//print_r($xml);
$status=$xml->returncode;
if($status==200)
{
echo "成功";
}else{
echo "失敗“;
}
請指導(dǎo)。,代理平臺API接口問題
答:您好,請查看 http://apidemo.west263.com/try/ 在線測試 $cmdstrng ="您的命令" <CRLF>=回車換行符="\\r\\n" ,非常感謝您長期對我司的支持.由此給您帶來的不便之處,敬請?jiān)?謝謝!
問:親,可以就上面我要查詢域名給一個(gè)示例嗎?
問:您好,請?zhí)鎿Q變量 $cmdstrng = "domainname"."\\r\\n"."check"."\\r\\n"."entityname:domain-check"."\\r\\n"."domainname:test"."\\r\\n"."suffix:.com,.cn"."\\r\\n"."."."\\r\\n";
問:我去試試,謝謝啦
問:您好,不客氣,非常感謝您長期對我司的支持!
問:購買服務(wù)器后,怎么服務(wù)器沒有裝網(wǎng)站管理助手和360
問:您好,在購買服務(wù)器選擇配置頁面中是可以選擇對應(yīng)配置信息,如圖:
含預(yù)裝環(huán)境的操作系統(tǒng)默認(rèn)才會有安裝網(wǎng)站管理助手,請核實(shí)
查看到當(dāng)前服務(wù)器上使用的是純凈版的操作系統(tǒng),是沒有網(wǎng)站管理助手的,建議下載網(wǎng)站管理助手進(jìn)行搭建
網(wǎng)站管理助手下載地址:http://downinfo.myhost.net/iistool_v4.0.rar
360是需要自行下載安裝的,請知悉
,非常感謝您長期對我司的支持!
問:重裝后站長工具打不開
問:您好,請核實(shí)截圖中網(wǎng)站管理助手的程序路徑
如果D盤目錄下沒有對應(yīng)程序文件,建議重裝網(wǎng)站管理助手,網(wǎng)站管理助手下載地址:http://downinfo.myhost.net/iistool_v4.0.rar
,非常感謝您長期對我司的支持!