返回列表 发帖

[历史] 头大了,弄不明白JRO的客户端了,求救

我在中文系统下和日文系统下都装了一遍,遇到的问题是不管用不用代理,那个更新窗口都不会像CRO一样正常更新,也就是说什么都没下载,直接显示出下面这样一堆网页原始代码
=====================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html dir=ltr>

<head>
<style>
a:link                        {font:8pt/11pt 俵俽 俹僑僔僢僋; color:FF0000}
a:visited                {font:8pt/11pt 俵俽 俹僑僔僢僋; color:#4e4e4e}
</style>

<META NAME="ROBOTS" CONTENT="NOINDEX">

<title>儁乕僕偑尒偮偐傝傑偣傫</title>

<META HTTP-EQUIV="Content-Type" Content="text-html; charset=shift_jis">
</head>

<script>
function Homepage(){
<!--
// in real bits, urls get returned to our script like this:
// res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm

        //For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
        DocURL = document.URL;
               
        //this is where the http or https will be, as found by searching for :// but skipping the res://
        protocolIndex=DocURL.indexOf("://",4);
       
        //this finds the ending slash for the domain server
        serverIndex=DocURL.indexOf("/",protocolIndex + 3);

                //for the href, we need a valid URL to the domain. We search for the # symbol to find the begining
        //of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
        //urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
        BeginURL=DocURL.indexOf("#",1) + 1;
       
        urlresult=DocURL.substring(BeginURL,serverIndex);
                               
        //for display, we need to skip after http://, and go to the next slash
        displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);

        InsertElementAnchor(urlresult, displayresult);
}

function HtmlEncode(text)
{
    return text.replace(/&/g, '&amp').replace(/'/g, '"').replace(/</g, '&lt;').replace(/>/g, '&gt;');
}

function TagAttrib(name, value)
{
    return ' '+name+'="'+HtmlEncode(value)+'"';
}

function PrintTag(tagName, needCloseTag, attrib, inner){
    document.write( '<' + tagName + attrib + '>' + HtmlEncode(inner) );
    if (needCloseTag) document.write( '</' + tagName +'>' );
}

function URI(href)
{
    IEVer = window.navigator.appVersion;
    IEVer = IEVer.substr( IEVer.indexOf('MSIE') + 5, 3 );

    return (IEVer.charAt(1)=='.' && IEVer >= '5.5') ?
        encodeURI(href) :
        escape(href).replace(/%3A/g, ':').replace(/%3B/g, ';');
}

function InsertElementAnchor(href, text)
{
    PrintTag('A', true, TagAttrib('HREF', URI(href)), text);
}

//-->
</script>

<body bgcolor="FFFFFF">

<table width="410" cellpadding="3" cellspacing="5">

  <tr>   
    <td align="left" valign="middle" width="360">
        <h1 style="COLOR:000000; FONT: 13pt/15pt 俵俽 俹僑僔僢僋"><!--Problem-->儁乕僕偑尒偮偐傝傑偣傫</h1>
    </td>
  </tr>
  
  <tr>
    <td width="400" colspan="2">
        <font style="COLOR:000000; FONT: 8pt/11pt 俵俽 俹僑僔僢僋">専嶕拞偺儁乕僕偼丄嶍彍偝傟偨偐丄柤慜偑曄峏偝傟偨偐丄傑偨偼堦帪揑偵棙梡偱偒側偄壜擻惈偑偁傝傑偡丅</font></td>
  </tr>
  
  <tr>
    <td width="400" colspan="2">
        <font style="COLOR:000000; FONT: 8pt/11pt 俵俽 俹僑僔僢僋">

        <hr color="#C0C0C0" noshade>
       
    <p>懳張曽朄</p>

        <ul>
      <li>[傾僪儗僗] 僶乕偵擖椡偟偨儁乕僕 傾僪儗僗偺捲傝偑惓偟偄偐偳偆偐傪妋擣偟偰偔偩偝偄丅<br></li>
          
      <li>師偺儂乕儉儁乕僕&nbsp;
          
          <script>
          <!--
          if (!((window.navigator.userAgent.indexOf("MSIE") > 0) && (window.navigator.appVersion.charAt(0) == "2")))
          {
                  Homepage();
          }
          //-->
           </script>

           傪奐偄偰丄昁梫側忣曬傊偺儕儞僋傪扵偟偰偔偩偝偄丅</li>
          
      <li>暿偺儕儞僋傊傾僋僙僗偡傞偵偼丄[<a href="javascript:history.back(1)">栠傞</a>] 傪僋儕僢僋偟偰偔偩偝偄丅</li>
    </ul>
   
    <h2 style="font:8pt/11pt 俵俽 俹僑僔僢僋; color:000000">HTTP 404 - 僼傽僀儖偑尒偮偐傝傑偣傫丅<br>
    僀儞僞乕僱僢僩 僀儞僼僅儊乕僔儑儞 僒乕價僗<BR></h2>
         
        <hr color="#C0C0C0" noshade>
       
        <p>媄弍忣曬 (僒億乕僩扴摉幰梡)</p>
       
<ul>
<li>徻嵶<br>
<a href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&pid=&ID=404&cat=web&os=&over=&hrd=&Opt1=&Opt2=&Opt3=" target="_blank">Microsoft Support</a>
</li>
</ul>

    </font></td>
  </tr>
  
</table>
</body>
</html>
=================
要命阿,虽然 开始游戏 的按钮马上就显示出来了,但啥都没更新阿

[ 本帖最后由 南门树下一根木 于 2006-6-11 01:11 编辑 ]

这么说小站里面没有正在国内玩jro的朋友吗?唉,郁闷

TOP

原帖由 らёгαρん 于 2006-6-11 13:11 发表
拉拉不也是用的JRO客户端
好像他没问题啊

我没用jRO客户端。。只是把jRO客户端多的文件给搬过来了罢了。。。。
佳織みちる-片霧烈火-佐藤利奈-霜月はるか-生天目仁美-留桜良姫 - 雪降る歌 ~scene:X'mas~ 佐藤利奈 - ちいさなやくそく

あわわ、自爆スイッチ押しちゃったであります!

TOP

拉拉不也是用的JRO客户端
好像他没问题啊
把签名改回来~

TOP

没错,正是如此,到底是怎么回事呢?有没有现在正在国内玩JRO的达人指点下迷津?谢谢了

TOP

转码后。。。那些文字是。。。

ページが見つかりません
検索中のページは、削除されたか、名前が変更されたか、または一時的に利用できない可能性があります。
[アドレス] バーに入力したページ アドレスの綴りが正しいかどうかを確認してください。
次のホームページを開いて、必要な情報へのリンクを探してください。
別のリンクへアクセスするには[戻る]をクリックしてください。
HTTP 404 - ファイルが見つかりません。
インターネット インフォメーション サービス
技術情報 (サポート担当者用)




.....看样子是根本没有找到页面啊
佳織みちる-片霧烈火-佐藤利奈-霜月はるか-生天目仁美-留桜良姫 - 雪降る歌 ~scene:X'mas~ 佐藤利奈 - ちいさなやくそく

あわわ、自爆スイッチ押しちゃったであります!

TOP

返回列表