📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
gorevyapscriptiv2.demodesign.com.tr
📝
home.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-4 col-sm-6 m-t35"> <div class="card card-coin"> <div class="card-body text-center"> <img src="system/themes/cuzdan.jpg" style="border-radius: 50%;width:75px;height:75px;margin-top:-80px"> <h2 class="text-black mb-2 font-w600"><?=$bakiye;?> ₺</h2> <p class="mb-0 fs-14"> <svg width="29" height="22" viewBox="0 0 29 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <g filter="url(#filter0_d1)"> <path d="M5 16C5.91797 14.9157 8.89728 11.7277 10.5 10L16.5 13L23.5 4" stroke="#2BC155" stroke-width="2" stroke-linecap="round"/> </g> <defs> <filter id="filter0_d1" x="-3.05176e-05" y="-6.10352e-05" width="28.5001" height="22.0001" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> <feOffset dy="1"/> <feGaussianBlur stdDeviation="2"/> <feColorMatrix type="matrix" values="0 0 0 0 0.172549 0 0 0 0 0.72549 0 0 0 0 0.337255 0 0 0 0.61 0"/> <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/> <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/> </filter> </defs> </svg> <span class="text-success mr-1">Bakiyeniz</span> </p> </div> </div> </div> <div class="col-xl-4 col-sm-6 m-t35"> <div class="card card-coin"> <div class="card-body text-center"> <img src="system/themes/gorev.png" style="border-radius: 50%;width:75px;height:75px;margin-top:-80px"> <?php $sayTopGor = mysqli_query($connect, "SELECT * FROM yapilangorevler WHERE userid = '$userid' AND durum = 1"); $yazdirTopGor = mysqli_num_rows ($sayTopGor); ?> <h2 class="text-black mb-2 font-w600"><?=$yazdirTopGor;?> Adet</h2> <p class="mb-0 fs-14"> <svg width="29" height="22" viewBox="0 0 29 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <g filter="url(#filter0_d1)"> <path d="M5 16C5.91797 14.9157 8.89728 11.7277 10.5 10L16.5 13L23.5 4" stroke="#2BC155" stroke-width="2" stroke-linecap="round"/> </g> <defs> <filter id="filter0_d1" x="-3.05176e-05" y="-6.10352e-05" width="28.5001" height="22.0001" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> <feOffset dy="1"/> <feGaussianBlur stdDeviation="2"/> <feColorMatrix type="matrix" values="0 0 0 0 0.172549 0 0 0 0 0.72549 0 0 0 0 0.337255 0 0 0 0.61 0"/> <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/> <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/> </filter> </defs> </svg> <span class="text-primary mr-1">Biten Görevler</span> </p> </div> </div> </div> <div class="col-xl-4 col-sm-6 m-t35"> <div class="card card-coin"> <div class="card-body text-center"> <img src="system/themes/user.png" style="border-radius: 50%;width:75px;height:75px;margin-top:-80px"> <?php $sayTopRef = mysqli_query($connect, "SELECT * FROM data_users WHERE ref = '$userid'"); $yazdirTopRef = mysqli_num_rows ($sayTopRef); ?> <h2 class="text-black mb-2 font-w600"><?=$yazdirTopRef;?> Adet</h2> <p class="mb-0 fs-14"> <svg width="29" height="22" viewBox="0 0 29 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <g filter="url(#filter0_d1)"> <path d="M5 16C5.91797 14.9157 8.89728 11.7277 10.5 10L16.5 13L23.5 4" stroke="#2BC155" stroke-width="2" stroke-linecap="round"/> </g> <defs> <filter id="filter0_d1" x="-3.05176e-05" y="-6.10352e-05" width="28.5001" height="22.0001" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> <feOffset dy="1"/> <feGaussianBlur stdDeviation="2"/> <feColorMatrix type="matrix" values="0 0 0 0 0.172549 0 0 0 0 0.72549 0 0 0 0 0.337255 0 0 0 0.61 0"/> <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/> <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/> </filter> </defs> </svg> <span class="text-warning mr-1">Referanslar</span> </p> </div> </div> </div> </div> <div class="row"> <div class="col-xl-6 col-xxl-6 col-lg-12 col-12"> <div class="card"> <div class="card-header border-0 pb-0"> <h4 class="card-title">Son Duyurular</h4> </div> <div class="card-body"> <div id="DZ_W_TimeLine" class="widget-timeline dz-scroll height370"> <ul class="timeline"> <?php $animals = mysqli_query($connect, "SELECT * FROM duyurular ORDER BY id DESC LIMIT 4"); foreach ($animals as $animall) { echo ' <li> <div class="timeline-badge primary"></div> <a class="timeline-panel text-muted" href="#"> <span>'.$site_name.'</span> <h6 class="mb-0">'.$animall['duyuru'].'</h6> </a> </li> '; } ?> </ul> </div> </div> </div> </div> <div class="col-xl-6 col-xxl-6 col-lg-6 col-12"> <div class="card"> <div class="card-header border-0 pb-0"> <h4 class="card-title">Son Referanslar</h4> </div> <div class="card-body"> <div id="DZ_W_TimeLine" class="widget-timeline dz-scroll height370"> <ul class="timeline"> <?php $animals = mysqli_query($connect, "SELECT * FROM data_users WHERE ref = '$userid' ORDER BY id DESC LIMIT 4"); foreach ($animals as $animall) { echo ' <li> <div class="timeline-badge success"></div> <a class="timeline-panel text-muted" href="#"> <span>Referans Oldu</span> <h6 class="mb-0">'.$animall['username'].'</h6> </a> </li> '; } ?> </ul> </div> </div> </div> </div> </div> </div> </div> <!--********************************** Content body end ***********************************--> <?php include ('system/inc/footer.php'); ?> </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