Current Path: > > usr > share > l.v.e-manager > utils
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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
activate | File | 2353 bytes | July 11 2025 17:46:23. | |
cloudlinux-cli-user.py | File | 491 bytes | July 11 2025 17:46:23. | |
cloudlinux-selector.py | File | 654 bytes | July 11 2025 17:46:23. | |
cloudlinux_cli_user.py | File | 11427 bytes | July 11 2025 17:46:23. | |
cpanel_api.py | File | 9997 bytes | July 11 2025 17:46:23. | |
libcloudlinux.py | File | 28400 bytes | July 11 2025 17:46:23. | |
node_wrapper | File | 268 bytes | July 11 2025 17:46:23. | |
npm_wrapper | File | 1730 bytes | July 11 2025 17:46:23. | |
python_wrapper | File | 568 bytes | July 11 2025 17:46:23. | |
set_env_vars.py | File | 3750 bytes | July 11 2025 17:46:23. |
#!/opt/cloudlinux/venv/bin/python3 -sbb # -*- coding: utf-8 -*- # cloudlinux-selector Utility to check Cloudlinux license # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2022 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT from __future__ import print_function from __future__ import division from __future__ import absolute_import import sys from clselector.cl_selector import CloudlinuxSelector def main(argv): """ Main run function """ cll = CloudlinuxSelector() return cll.run(argv) if __name__ == "__main__": sys.exit(main(sys.argv[1:]))
SILENT KILLER Tool