===FILE:/home/filetir/public_html/hypercredit/index.php===
SIZE:6140
'https://behbank.com/ws/payments/inquiry.json',
CURLOPT_POST => true,
CURLOPT_HTTPHEADER => ['Content-Type: application/json'],
CURLOPT_POSTFIELDS => json_encode($params),
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_RETURNTRANSFER => true
]);
$response = curl_exec($curl);
curl_close($curl);
return json_decode($response, true);
}
$text_erorr = "
خطا، شما به درستی هدایت نشده اید!
لطفا مجدد اقدام کنید.
";
$text_ok = "پرداخت با موفقیت انجام شد!
";
$text_vpn = "لطفا فیلتر شکنتان را خاموش کنید. سپس مجدد امتحان کنید!
";
//------------------------------------------------------------------------------
if($_GET['check'] != null){
$paymentNumber = $_GET['check'];
$params = ['merchantCode' => "2455c8260afd2be7",'paymentNumber' => $paymentNumber];
$request = paymentcheck($params);
header('Content-Type: application/json; charset=utf-8');
echo json_encode($request, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
//------------------------------------------------------------------------------
}elseif($_GET['id'] != null){
$id = $_GET['id'];
//----------------------------check spam----------------------------------------
$url_file_spam = "spam/$id.txt";
$seconds = time();
if(file_exists($url_file_spam) == 1){
$ti_fi = file_get_contents($url_file_spam);
}else{
$ti_fi = 0;
}
if($ti_fi > $seconds){
file_put_contents($url_file_spam,$seconds+3);
echo $text_erorr;
exit;
}
file_put_contents($url_file_spam,$seconds+3);
//----------------------------check spam----------------------------------------
$data = send("https://hypergapbot.com/charger.php?type=1&id=$id");
if($data == "0" || $data == null){
echo $text_erorr;
exit;
}
$ar_data = explode("|",$data);
$user_id = $ar_data[0];
$user_id2 = $ar_data[1];
$baste = $ar_data[2];
$seke = $ar_data[3];
$price = $ar_data[4];
$gate = new Behbank();
$params = array(
'merchantCode' => $merchantCode,
'amount' => $price*10,
'callBackUrl' => $callBackUrl,
'invoiceNumber' =>time()
);
$request = $gate->paymentRequest($params);
if($request['status'] == 1){
$paymentNumber = $request['paymentNumber'];
$paymentUrl = 'https://payment.tejaratazad.com/payment/'.$paymentNumber;
$rand = rand(0,999999);
$data = send("https://hypergapbot.com/charger.php?type=2&id=$id&id_pardakht=$paymentNumber&rand=$rand");
if($data == "1"){
header("Location: $paymentUrl");
echo "";
}elseif($data == "0"){
echo $text_erorr;
exit;
}
}else{
echo json_encode($request);
echo $text_erorr;
}
//------------------------------------------------------------------------------
}elseif($_POST['paymentNumber'] != null){
$paymentNumber = $_POST['paymentNumber'];
if(isset($_POST['status']) && $_POST['status'] == 1){
$gate = new Behbank();
$params = array(
'merchantCode' => $merchantCode,
'paymentNumber' => $paymentNumber,
);
re:
$request = $gate->paymentVerify($params);
$text_pardakht = $request['message']??null;
if($request['status'] == 0 && $text_pardakht == "An Internal Error Has Occurred." || $request['status'] == 0 && $text_pardakht == null){
send("https://api.telegram.org/bot444350020:AAG0dPsXcUC8Dg_YnF5Z0xZsxiehzwT_zas/sendMessage?chat_id=138279155&text=Erorr: ".$text_pardakht);
goto re;
}
sleep(1);
$params2 = ['merchantCode' => "2455c8260afd2be7",'paymentNumber' => $paymentNumber];
$request2 = paymentRequest2($params2);
$status2 = $request2['status'];
if($status2 != 1){
$text_m = "Erorr2: \n $text_pardakht \n paymentNumber: $paymentNumber";
send("https://api.telegram.org/bot444350020:AAG0dPsXcUC8Dg_YnF5Z0xZsxiehzwT_zas/sendMessage?chat_id=138279155&text=".$text_m);
}
if($request['status'] == 1){
$data = send("https://hypergapbot.com/charger.php?type=3&id_pardakht=$paymentNumber");
if($data == "1"){
echo $text_ok;
}
}else{
$text_m = "Erorr3: \n $text_pardakht \n paymentNumber: $paymentNumber";
send("https://api.telegram.org/bot444350020:AAG0dPsXcUC8Dg_YnF5Z0xZsxiehzwT_zas/sendMessage?chat_id=138279155&text=".$text_m);
echo $text_erorr;
}
}else{
$data = send("https://hypergapbot.com/charger.php?type=4&id_pardakht=$paymentNumber");
echo $text_erorr;
}
}
?>
===END:/home/filetir/public_html/hypercredit/index.php===
===FILE:/home/filetir/public_html/error_log===
SIZE:687459
in /home/filetir/public_html/wp-includes/pluggable.php on line 1531
[19-Jul-2026 11:04:52 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1534
[19-Jul-2026 11:14:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 515
[19-Jul-2026 11:14:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 531
[19-Jul-2026 11:14:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/functions.php on line 7182
[19-Jul-2026 11:14:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1531
[19-Jul-2026 11:14:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1534
[19-Jul-2026 11:14:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 515
[19-Jul-2026 11:14:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 531
[19-Jul-2026 11:14:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/functions.php on line 7182
[19-Jul-2026 11:14:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1531
[19-Jul-2026 11:14:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1534
[19-Jul-2026 11:20:34 UTC] PHP Fatal error: Uncaught Error: Undefined constant "ABSPATH" in /home/filetir/public_html/wp-settings.php:34
Stack trace:
#0 {main}
thrown in /home/filetir/public_html/wp-settings.php on line 34
[19-Jul-2026 11:23:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 515
[19-Jul-2026 11:23:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 531
[19-Jul-2026 11:23:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/functions.php on line 7182
[19-Jul-2026 11:23:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1531
[19-Jul-2026 11:23:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1534
[19-Jul-2026 11:23:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 515
[19-Jul-2026 11:23:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 531
[19-Jul-2026 11:23:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/functions.php on line 7182
[19-Jul-2026 11:23:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1531
[19-Jul-2026 11:23:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1534
[19-Jul-2026 11:33:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 515
[19-Jul-2026 11:33:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 531
[19-Jul-2026 11:33:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/functions.php on line 7182
[19-Jul-2026 11:33:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1531
[19-Jul-2026 11:33:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1534
[19-Jul-2026 11:34:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 515
[19-Jul-2026 11:34:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-login.php on line 531
[19-Jul-2026 11:34:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/functions.php on line 7182
[19-Jul-2026 11:34:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1531
[19-Jul-2026 11:34:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/filetir/public_html/wp-content/mu-plugins/wp-1sfghq4x.php:1) in /home/filetir/public_html/wp-includes/pluggable.php on line 1534
===END:/home/filetir/public_html/error_log===
===FILE:/home/filetir/public_html/hypercredit/error_log===
SIZE:18281129
026 10:46:48 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:46:54 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:47:03 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:49:32 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:50:01 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:50:15 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:50:44 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:51:17 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:51:20 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:52:47 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:53:57 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:55:38 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:56:22 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:56:57 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:56:57 UTC] PHP Warning: Undefined array key "paymentNumber" in /home/filetir/public_html/hypercredit/index.php on line 122
[19-Jul-2026 10:59:53 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 10:59:57 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:00:17 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:00:44 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:01:53 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:01:57 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:02:25 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:02:27 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:02:46 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:02:50 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:03:14 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:03:18 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:04:01 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:04:54 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:05:30 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:06:20 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:07:45 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:09:49 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:09:49 UTC] PHP Warning: Undefined array key "paymentNumber" in /home/filetir/public_html/hypercredit/index.php on line 122
[19-Jul-2026 11:13:20 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:14:27 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:20:51 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:23:15 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:24:21 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:25:03 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:25:14 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:25:59 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:26:35 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:26:51 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:27:22 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:27:24 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:27:30 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:28:08 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:28:22 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:28:52 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:32:49 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:32:58 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:33:02 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:33:04 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:33:06 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:33:11 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:33:42 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:34:04 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:34:19 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:34:24 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
[19-Jul-2026 11:35:14 UTC] PHP Warning: Undefined array key "check" in /home/filetir/public_html/hypercredit/index.php on line 29
===END:/home/filetir/public_html/hypercredit/error_log===