Server IP : 103.6.199.200 / Your IP : 52.14.6.41 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/cenxusco/hlb.cenxus.com/wwwroot/ |
Upload File : |
<?php $site = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]"; $site_url = $site . "$_SERVER[REQUEST_URI]"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- <meta name="viewport" content="width=800"> --> <meta name="viewport" id="viewport" content="width=device-width,minimum-scale=0.77,maximum-scale=10.0,initial-scale=0.77" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <title>HLB Wallet</title> <meta name="keyword" content=""> <meta name="description" content="Spin & Win" /> <meta http-equiv="imagetoolbar" content="no" /> <meta property="og:locale" content="en_us" /> <meta property="og:type" content="website" /> <meta property="og:title" content="HLB Wallet" /> <meta property="og:description" content="Spin & Win" /> <meta property="og:url" content="<?php echo $site_url; ?>" /> <meta property="og:site_name" content="Hong Leong Bank Malaysia" /> <meta property="og:image" content="assets/images/banner.jpg" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Spin & Win" /> <meta name="twitter:site" content="Hong Leong Bank Malaysia" /> <meta name="twitter:title" content="HLB Wallet" /> <meta name="twitter:image" content="assets/images/banner.jpg" /> <meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="email=no"> <!-- Favicon --> <link rel="apple-touch-icon" sizes="180x180" href="assets/favicon_io/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/favicon_io/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="assets/favicon_io/favicon-16x16.png"> <link rel="manifest" href="assets/favicon_io/site.webmanifest"> <link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="assets/css/styles.css" /> <script type="text/javascript" src="assets/js/jquery.min.js"></script> <script type="text/javascript" src="assets/js/pages.js"></script> <script type="text/JavaScript"> //<![CDATA[ $.ajaxSetup ({ cache: false }); $(document).ready(function($){ var currentDate = '<?php echo date("Ymd His"); ?>'; console.log(currentDate); /* ! SHARE FUNCTION */ $('#btn-share').on('click', () => { if (navigator.share) { navigator.share({ title: 'HLB Wallet', text: 'HLB Wallet (Spin & Win)', url: '<?php echo $site_url; ?>', }) .then(() => console.log('Successful share')) .catch((error) => console.log('Error sharing', error)); } else { console.log('Share not supported on this browser, do it the old way.'); } }); }); //]]> </script> </head> <body> <div id="page-main" class="page"> <div class="header"> <a class="logo" href="https://www.hlb.com.my/" target="_blank"><img src="assets/images/logo.png" alt="Hong Leong Bank Malaysia" /></a> </div> <div class="body"> <section class="section section-start step step-start"> <div class="main_text"><img src="assets/images/text-spin_win.png" alt="HLB WALLET SPIN & WIN" /></div> <h2>Please enter your <strong>WELCOME</strong> code to play</h2> <form id="start-form" class="form" novalidate name="form"> <div class="form-group input-group"> <input type="text" id="code" name="code" class="input required" placeholder="Enter your code"> </div> <div class="boxer-submit"> <button type="button" id="btn-submit" class="btn btn-submit"><img src="assets/images/btn-submit.png" alt="Submit" /></button> </div> </form> </section> <section class="section section-game step step-game"> <div class="weel"> <div class="prize prize-expensive"><img src="assets/images/prize-01.png" /></div> <div class="frame"><img src="assets/images/spin_frame.png" /></div> <div class="stopper"><img src="assets/images/spin_stopper.png" /></div> <button type="button" id="btn-spin" class="btn btn-spin"><img src="assets/images/btn-spin.png" alt="Spin" /></button> </div> </section> <section class="section section-final step step-final"> <div class="boxer-message"> <div class="box-text"> <h3>YAY!</h3> <h4>You Won<br /><span class="prizeValue">RM0</span></h4> </div> </div> </section> </div> <div class="footer"> <div class="boxer-final step step-final">> <div class="boxer-share"> <button type="button" id="btn-share" class="btn btn-share"><img src="assets/images/btn-share.png" alt="Share Now" /></button> </div> <h5>The Cashback will be credited into <span class="d-ib">your HLB Wallet account</span> <span class="d-ib">within 48 hours.</span><br />Terms and conditions apply.</h5> </div> <h5 class="step step-start">Click <a href="#">here</a> to find out how to retrieve your code.</h5> <p>T&Cs apply. Member of PIDM. Protected by PIDM up to RM250,000 for each depositor.</p> </div> <!-- Feedback :: Thank You --> <div class="feedback-message" id="thankyouFeedback"> <p>Thanks for playing.<br />But each person can <strong>only spin once.</strong></p> <button type="button" class="close" onclick="closeFeedback();"><img src="assets/images/icon-close.png" alt="Close" /></button> </div> </div> </body> </html>