✘✘ 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/src/lsws/lsws-6.3.4/add-ons/webcachemgr/src/View/Model//MassDashDisableProgressViewModel.php
<?php

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

namespace Lsc\Wp\View\Model;

use \Lsc\Wp\Context\Context;
use \Lsc\Wp\LSCMException;
use \Lsc\Wp\Logger;

class MassDashDisableProgressViewModel
{

    const FLD_ICON = 'icon';
    const FLD_INSTALLS_COUNT = 'installsCount';

    /**
     * @var string
     */
    protected $sessionKey = 'massDashDisableInfo';

    /**
     * @var mixed[]
     */
    protected $tplData = array();

    /**
     *
     * @param string  $action
     */
    public function __construct()
    {
        $this->init();
    }

    protected function init()
    {
        $this->setIconPath();
        $this->grabSessionData();
    }

    /**
     *
     * @param string  $field
     * @return null|mixed
     */
    public function getTplData( $field )
    {
        if ( !isset($this->tplData[$field]) ) {
            return null;
        }

        return $this->tplData[$field];
    }

    protected function setIconPath()
    {
        $iconPath = '';

        try
        {
            $iconDir = Context::getOption()->getIconDir();
            $iconPath = "{$iconDir}/wpNotifier.svg";
        }
        catch ( LSCMException $e )
        {
            Logger::debug($e->getMessage() . ' Could not get icon directory.');
        }

        $this->tplData[self::FLD_ICON] = $iconPath;
    }

    protected function grabSessionData()
    {
        $info = $_SESSION[$this->sessionKey];

        $this->tplData[self::FLD_INSTALLS_COUNT] = count($info['installs']);
    }

    /**
     *
     * @return string
     */
    public function getTpl()
    {
        return Context::getOption()->getSharedTplDir()
                . '/MassDashDisableProgress.tpl';
    }

}

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

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


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
7 Jan 2026 7.08 PM
1000 / users
0755
Ajax
--
7 Jan 2026 7.08 PM
1000 / users
0755
CacheRootNotSetViewModel.php
0.591 KB
28 Jul 2019 3.48 PM
1000 / users
0644
DashNotifierViewModel.php
2.567 KB
1 Jul 2019 9.19 PM
1000 / users
0644
DataFileMsgViewModel.php
1.965 KB
28 Jul 2019 3.48 PM
1000 / users
0644
ManageViewModel.php
13.641 KB
8 Dec 2021 3.14 PM
1000 / users
0644
MassDashDisableProgressViewModel.php
1.846 KB
18 Oct 2019 4.45 PM
1000 / users
0644
MassDashNotifyProgressViewModel.php
1.882 KB
18 Oct 2019 4.45 PM
1000 / users
0644
MassEnableDisableProgressViewModel.php
2.826 KB
28 Jul 2019 3.48 PM
1000 / users
0644
MassEnableDisableViewModel.php
2.783 KB
28 Jul 2019 3.48 PM
1000 / users
0644
MissingTplViewModel.php
1.008 KB
28 Jul 2019 3.48 PM
1000 / users
0644
RefreshStatusProgressViewModel.php
1.672 KB
28 Jul 2019 3.48 PM
1000 / users
0644
ScanProgressStepViewModel.php
3.62 KB
7 Oct 2020 5.23 PM
1000 / users
0644
ScanProgressViewModel.php
2.685 KB
7 Oct 2020 5.23 PM
1000 / users
0644
UnflagAllProgressViewModel.php
1.663 KB
28 Jul 2019 3.48 PM
1000 / users
0644
VersionChangeViewModel.php
1.74 KB
28 Jul 2019 3.48 PM
1000 / users
0644
VersionManageViewModel.php
4.533 KB
18 Nov 2020 10.34 PM
1000 / users
0644

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