Monkey Albino

Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home/ bdapparelinfo/ powmax.net/ Wp-Administrator/

/home/bdapparelinfo/powmax.net/Wp-Administrator/dashboard.php

<?php require_once'header.php';?> 

<table align="left" border="0" cellpadding="0" cellspacing="0" width="900">
       <tbody><tr>
       <td class="menu-headerbg" valign="top">
            <?php require_once'left_bar.php';?> 
       </td>

       <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>

       <td valign="top">
       <!--  <table align="left" cellpadding="0" cellspacing="0" border="0" width="100%">
             <tr>
                 <td>        
                 <table align="left" cellpadding="0" cellspacing="0" border="0" width="900px">
                                
                     <tr>
                         <td></td>
                         <td align="right"><b><a href="../" target="_blank">Site View</a></b></td>
                     </tr>
                 </table>
             </tr>
         </table>   -->
         <table align="left" border="0" cellpadding="0" cellspacing="0" width="900px">
                     <tbody><tr>
                         <td valign="top"> 
						 <?php 
						 if($_GET['cid']=="View_Pages")
						 	{
						 		require_once'View_Pages.php';
							}
						 elseif($_GET['cid']=="ins_Pages_Content")
						 	{
						 		require_once'ins_Pages_Content.php';
							}/////end user management 
						 elseif($_GET['cid']=="Categories")
						 	{
						 		require_once'View_Cat.php';
							}/////end ins cat 
						 elseif($_GET['cid']=="ins_Categories")
						 	{
						 		require_once'ins_Cat.php';
							}/////end ins cat
						 elseif($_GET['cid']=="Settings")
						 	{
						 		require_once'View_Settings.php';
							}/////end View_Settings
						 elseif($_GET['cid']=="ins_Password")
						 	{
						 		require_once'ins_Password.php';
							}/////end View_Settings
						 else
						 	{
						 		require_once'home_body.php';
							}
						 ?> </td>
                     </tr>
                     
                     <tr>
                         <td>&nbsp;</td>
                     </tr>
         </tbody></table>
      </td>
      </tr>

      <tr>
           <td class="menu-headerbg">&nbsp;</td>
           <td colspan="2"><table style="height: 1px; font-size: 1px;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
    <tbody><tr>
        <td>&nbsp;</td>
    </tr>
</tbody></table>
<?php require_once'footer.php';?> 
 </td>
      </tr>
</tbody></table>
 </body></html>