ACC SHELL

Path : /srv/www/vhosts/calyx/admin/
File Upload :
Current File : /srv/www/vhosts/calyx/admin/index.php

<? 
ini_set("display_errors", 0);
ini_set("track_errors", 0);
ini_set("html_errors", 0);
error_reporting(E_ALL);
session_start(); 
if($_SESSION['auth_uzivatel_authorisation']!=""){

$path="./admin.php";
 Header("Location: $path");

}
else{
	require "../conf/db_access.php";

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
	<HEAD>
  
			<title>&raquo; ADMINISTRAČNÍ ROZHRANI: <? echo $GLOBALS['conf_title']. ($_REQUEST['web_id']?" - ".$GLOBALS['webs_4_admin'][$_REQUEST['web_id']]:"");?> &laquo;</title>
<style type="text/css">

<!--

*,body {
	background-color: #FFFFFF;
	color: #000000;
}
body,td,th, input {
	font-family: Arial;
	font-size:x-small;
}
.style4 {
	font-size: 10px;
	color: #999999;
}
.style6 {
	font-size: 24px;
	color: #CCCCCC;
}
.style7 {color: #CCCCCC}
.style8 {font-size: 22px}
input{
	border:1px solid black;
	width:100px;
}
.wsubmit{
	border:1px solid black;
	width:50px;
	text-align:center;
	background-color:#cccccc;
}
-->
body{
	margin:0px;
	padding:0px;
	background:white;
}
table{
	width:100%;
	height:100%;
}
table table{
	width:760px;
	height:400px;
}
table form table{
	width:auto;
	height:auto;
}
</style>
</head>
<body  onLoad="document.getElementById('login').focus()<?/*document.form1.elements[0].focus()*/?>">
<!-- URL's used in the movie-->
<!-- text used in the movie-->

<table>
  <tr>
    <td valign="middle" align="center"> 

        <table>
          <tr>
            <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1000" height="550">
              <param name="movie" value="http://4g.cz/tv2.swf">
              <param name="quality" value="high">
              <embed src="http://4g.cz/tv2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="550"></embed>
            </object></td>
          </tr>
        </table>

		<form method="post" action="login.php" id="form1" name="form1">
		<table>	 
			<tr>
				<td>login: <input type="text" name="login" class="polickoxh"> heslo: <input type="password" name="password" class="polickoxh"></td>
				<td ><input type="submit" name="submit" value="OK" class="wsubmit"></td>
			</tr>
			<?
			if($_REQUEST['failed']){
				echo"<tr><td colspan='2' style='vertical-align:middle;text-align:center;'>";
				echo "<br /><br /><img src='./images/icons/web-app/48/Warning.png' alt=''/> <br />Přihlášení selhalo, zkuste zadat vaše přihlašovací údaje ještě jednou.";
				echo"</td></tr>";			
			}
			?>
		</table>
				 
				
		</form>

  </td>
  </tr>
</table>

</body>
</html>

<?
	}
?>

ACC SHELL 2018