a5263922 wrote:是喔那台中那時會被...(恕刪) 我上星期五透過128客服提出升級韌體的需求今天稍早查修師傅來到現場升版不過連查修師傅自己也有點疑問機房透過遠端就能升版結果機房還是要查修師傅來現場升另外預設是要用HTTPS登入但登入後可以自己在改成HTTP
這驗證碼根本來搞笑的...明碼顯示在網頁原始碼裡???script language="javascript">!-- hideCurUser = 'cht';var randomCode = '37m8'; <<<<<<<< ?????????? function codeCanvas(codeShow){var cxt = codeShow.getContext('2d');//background-colorcxt.fillStyle='#8dd5e7';//Define range of figurecxt.fillRect(0,0,120,60);//generate the interference linefor(var j = 0; j < 30; j++){//line colorcxt.strokeStyle = randomColor();//redraw the interference linecxt.beginPath();cxt.moveTo(lineX(),lineY());cxt.lineTo(lineX(),lineY());cxt.lineWidth=0.5;cxt.closePath();cxt.stroke();}//set text color and typecxt.fillStyle = randomTextColor();cxt.font = '700 40px sans-serif';//fill the verified code to canvascxt.fillText(randomCode,8,45);}function frmload(){codeCanvas(document.getElementById("codeShow"));timer_id=window.setInterval(CountdownTime,1000);}function btnApply(){var loc = 'login.cgi?';with(document.forms[0]){if(UserName.value <= 0){alert("請輸入帳號!!!");return;}else if(password.value <= 0){alert("請輸入密碼!!!");return;}else if(inputCode.value <= 0){alert("請輸入驗證碼!!!");return;}elseloc += window.btoa('username' + '=' + UserName.value + '&' + 'password' + '=' + password.value + '&' + 'randomCode' + '=' + inputCode.value);}clearInterval(timer_id);var code = 'location="' + loc + '"';eval(code);}// done hiding --</script