BLACKSITE
:
216.73.217.58
:
54.36.91.62 / econfortplus.fr
:
Linux webm012.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
:
/
home
/
econfoy
/
www
/
admin
/
Upload File:
files >> /home/econfoy/www/admin/auth.php
<?php session_start(); if($_SESSION['ad_id']==''){ header('location:login.php'); } $ad_id =$_SESSION['ad_id']; $result = mysqli_query($con,"SELECT * FROM admin where ad_id='$ad_id'"); while ($row = mysqli_fetch_array($result)) { $user_role=$row['ad_id']; $user_email=$row['ad_email']; $user_name=$row['ad_name']; } ?>