403Webshell
Server IP : 93.86.61.54  /  Your IP : 216.73.216.206
Web Server : Apache/2.4.62 (Ubuntu)
System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64
User : www-data ( 33)
PHP Version : 8.4.22
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/rasin_ftp/news_portal/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/rasin_ftp/news_portal/admin/dashboard.php
<?php include 'include/session_check.php';

include '../config.php';


?>
<!doctype html>
<html class="no-js" lang="en">
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link href='https://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
    <title>Welcome To Admin</title>
    <link rel="stylesheet" href="css/foundation.css" />
    <link href="css/foundation-icons/foundation-icons.css" rel="stylesheet" />
    <script src="js/vendor/modernizr.js"></script>
    <link href="css/style.css" rel="stylesheet" />
    <link href="css/flat-icon/flaticon.css" rel="stylesheet" />
    <link href="css/plugins/morris/morris-0.4.3.min.css" rel="stylesheet">
    <link href="css/todos.css" rel="stylesheet" />
</head>
<body>
    <div class="row full-width wrapper">
        <div class="large-12 columns content-bg">
            <?php include 'include/header.php';?>
            <div class="row">
                <?php include 'menu.php';?>
                <div class="large-10 medium-12 small-12 columns light-grey-bg-pattern">
                    <div class="row">
                        <div class="large-10 columns">
                            <div class="page-name">
                                <h3 class="left">Welcome To Our Dashboard</h3>
                                <div class="clearfix"></div>
                            
								
                <div class="large-10 medium-12 small-12 columns light-grey-bg-pattern">
					<div class="row">
						<div class="large-10 columns">
							<div class="page-name">
								<div class="clearfix"></div>
			<a class="button tiny radius success lable js-open-modal btn" href="category.php" >Add  Category</a><br>
	
							</div>
						</div>
					</div>
					<div id="inbox">
						<div class="row">
							<div class="large-12 columns">
								<div class="custom-panel blue-bg">

									<div class="custom-panel-body">
										<table class="width-100 custom-table responsive">
											<thead>
												<tr>
													<td>S. No.</td>
													<td>Category</td>
													
													<td>Actions</td>
												</tr>

											</thead>

											<tbody>
  <?php
  $count1=1;
        $userQ="select * from category";
		$userRes=mysql_query($userQ) or die(mysql_error());
		if($count=mysql_num_rows($userRes)){
		while ($userRow=mysql_fetch_assoc($userRes)) {
  ?> 
<tr>
<td><?php echo $count1++; ?></td>
<td><?php echo ucfirst($userRow['category']); ?></td>
<td> 
<a class="alert label btn" href="editcategory.php?id=<?php echo $userRow['id'];?>">Edit</a> 
<?php if ($userRow ['status'] == 'active'){?>
<a class="label success" href="cat_status.php?id=<?php echo $userRow['id'];?>&status=<?php echo $userRow['status'];?>">Active</a>
<?php }else{?>
<a class="alert label" href="cat_status.php?id=<?php echo $userRow['id'];?>&status=<?php echo $userRow['status'];?>">Inactive</a>
<?php }?>
</td>
</tr>

  <?php
		}}else{
			echo "<tr><td colspan='9'>No Data....</td></tr>";
		}
		?>
                                            
                                        
										
										</table>
										
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
							</div>
                        </div>
                    </div>
                    
                </div>
            </div>
        </div>
    </div>

    <script src="js/vendor/jquery.js"></script>
    <script src="js/foundation.min.js"></script>
    <script src="js/plugins/morris/raphael-2.1.0.min.js"></script>
    <script src="js/plugins/morris/morris.js"></script>
    <script src="js/todos.js"></script>
    <script src="js/menu.js"></script>
    <script>
        $(document).foundation();      
    </script>

    <script src="js/morris-demo.js"></script>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit