BLACKSITE
:
216.73.217.60
:
89.163.214.37 / samaistanbool.com
:
Linux da1 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
:
/
home
/
samaist1
/
public_html
/
Upload File:
files >> /home/samaist1/public_html/std.php
<?php session_start(); include("server/connection.php"); if(!isset($_SESSION['admin_logged'])){ header('location: login.php'); exit; } $sql="SELECT count(project_id) as id from projects where project_stat='مكتمل'"; $result=mysqli_query($conn,$sql); $row=mysqli_fetch_array($result); $sql3="SELECT count(project_id) as id from projects where project_stat='قيد التسجيل'"; $result3=mysqli_query($conn,$sql3); $row3=mysqli_fetch_array($result3); $sql4="SELECT count(project_id) as id from projects where project_stat='فى الحسابات'"; $result4=mysqli_query($conn,$sql4); $row4=mysqli_fetch_array($result4); $sql5="SELECT count(project_id) as id from projects where project_stat='جارى صرف المنح'"; $result5=mysqli_query($conn,$sql5); $row5=mysqli_fetch_array($result5); ?> <?php include('layouts/header.php') ?> <body> <style type="text/css"> .product{ transition:background-color 1s; } .product:hover{ background-color: white !important; border: 2px solid darkblue; color: darkblue !important; } .product:hover i{ color: darkblue !important; } .product:hover h1{ color: darkblue !important; } .product:hover i{ color: darkblue !important; } .product:hover h3{ color: darkblue !important; } </style> <section class="cart container my-4 py-4"> <div class="container mt-5"> </div> <div class="row mx-auto container-fluid" style="direction:rtl;"> <div class=" text-center col-lg-12 col-md-12 col-sm-12" style="margin: 0.5%;"> <h3 style="text-align: center;"><i class="fa-solid fa-school"></i> الطلاب</h3> <hr class="mx-auto"> </div> <a href="login.php"> <div class="product text-center col-lg-6 col-md-6 col-sm-12" style="background-color: #7e2d7f;height: 100px;"> <div class="row mx-auto container-fluid" style="direction:rtl;"> <div class="col-lg-4"> <i class="fa-solid fa-circle-user maini" style="font-size: 63px;color: wheat;margin-right: -15px;"></i> </div> <div class="col-lg-8"> <h1 class="mainh1" style="font-family: '19305-alqabas-bold'; color: white; font-size: 35px; margin-bottom: 0;margin-bottom: 0; margin-top: -9px; text-align: center;"><i class="fa-solid fa-circle-user"></i></h1> <h3 class="mainh3" style="font-family: '19305-alqabas-bold'; color: white; margin-right: -55px; margin-left: 13px;">الكورسات</h3> </div> </div> </div> </a> <div class="product text-center col-lg-6 col-md-6 col-sm-12" style="background-color: #b0dd44;height: 100px;"> <div class="row mx-auto container-fluid" style="direction:rtl;"> <div class="col-lg-4"> <i class="fa-solid fa-user-tie maini" style="font-size: 63px;color: wheat;margin-right: -15px;"></i> </div> <div class="col-lg-8"> <h1 class="mainh1" style="font-family: '19305-alqabas-bold'; color: white; font-size: 35px; margin-bottom: 0;margin-bottom: 0; margin-top: -9px; text-align: center;"><i class="fa-solid fa-user-tie"></i></h1> <h3 class="mainh3" style="font-family: '19305-alqabas-bold'; color: white; margin-right: -55px; margin-left: -14px;">الدبلومات</h3> </div> </div> </div> </div> </section> </body> <?php include('layouts/footer.php') ?>