0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.144.255.247


Current Path : /var/www/html/convocation/Paytm/
Upload File :
Current File : /var/www/html/convocation/Paytm/pgRedirect.php

<?php
header("Pragma: no-cache");
header("Cache-Control: no-cache");
header("Expires: 0");
// following files need to be included
require_once("./lib/config_paytm.php");
require_once("./lib/encdec_paytm.php");
include("/var/www/config.php");
$checkSum = "";
$paramList = array();


$checkSum = "";
$paramList = array();
$appno = $_REQUEST['productinfo'];
$funivcode = $_REQUEST['funivcode'];
$fdigi = substr($appno,0,1);
$type = "";


$servername = SERVERNAME;
$username   = USERNAME;
$password  = PASSWORD;
$databse = 'logisys3_comexam';

//$servername = "192.168.0.32";
//$username   = "admin";
//$password  = "admin";
//$databse = 'logisys3_comexam';

	if($fdigi == '1'){
		$type = 'EXAM';
	} else if($fdigi == '2'){
		$type = 'RVRT';
	}else if($fdigi == '4'){
		$type = 'OSER';
	}else if($fdigi == '5'){
		$type = 'REGN';
	}else if($fdigi == '3'){
		$type = 'CNV';
	}
    
$conn = new  mysqli($servername,$username,$password,$databse);
if(!$conn) 
{
	die("Connection failed: " . mysqli_connect_error());
}


$get_data = "select * from maspg where fbank = 'Paytm' and FENTTYPE = '{$type}'
    and funivcode = '{$funivcode}'";
    
$result=$conn->query($get_data); 

if (mysqli_num_rows($result) > 0) 
{
	while($row = mysqli_fetch_assoc($result)) 
	{
		$key    =    $row['fkey'];
		$mid    =    $row['fmid'];
		$fworkingid =    $row['fworkingid'];
		$fmode      =    $row['fmode'];
		$freturnurl =    $row['freturnurl'];
		$findtype =    $row['findtype'];		//EducationGovernment
	}
}

//define('PAYTM_ENVIRONMENT', $fmode); // PROD
define('PAYTM_MERCHANT_KEY', $key); //Change this constant's value with Merchant key downloaded from portal
define('PAYTM_MERCHANT_MID', $mid); //Change this constant's value with MID (Merchant ID) received from Paytm
define('PAYTM_MERCHANT_WEBSITE', $fworkingid); //Change this constant's value with Website name received from Paytm



$get_data = "select * from dbname where funivcode ='{$funivcode}'";

$result1=$conn->query($get_data); 

if (mysqli_num_rows($result1) > 0) 
{
	$dbnames = array();
	$uniname = "";
	while($row = mysqli_fetch_assoc($result1)) 
	{
		$dbnames[$row['FUNIVCODE']] = $row['FDBNAME'];
		$uniname = $row['FUNIVNAME'];
	}
}

$servername = SERVERNAME;
$username   = USERNAME;
$password  = PASSWORD;
$dbname = $dbnames[$funivcode];
    

$conn = new mysqli($servername, $username, $password, $dbname);

$number = (int)date("Ymdhis").rand(10000000,99999999);


if($type == 'EXAM')
{
	$get_data = "select fregno,ftotalfee,fdegree,fcollcode,fyear,fexamtype from appcandsum where appno = '{$appno}'";

	$query = "update appcandsum set forderid = '{$number}', FPAYGATEWAY = 'Paytm', FPAYMENTYPE = 'Paytm' where appno = '{$appno}'";

	$result1 =$conn->query($query);

}else if($type == 'RVRT')
{
    $get_data = "select cs.fregno as fregno, IFNULL(cs.FTOTAL,0) as ftotalfee,
    control.funivname,pdf_logo_path, '999999999' as fmobileno
    ,'99999' as fname,'999999@gmail.com' as femail,cs.fdegree,cs.fcollcode,cs.fyear,cs.fexamtype
    from control, res_stud cs
    inner join college c on cs.fcollcode = c.fcollcode
    where appno = '{$appno}'";
    
    $query = "update res_stud set forderid = '{$number}', fpaymenttype = 'Paytm'
    where appno = '{$appno}'";

	$result1 =$conn->query($query);
	
}else if($type == 'OSER')
{
	$get_data =  "select FREGNO as fregno,FTOTAL as ftotalfee, fname, fmobile as fmobileno
	,femail as femail,fdegree,fcollcode,'' as fyear,'' as fexamtype from servtran where FAPPNO = '{$appno}'";

	$query = "update servtran set forderid = '{$number}', fpaymenttype = 'Paytm'
    where fappno = '{$appno}'";

  $result1 =$conn->query($query);
}	else if($type == 'REGN') {
	$get_data = "select cs.fregno, cs.fdegree, cs.fcollcode, cs.fyear, cs.fexamtype, 
	IFNULL(cs.ftotalfee,0) as ftotalfee, s.fname,control.funivname,pdf_logo_path,
	IFNULL(s.fmobileno,'') as fmobileno,IFNULL(s.femail,'') as femail, cs.fyear, cs.fexamtype  
	from control, regcandsum cs 
	inner join student s on cs.fregno = s.fregno
	where fappno = '{$appno}'";

	$query = "update regcandsum set forderid = '{$number}', fpaymenttype = 'Paytm'
		where fappno = '{$appno}'";
	$result1 =$conn->query($query);
}else if($type == 'CNV') {

	$get_data = "select cs.fregno, s.fdegree, s.fcollcode, YEAR(now()) as fyear, '1' as fexamtype, 
	IFNULL(cs.FAMOUNT,0) as ftotalfee, s.fname,control.funivname,pdf_logo_path,
	IFNULL(cs.FMOBILE,'') as fmobileno,IFNULL(cs.FEMAIL,'') as femail  
	from control, dctran cs 
	inner join dcstud s on cs.fregno = s.fregno
	where cs.fappno = '{$appno}'";
	// var_dump($mid);
	// die();
	$query = "update dctran set forderid = '{$number}', FPAYTYPE = 'Paytm'
	where fappno = '{$appno}'";
	$result1 =$conn->query($query);
}

$result=$conn->query($get_data); 

if (mysqli_num_rows($result) > 0) 
{
	// output data of each row
	while($row = mysqli_fetch_assoc($result)) 
	{
		$fregno    =    $row['fregno'];
		$ftotalfee =    $row['ftotalfee'];
		$fdegree =    $row['fdegree'];
		$fcollcode =    $row['fcollcode'];
		$fyear =    $row['fyear'];
		$fexamtype =    $row['fexamtype'];
	}
}


$query = "insert into pgdet(ftype, appno, fappdate, fpaygateway, fregno, fdegree, fcollcode, famount, 
forderid, fyear, fexamtype, fcreatedate)
values('{$type}', '{$appno}', current_date(), 'Paytm', '{$fregno}', '{$fdegree}', '{$fcollcode}', '{$ftotalfee}',
'{$number}', '{$fyear}', '{$fexamtype}', now())";
// var_dump($query);
$result1 =$conn->query($query);


$ORDER_ID = $number;
$CUST_ID = $fregno;
$INDUSTRY_TYPE_ID = $findtype; //EducationGovernment
$CHANNEL_ID = "WEB";
$TXN_AMOUNT = $ftotalfee;

// Create an array having all required parameters for creating checksum.
$paramList["MID"] = PAYTM_MERCHANT_MID;
$paramList["ORDER_ID"] = $ORDER_ID;
$paramList["CUST_ID"] = $CUST_ID;
$paramList["MERC_UNQ_REF"] = $appno;
$paramList["INDUSTRY_TYPE_ID"] = $INDUSTRY_TYPE_ID;
$paramList["CHANNEL_ID"] = $CHANNEL_ID;
$paramList["TXN_AMOUNT"] =  $TXN_AMOUNT;
$paramList["WEBSITE"] = PAYTM_MERCHANT_WEBSITE;
$paramList["CALLBACK_URL"] = $freturnurl; //""; 

$checkSum = getChecksumFromArray($paramList,PAYTM_MERCHANT_KEY);
  
?>
<html>
<head>
<title>Merchant Check Out Page</title>
</head>
<body>
	<center><h1>Please do not refresh this page...</h1></center>
		<form method="post" action="<?php echo PAYTM_TXN_URL ?>" name="f1">
		<table border="1">
			<tbody>
			<?php
			foreach($paramList as $name => $value) {
				echo '<input type="hidden" name="' . $name .'" value="' . $value . '">';
			}
			?>
			<input type="hidden" name="CHECKSUMHASH" value="<?php echo $checkSum ?>">
			</tbody>
		</table>
		<script type="text/javascript">
			document.f1.submit();
		</script>
	</form>
</body>
</html>