SILENT KILLERPanel

Current Path: > > usr > local > > lsws > admin > html > > classes


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/local//lsws/admin/html//classes

NameTypeSizeLast ModifiedActions
ws Directory - -
CValidation.php File 27286 bytes August 02 2025 14:49:07.
ConfData.php File 860 bytes August 02 2025 14:49:07.
ConfigFile.php File 14204 bytes August 02 2025 14:49:07.
ConfigFileEx.php File 4794 bytes August 02 2025 14:49:07.
CustStatusCode.php File 2238 bytes August 02 2025 14:49:07.
DATTR_HELP.php File 773 bytes August 02 2025 14:49:07.
DATTR_HELP_ITEM.php File 2595 bytes August 02 2025 14:49:07.
DAttrBase.php File 12722 bytes August 02 2025 14:49:07.
DFileSect.php File 582 bytes August 02 2025 14:49:07.
DPage.php File 3842 bytes August 02 2025 14:49:07.
DTbl.php File 17945 bytes August 02 2025 14:49:07.
DUtil.php File 4319 bytes August 02 2025 14:49:07.
DispInfo.php File 4463 bytes August 02 2025 14:49:07.
GUIBase.php File 3333 bytes August 02 2025 14:49:07.
PathTool.php File 3087 bytes August 02 2025 14:49:07.
XmlTreeBuilder.php File 3344 bytes August 02 2025 14:49:07.
blowfish.php File 26293 bytes August 02 2025 14:49:07.
jCryption.php File 16299 bytes August 02 2025 14:49:07.

Reading File: //usr/local//lsws/admin/html//classes/DATTR_HELP.php

<?php

class DATTR_HELP
{
	private $db;
    private $edb;

	private function __construct()
	{
		$this->init();
	}

	public static function GetInstance()
	{
        if ( !isset($GLOBALS['_DATTR_HELP_']) ) {
			$GLOBALS['_DATTR_HELP_'] = new DATTR_HELP();
		}
		return $GLOBALS['_DATTR_HELP_'];
	}

	public function GetItem($label)
	{
		if (isset($this->db[$label])) {
			return $this->db[$label];
		}
		return null;
	}

    public function GetEditTip($labels)
    {
        $tips = [];
        foreach ($labels as $label) {
            if (isset($this->edb[$label])) {
                $tips = array_merge($tips, $this->edb[$label]);
			}
        }
		return $tips;
    }

	private function init() {
		// add other customized items here

		include 'DATTR_HELP_inc.php';
	}

}

SILENT KILLER Tool