Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 10:26:50 +0200
From:      Ercan Deger <ercandeger76@gmail.com>
To:        Kevin Oberman <rkoberman@gmail.com>
Cc:        "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>
Subject:   Re: Cant Access Web site
Message-ID:  <CAKjZa6VyB5GEoaJcPDbTHEbZ9Q3HChOBgEO52akRuDO8or3o5w@mail.gmail.com>
In-Reply-To: <CAN6yY1t4Xq7W8%2Bq5uRhKQKLq%2BV94Nyf42rmtE8%2Bu3xevQC9fTA@mail.gmail.com>
References:  <CAKjZa6Xg5805QdzJD23PBrKSQKNoiLa%2BphXwbd-fXvyMHc80rw@mail.gmail.com> <CAN6yY1t4Xq7W8%2Bq5uRhKQKLq%2BV94Nyf42rmtE8%2Bu3xevQC9fTA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
I added captured packed,
when I open this file via wireshark It shows lots of Fragmented IP Protocol
(proto=TCP 6, off=0, id=cbxx)

when I change the outside interface mtu to 1492 I can access via squid this
site

but still cant access without squid

I think MTU specific problem but cant solve :(



>>
> The data you provided shows little. It would be nice to see both sides of
> the session.
>
> I really suggest that you capture the whole session. Something like
> "tcpdump -p -s0 -w some_file.bpf tcp port 81 and host 85.96.xx.xx" will
> save the packet data to "some_file.bpf" and then you can use other tools to
> analyze it. I use wireshark. It's free, in ports and works quite well. It
> will flag packets which have issues and handle breaking down the prorocols.
> Since port 81 is not the "normal" http port, you will need to tell
> wireshark that. I have not had to do that in a while, but it was pretty
> obvious.
>
> wireshark can also do the capture directly, but I'll admit that after
> years of using tcpdump (two of the authors used to sit down the hall from
> me), I have never tried to use wireshark for packet capture.
> --
> Kevin Oberman, Network Engineer, Retired
> E-mail: rkoberman@gmail.com
>

[-- Attachment #2 --]
òfTW
<<vMO|E(g@U`ȡQˊ|KlPA5ZfT
BBvMO|E4g@U`ȸQS UfT
66MO|vE(@5pLU`Qȡ|KlPI=fTڶ
BBMO|vE4@5p@U`Qȸ{VS9uKfT
<<vMO|E(g@U`ȸQS{VPA:fTW
vMO|Eg@U`ȸQS{VPA:GET /login.rsp HTTP/1.1
Host: 85.96.190.177:81
Connection: keep-alive
Cache-Control: max-age=0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36
Accept-Encoding: gzip, deflate, sdch
Accept-Language: tr-TR,tr;q=0.8,en-US;q=0.6,en;q=0.4
Cookie: language_ch=false

fT[
66MO|vE(@5U`Qȸ{VSPNgTGGMO|vE9@5wU`Qȸ{VSPNBHTTP/1.0 200 OK
gT		MO|vEԍ 5U`Qȸ{VSPNContent-type: text/html; charset=UTF-8
Server: GNU rsp/1.0
Content-Language: en
Expires: -1
P3P: CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
Cache-Control: private, max-age=0
Connection: close
Date: Thu, 26 Feb 2015 07:02:30 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml">;
<head>
    <title>DVR GİRİŞ</title>
    <link href="./HAPPLE/pages/Styles/LoginNew.css?v1" rel="stylesheet" type="text/css" />
    <script src="./HAPPLE/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="./HAPPLE/js/rspFrame.js?v195"></script>
    <script src="./HAPPLE/pages/JS/login.js?V161" type="text/javascript"></script>
    <script type="text/javascript" language="javascript">
        function IEORFOREFOX_log() {
            var height = 0;
            if (window.XMLHttpRequest)//Determine whether the browser Mozilla, Sofari
            {
                height = ($(window).height() - 396) / 2;
                $(".divLoginOne").css("margin-top", height + "px");
            }
            else if (window.ActiveXObject)// Determine whether IE browser
            {
                var browser = navigator.appName;
                var b_version = navigator.appVersion;
                var version = b_version.split(";");
                var trim_VersgT@	MO|vEԍ 5U`Qȸ{VhSPNzrsion[1].replace(/[ ]/g, "");
                height = ($(window).height() - 396) / 2;
                if (browser == "Microsoft Internet Explorer" && trim_Version == "MSIE6.0") {
                    jQuery(".divLoginOne").css("margin-top", height + "px");
                }
                else {
                    $("#divOne").css("margin-top", height - 15 + "px");
                }
            }
        }
        window.onresize = function() {setTimeout("IEORFOREFOX_log()",100);pageOnSizeMoveMenu();};

        function submit() {
            document.getElementById("loginform").submit(); return false;
        }
        $(document).keydown(function(event) {   //Enter event
            var keycode = event.which;
            if (keycode == 13) {
				
				if(document.getElementById("userpwd1")){document.getElementById("userpwd1").id="userpwd";}
				if(document.getElementById("userpwd").value=='Parola')
				{
				    $(".div_right_two_input_border").html("<input type='password' maxlength='16' id='userpwd' name='userpwd' value='' />");
				}
				if(document.getElementById("username").value=='Kullanıcı Adı')
				{
					document.getElementById("username").value="";
				}

				if(jQuery("#username").val()!="Kullanıcı Adı"&&jQuery("#userpwd").val()!="Parola"){
                	document.getElementById("loginform").submit();
				}
            }
        });
		
    </script>
</head>
<!--[if IE 6]>gT[	<<vMO|E(g@U`ȸQS{VPA5'gT'w	MO|vEԍ 5U`Qȸ{VSPNx<t language="JavaScript" type="text/javascript" src="./HAPPLE/pages/JS/_png.js"></script>
<script>
DD_belatedPNG.fix('img,.png,.menu li');
</script>
<![endif]-->
<body id="login_body" onload="IEORFOREFOX_log()">

<form name="loginform" id="loginform" action="./logincheck.rsp?type=1" method="post" onsubmit="return RM.LOGIN.checkLoginInput()">
    <div class="divLoginOne png" id="divOne">
        <div class="div_leftBottom">
            <div class='log-dvr-logo'>
                <div style=" padding-top:26px; text-align:center; width:100%">
                    <img id="login_logoimg" src="./HAPPLE/loginlogo/IE_04.798_login.png" class="png" />
                </div>
            </div>
            <div class='log-language'><label id='log_language_border' class='log-language-out'  onmouseover='mouseOnLabel();' onmouseout="mouseLeaveLabel();">Dil seçimi</label></div>
           
        </div>
        <div class="div_login_right">
            <div class="div_right_top_font">
                <div class="div_right_title_font">
                    <b>DVR GİRİŞ</b>
                </div>
            </div>
            <div class="div_right_one png">
                <div class="div_right_two_uname_border">
                    <input type="text" id="username"  name="username" maxlength="16" style="color:gray; font-style:italic;" value="Kullanıcı Adı" onfocus="if(this.value=='Kullanıcı Adı'){this.value=''}egT	MO|vEԍ 5U`Qȸ{VЇSPN^.select();};this.style.color='black';updateFontStyle(this.id);" onblur="updatePassword()"/></div>
                </div>
            <div class="div_right_two png">
                <div class="div_right_two_input_border">
                    <input type="text" id="userpwd1" name="userpwd" maxlength="16" style="color:gray; font-style:italic;" value="Parola" onfocus="updatePassword();" />
                </div>
                <div class="div_right_thire png" onmousedown="this.className='didiv_right_thire_Two';updatePassword();submit()" onmouseup="this.className='div_right_thire'"></div>
            </div>
            <div class="div_right_last">
                <input id="autologin" name="autologin" type="checkbox" onfocus="this.blur()" value="1"/>Beni hatırla
            </div>
        </div>
        <div class="clear"></div>
    </div>
</form>
<script type="text/javascript">
	function updatePassword(){
		
		if(document.getElementById("userpwd1")){document.getElementById("userpwd1").id="userpwd";}
		if(document.getElementById("userpwd").value=='Parola')
		{
			$(".div_right_two_input_border").html("<input type='password' id='userpwd' name='userpwd' maxlength='16' value='' />");
		}
		else
		{
			$(".div_right_two_input_border").html("<input type='password' id='userpwd' name='userpwd' maxlength='16' value='"+document.getElementById('userpwd').value+"' onfocus='this.select()'/>");
			
		}
		if(documentgTi	MO|vEԍ 5U`Qȸ{VSPN*/entById("username").value=='Kullanıcı Adı')
		{
			document.getElementById("username").value="";
		}
		setTimeout("document.getElementById('userpwd').focus()",100);
	}
	function updateFontStyle(id){
		jQuery("#"+id+"").css("font-style","normal")//inherit
		//document.getElementById(id).style.fon="font-style:inherit";
	}
	
	var lanCash = [{"CFG_FILE":"ui/language/chinese.ini","FONT_LIB":"FZYaoTi","FONT_LIB_FILE":"fonts/FZYTK.TTF","ICON_DIR":"ui/icons/chinese","LANG":"中文","SELECT":"false","VALUE":0},{"CFG_FILE":"ui/language/english.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","LANG":"English","SELECT":"true","VALUE":1},{"CFG_FILE":"ui/language/korean.ini","FONT_LIB":"New Gulim","FONT_LIB_FILE":"fonts/NewGulim.ttf","ICON_DIR":"ui/icons/korean","LANG":"한국어","SELECT":"false","VALUE":2},{"CFG_FILE":"ui/language/italian.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","ICON_DIR":"ui/icons/italian","LANG":"Italiano","SELECT":"false","VALUE":3},{"CFG_FILE":"ui/language/german.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","ICON_DIR":"ui/icons/german","LANG":"Deutsch","SELECT":"true","VALUE":4},{"CFG_FILE":"ui/language/thai.ini","FONT_LIB":"Tahoma","FONT_LIB_FILE":"fonts/tahoma.ttf","ICON_DIR":"ui/icons/thai","LANG":"ไทย","SELECT":"false","VALUE":5},{"CFG_FILE":"ui/language/turkish.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","ICON_DIR":"ui/icons/tgT
MO|vEԍ 5U`Qȸ{V8SPNֽ"LANG":"Türkçe","SELECT":"true","VALUE":6},{"CFG_FILE":"ui/language/portuguese.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","ICON_DIR":"ui/icons/portuguese","LANG":"Português","SELECT":"false","VALUE":7},{"CFG_FILE":"ui/language/spanlish.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","ICON_DIR":"ui/icons/spanlish","LANG":"Español","SELECT":"false","VALUE":8},{"CFG_FILE":"ui/language/romanian.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","ICON_DIR":"ui/icons/romanian","LANG":"Română","SELECT":"false","VALUE":9},{"CFG_FILE":"ui/language/greek.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","LANG":"Ελληνικά","SELECT":"false","VALUE":10},{"CFG_FILE":"ui/language/french.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","ICON_DIR":"ui/icons/french","LANG":"Français","SELECT":"true","VALUE":11},{"CFG_FILE":"ui/language/russian.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","ICON_DIR":"ui/icons/russian","LANG":"Русский","SELECT":"false","VALUE":12},{"CFG_FILE":"ui/language/nederlands.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","LANG":"Nederlands","SELECT":"false","VALUE":13},{"CFG_FILE":"ui/language/hebrew.ini","FONT_LIB":"Arial","FONT_LIB_FILE":"fonts/arial.ttf","ICON_DIR":"ui/icons/hebrew","LANG":"עברית","SELECT":"false","VALUE":14},{"CFG_FILE":"ui/language/chinesetrad.ini","FONT_LIB":"msf","FONT_LIB_FIgTY
MO|vEԍ 5U`Qȸ{VSPN}ts/msf.ttf","ICON_DIR":"ui/icons/traditional","LANG":"中文繁体","SELECT":"false","VALUE":15},{"CFG_FILE":"ui/language/polish.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","ICON_DIR":"ui/icons/polish","LANG":"Polski","SELECT":"false","VALUE":16},{"CFG_FILE":"ui/language/Chechnya.ini","FONT_LIB":"CALIBRI","FONT_LIB_FILE":"fonts/CALIBRI.TTF","ICON_DIR":"ui/icons/Chechnya","LANG":"Čeština","SELECT":"false","VALUE":17},{"CFG_FILE":"ui/language/vietnam.ini","FONT_LIB":"Times","FONT_LIB_FILE":"fonts/Times.ttf","ICON_DIR":"ui/icons/vietnam","LANG":"Việt Nam","SELECT":"false","VALUE":18},{"CFG_FILE":"ui/language/japanese.ini","FONT_LIB":"MS Gothic","FONT_LIB_FILE":"fonts/MS-Gothic.ttf","ICON_DIR":"ui/icons/Japanese","LANG":"日本語","SELECT":"false","VALUE":19},{"CFG_FILE":"ui/language/Persian.ini","FONT_LIB":"Arial","FONT_LIB_FILE":"fonts/arial.ttf","ICON_DIR":"ui/icons/Persian","LANG":"فارسی","SELECT":"false","VALUE":20},{"CFG_FILE":"ui/language/arapca.ini","FONT_LIB":"Arial","FONT_LIB_FILE":"fonts/arial.ttf","ICON_DIR":"ui/icons/arapca","LANG":"العربية","SELECT":"true","VALUE":21}]
;
	var product_type='7116XQ_VA';
	custName='104';

	var ring = false;
    var languageArr = [];
    for (var i = 0; i < lanCash.length; i++) {
        if (lanCash[i].SELECT + "" == "true") {
			if(!ring)
			{
				if((lanCash[i].LANG == "中文" && (product_type.split("_")[0]!="7216XG") && (product_type.split("gTv
MO|vE@5U`Qȸ{VSPN,"8608XG") && (product_type.split("_")[0]!="8604XG")) || (lanCash[i].VALUE == 15 && custName == "103"))
				{
					ring = true;
					rsp_setCookie("language_ch","true");
				}
				else
				{
					rsp_setCookie("language_ch","false");
				}
			}
            languageArr[languageArr.length] = {"text":lanCash[i].LANG,"value":lanCash[i].VALUE};//lanAll[lanCash[i].LANG];
			//languageArr[languageArr.length] ={"text":""+lanCash[i].LANG+"","value":lanCash[i].LANG};
        }
    }
    g_lanmenu = new rspLanguageMenu("language", "language", languageArr);
    $('body').append(g_lanmenu.getHtml());
</script>
 
 
 
 
 
 
 

</body>
</html>
gTx
BBvMO|E4g@U`ȸQS{VA5
{V{V6gT
MO|vEԍ 5U`Qȸ{VSPNContent-type: text/html; charset=UTF-8
Server: GNU rsp/1.0
Content-Language: en
Expires: -1
P3P: CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
Cache-Control: private, max-age=0
Connection: close
Date: Thu, 26 Feb 2015 07:02:30 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml">;
<head>
    <title>DVR GİRİŞ</title>
    <link href="./HAPPLE/pages/Styles/LoginNew.css?v1" rel="stylesheet" type="text/css" />
    <script src="./HAPPLE/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="./HAPPLE/js/rspFrame.js?v195"></script>
    <script src="./HAPPLE/pages/JS/login.js?V161" type="text/javascript"></script>
    <script type="text/javascript" language="javascript">
        function IEORFOREFOX_log() {
            var height = 0;
            if (window.XMLHttpRequest)//Determine whether the browser Mozilla, Sofari
            {
                height = ($(window).height() - 396) / 2;
                $(".divLoginOne").css("margin-top", height + "px");
            }
            else if (window.ActiveXObject)// Determine whether IE browser
            {
                var browser = navigator.appName;
                var b_version = navigator.appVersion;
                var version = b_version.split(";");
                var trim_VershTdMO|vEԍ 5U`Qȸ{VSPNContent-type: text/html; charset=UTF-8
Server: GNU rsp/1.0
Content-Language: en
Expires: -1
P3P: CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
Cache-Control: private, max-age=0
Connection: close
Date: Thu, 26 Feb 2015 07:02:30 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml">;
<head>
    <title>DVR GİRİŞ</title>
    <link href="./HAPPLE/pages/Styles/LoginNew.css?v1" rel="stylesheet" type="text/css" />
    <script src="./HAPPLE/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="./HAPPLE/js/rspFrame.js?v195"></script>
    <script src="./HAPPLE/pages/JS/login.js?V161" type="text/javascript"></script>
    <script type="text/javascript" language="javascript">
        function IEORFOREFOX_log() {
            var height = 0;
            if (window.XMLHttpRequest)//Determine whether the browser Mozilla, Sofari
            {
                height = ($(window).height() - 396) / 2;
                $(".divLoginOne").css("margin-top", height + "px");
            }
            else if (window.ActiveXObject)// Determine whether IE browser
            {
                var browser = navigator.appName;
                var b_version = navigator.appVersion;
                var version = b_version.split(";");
                var trim_VersiTqMO|vEԍ 5U`Qȸ{VSPNContent-type: text/html; charset=UTF-8
Server: GNU rsp/1.0
Content-Language: en
Expires: -1
P3P: CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
Cache-Control: private, max-age=0
Connection: close
Date: Thu, 26 Feb 2015 07:02:30 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml">;
<head>
    <title>DVR GİRİŞ</title>
    <link href="./HAPPLE/pages/Styles/LoginNew.css?v1" rel="stylesheet" type="text/css" />
    <script src="./HAPPLE/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="./HAPPLE/js/rspFrame.js?v195"></script>
    <script src="./HAPPLE/pages/JS/login.js?V161" type="text/javascript"></script>
    <script type="text/javascript" language="javascript">
        function IEORFOREFOX_log() {
            var height = 0;
            if (window.XMLHttpRequest)//Determine whether the browser Mozilla, Sofari
            {
                height = ($(window).height() - 396) / 2;
                $(".divLoginOne").css("margin-top", height + "px");
            }
            else if (window.ActiveXObject)// Determine whether IE browser
            {
                var browser = navigator.appName;
                var b_version = navigator.appVersion;
                var version = b_version.split(";");
                var trim_VerskTw
MO|vEԍ 5U`Qȸ{VSPNContent-type: text/html; charset=UTF-8
Server: GNU rsp/1.0
Content-Language: en
Expires: -1
P3P: CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
Cache-Control: private, max-age=0
Connection: close
Date: Thu, 26 Feb 2015 07:02:30 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml">;
<head>
    <title>DVR GİRİŞ</title>
    <link href="./HAPPLE/pages/Styles/LoginNew.css?v1" rel="stylesheet" type="text/css" />
    <script src="./HAPPLE/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="./HAPPLE/js/rspFrame.js?v195"></script>
    <script src="./HAPPLE/pages/JS/login.js?V161" type="text/javascript"></script>
    <script type="text/javascript" language="javascript">
        function IEORFOREFOX_log() {
            var height = 0;
            if (window.XMLHttpRequest)//Determine whether the browser Mozilla, Sofari
            {
                height = ($(window).height() - 396) / 2;
                $(".divLoginOne").css("margin-top", height + "px");
            }
            else if (window.ActiveXObject)// Determine whether IE browser
            {
                var browser = navigator.appName;
                var b_version = navigator.appVersion;
                var version = b_version.split(";");
                var trim_VerspT>MO|vEԍ 5U`Qȸ{VSPNContent-type: text/html; charset=UTF-8
Server: GNU rsp/1.0
Content-Language: en
Expires: -1
P3P: CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
Cache-Control: private, max-age=0
Connection: close
Date: Thu, 26 Feb 2015 07:02:30 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml">;
<head>
    <title>DVR GİRİŞ</title>
    <link href="./HAPPLE/pages/Styles/LoginNew.css?v1" rel="stylesheet" type="text/css" />
    <script src="./HAPPLE/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="./HAPPLE/js/rspFrame.js?v195"></script>
    <script src="./HAPPLE/pages/JS/login.js?V161" type="text/javascript"></script>
    <script type="text/javascript" language="javascript">
        function IEORFOREFOX_log() {
            var height = 0;
            if (window.XMLHttpRequest)//Determine whether the browser Mozilla, Sofari
            {
                height = ($(window).height() - 396) / 2;
                $(".divLoginOne").css("margin-top", height + "px");
            }
            else if (window.ActiveXObject)// Determine whether IE browser
            {
                var browser = navigator.appName;
                var b_version = navigator.appVersion;
                var version = b_version.split(";");
                var trim_VersxT8,
MO|vEԍ 5U`Qȸ{VSPNContent-type: text/html; charset=UTF-8
Server: GNU rsp/1.0
Content-Language: en
Expires: -1
P3P: CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
Cache-Control: private, max-age=0
Connection: close
Date: Thu, 26 Feb 2015 07:02:30 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml">;
<head>
    <title>DVR GİRİŞ</title>
    <link href="./HAPPLE/pages/Styles/LoginNew.css?v1" rel="stylesheet" type="text/css" />
    <script src="./HAPPLE/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="./HAPPLE/js/rspFrame.js?v195"></script>
    <script src="./HAPPLE/pages/JS/login.js?V161" type="text/javascript"></script>
    <script type="text/javascript" language="javascript">
        function IEORFOREFOX_log() {
            var height = 0;
            if (window.XMLHttpRequest)//Determine whether the browser Mozilla, Sofari
            {
                height = ($(window).height() - 396) / 2;
                $(".divLoginOne").css("margin-top", height + "px");
            }
            else if (window.ActiveXObject)// Determine whether IE browser
            {
                var browser = navigator.appName;
                var b_version = navigator.appVersion;
                var version = b_version.split(";");
                var trim_VersTMO|vEԍ 5U`Qȸ{VSPNContent-type: text/html; charset=UTF-8
Server: GNU rsp/1.0
Content-Language: en
Expires: -1
P3P: CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
Cache-Control: private, max-age=0
Connection: close
Date: Thu, 26 Feb 2015 07:02:30 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml">;
<head>
    <title>DVR GİRİŞ</title>
    <link href="./HAPPLE/pages/Styles/LoginNew.css?v1" rel="stylesheet" type="text/css" />
    <script src="./HAPPLE/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="./HAPPLE/js/rspFrame.js?v195"></script>
    <script src="./HAPPLE/pages/JS/login.js?V161" type="text/javascript"></script>
    <script type="text/javascript" language="javascript">
        function IEORFOREFOX_log() {
            var height = 0;
            if (window.XMLHttpRequest)//Determine whether the browser Mozilla, Sofari
            {
                height = ($(window).height() - 396) / 2;
                $(".divLoginOne").css("margin-top", height + "px");
            }
            else if (window.ActiveXObject)// Determine whether IE browser
            {
                var browser = navigator.appName;
                var b_version = navigator.appVersion;
                var version = b_version.split(";");
                var trim_VersT2
MO|vEԍ 5U`Qȸ{VSPNContent-type: text/html; charset=UTF-8
Server: GNU rsp/1.0
Content-Language: en
Expires: -1
P3P: CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
Cache-Control: private, max-age=0
Connection: close
Date: Thu, 26 Feb 2015 07:02:30 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml">;
<head>
    <title>DVR GİRİŞ</title>
    <link href="./HAPPLE/pages/Styles/LoginNew.css?v1" rel="stylesheet" type="text/css" />
    <script src="./HAPPLE/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="./HAPPLE/js/rspFrame.js?v195"></script>
    <script src="./HAPPLE/pages/JS/login.js?V161" type="text/javascript"></script>
    <script type="text/javascript" language="javascript">
        function IEORFOREFOX_log() {
            var height = 0;
            if (window.XMLHttpRequest)//Determine whether the browser Mozilla, Sofari
            {
                height = ($(window).height() - 396) / 2;
                $(".divLoginOne").css("margin-top", height + "px");
            }
            else if (window.ActiveXObject)// Determine whether IE browser
            {
                var browser = navigator.appName;
                var b_version = navigator.appVersion;
                var version = b_version.split(";");
                var trim_Vers

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKjZa6VyB5GEoaJcPDbTHEbZ9Q3HChOBgEO52akRuDO8or3o5w>