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


Viewing file:     progdesc.php (2.5 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require("design.php");

session_start();


$id _GET_('id');
$embeded intval(_GD_('embeded',0));

$mysql mysqlopen();

$result mysqli_query($mysql"SELECT `filial`,`name`,`subname`,`desc`,`category`,`needRegister`,`howToRegister`,`whenRegister` FROM libProgDescriptions WHERE `id`=$id LIMIT 1");
if (
mysqli_errno($mysql)) die("ERROR: ".mysqli_error($mysql)." at line ".__LINE__." of file ".__FILE__."\n");
if(!(
$row mysqli_fetch_assoc($result))) die("ERROR: Мероприятие не найдено!");

$_GET['filial']=$row['filial'];

$canEdit false;

if (!
$embeded)
{
    
$canEdit AdminAuth(RIGHT_EDIT_PROGRAMS$row['filial']);
    
TOP(-1);


    
LEFTCOLUMN();
    
CHANNELS();

    
MAINCOLUMN();
}

print 
"<h1>"._html_($row['name'])."</h1>\n";
print 
"<center><B>"._html_($row['subname'])."</B></center>";

if (
$canEdit)
{
    print 
"<script src='progeditor.js'></script>\n";
    print 
"<center><img class=editBtn title='Редактировать мероприятие' src='edit.png' onclick='editProgDesc($id, false)'></center>";
}

print 
"<p>"._para_($row['desc'])."</p>\n";

print 
"<br>\n";
print 
"<p>Категория: ".$row['category']."+</p>\n";
print 
"<p>Место проведения: <a href='filial.php?filial=".$row['filial']."'>".$GLOBALS['filials'][$row['filial']]."</a></p>\n";

if (
$row['needRegister'])
{
    print 
"<p style='font-weight:bold; color:#bb0000'>Только по предварительной записи</p>\n";
}

print 
"<center>";
$dir = @opendir("program/$id");
if (
$dir)
{
    while(
$file readdir($dir))
    {
        if (
$file!=".." && $file!=".")
        {
            print 
"<a href='program/$id/$file' target=IMAGE><img src='program/$id/$file' width=240 style='max-height:240' vspace=8 hspace=8></a> ";
        }
    }    
    
closedir($dir);
}
print 
"</center>\n";



if (
$row['needRegister'])
{
    print 
"<H2>Как записаться</H2>\n";
    print 
"<p>"._para_($row['howToRegister'])."</p>\n";
    print 
"<br>\n";
    print 
"<p><b>Запись в следующую группу открыта до: ".SQLtoDate($row['whenRegister'])."</b></p>\n";
}

if (!
$embeded)
{
?>
<hr>
<center style='margin-top:10'><input type=button onclick='history.back()' value='« Назад'></center>
<br><br>
<?php
}

if (!
$embeded)
{
    
MIDDLECOLUMN2();
    print 
"<center><table><tr><td>";
    
ACTUALLINKS('actualLinksH');
    print 
"</tr></td></table></center>";
    
FAQ();


    
MIDDLECOLUMN();
    
CHANNELS("channelBlockH");
    
RIGHTCOLUMN();

    
ACTUALLINKS();
    
FAQ();
    
BOTTOM();
}
?>

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