📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
gorevyapscriptiv2.demodesign.com.tr
📝
profile.php
← Geri Dön
<?php include ('config.php'); include ('system/inc/sitedata.php'); if (!isset($_SESSION['login'])){ echo " <meta http-equiv='refresh' content='1;URL=login.php'> "; exit(); } ?> <!DOCTYPE html> <html lang="en"> <?php include ('system/inc/header.php'); ?> <!--********************************** Content body start ***********************************--> <div class="content-body"> <div class="container-fluid"> <div class="row"> <div class="col-xl-6 col-xxl-6 col-6"> <div class="swiper-box"> <div class="swiper-container card-swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="card-bx stacked card"> <img src="system/themes/images/card/card1.jpg" alt=""> <div class="card-info"> <p class="mb-1 text-white fs-14">Toplam Bakiye</p> <div class="d-flex justify-content-between"> <h2 class="num-text text-white mb-5 font-w600"><?=$bakiye;?> ₺</h2> <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.2744 18.8013H16.0334V23.616H19.2744C19.9286 23.616 20.5354 23.3506 20.9613 22.9053C21.4066 22.4784 21.672 21.8726 21.672 21.1989C21.673 19.8813 20.592 18.8013 19.2744 18.8013Z" fill="white"/> <path d="M18 0C8.07429 0 0 8.07429 0 18C0 27.9257 8.07429 36 18 36C27.9257 36 36 27.9247 36 18C36 8.07531 27.9247 0 18 0ZM21.6627 26.3355H19.5398V29.6722H17.3129V26.3355H16.0899V29.6722H13.8528V26.3355H9.91954V24.2414H12.0898V11.6928H9.91954V9.59863H13.8528V6.3288H16.0899V9.59863H17.3129V6.3288H19.5398V9.59863H21.4735C22.5535 9.59863 23.5491 10.044 24.2599 10.7547C24.9706 11.4655 25.416 12.4611 25.416 13.5411C25.416 15.6549 23.7477 17.3798 21.6627 17.4744C24.1077 17.4744 26.0794 19.4647 26.0794 21.9096C26.0794 24.3453 24.1087 26.3355 21.6627 26.3355Z" fill="white"/> <path d="M20.7062 15.8441C21.095 15.4553 21.3316 14.9338 21.3316 14.3465C21.3316 13.1812 20.3842 12.2328 19.2178 12.2328H16.0334V16.4695H19.2178C19.7959 16.4695 20.3266 16.2226 20.7062 15.8441Z" fill="white"/> </svg> </div> </div> </div> </div> <div class="swiper-slide"> <div class="card-bx stacked card"> <img src="system/themes/images/card/card2.jpg" alt=""> <div class="card-info"> <p class="fs-14 mb-1 text-white">Yapılan Görev</p> <?php $sayTopGor = mysqli_query($connect, "SELECT * FROM yapilangorevler WHERE userid = '$userid' AND durum = 1"); $yazdirTopGor = mysqli_num_rows ($sayTopGor); ?> <div class="d-flex justify-content-between"> <h2 class="num-text text-white mb-5 font-w600"><?=$yazdirTopGor;?> Adet </h2> <svg width="55" height="34" viewBox="0 0 55 34" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="38.0091" cy="16.7788" r="16.7788" fill="white" fill-opacity="0.67"/> <circle cx="17.4636" cy="16.7788" r="16.7788" fill="white" fill-opacity="0.67"/> </svg> </div> </div> </div> </div> <div class="swiper-slide"> <div class="card-bx stacked card"> <img src="system/themes/images/card/card3.jpg" alt=""> <div class="card-info"> <p class="mb-1 text-white fs-14">Toplam Referans</p> <?php $sayTopRef = mysqli_query($connect, "SELECT * FROM data_users WHERE ref = '$userid'"); $yazdirTopRef = mysqli_num_rows ($sayTopRef); ?> <div class="d-flex justify-content-between"> <h2 class="num-text text-white mb-5 font-w600"><?=$yazdirTopRef;?> Adet</h2> <svg width="55" height="34" viewBox="0 0 55 34" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="38.0091" cy="16.7788" r="16.7788" fill="white" fill-opacity="0.67"/> <circle cx="17.4636" cy="16.7788" r="16.7788" fill="white" fill-opacity="0.67"/> </svg> </div> </div> </div> </div> </div> <!-- Add Scroll Bar --> <div class="swiper-scrollbar"></div> </div> </div> </div> <div class="col-xl-6 col-xxl-6 col-6"> <div class="row"> <div class="col-xl-12"> <div class="d-block d-sm-flex mb-4"> <h4 class="mb-0 text-black fs-20 mr-auto">Hesap Bilgileri</h4> </div> </div> <div class="col-xl-12"> <div class="card"> <div class="card-body"> <div class="row align-items-end"> <div class="col-xl-6 col-lg-12 col-xxl-12"> <div class="row"> <div class="col-sm-6"> <div class="mb-4"> <p class="mb-2">Ad Soyad</p> <h4 class="text-black"><?=$adsoyad;?></h4> </div> <div class="mb-4"> <p class="mb-2">E-mail Adresi</p> <h4 class="text-black"><?=$email;?></h4> </div> </div> <div class="col-sm-6"> <div class="mb-4"> <p class="mb-2">Üyelik Tipi</p> <h4 class="text-black"><?=$uyelikTip;?></h4> </div> <div> <p class="mb-2">Kullanıcı Adı</p> <h4 class="text-black"><?=$username;?></h4> </div> </div> </div> </div> <div class="col-xl-6 col-lg-12 col-xxl-12 mb-lg-0 mb-3"> <label> Şifreniz : <i class="fa fa-eye" aria-hidden="true" onclick="togglePassword()"></i></label> <input id="pro-password" class="form-control" type="password" value="<?=$password;?>" > <br> <button id="btn-profil" class="btn btn-primary" style="width:100%">GÜNCELLE</button> <br> </div> <div class="col-xl-6 col-lg-12 col-xxl-12 mb-lg-0 mb-3"> <label> Telefon :</label> <input id="telno" class="form-control" type="text" value="<?=$telno;?>" > <br> <button id="btn-telno" class="btn btn-primary" style="width:100%">GÜNCELLE</button> </div> <div class="col-xl-6 col-lg-12 col-xxl-12 mb-lg-0 mb-3"> <label> Banka IBAN :</label> <input id="bankaiban" class="form-control" type="text" value="<?=$bankaiban;?>" > <br> <button id="btn-iban" class="btn btn-primary" style="width:100%">GÜNCELLE</button> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!--********************************** Content body end ***********************************--> <?php include ('system/inc/footer.php'); ?> <script> function togglePassword() { var element = document.getElementById('pro-password'); element.type = (element.type == 'password' ? 'text' : 'password'); } </script> </body> </html>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula