Server IP : 103.53.40.154 / Your IP : 18.191.162.73 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/ppcad7no/adowoods.com/../thedigitalgulf.com/flash_images/../down-hrms/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<a href="add-user.php" class="list-group-item active" style="margin-top:10px;"> <span class="glyphicon glyphicon-plus"></span> Add User </a> <?php $totalUsr = db_scalar("SELECT count(*) FROM tbl_admin WHERE 1 AND admin_user_type!='Admin'"); ?> <a href="manage-user.php" class="list-group-item active" style="margin-top:10px;"> <span class="glyphicon glyphicon-th-list"></span> Manage User <span class="badge"> <?=$totalUsr?> </span> </a> <?php $totalAllocted = db_scalar("SELECT count(*) FROM tbl_candidates WHERE 1 AND candidates_user!='h1admin' AND candidates_alloted='Yes'"); ?> <a href="allocated-candidates.php" class="list-group-item active" style="margin-top:10px;"> <span class="glyphicon glyphicon-th-list"></span> Allocated Candidates <span class="badge"> <?=$totalAllocted?> </span> </a> <?php $totalNallocted = db_scalar("SELECT count(*) FROM tbl_candidates WHERE 1 AND candidates_user='h1admin' AND candidates_alloted='No'"); ?> <a href="non-allocated-candidates.php" class="list-group-item active" style="margin-top:10px;"> <span class="glyphicon glyphicon-th-list"></span> Non Allocated Candidates <span class="badge"> <?=$totalNallocted?> </span> </a> <?php $totalBlock = db_scalar("select count(*) from party_statusdate where 1 and status='7'"); ?> <a href="block-candidates.php" class="list-group-item active" style="margin-top:10px;"> <span class="glyphicon glyphicon-remove-circle"></span> Block <span class="badge"> <?=$totalBlock?> </span> </a>