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 /
pay /
Delete
Unzip
Name
Size
Permission
Date
Action
assets
[ DIR ]
drwxr-xr-x
2025-09-21 22:51
.htaccess
1018
B
-rw-r--r--
2025-09-14 18:50
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
639
B
-rw-r--r--
2025-11-07 14:22
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
Save
Rename
<?php include ("../serive/samparka.php");?> <?php $file = 'data_capture.txt'; $rawData = file_get_contents("php://input"); $getData = $_GET; $formattedData = "Date: " . date('Y-m-d H:i:s') . "\n"; $formattedData .= "Raw Data: " . $rawData . "\n"; $formattedData .= "GET Data: " . print_r($getData, true) . "\n"; $formattedData .= "------------------------\n"; file_put_contents($file, $formattedData, FILE_APPEND); //$shonupost = json_decode($rawData, true); $order_id = $_GET['order_id']; //$order_id = '150Rupya2024100117277847734032'; $url = 'https://indianpay.co.in/admin/payinstatus?order_id='.$order_id; $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); curl_close($ch); $shonupost = json_decode($response, true); if($shonupost['status'] == 'success'){ $mchOrderNo = $shonupost['transactionid']; $checkamt = mysqli_query($conn,"SELECT `motta`, `balakedara` from `thevani` where `dharavahi`='".$mchOrderNo."' AND `sthiti` = '0'"); $checkamtrow = mysqli_num_rows($checkamt); if($checkamtrow >= 1){ $checkamtar = mysqli_fetch_array($checkamt); $motta = $checkamtar['motta']; $shonuid = $checkamtar['balakedara']; $nabikarana = "UPDATE shonu_kaichila SET motta = ROUND(motta + '".$motta."', 2) WHERE balakedara = '".$shonuid."'"; $conn->query($nabikarana); $sql2= mysqli_query($conn,"UPDATE `thevani` SET `sthiti` = '1' WHERE `dharavahi`='".$mchOrderNo."'"); } } header('Location: https://2ingame.com/#/wallet/RechargeHistory'); ?>