PNG  IHDRxsBIT|d pHYs+tEXtSoftwarewww.inkscape.org<,tEXtComment File Manager

File Manager

Path: /home/u491334613/domains/bmxctrades.com/public_html/dashscrypt/

Viewing File: settings.php

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Account Settings | Bmxctrades.com</title>
    <link rel="icon" href="admin_icon_dir/1703507568643_icon.png">
    <link rel="stylesheet" href="assets/css/root.min.css?v=2">
    <link rel="stylesheet" href="assets/css/support-widget.css?v=1">
    <link rel="stylesheet" href="assets/css/toastr.css">
</head>




<body>

<?php include("header.php") ?>  
<main class="main account-password">
  <?php include("down.php") ?> 
  
  
  
  <?php 
if(isset($_POST["submit"])){
	
  $email = $user['Email'];
    
    $updatesql = sprintf("UPDATE members SET  Uname = '%s'  WHERE Email = '%s' ", 
            $_POST['u'],
            
            $email
      );
    
  if(mysqli_query($conn, $updatesql))
  {
  $to      = $email; // Send email to our user
  $subject = 'Account Updated'; // Give the email a subject 
  $message = ' 
    Account Updated
     Your Account has been Updated . 
     if this changes are not done by you kindly contact the Support term
  Thanks for choosing Bmxctrades.com
  For more enquires contact:
  Email: support@Bmxctrades.com
   
  '; 
  $header .= 'MIME-Version: 1.0' ."\r\n";
  $headers = 'From: Bmxctrades.com<support@Bmxctrades.com>' . "\r\n" .'Reply-To: support@Bmxctrades.com' . "\r\n" .'X-Mailer: PHP/' . phpversion(); // Set from headers
  mail($to, $subject, $message, $headers); // Send our email
  
  
     echo "<script>alert('Username updated'); window.location.href='settings.php';</script>";
    
    } 
    
    else {
    echo "<script>alert('Not updated'); window.location.href='settings.php?er=error';</script>";
}
  }
  
  
  
  $email = $user['Email'];

if (isset($_POST["smt"])) {
    $img = $_FILES['img']['name'];
    $randomName = uniqid() . '.' . pathinfo($img, PATHINFO_EXTENSION);
    $imageTarget = "assets/img/profile/" . $randomName;
    
    if (move_uploaded_file($_FILES['img']['tmp_name'], $imageTarget)) {
        $sqlht = sprintf("UPDATE members SET img = '%s' WHERE Email = '%s'", $randomName, $email);
        
        // Execute the SQL query
        if ($conn->query($sqlht) === TRUE) {
            echo "<script>alert('Upload Successfully'); window.location.href='settings.php';</script>";
        } else {
            echo "<script>alert('Error updating record: " . $conn->error . "'); window.location.href='settings.php?er=error';</script>";
        }
    } else {
        echo "<script>alert('Upload failed'); window.location.href='settings.php?er=error';</script>";
    }
}

?>
    <div class="main__box">
        <section class="tabs-menu">
            <a class="tabs-menu__link tabs-menu__link-active" href="settings.php">
                <svg width="21" height="20" viewbox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M10.5 13.125C8.775 13.125 7.375 11.725 7.375 10C7.375 8.275 8.775 6.875 10.5 6.875C12.225 6.875 13.625 8.275 13.625 10C13.625 11.725 12.225 13.125 10.5 13.125ZM10.5 8.125C9.46667 8.125 8.625 8.96667 8.625 10C8.625 11.0333 9.46667 11.875 10.5 11.875C11.5333 11.875 12.375 11.0333 12.375 10C12.375 8.96667 11.5333 8.125 10.5 8.125Z" fill="#101828"></path>
                    <path d="M13.175 18.4917C13 18.4917 12.825 18.4667 12.65 18.4251C12.1333 18.2834 11.7 17.9584 11.425 17.5001L11.325 17.3334C10.8333 16.4834 10.1583 16.4834 9.66663 17.3334L9.57496 17.4917C9.29996 17.9584 8.86663 18.2917 8.34996 18.4251C7.82496 18.5667 7.28329 18.4917 6.82496 18.2167L5.39163 17.3917C4.88329 17.1001 4.51663 16.6251 4.35829 16.0501C4.20829 15.4751 4.28329 14.8834 4.57496 14.3751C4.81663 13.9501 4.88329 13.5667 4.74163 13.3251C4.59996 13.0834 4.24163 12.9417 3.74996 12.9417C2.53329 12.9417 1.54163 11.9501 1.54163 10.7334V9.26674C1.54163 8.05008 2.53329 7.05841 3.74996 7.05841C4.24163 7.05841 4.59996 6.91674 4.74163 6.67508C4.88329 6.43341 4.82496 6.05008 4.57496 5.62508C4.28329 5.11674 4.20829 4.51674 4.35829 3.95008C4.50829 3.37508 4.87496 2.90008 5.39163 2.60841L6.83329 1.78341C7.77496 1.22508 9.01663 1.55008 9.58329 2.50841L9.68329 2.67508C10.175 3.52508 10.85 3.52508 11.3416 2.67508L11.4333 2.51674C12 1.55008 13.2416 1.22508 14.1916 1.79174L15.625 2.61674C16.1333 2.90841 16.5 3.38341 16.6583 3.95841C16.8083 4.53341 16.7333 5.12508 16.4416 5.63341C16.2 6.05841 16.1333 6.44174 16.275 6.68341C16.4166 6.92508 16.775 7.06674 17.2666 7.06674C18.4833 7.06674 19.475 8.05841 19.475 9.27508V10.7417C19.475 11.9584 18.4833 12.9501 17.2666 12.9501C16.775 12.9501 16.4166 13.0917 16.275 13.3334C16.1333 13.5751 16.1916 13.9584 16.4416 14.3834C16.7333 14.8917 16.8166 15.4917 16.6583 16.0584C16.5083 16.6334 16.1416 17.1084 15.625 17.4001L14.1833 18.2251C13.8666 18.4001 13.525 18.4917 13.175 18.4917ZM10.5 15.4084C11.2416 15.4084 11.9333 15.8751 12.4083 16.7001L12.5 16.8584C12.6 17.0334 12.7666 17.1584 12.9666 17.2084C13.1666 17.2584 13.3666 17.2334 13.5333 17.1334L14.975 16.3001C15.1916 16.1751 15.3583 15.9667 15.425 15.7167C15.4916 15.4667 15.4583 15.2084 15.3333 14.9917C14.8583 14.1751 14.8 13.3334 15.1666 12.6917C15.5333 12.0501 16.2916 11.6834 17.2416 11.6834C17.775 11.6834 18.2 11.2584 18.2 10.7251V9.25841C18.2 8.73341 17.775 8.30008 17.2416 8.30008C16.2916 8.30008 15.5333 7.93341 15.1666 7.29174C14.8 6.65008 14.8583 5.80841 15.3333 4.99174C15.4583 4.77508 15.4916 4.51674 15.425 4.26674C15.3583 4.01674 15.2 3.81674 14.9833 3.68341L13.5416 2.85841C13.1833 2.64174 12.7083 2.76674 12.4916 3.13341L12.4 3.29174C11.925 4.11674 11.2333 4.58341 10.4916 4.58341C9.74996 4.58341 9.05829 4.11674 8.58329 3.29174L8.49163 3.12508C8.28329 2.77508 7.81663 2.65008 7.45829 2.85841L6.01663 3.69174C5.79996 3.81674 5.63329 4.02508 5.56663 4.27508C5.49996 4.52508 5.53329 4.78341 5.65829 5.00008C6.13329 5.81674 6.19163 6.65841 5.82496 7.30008C5.45829 7.94174 4.69996 8.30841 3.74996 8.30841C3.21663 8.30841 2.79163 8.73341 2.79163 9.26674V10.7334C2.79163 11.2584 3.21663 11.6917 3.74996 11.6917C4.69996 11.6917 5.45829 12.0584 5.82496 12.7001C6.19163 13.3417 6.13329 14.1834 5.65829 15.0001C5.53329 15.2167 5.49996 15.4751 5.56663 15.7251C5.63329 15.9751 5.79163 16.1751 6.00829 16.3084L7.44996 17.1334C7.62496 17.2417 7.83329 17.2667 8.02496 17.2167C8.22496 17.1667 8.39163 17.0334 8.49996 16.8584L8.59163 16.7001C9.06663 15.8834 9.75829 15.4084 10.5 15.4084Z" fill="#101828"></path>
                </svg>
                <span>Account settings</span>
            </a>
            <!--<a class="tabs-menu__link" href="change-password">-->
            <!--    <svg width="21" height="20" viewbox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">-->
            <!--        <path d="M5.5 8.33317V6.6665C5.5 3.90817 6.33333 1.6665 10.5 1.6665C14.6667 1.6665 15.5 3.90817 15.5 6.6665V8.33317" stroke="#667085" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>-->
            <!--        <path d="M10.5 15.4167C11.6506 15.4167 12.5833 14.4839 12.5833 13.3333C12.5833 12.1827 11.6506 11.25 10.5 11.25C9.34937 11.25 8.41663 12.1827 8.41663 13.3333C8.41663 14.4839 9.34937 15.4167 10.5 15.4167Z" stroke="#667085" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>-->
            <!--        <path d="M14.6666 18.3335H6.33329C2.99996 18.3335 2.16663 17.5002 2.16663 14.1668V12.5002C2.16663 9.16683 2.99996 8.3335 6.33329 8.3335H14.6666C18 8.3335 18.8333 9.16683 18.8333 12.5002V14.1668C18.8333 17.5002 18 18.3335 14.6666 18.3335Z" stroke="#667085" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>-->
            <!--    </svg>-->
            <!--    <span>Password</span>-->
            <!--</a>-->
            <!--<a class="tabs-menu__link" href="2fa-security">-->
            <!--    <svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">-->
            <!--        <path d="M8.7418 1.85781L4.58346 3.42448C3.62513 3.78281 2.8418 4.91615 2.8418 5.93281V12.1245C2.8418 13.1078 3.4918 14.3995 4.28346 14.9911L7.8668 17.6661C9.0418 18.5495 10.9751 18.5495 12.1501 17.6661L15.7335 14.9911C16.5251 14.3995 17.1751 13.1078 17.1751 12.1245V5.93281C17.1751 4.90781 16.3918 3.77448 15.4335 3.41615L11.2751 1.85781C10.5668 1.59948 9.43346 1.59948 8.7418 1.85781Z" stroke="#667085" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>-->
            <!--        <path d="M10 10.4168C10.9205 10.4168 11.6667 9.67064 11.6667 8.75016C11.6667 7.82969 10.9205 7.0835 10 7.0835C9.07957 7.0835 8.33337 7.82969 8.33337 8.75016C8.33337 9.67064 9.07957 10.4168 10 10.4168Z" stroke="#667085" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>-->
            <!--        <path d="M10 10.4165V12.9165" stroke="#667085" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>-->
            <!--    </svg>-->
            <!--    <span>2FA Auth</span>-->
            <!--</a>-->

            <div class="tabs-menu__link tabs-menu__link-menu" href="#">
                <svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M12.5003 18.9587H7.50033C2.97533 18.9587 1.04199 17.0253 1.04199 12.5003V7.50033C1.04199 2.97533 2.97533 1.04199 7.50033 1.04199H12.5003C17.0253 1.04199 18.9587 2.97533 18.9587 7.50033V12.5003C18.9587 17.0253 17.0253 18.9587 12.5003 18.9587ZM7.50033 2.29199C3.65866 2.29199 2.29199 3.65866 2.29199 7.50033V12.5003C2.29199 16.342 3.65866 17.7087 7.50033 17.7087H12.5003C16.342 17.7087 17.7087 16.342 17.7087 12.5003V7.50033C17.7087 3.65866 16.342 2.29199 12.5003 2.29199H7.50033Z" fill="#667085"></path>
                    <path d="M10.0003 10.8337C9.53366 10.8337 9.16699 10.4587 9.16699 10.0003C9.16699 9.54199 9.54199 9.16699 10.0003 9.16699C10.4587 9.16699 10.8337 9.54199 10.8337 10.0003C10.8337 10.4587 10.467 10.8337 10.0003 10.8337Z" fill="#667085"></path>
                    <path d="M13.3333 10.8337C12.8667 10.8337 12.5 10.4587 12.5 10.0003C12.5 9.54199 12.875 9.16699 13.3333 9.16699C13.7917 9.16699 14.1667 9.54199 14.1667 10.0003C14.1667 10.4587 13.8 10.8337 13.3333 10.8337Z" fill="#667085"></path>
                    <path d="M6.66634 10.8337C6.19967 10.8337 5.83301 10.4587 5.83301 10.0003C5.83301 9.54199 6.20801 9.16699 6.66634 9.16699C7.12467 9.16699 7.49967 9.54199 7.49967 10.0003C7.49967 10.4587 7.13301 10.8337 6.66634 10.8337Z" fill="#667085"></path>
                </svg>
                <span>Menu</span>
            </div>
            <div class="tabs-menu__right">
                
                <!--<a class="tabs-menu__link" href="affiliate">-->

                <!--    <svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">-->
                <!--        <path d="M13.9163 15.8168H6.08301C5.73301 15.8168 5.34134 15.5418 5.22468 15.2085L1.77468 5.55846C1.28301 4.17513 1.85801 3.75013 3.04134 4.60013L6.29134 6.92513C6.83301 7.30013 7.44968 7.10846 7.68301 6.50013L9.14968 2.5918C9.61634 1.3418 10.3913 1.3418 10.858 2.5918L12.3247 6.50013C12.558 7.10846 13.1747 7.30013 13.708 6.92513L16.758 4.75013C18.058 3.8168 18.683 4.2918 18.1497 5.80013L14.783 15.2251C14.658 15.5418 14.2663 15.8168 13.9163 15.8168Z" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>-->
                <!--        <path d="M5.41699 18.333H14.5837" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>-->
                <!--        <path d="M7.91699 11.667H12.0837" stroke="#667085" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>-->
                <!--    </svg>-->
                <!--    <span>Affiliate</span>-->
                <!--</a>-->
                <!--<a class="tabs-menu__link" href="api">-->
                <!--    <svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">-->
                <!--        <path d="M7.08329 15.8083H6.66663C3.33329 15.8083 1.66663 14.9749 1.66663 10.8083V6.6416C1.66663 3.30827 3.33329 1.6416 6.66663 1.6416H13.3333C16.6666 1.6416 18.3333 3.30827 18.3333 6.6416V10.8083C18.3333 14.1416 16.6666 15.8083 13.3333 15.8083H12.9166C12.6583 15.8083 12.4083 15.9333 12.25 16.1416L11 17.8083C10.45 18.5416 9.54995 18.5416 8.99995 17.8083L7.74995 16.1416C7.61662 15.9583 7.31663 15.8083 7.08329 15.8083Z" stroke="#667085" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>-->
                <!--        <path d="M6.66667 7.25L5 8.91667L6.66667 10.5833" stroke="#667085" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>-->
                <!--        <path d="M13.3334 7.25L15 8.91667L13.3334 10.5833" stroke="#667085" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>-->
                <!--        <path d="M10.8333 6.9751L9.16663 10.8585" stroke="#667085" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>-->
                <!--    </svg>-->
                <!--    <span>API keys</span>-->
                <!--</a>-->
                <!--<a class="tabs-menu__link" href="promo-codes">-->
                <!--    <svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">-->
                <!--        <path d="M16.2501 10.4168C16.2501 9.26683 17.1834 8.3335 18.3334 8.3335V7.50016C18.3334 4.16683 17.5001 3.3335 14.1667 3.3335H5.83341C2.50008 3.3335 1.66675 4.16683 1.66675 7.50016V7.91683C2.81675 7.91683 3.75008 8.85016 3.75008 10.0002C3.75008 11.1502 2.81675 12.0835 1.66675 12.0835V12.5002C1.66675 15.8335 2.50008 16.6668 5.83341 16.6668H14.1667C17.5001 16.6668 18.3334 15.8335 18.3334 12.5002C17.1834 12.5002 16.2501 11.5668 16.2501 10.4168Z" stroke="#667085" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>-->
                <!--        <path d="M7.5 12.2915L12.5 7.2915" stroke="#667085" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>-->
                <!--        <path d="M12.4953 12.2917H12.5028" stroke="#667085" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>-->
                <!--        <path d="M7.49534 7.70817H7.50283" stroke="#667085" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>-->
                <!--    </svg>-->
                <!--    <span>Promo codes</span>-->
                <!--</a>-->
            </div>
        </section>
        <section class="settings">
            <div class="settings__container">
                <div class="settings__block settings__block-photo">
                    <div class="settings__block-left">
                        <div class="settings__img">
                            <svg width="28" height="28" viewbox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <path d="M7.88682 25.6668H20.1135C23.3335 25.6668 24.6168 23.6952 24.7685 21.2918L25.3752 11.6552C25.5385 9.13516 23.5318 7.00016 21.0002 7.00016C20.2885 7.00016 19.6352 6.59183 19.3085 5.96183L18.4685 4.27016C17.9318 3.2085 16.5318 2.3335 15.3418 2.3335H12.6702C11.4685 2.3335 10.0685 3.2085 9.53182 4.27016L8.69182 5.96183C8.36515 6.59183 7.71182 7.00016 7.00015 7.00016C4.46849 7.00016 2.46182 9.13516 2.62515 11.6552L3.23182 21.2918C3.37182 23.6952 4.66682 25.6668 7.88682 25.6668Z" stroke="#2A353D" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path>
                                <path d="M12.25 9.3335H15.75" stroke="#2A353D" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path>
                                <path d="M14 20.9998C16.0884 20.9998 17.7917 19.2965 17.7917 17.2082C17.7917 15.1198 16.0884 13.4165 14 13.4165C11.9117 13.4165 10.2084 15.1198 10.2084 17.2082C10.2084 19.2965 11.9117 20.9998 14 20.9998Z" stroke="#2A353D" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path>
                            </svg>
                        </div>
                        <div class="settings__block-wrapper">
                            <div class="settings__title">
                                Profile photo
                            </div>
                            <div class="settings__description">
                                Update your profile avatar
                            </div>
                        </div>
                    </div>
              <form method="POST" action="settings.php" class="settings__block-right" enctype="multipart/form-data">
        <div class="settings__photo">
            <div class="settings__photo-wrapper">
                <div class="settings__photo-buttons">
                    <div class="settings__photo-upload">
                        <button type="button" class="buttons__02 settings__button-upload">
                            <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <path d="M16.875 4.375H10.625L8.75 2.5H3.125C2.34375 2.5 1.875 3.28125 1.875 4.375V15.625C1.875 16.7188 2.34375 17.5 3.125 17.5H16.875C17.6562 17.5 18.125 16.7188 18.125 15.625V5C18.125 4.78125 17.9688 4.625 17.8125 4.53125L16.875 3.59375C16.7812 3.4375 16.625 3.28125 16.4062 3.28125H11.5625C11.4062 3.28125 11.25 3.125 11.25 2.96875C11.25 2.8125 11.4062 2.65625 11.5625 2.65625H16.4062C16.875 2.65625 17.1875 3 17.1875 3.4375V4.375C17.1875 4.53125 17.0312 4.6875 16.875 4.6875ZM10.9375 12.6562C10.9375 12.8125 11.0938 12.9688 11.25 12.9688H12.8125C12.9688 12.9688 13.125 12.8125 13.125 12.6562V10.7812H14.8438C15 10.7812 15.1562 10.625 15.1562 10.4688V8.59375C15.1562 8.4375 15 8.28125 14.8438 8.28125H5.15625C5 8.28125 4.84375 8.4375 4.84375 8.59375V10.4688C4.84375 10.625 5 10.7812 5.15625 10.7812H6.875V12.6562C6.875 12.8125 7.03125 12.9688 7.1875 12.9688H8.75C8.90625 12.9688 9.0625 12.8125 9.0625 12.6562V10.7812H10.9375V12.6562Z" fill="#444444"/>
                            </svg>
                            Browse
                        </button>
                    </div>
                    <input type="file" accept="image/x-png,image/jpeg" id="profile_photo_input" name="img" style="display: none;">
                </div>
            </div>
            <div class="settings__photo-img">
                <img class="settings__photo-image" src="assets/img/profile/<?php echo $user["img"] ?>" id="my_profile_photo" alt="Profile Photo">
            </div>
        </div>
        
        <div class="settings__photo-submit">
            <button type="submit" name="smt" class="buttons__02 settings__button-submit">
                <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13.7005 7.41699C16.7005 7.67533 17.9255 9.21699 17.9255 12.592V12.7003C17.9255 16.4253 16.4338 17.917 12.7088 17.917H7.28381C3.55881 17.917 2.06714 16.4253 2.06714 12.7003V12.592C2.06714 9.24199 3.27547 7.70033 6.22547 7.42533" stroke="#444444" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path d="M10 1.6665V12.3998" stroke="#444444" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path d="M12.7921 10.542L10.0004 13.3337L7.20874 10.542" stroke="#444444" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>
                </svg>
                Upload
            </button>
        </div>
    </form>

    <script>
        document.querySelector('.settings__button-upload').addEventListener('click', function() {
            document.getElementById('profile_photo_input').click();
        });

        document.getElementById('profile_photo_input').addEventListener('change', function() {
            const file = this.files[0];
            if (file) {
                const reader = new FileReader();
                reader.onload = function(event) {
                    document.getElementById('my_profile_photo').setAttribute('src', event.target.result);
                }
                reader.readAsDataURL(file);
            }
        });
    </script>

                </div>
                <div class="settings__block settings__block-update">
                    <div class="settings__block-left">
                        <div class="settings__img">
                            <svg width="28" height="29" viewbox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <path d="M10.5 26.427H17.5C23.3334 26.427 25.6667 24.0246 25.6667 18.0184V10.811C25.6667 4.80481 23.3334 2.40234 17.5 2.40234H10.5C4.66671 2.40234 2.33337 4.80481 2.33337 10.811V18.0184C2.33337 24.0246 4.66671 26.427 10.5 26.427Z" stroke="#2A353D" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path>
                                <path d="M18.375 10.811H9.625" stroke="#2A353D" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path>
                                <path d="M18.375 18.0186H9.625" stroke="#2A353D" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path>
                            </svg>
                        </div>
                        <div class="settings__block-wrapper">
                            <div class="settings__title">
                                Account username
                            </div>
                            <div class="settings__description">
                                Manage your account username
                            </div>
                        </div>
                    </div>
                    <form  method="POST" action="settings.php" class="settings__block-right">
                        
                        
                        
                         
                        <div class="settings__input-mail">
                            <input  name="u" class="input__01" type="text" placeholder="<?php echo  $user["Uname"]; ?>" id="username_input">
                        </div>
                        <div class="settings__btn-update">
                            <button type="submit" name="submit" class="buttons__02" id="update_username">
                                <svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M18.3334 9.99984C18.3334 14.5998 14.6001 18.3332 10.0001 18.3332C5.40008 18.3332 2.59175 13.6998 2.59175 13.6998M2.59175 13.6998H6.35841M2.59175 13.6998V17.8665M1.66675 9.99984C1.66675 5.39984 5.36675 1.6665 10.0001 1.6665C15.5584 1.6665 18.3334 6.29984 18.3334 6.29984M18.3334 6.29984V2.13317M18.3334 6.29984H14.6334" stroke="#444444" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>
                                Update
                            </button>
                        </div>
                         
                    </form>
                </div>
                <div class="settings__block settings__block-mail">
                    <div class="settings__block-left">
                        <div class="settings__img">
                            <svg width="28" height="28" viewbox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <path d="M19.8334 23.9168H8.16671C4.66671 23.9168 2.33337 22.1668 2.33337 18.0835V9.91683C2.33337 5.8335 4.66671 4.0835 8.16671 4.0835H19.8334C23.3334 4.0835 25.6667 5.8335 25.6667 9.91683V18.0835C25.6667 22.1668 23.3334 23.9168 19.8334 23.9168Z" stroke="#2A353D" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                                <path d="M19.8333 10.5L16.1816 13.4167C14.98 14.3733 13.0083 14.3733 11.8066 13.4167L8.16663 10.5" stroke="#2A353D" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                            </svg>
                        </div>
                        <div class="settings__block-wrapper">
                            <div class="settings__title">
                                Email
                            </div>
                            <div class="settings__description">
                                Your current active email address
                            </div>
                        </div>
                    </div>
                    <div class="settings__block-right">
                        <input value="<?php echo  $user["Email"]; ?>" class="input__01" type="text" disabled="">
                    </div>
                </div>
            </div>
        </section>
    </div>
</main>

</script><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="assets/js/tabs-menu.min.js"></script>
 <?php include("footer.php") ?> 


<!-- END FOOTER -->
<script src="assets/js/jquery-3.4.1.min.js"></script>
<script src="assets/js/app.min.js"></script>
<script src="assets/js/toastr.js"></script>
<script src="assets/js/newnoti.js"></script>
<script src="assets/js/error-modal.js?v=4"></script>
 


</body>

</html>
 
b IDATxytVսϓ22 A@IR :hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-EIENT ;@xT.i%-X}SvS5.r/UHz^_$-W"w)Ɗ/@Z &IoX P$K}JzX:;` &, ŋui,e6mX ԵrKb1ԗ)DADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADA݀!I*]R;I2$eZ#ORZSrr6mteffu*((Pu'v{DIߔ4^pIm'77WEEE;vƎ4-$]'RI{\I&G :IHJ DWBB=\WR޽m o$K(V9ABB.}jѢv`^?IOȅ} ڶmG}T#FJ`56$-ھ}FI&v;0(h;Б38CӧOWf!;A i:F_m9s&|q%=#wZprrrla A &P\\СC[A#! {olF} `E2}MK/vV)i{4BffV\|ۭX`b@kɶ@%i$K z5zhmX[IXZ` 'b%$r5M4º/l ԃߖxhʔ)[@=} K6IM}^5k㏷݆z ΗÿO:gdGBmyT/@+Vɶ纽z񕏵l.y޴it뭷zV0[Y^>Wsqs}\/@$(T7f.InݺiR$푔n.~?H))\ZRW'Mo~v Ov6oԃxz! S,&xm/yɞԟ?'uaSѽb,8GלKboi&3t7Y,)JJ c[nzӳdE&KsZLӄ I?@&%ӟ۶mSMMњ0iؐSZ,|J+N ~,0A0!5%Q-YQQa3}$_vVrf9f?S8`zDADADADADADADADADAdqP,تmMmg1V?rSI꒟]u|l RCyEf٢9 jURbztѰ!m5~tGj2DhG*{H9)꒟ר3:(+3\?/;TUݭʴ~S6lڧUJ*i$d(#=Yݺd{,p|3B))q:vN0Y.jkק6;SɶVzHJJЀ-utѹսk>QUU\޲~]fFnK?&ߡ5b=z9)^|u_k-[y%ZNU6 7Mi:]ۦtk[n X(e6Bb."8cۭ|~teuuw|ήI-5"~Uk;ZicEmN/:]M> cQ^uiƞ??Ңpc#TUU3UakNwA`:Y_V-8.KKfRitv޲* 9S6ֿj,ՃNOMߤ]z^fOh|<>@Å5 _/Iu?{SY4hK/2]4%it5q]GGe2%iR| W&f*^]??vq[LgE_3f}Fxu~}qd-ږFxu~I N>\;͗O֊:̗WJ@BhW=y|GgwܷH_NY?)Tdi'?խwhlmQi !SUUsw4kӺe4rfxu-[nHtMFj}H_u~w>)oV}(T'ebʒv3_[+vn@Ȭ\S}ot}w=kHFnxg S 0eޢm~l}uqZfFoZuuEg `zt~? b;t%>WTkķh[2eG8LIWx,^\thrl^Ϊ{=dž<}qV@ ⠨Wy^LF_>0UkDuʫuCs$)Iv:IK;6ֲ4{^6եm+l3>݆uM 9u?>Zc }g~qhKwڭeFMM~pМuqǿz6Tb@8@Y|jx](^]gf}M"tG -w.@vOqh~/HII`S[l.6nØXL9vUcOoB\xoǤ'T&IǍQw_wpv[kmO{w~>#=P1Pɞa-we:iǏlHo׈꒟f9SzH?+shk%Fs:qVhqY`jvO'ρ?PyX3lх]˾uV{ݞ]1,MzYNW~̈́ joYn}ȚF߾׮mS]F z+EDxm/d{F{-W-4wY듏:??_gPf ^3ecg ҵs8R2מz@TANGj)}CNi/R~}c:5{!ZHӋӾ6}T]G]7W6^n 9*,YqOZj:P?Q DFL|?-^.Ɵ7}fFh׶xe2Pscz1&5\cn[=Vn[ĶE鎀uˌd3GII k;lNmشOuuRVfBE]ۣeӶu :X-[(er4~LHi6:Ѻ@ԅrST0trk%$Č0ez" *z"T/X9|8.C5Feg}CQ%͞ˣJvL/?j^h&9xF`њZ(&yF&Iݻfg#W;3^{Wo^4'vV[[K';+mӍִ]AC@W?1^{එyh +^]fm~iԵ]AB@WTk̏t uR?l.OIHiYyԶ]Aˀ7c:q}ힽaf6Z~қm(+sK4{^6}T*UUu]n.:kx{:2 _m=sAߤU@?Z-Vކеz왍Nэ{|5 pڶn b p-@sPg]0G7fy-M{GCF'%{4`=$-Ge\ eU:m+Zt'WjO!OAF@ik&t݆ϥ_ e}=]"Wz_.͜E3leWFih|t-wZۍ-uw=6YN{6|} |*={Ѽn.S.z1zjۻTH]흾 DuDvmvK.`V]yY~sI@t?/ϓ. m&["+P?MzovVЫG3-GRR[(!!\_,^%?v@ҵő m`Y)tem8GMx.))A]Y i`ViW`?^~!S#^+ѽGZj?Vģ0.))A꨷lzL*]OXrY`DBBLOj{-MH'ii-ϰ ok7^ )쭡b]UXSְmռY|5*cֽk0B7镹%ڽP#8nȎq}mJr23_>lE5$iwui+ H~F`IjƵ@q \ @#qG0".0" l`„.0! ,AQHN6qzkKJ#o;`Xv2>,tێJJ7Z/*A .@fفjMzkg @TvZH3Zxu6Ra'%O?/dQ5xYkU]Rֽkق@DaS^RSּ5|BeHNN͘p HvcYcC5:y #`οb;z2.!kr}gUWkyZn=f Pvsn3p~;4p˚=ē~NmI] ¾ 0lH[_L hsh_ғߤc_њec)g7VIZ5yrgk̞W#IjӪv>՞y睝M8[|]\շ8M6%|@PZڨI-m>=k='aiRo-x?>Q.}`Ȏ:Wsmu u > .@,&;+!!˱tﭧDQwRW\vF\~Q7>spYw$%A~;~}6¾ g&if_=j,v+UL1(tWake:@Ș>j$Gq2t7S?vL|]u/ .(0E6Mk6hiۺzښOrifޱxm/Gx> Lal%%~{lBsR4*}{0Z/tNIɚpV^#Lf:u@k#RSu =S^ZyuR/.@n&΃z~B=0eg뺆#,Þ[B/?H uUf7y Wy}Bwegל`Wh(||`l`.;Ws?V@"c:iɍL֯PGv6zctM̠':wuW;d=;EveD}9J@B(0iհ bvP1{\P&G7D޴Iy_$-Qjm~Yrr&]CDv%bh|Yzni_ˆR;kg}nJOIIwyuL}{ЌNj}:+3Y?:WJ/N+Rzd=hb;dj͒suݔ@NKMԄ jqzC5@y°hL m;*5ezᕏ=ep XL n?מ:r`۵tŤZ|1v`V뽧_csج'ߤ%oTuumk%%%h)uy]Nk[n 'b2 l.=͜E%gf$[c;s:V-͞WߤWh-j7]4=F-X]>ZLSi[Y*We;Zan(ӇW|e(HNNP5[= r4tP &0<pc#`vTNV GFqvTi*Tyam$ߏWyE*VJKMTfFw>'$-ؽ.Ho.8c"@DADADADADADADADADA~j*֘,N;Pi3599h=goضLgiJ5փy~}&Zd9p֚ e:|hL``b/d9p? fgg+%%hMgXosج, ΩOl0Zh=xdjLmhݻoO[g_l,8a]٭+ӧ0$I]c]:粹:Teꢢ"5a^Kgh,&= =՟^߶“ߢE ܹS J}I%:8 IDAT~,9/ʃPW'Mo}zNƍ쨓zPbNZ~^z=4mswg;5 Y~SVMRXUյڱRf?s:w ;6H:ºi5-maM&O3;1IKeamZh͛7+##v+c ~u~ca]GnF'ټL~PPPbn voC4R,ӟgg %hq}@#M4IÇ Oy^xMZx ) yOw@HkN˖-Sǎmb]X@n+i͖!++K3gd\$mt$^YfJ\8PRF)77Wא!Cl$i:@@_oG I{$# 8磌ŋ91A (Im7֭>}ߴJq7ޗt^ -[ԩSj*}%]&' -ɓ'ꫯVzzvB#;a 7@GxI{j޼ƌ.LÇWBB7`O"I$/@R @eee@۷>}0,ɒ2$53Xs|cS~rpTYYY} kHc %&k.], @ADADADADADADADADA@lT<%''*Lo^={رc5h %$+CnܸQ3fҥK}vUVVs9G R,_{xˇ3o߾;TTTd}馛]uuuG~iԩ@4bnvmvfϞ /Peeeq}}za I~,誫{UWW뮻}_~YƍSMMMYχ֝waw\ďcxꩧtEƍկ_?۷5@u?1kNׯWzz/wy>}zj3 k(ٺuq_Zvf̘:~ ABQ&r|!%KҥKgԞ={<_X-z !CyFUUz~ ABQIIIjݺW$UXXDٳZ~ ABQƍecW$<(~<RSSvZujjjԧOZQu@4 8m&&&jԩg$ď1h ͟?_{768@g =@`)))5o6m3)ѣƌJ;wҿUTT /KZR{~a=@0o<*狔iFɶ[ˎ;T]]OX@?K.ۈxN pppppppppppppppppPfl߾] ,{ァk۶mڿo5BTӦMӴiӴ|r DB2e|An!Dy'tkΝ[A $***t5' "!駟oaDnΝ:t֭[gDШQ06qD;@ x M6v(PiizmZ4ew"@̴ixf [~-Fٱc&IZ2|n!?$@{[HTɏ#@hȎI# _m(F /6Z3z'\r,r!;w2Z3j=~GY7"I$iI.p_"?pN`y DD?: _  Gÿab7J !Bx@0 Bo cG@`1C[@0G @`0C_u V1 aCX>W ` | `!<S `"<. `#c`?cAC4 ?c p#~@0?:08&_MQ1J h#?/`7;I  q 7a wQ A 1 Hp !#<8/#@1Ul7=S=K.4Z?E_$i@!1!E4?`P_  @Bă10#: "aU,xbFY1 [n|n #'vEH:`xb #vD4Y hi.i&EΖv#O H4IŶ}:Ikh @tZRF#(tXҙzZ ?I3l7q@õ|ۍ1,GpuY Ꮿ@hJv#xxk$ v#9 5 }_$c S#=+"K{F*m7`#%H:NRSp6I?sIՖ{Ap$I$I:QRv2$Z @UJ*$]<FO4IENDB`