OwlCyberSecurity - MANAGER
Edit File: tambah-neweve.php
<?php session_start(); include 'connect-db.php'; if($_SESSION['status_login'] != true){ echo '<script>window.location="login.php"</script>'; } ?> <!DOCTYPE html> <html lang="id"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="Result nomor togel, keluaran nomor togel, result hk, result sgp, result bullseye, result nomor sgp"> <meta name="author" content="macautoto.com"> <title>TAMBAH RESULT NOMOR TOGEL NEWYORK EVENING</title> <link rel="shortcut icon" type="image/png" href="images/favicon.webp"/> <link href="https://fonts.googleapis.com/css?family=Nunito:400,700" rel="stylesheet"> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <style> body { background-image:url(/); background-color:#001e38; } </style> </head> <body class=""> <div class="container"> <div class="p-2"> <div class="row"> <div class="col-md-4"> <a href="dashboard.php" class="logo"><img src="images/logo.webp" alt="RESULT NOMOR" /></a> </div> <div class="col-md-8 text-right pt-2"> <h4 class="m-0 mb-2 sitetitle"><a href="dashboard.php">Result Nomor Cambodia, Sydney, SGP, HK</a></h4> </div> </div> </div> <!-- menu --> <div class="bg-menu text-center py-1 pt-2 font-weight-bold"> <ul class="mainmenu"> <li><a href="dashboard.php">Dashboard</a></li> <li><a href="profil.php">Profil</a></li> <li><a href="result.php">Result Togel</a></li> <li><a href="logout.php">Logout</a></li> </div><div class="row no-gutters"> <div class="col-md-9"> <!-- pasaran --> <div class="section"> <div class="container"> <font color="white"><h3>Tambah Result NEWYORK EVENING</h3></font> <div class="box"> <form action="" method="POST" enctype="multipart/form-data"> <input type="text" name="periode" class="input-control" placeholder="Masukan Result" maxlength="4" required> <input type="date" name="nama" class="input-control" placeholder="Periode Cam" required> <select class="input-control" name="status"> <option value="">--Pilih--</option> <option value="1">Aktif</option> <option value="0">Tidak Aktif</option> </select> <input type="submit" name="submit" value="Submit" class="btn"> </form> <?php if(isset($_POST['submit'])){ $periode = $_POST['periode']; $nama = $_POST['nama']; $status = $_POST['status']; $insert = mysqli_query($conn, "INSERT INTO neweve_result VALUES ( null, '".$nama."', '".$periode."', '".$status."', null ) "); if($insert){ echo '<script>alert("Update Result Berhasil Bosku !!")</script>'; echo '<script>window.location="result.php"</script>'; }else{ echo 'gagal'.mysqli_error($conn); } } ?> </div> </div> </div> </div> <!-- banner below tombol result --> <!-- selesai banner below tombol result --> <div class="col-md-3"> <div class="pl-md-2 mt-1"> <h5 class="bg-primary py-2 px-2 mb-0 text-white border border-dark">Result Togel</h5> <table class="table table-dark table-striped table-hover"> <tr><td><a href="tambah-hk.php"><img src="images/hk.webp" alt="hk" /></a></td><td><a href="tambah-hk.php" class="text-white">Result Hongkong</a></td></tr> <tr><td><a href="tambah-sgp.php"><img src="images/sg.webp" alt="sgp" /></a></td><td><a href="tambah-sgp.php" class="text-white">Result Singapore</a></td></tr> <tr><td><a href="tambah-sdy.php"><img src="images/sd.webp" alt="sd" /></a></td><td><a href="tambah-sdy.php" class="text-white">Result Sydney</a></td></tr> <tr><td><a href="tambah-cam.php"><img src="images/cb.webp" alt="cb" /></a></td><td><a href="tambah-cam.php" class="text-white">Result Cambodia</a></td></tr> </table> <h5 class="bg-primary py-2 px-2 mb-0 text-white border border-dark">Hubungi Kami</h5> <table class="table table-dark table-striped table-hover"> <tr> <td><p><strong><a href="mailto:lamphaphoi88@gmail.com">Email : LAMPHA88</a><br /> WA : +62 813-000-1234<br /> Skype : Lampha88 </strong></p> </td> </tr> </table> <div class="text-center"><center><script id="_wau38w">var _wau = _wau || []; _wau.push(["classic", "rnpmramri9yj", "38w"]); })();</script> </div> </div> </div> </div> <!-- footer --> <footer class="p-3 pb-2 text-center"> <div class="text-light"><p class="p-0 m-0"><large>Copyright © 2021 <a href="/" class="text-white">PVJBET</a>. All Right Reserved.</large></p></div> </footer> <script src="vendor/jquery/jquery.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script> $(function(){ $(".btn-close").click(function(){ $(this).parents('[class^="banner-"]').hide(); return false; }); $(".haschild").hover(function(){ $(this).find('ul').show(); }, function(){ $(this).find('ul').hide(); }); }); </script> </body> </html>