問:如:http://www.ordersoft.com.cn/
站點打開都是502 服務器重啟也無效,美國VPS 網站打開都是502
答:您好,
測試可以打開了,請您保持觀察下呢,若再次出現,請及時反饋我司進一步為您查看。
非常感謝您長期對我司的支持!
問:都不行 客戶那邊說不行 我打開也不行
問:客戶在蘇州 我在合肥 兩地都不行
答:您好,核實您該問題,請讓出現訪問502錯誤的配合做一個ping截圖給我們 開始-菜單-運行(輸入cmd)-輸入命令ping www.ordersoft.com.cn,非常感謝您長期對我司的支持.由此給您帶來的不便之處,敬請原諒!謝謝!
問:
答:您好,已經調整了,請您再測試,非常感謝您長期對我司的支持!
問:又不行了
答:您好,
非常抱歉給您帶來不便,請再測試下 ,非常感謝您長期對我司的支持!
問:
我 speaker.php 內容入下:
<?php
$dbname = 'zhixun008';
$host = localhost;$port = 3306;$user = 'zhixun008';//用戶AK$pwd = '58kph58k58kph';//用戶SK
$username = $_post['username'];$password = $_post['password']; $xingming = $_POST['xingming'];$iphone = $_POST['iphone'];$shenghui = $_POST['shenghui'];$chengshi = $_POST['chengshi'];$jiedao = $_POST['jiedao'];$addtime = time();
$conn = mysql_connect($host,$dbuser,$dbpass);mysql_select_db($dbname);
$newid = mysql_insert_id();
$insert = "insert into carspeakerman(id,xingming,iphone,shenghui,chengshi,jiedao,time)values('$newid','$xingming','$iphone','$shenghui','$chengshi','$jiedao','$addtime',)";
/*id xingming iphone shenghui chengshi jiedao time */
if($xingming == "") { echo"姓名不能為空!"; } else { if(mysql_query($insert)) { echo "聯系信息保存成功!"; }else { echo "聯系信息保存失敗!"; } }mysql_close($conn)
?>
答:您好,1. 查看并未設置正確的 連接數據庫的參數 , $dbuser $dbname
非常感謝您長期對我司的支持,謝謝!