403Webshell
Server IP : 103.82.32.14  /  Your IP : 216.73.217.121
Web Server : Apache/2.2.32 (Unix) mod_ssl/2.2.32 OpenSSL/1.0.1e-fips mod_fcgid/2.3.9
System : Linux cloud.lonmanhoabinh.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User : lonmakmf ( 524)
PHP Version : 5.6.30
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/rubymnik/public_html/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/rubymnik/public_html/admin/login.php
<?php
if(isset($_POST['login']))
{
	$result = mysqli_fetch_assoc(Select('NguoiLam', false, '`User` LIKE "'.mysql_real_escape_string($_POST['login']).'" AND `Password` LIKE "'.md5($_POST['pass']).'"'));
	if(isset($result['User']))
	{
		$_SESSION['login'] = $result;
		Header( "Location: " .$_SERVER['REQUEST_URI']);
		exit;
	}
	else
	{
		$error = '<div style="color: red;">Không đúng tài khoản</div>';
	}
}
?>
<!DOCTYPE html>
<html lang="en">

    <head>
        <meta charset="utf-8" />
        <title>Đăng Nhập - RUBY MEDIA</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
        <meta content="Coderthemes" name="author" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <!-- App favicon -->
        <link rel="shortcut icon" href="<?php echo $page; ?>assets/images/favicon.ico">

		<!-- Bootstrap css -->
		<link href="<?php echo $page; ?>assets/css/bootstrap.min.css?1" rel="stylesheet" type="text/css" />
		<!-- App css -->
		<link href="<?php echo $page; ?>assets/css/app.min.css?1" rel="stylesheet" type="text/css" id="app-style"/>
		<!-- icons -->
		<link href="<?php echo $page; ?>assets/css/icons.min.css?1" rel="stylesheet" type="text/css" />
		<!-- Head js -->
		<script src="<?php echo $page; ?>assets/js/head.js"></script>

    </head>

    <body class="auth-fluid-pages pb-0">

        <div class="auth-fluid">
            <!--Auth fluid left content -->
            <div class="auth-fluid-form-box">
                <div class="align-items-center d-flex h-100">
                    <div class="p-3">

                        <!-- Logo -->
                        <div class="auth-brand text-center text-lg-start">
                            <div class="auth-logo">
                                <a href="index.html" class="logo logo-dark text-center">
                                    <span class="logo-lg">
                                        <img src="<?php echo $page; ?>assets/images/logo-dark.png" alt="" height="22">
                                    </span>
                                </a>
            
                                <a href="index.html" class="logo logo-light text-center">
                                    <span class="logo-lg">
                                        <img src="<?php echo $page; ?>assets/images/logo-light.png" alt="" height="22">
                                    </span>
                                </a>
                            </div>
                        </div>

                        <!-- title-->
                        <h4 class="mt-0">Đăng Nhập</h4>
                        <p class="text-muted mb-4">Vui lòng điền tài khoản và mật khẩu.</p>
						<?php
							if(isset($error))
							{
								echo '<div class="wrap-input100 validate-input">';
								echo $error;
								echo '</div>';
							}
						?>
                        <!-- form -->
                        <form method="POST">
                            <div class="mb-3">
                                <label for="emailaddress" class="form-label">Tài Khoản</label>
                                <input class="form-control" type="text" id="login" name="login" required="" placeholder="Enter your user">
                            </div>
                            <div class="mb-3">
                                <label for="password" class="form-label">Password</label>
                                <div class="input-group input-group-merge">
                                    <input type="password" id="pass" name="pass" class="form-control" placeholder="Enter your password">
                                    <div class="input-group-text" data-password="false">
                                        <span class="password-eye"></span>
                                    </div>
                                </div>
                            </div>
                            <div class="text-center d-grid">
                                <button class="btn btn-primary" type="submit">Đăng Nhập </button>
                            </div>
                            <!-- social-->
                            
                        </form>
                        <!-- end form-->

                        <!-- Footer-->
                        <footer class="footer footer-alt">
                            <div class="text-center mt-4">
                                <p class="text-muted font-16">Chúng Tôi Trên</p>
                                <ul class="social-list list-inline mt-3">
                                    <li class="list-inline-item">
                                        <a href="javascript: void(0);" class="social-list-item border-primary text-primary"><i class="mdi mdi-facebook"></i></a>
                                    </li>
                                    <li class="list-inline-item">
                                        <a href="javascript: void(0);" class="social-list-item border-info text-info"><i class="mdi mdi-twitter"></i></a>
                                    </li>
                                </ul>
                            </div>
                        </footer>

                    </div> <!-- end .card-body -->
                </div> <!-- end .align-items-center.d-flex.h-100-->
            </div>
            <!-- end auth-fluid-form-box-->

            <!-- Auth fluid right content -->
            <div class="auth-fluid-right text-center">
                <div class="auth-user-testimonial">
                    <h2 class="mb-3 text-white">RUBY MEDIA - We Are Family!</h2>
                    <p class="lead"><i class="mdi mdi-format-quote-open"></i> Các nhà lãnh đạo được thực hiện, họ không được sinh ra. Chúng được tạo ra bằng nỗ lực chăm chỉ, đó là cái giá mà tất cả chúng ta phải trả để đạt được bất kỳ mục tiêu nào xứng đáng. <i class="mdi mdi-format-quote-close"></i>
                    </p>
                    <h5 class="text-white">
                        - Vince Lombardi
                    </h5>
                </div> <!-- end auth-user-testimonial-->
            </div>
            <!-- end Auth fluid right content -->
        </div>
        <!-- end auth-fluid-->

        <!-- Vendor js -->
        <script src="<?php echo $page; ?>assets/js/vendor.min.js"></script>

        <!-- App js -->
        <script src="<?php echo $page; ?>assets/js/app.min.js"></script>
        
    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit