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/vtgis/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/projects/vtgis/db-vtg.php
<!DOCTYPE html>
<!--
******************************
 Project: IS VetroIng, 2024.
 Version: 24-04-25
 Author : TIM/M.Kukic
 Note   :
******************************
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel='shortcut icon' type='image/png' href='favicon.png'/>
<title>VetroIng</title>
</head>
<body>

<?php
/*
http://mkukic.rf.gd/isvtg/db-vtg.php?vtgid=CA9&turb=10.0&gen=80.0&acv=135.0&dcv=150.0&dca=17.0&gtmp=60.0
http://192.168.213.25/www/isvtg/db-vtg.php?vtgid=CA9&turb=10.0&gen=80.0&acv=135.0&dcv=150.0&dca=17.0&gtmp=60.0
*/
include "config.php";
//
$vtgid = $_GET["vtgid"];
If ($vtgid=="") {$vtgid="000";}

$turb  = $_GET["turb"];
If ($turb=="") {$turb=0.0;}

$gen   = $_GET["gen"];
If ($gen=="") {$gen=0.0;}

$acv  = $_GET["acv"];
$acu  = $_GET["acu"];
$acs  = $_GET["acs"];

If ($acv=="") {$acv=0.0;}
If ($acu=="") {$acu=$acv;}
If ($acs=="") {$acs=$acv;}

$acw  = $_GET["acw"];
If ($acw=="") {$acw=0;}

$dcv  = $_GET["dcv"];
If ($dcv=="") {$dcv=0;}

$dca  = $_GET["dca"];
If ($dca=="") {$dca=0;}

$gtmp  = $_GET["gtmp"];
$brk  = $_GET["brk"];
$sa  = $_GET["sa"];

If ($gtmp=="") {$gtmp=0;}
If ($brk=="") {$brk=0;}
If ($sa=="") {$sa=0;}

$par1  = $_GET["par1"];
$par2  = $_GET["par2"];

If ($par1=="") {$par1=0;}
If ($par2=="") {$par2="...";}
//
$ok="No!";
$sql = "INSERT INTO engvtg (id,vtgid,dattim,turb,gen,acu,acv,acs,acw,dcv,dca,gtmp,brk,sa,par1,par2) VALUES ('0','$vtgid',NOW(),'$turb','$gen','$acu','$acv','$acs','$acw','$dcv','$dca','$gtmp','$brk','$sa','$par1','$par2')";
//
if ($vap==5) {
		$result = mysql_query($sql, $dbh) or die(mysql_error($dbh));
		mysql_close($dbh);
		$ok="Yes!";
}
//
if ($vap==7) {
		$result = mysqli_query($dbh, $sql) or die(mysqli_error($dbh));
		mysqli_close($dbh);
		$ok="Yes!";
}
//
echo "Status: ".$ok;
//
echo "<h3>OK!</h3>";
echo "</body>";

include "db-close.php";	

?> 
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit