????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.61 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/evacuationplans.astacus.se/login/android/ |
Upload File : |
<?php
if($_GET['action'] == "register"){
header("Location: register.php?msg=".$_GET['msg']);
}
if($_GET['action'] == "support"){
header("Location: support.php");
}
if($_GET['action'] == "confirm"){
$link = mysql_connect ("localhost", "root", "root123");
mysql_select_db ("notes");
$sql = "SELECT * FROM tblUsers where userid = ".$_GET['refid'];
$result = mysql_query($sql);
while ($row = mysql_fetch_assoc($result)){
$username = $row['username'];
}
if(md5($username."password") == $_GET['hash']){
$sql = "UPDATE tblUsers set active = 1 where userid = ".$_GET['refid'];
mysql_query($sql);
header("Location: https://www.notes-online.se/loggain.php?msg=Tack, du kan nu logga in!");
}
}
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>notes Online - För tillsyn och besiktning</title>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
<?php
if($_GET['msg'] != ""){
echo("alert('".$_GET['msg']."');");
}
?>
</script>
<style type="text/css">
.Text10Black {
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
font-style: normal;
}
.Text14Gray {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
color: #929292;
text-align: left;
}
#astacus_menu {
position:fixed;
left:0px;
top:0px;
width: 100%;
height:45px;
z-index:100;
}
#astacus_menu table tr td {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}
#apDiv1 {
position:absolute;
left:1064px;
top:795px;
width:124px;
height:132px;
z-index:1;
}
</style>
<link REL="SHORTCUT ICON" HREF="../../favicon.ico">
<style type="text/css">
.Text14Black { font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
color: #000000;
text-align: left;
}
</style>
</head>
<body onload="MM_preloadImages('../../images/mwny3b.jpg','../../images/astacus-power1.jpg')" topmargin="0" marginheight="0">
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="32" rowspan="2" valign="top"><img src="../../images/skugga_left.jpg" width="32" height="572" /></td>
<td width="1135" height="89" valign="top"><table width="985" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><br />
<a href="../../index.php"><img src="../../images/supervision_loggo.png" alt="" width="308" height="74" hspace="0" vspace="0" border="0" /></a><br /></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
<td width="33" rowspan="2" valign="top"><img src="../../images/skugga_right.jpg" width="32" height="572" /></td>
</tr>
<tr>
<td valign="top"><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="Text16Gray"><br />
<br />
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
<td align="center"><br />
<form id="form1" name="form1" method="post" action="/login/login.php">
<table width="628" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="191"> </td>
<td width="229"><br />
<table width="343" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="116"><span class="Text14Gray">E-post:</span></td>
<td width="227" align="right"><label for="username"></label>
<input name="username" type="text" class="Text14Black" id="username" size="30" /></td>
</tr>
<tr>
<td><span class="Text14Gray">Lösenord:</span></td>
<td align="right"><input name="password" type="password" class="Text14Black" id="password" size="30" /></td>
</tr>
<tr>
<td> </td>
<td align="right"><input type="submit" name="button" id="button" value="Logga in!" /></td>
</tr>
</table>
<br />
<a href="../../step2.php" class="Text14Gray">Saknar du ett konto?</a> | <a href="../../newpassword.php" class="Text14Gray">Glömt ditt lösenord?</a></td>
<td width="230" align="right"> </td>
</tr>
</table>
</form>
<br />
<center>
<span class="Text14Gray"><?php echo($_GET['message']);?></span>
</center></td>
</tr>
</table>
<br />
<img src="../../images/h_line.jpg" width="984" height="23" /></td>
</tr>
</table>
<br />
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle" class="Text10Black">© Astacus AB | Strandvägen 3, 591 36 Motala, Sweden | 0141 - 540 40 | <a href="mailto:notes@astacus.se">support@astacus.se</a> <p> </p></td>
</tr>
</table></td>
</tr>
</table>
<p> </p>
</body>
</html>