JFIF    $         d d  7    * Z qn )ZP 0   !1 A "#a$2Qr   D8 a Ri [f  \m I ykI w0 c u F c Rı?lO7 к _f˓ [C $殷WF< _W ԣ s Kc ëI zyQy /_LK ℂ ;C",p F A : /] =H  ~ , l s / 9  ć: [=/#f ; ) x { ٛE Q )~     = 𘙲r*2~  a _V = '  ku m F  D } KYYC )( { * g& f `툪 r y ` = ^ c J. I ]( * `wq  1dđ #̩ ͑ 0  ; H ] u 搂 @:~ ו K L  N s h } O I R* 8 :2 ! lD JV o (  3 = M ( z Ȱ+i *N A  r6K n S l ) ! J J Ӂ* %  ݉?|D } d5: eP0 R; {$X' x F @ .ÊB {,WJ uQ ɲRI ;9 Q E琯 6 2fT .DU J ;*c  P A\IL Nj! J ۱+ O\ ͔ ] ޒ S߼ J ȧ c%A N ol  ՎprU L Zԛe r E2= X D Xg VQeӓ k y P7 U* o m Q I s ,K `) 6\G3t?pgjr m ۛجw luGt f  h 9uyP 0D;Uڽ"OXl i f $ ) &|ML 0 Z rm1 [ H XP l P R0  'G=i 2N +0 e 2 ]] 9 VT P  O׮ 7 h(F * 癈 ' = Q VZD F,d ߬ ~ T X G[ `le 69C R(!S2! P  < 0 x <     !1AQ "Raq 02Br #S CTb  ? Ζ "]mH5WR 7 k.ۛ ! } Q~ + yԏ z |@ T20 S~ K e k *zF f^2X *( @ 8 r ? C I uI|֓>^Ex LgNU Y+{.R Ѫ τV׸ YT D I 6 2 '8Y2  7'\T P.6 d &˦ @V q i  |8 -O Ε  ] ʔ U=   T L 8= ;6c |  !qfF3 a ů& ~$ l} 'NW U s$U k^S V : U# 6w +  +s &r+n ڐ   { @ 29 gL u " T Ù  M=6  (^ "7 r}=6Yݾ lC u hquymp Ǧ G jhs ǜNl ɻ} o 7 #S6 a w 4 !  OS  r D  5 7 % | ?x> L |  / nD 6?/8 w # [ ) L 7 +6〼T A T g   !  %5  Mm Z /c  -{1_Je "| ^$ 'O  & ޱմ < H vNqϡQ$ < 6 &Nݛ ֨tǻN (9 n ru~'όN sMG& ,uH Kw *Ī 5@  u6  BԒ  i YN * f 0 _ GhKW u  lT <nj- 0{  M L~ | /a v\ E = ?1 \ɟuq Ђ Y O a K ޡP q  $ H8o Q˼EV ~ k 0 h' L  Pp M -M"  m^ !6l nմ 쮝C U T . ! :vMǨb h ډ Vc r @񄞅~p   #   !1QAa q  ? AL0L  x LU 4 d ; x   " 16ad0 7.\ߋ 0  = P l v/ " c A Ay A|2pO8"d MV #1] = \ " ˡ ] k v I9 d ۓ & q ) ǐq E ꞅ v "P )q X  &Q  З non]я u ג./ ; gZ$ M QР 2M ]h ni 0  P $ێ 3CɏGjώy : m c # S_ l@ '_ \m|C 2`K _  1 cIvGc $? PCQ S+D ? K aײ k Fr b 8 ύ NEدg ĝ U 3  6 #Ik+ v  {ƒ v i ( ވ  ? a e)  X xy/*@Q Ǽ Ծ ) $ IWO l c G;  !i  k{ gOŀ L ('x  T rb $ w) R $ & N1E td U3Uȉ1p M"N* (DNy d96.(jQ)  X 5 c QɎMy W ?  Q *!R > 6=7)Xj 5`J ] e  8%t ! + ' ! 1Q 5   !1 AQaq ё #2 "0BRb ? G t^ ## .l lQ T $  v , ,m   㵜5u bV  =sY+ @d { N ! dn O < .- B;  _w J t 6;Q  Jd. Q c%p{ 1 ,sND dF H I0 Гo X ш  e黅X ۢ F :)[ F G X ƹ / w _c MeD   ,ʡc c .  W D  tA $ j@ : ) - # u c1< @ۗ9F ) KJ- hpP] _ x [ q B lb p ʖ w q " LFGd ƶ * s +ډ_Zc " ? % t[I P  6 J ]# =ɺ V v v CGs Gh1 > )6 |e y ? L ӣ m,4 G W Ui ` ] uJVo VDG< SB 6ϏQ @ TiU l y O U 0 kfV ~ ~}S Z @ *WU Ui ## ; s /[ = ! 7}" W N ] ' (L !  ~ y5 g9T̅J kbM' +s :S +B) v @ M  j e C f j E 0  Y\Qn z G 1 д~ W o{T 9?`  Rm yhsy3 !HAD ] m  c1 ~ 2 L  S u7x T ;j$ `} 4-> L#  vzŏ I L S  ֭  T { r  jGK C ; b  pU= - ` Bs K. S F w4  M q] Z dH S 0 ) tLg Tiny File Manager | index.php
<?php // Start a session with a unique name to isolate it for your CRM website require('security.php'); // Include your database connection require('connection.inc.php'); // Set session cookie domain for your specific website ini_set('session.cookie_domain', 'digitalcardwale.com'); // Set error reporting to display errors error_reporting(E_ALL); ini_set('display_errors', 1); // Generate CSRF token if not set if (empty($_SESSION['csrf_token'])) { $_SESSION['csrf_token'] = bin2hex(random_bytes(32)); } // Handle the login process when the form is submitted if (isset($_POST['submit'])) { // Check CSRF token if (!isset($_POST['csrf_token']) || $_POST['csrf_token'] !== $_SESSION['csrf_token']) { echo " <script src='https://cdn.jsdelivr.net/npm/sweetalert2@11'></script> <script> document.addEventListener('DOMContentLoaded', function() { Swal.fire({ icon: 'error', title: 'Security Warning', text: 'Invalid CSRF token. Please try again.', }); }); </script> "; exit(); } // Sanitize user input $email = mysqli_real_escape_string($conn, $_POST['email']); $password = mysqli_real_escape_string($conn, $_POST['password']); // Query the database to find the user with the provided email $query = "SELECT * FROM users WHERE email = '$email' AND deleted_at IS NULL"; $result = mysqli_query($conn, $query); // Check if the user exists if ($result && mysqli_num_rows($result) > 0) { $user = mysqli_fetch_assoc($result); // Verify the password (assuming password is hashed in the database) if (password_verify($password, $user['password'])) { // Set session variables after successful login $_SESSION['user_id'] = $user['user_id']; $_SESSION['username'] = $user['username']; $_SESSION['email'] = $user['email']; $_SESSION['role_id'] = $user['role_id']; unset($_SESSION['csrf_token']); // Redirect to the CRM dashboard or homepage header('Location: dashboard.php'); // Change this to your dashboard URL exit(); } else { // Incorrect password echo " <script src='https://cdn.jsdelivr.net/npm/sweetalert2@11'></script> <script> document.addEventListener('DOMContentLoaded', function() { Swal.fire({ icon: 'error', title: 'Oops...', text: 'Invalid password. Please try again.', }); }); </script> "; } } else { // User not found echo " <script src='https://cdn.jsdelivr.net/npm/sweetalert2@11'></script> <script> document.addEventListener('DOMContentLoaded', function() { Swal.fire({ icon: 'error', title: 'Oops...', text: 'No user found with that email address.', }); }); </script> "; } } ?> <!DOCTYPE html> <html lang="zxx"> <!-- Mirrored from demo.dashboardpack.com/user-management-html/login.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 02 Dec 2024 05:54:52 GMT --> <head> <!-- Required meta tags --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title>Management Admin</title> <link rel="icon" href="../assets/img/allnew/logo.png" type="image/png"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="css/bootstrap1.min.css" /> <!-- themefy CSS --> <link rel="stylesheet" href="vendors/themefy_icon/themify-icons.css" /> <link rel="stylesheet" href="vendors/font_awesome/css/all.min.css" /> <!-- datatable CSS --> <!-- scrollabe --> <link rel="stylesheet" href="vendors/scroll/scrollable.css" /> <!-- menu css --> <link rel="stylesheet" href="css/metisMenu.css"> <!-- style CSS --> <link rel="stylesheet" href="css/style1.css" /> <link rel="stylesheet" href="css/colors/default.css" id="colorSkinCSS"> <style> .main_content{ padding-left: 0px !important; } .footer_part{ padding-left: 0px !important; } </style> </head> <body class="crm_body_bg"> <section class="main_content dashboard_part large_header_bg"> <div class="main_content_iner "> <div class="container-fluid p-0"> <div class="row justify-content-center"> <div class="col-12"> <div class="dashboard_header mb_50"> <div class="row"> <div class="col-lg-6"> <div class="dashboard_header_title"> <h3>Dashboard</h3> </div> </div> <div class="col-lg-6"> <div class="dashboard_breadcam text-end"> <p><a href="dashboard.php">Dashboard</a> <i class="fas fa-caret-right"></i> login</p> </div> </div> </div> </div> </div> <div class="col-lg-12"> <div class="white_box mb_30"> <div class="row justify-content-center"> <div class="col-lg-6"> <!-- sign_in --> <div class="modal-content cs_modal"> <div class="modal-header justify-content-center theme_bg_1"> <h5 class="modal-title text_white">Log in</h5> </div> <div class="modal-body"> <form method="post" action=""> <?php if (empty($_SESSION['csrf_token'])) { $_SESSION['csrf_token'] = bin2hex(random_bytes(32)); } ?> <input type="hidden" name="csrf_token" value="<?php echo $_SESSION['csrf_token']; ?>"> <div class=""> <input type="text" name="email" class="form-control" placeholder="Enter your email" required> </div> <div class=""> <input type="password" name="password" class="form-control" placeholder="Password" required> </div> <button name="submit" class="btn_1 full_width text-center">Log in</button > <!-- <p>Need an account? <a data-toggle="modal" data-target="#sing_up" data-dismiss="modal" href="#"> Sign Up</a></p> --> <div class="text-center"> <a href="forgot_pass.php" data-toggle="modal" data-target="#forgot_password" data-dismiss="modal" class="pass_forget_btn">Forget Password?</a> </div> </form> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- footer part --> <?php require('footer.inc.php'); ?> </section> <!-- main content part end --> <!-- footer --> <!-- jquery slim --> <script src="js/jquery1-3.4.1.min.js"></script> <!-- popper js --> <script src="js/popper1.min.js"></script> <!-- bootstarp js --> <script src="js/bootstrap1.min.js"></script> <!-- sidebar menu --> <script src="js/metisMenu.js"></script> <!-- scrollabe --> <script src="vendors/scroll/perfect-scrollbar.min.js"></script> <script src="vendors/scroll/scrollable-custom.js"></script> <!-- custom js --> <script src="js/custom.js"></script> </body> <!-- Mirrored from demo.dashboardpack.com/user-management-html/login.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 02 Dec 2024 05:54:52 GMT --> </html>