MOON
Server: Apache
System: Linux ip-208-109-13-31.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els4.x86_64 #1 SMP Sat Aug 31 06:58:57 UTC 2024 x86_64
User: durgeshpandey215 (1013)
PHP: 8.1.29
Disabled: NONE
Upload Files
File: /home/durgeshpandey215/public_html/zeeroprice.skilladders.com/productdetails.php
<? require "application_top.php";
if(!isset($_SESSION['ViewProductSess']) && !($_SESSION['ViewProductSess'])){
	$_SESSION['msg'] = "Invalid access";
	header("location:index.php");exit;
}
$inseconds = 30;
header( "refresh:".$inseconds.";url=expire.php" );
$pid = isset($_REQUEST['pid'])? $_REQUEST['pid']:"";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Wallet Demo</title>	
	<!-- Meta tag Keywords -->
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta charset="utf-8">
	<meta name="keywords" content="" />
	<? require "scripts.php";?>
<script>
function disable_f5(e)
{
  if ((e.which || e.keyCode) == 116)
  {
      e.preventDefault();
  }
}

$(document).ready(function(){
    $(document).bind("keydown", disable_f5);    
});
</script>
</head>

<body>
<? $pagename = "prd"; require "header.php";?>
<div style="background-color:#363636;height:87px;">&nbsp;</div/>

<section class="about py-4">
	<div class="container py-md-3">

	<h1>(Page will be expire in <?=$inseconds;?> seconds)</h1>	
	<?=$msg;?>
	
	<section class="py-4">
		<div class="row">
		<?
		$db->where('pid',$pid);
		$db->where('istatus',1);
		$rowp = $db->getOne('wallet_products');
		?>
		
		<div class="col-sm-12 col-lg-12">
			<div style="width:100%;margin:1%;">
				<h1><?=$rowp['pname'];?></h1>
				<?=$rowp['description'];?>
				</br/><b>Rs.<?=$rowp['cost'];?>/- </b>
				</b>
			</div>		
		</div>
		</div>
	</section>
	</div>
</section>
<!-- //about -->
 
</div>
</div>
</div>
<!-- //Vertically centered Modal -->
<? require "footer.php";?>