????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/www.driftinfo-online.se/login/ |
Upload File : |
<?php
session_start();
if( (($_SESSION['DRIFT_SSO_INFO'])=='' )){
header('location: http://www.driftinfo-online.se/loggain.php');
}
$link = mysql_connect ("localhost", "root", "root123");
mysql_select_db ("driftinfo");
$sql = "select * from tblCustomers where customerId = ".$_SESSION['DRIFT_SSO_INFO'][1];
$result = mysql_query($sql);
while ($row = mysql_fetch_assoc($result)){
$name = $row['name'];
$address = $row['address'];
$postalnumber = $row['postalnumber'];
$city = $row['city'];
$phone = $row['phone'];
$customer_code = $row['customerCode'];
}
$sql = "select * from tblUsers where userId = ".$_SESSION['DRIFT_SSO_INFO'][0];
$result = mysql_query($sql);
while ($row = mysql_fetch_assoc($result)){
$uname = $row['name'];
$cellphone = $row['cellphone'];
$username = $row['username'];
}
?><!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>Driftinfo Online - För publicering av driftinformation</title>
<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
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];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function deleteOccured(id){
if (confirm("Vill du verkligen ta bort texten?")) {//if yes
window.location.href = "scripts/deleteOccurred.php?id="+id;
}
}
function deleteStatus(id){
if (confirm("Vill du verkligen ta bort statusen?")) {//if yes
window.location.href = "scripts/deleteStatus.php?id="+id;
}
}
function deleteDescription(id){
if (confirm("Vill du verkligen ta bort texten?")) {//if yes
window.location.href = "scripts/deleteDescription.php?id="+id;
}
}
function deleteSymbol(id){
if (confirm("Vill du verkligen ta bort symbolen?")) {//if yes
window.location.href = "scripts/deleteSymbol.php?id="+id;
}
}
<?php
if($_GET['msg'] != ""){
echo("alert('".$_GET['msg']."');");
}
?>
</script>
</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;
}
.Text14Black {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
color: #000000;
text-align: left;
}
.e {
color: #F00;
}
</style></head>
<body onload="MM_preloadImages('../images/meny1b.jpg','../images/mwny3b.jpg','../images/meny4b.jpg','../images/meny4bb.jpg')" topmargin="0" marginheight="0">
<table width="1100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="32" rowspan="2" valign="top"><img src="../images/skugga_left.jpg" alt="" 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 width="544"><br />
<a href="../index.php"><img src="../images/supervision_loggo.jpg" alt="" width="308" height="74" hspace="0" vspace="0" border="0" /></a></td>
<td width="442" valign="bottom"> </td>
</tr>
<tr>
<td colspan="2"><a href="../login/index.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','../images/meny1b.jpg',1)"><img src="../images/meny1a.jpg" alt="" name="Image1" width="121" height="36" border="0" id="Image1" /></a><img src="../images/meny_l.jpg" alt="" width="1" height="36" /><img src="../images/meny_l.jpg" alt="" width="1" height="36" /><img src="../images/meny_pass.jpg" alt="" width="747" height="36" /><img src="../images/meny_l.jpg" alt="" width="1" height="36" /><a href="../loggain.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image41','','../images/meny4bb.jpg',1)"><img src="../images/meny4aa.jpg" alt="" name="Image41" width="111" height="36" border="0" id="Image41" /></a></td>
</tr>
</table></td>
<td width="33" rowspan="2" valign="top"><img src="../images/skugga_right.jpg" alt="" width="32" height="572" /></td>
</tr>
<tr>
<td valign="top"><table width="985" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="Text16Gray"><br />
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="322" align="left" class="Text14Black"><h1><a href="../login/index.php"><< Tillbaka</a></h1></td>
<td width="578" align="right"><img src="../images/administration_bg.jpg" alt="" width="323" height="55" /></td>
</tr>
</table> <img src="../images/h_line.jpg" alt="" width="984" height="23" /> <br />
<table width="983" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="983" align="left" valign="top" class="Text14Black"><h1><br />
</h1>
<table width="862" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><h1>Exportera data</h1>
<p>Det finns två sätt att koppla ihop vårt system med er webbsida. </p>
<p>1) Enklast är att ni länkar till följande länk:<br />
<br />
<a href="http://www.driftinfo-online.se/site/show.php?customer_code=<?php echo($customer_code);?>&daysBack=3">http://www.driftinfo-online.se/site/show.php?customer_code=<?php echo($customer_code);?>&daysBack=3</a><br />
<br />
Där <strong><em>customer_code</em></strong> är er unika kod. Attributet <em><strong>daysBack</strong></em> talar om hur många dagar bakåt i tiden som ska visas.<br />
<br />
2) Om ni själva vill bygga upp en egen sida att visa driftinformationen på så kan ni använda följande länk:<br />
<br />
<a href="http://www.driftinfo-online.se/web-api/getDriftinfo.php?customer_code=<?php echo($customer_code);?>&from=<?php echo(date("Y-m-d"));?>&to=<?php echo(date("Y-m-d"));?>&type=xml">http://www.driftinfo-online.se/web-api/getDriftinfo.php?customer_code=<?php echo($customer_code);?>&from=<?php echo(date("Y-m-d"));?>&to=<?php echo(date("Y-m-d"));?>&type=xml</a><br />
<br />
Där <strong><em>customer_code</em></strong> är er unika kod. Attributen <em><strong>to</strong></em> och <em><strong>from</strong></em> anger att driftinfo mellan dessa datum kommer att visas. Det gåt bra att använda bara det ena attributet om så önskas.<br />
<br />
Som standard returneras JSON-text men med attributet <em><strong>type</strong></em> kan man även få xml-kod.
<br />
</p></td>
</tr>
</table>
<br />
<img src="../images/h_line.jpg" alt="" width="984" height="23" /><br />
<br />
<br />
<h1><br />
</h1></td>
</tr>
</table>
<br />
<img src="../images/h_line.jpg" alt="" width="984" height="23" />
<p> </p></td>
</tr>
</table>
<br />
<br />
<table width="985" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="847" valign="top" class="Text10Black">© Astacus AB | Norra Oskarsgatan 27A, SE-582 73 Linköping, Sweden | 013 - 485 01 91 | <a href="mailto:driftinfo@astacus.se">driftinfo@astacus.se</a><a href="../supervision@astacus.se"></a></td>
<td width="138" align="right" valign="top" class="Text10Black"><a href="http://www.astacus.se/" target="_new"><img src="../images/astacus-power.jpg" alt="" width="68" height="15" border="0" /></a></td>
</tr>
</table></td>
</tr>
</table>
<p> </p>
</body>
</html>