Hackfut Security File Manager
Current Path:
/usr/lib/python2.6/site-packages/clcommon/cpapi/plugins
usr
/
lib
/
python2.6
/
site-packages
/
clcommon
/
cpapi
/
plugins
/
📁
..
📄
__init__.py
(41 B)
📄
__init__.pyc
(154 B)
📄
__init__.pyo
(154 B)
📄
cpanel.py
(11.59 KB)
📄
cpanel.pyc
(10.92 KB)
📄
cpanel.pyo
(10.92 KB)
📄
directadmin.py
(4.46 KB)
📄
directadmin.pyc
(5.69 KB)
📄
directadmin.pyo
(5.69 KB)
📄
interworx.py
(1.32 KB)
📄
interworx.pyc
(2.04 KB)
📄
interworx.pyo
(2.04 KB)
📄
ispmanager.py
(4.42 KB)
📄
ispmanager.pyc
(4.94 KB)
📄
ispmanager.pyo
(4.94 KB)
📄
nopanel.py
(1002 B)
📄
nopanel.pyc
(1.65 KB)
📄
nopanel.pyo
(1.65 KB)
📄
plesk.py
(2.58 KB)
📄
plesk.pyc
(3.66 KB)
📄
plesk.pyo
(3.66 KB)
📄
universal.py
(1.42 KB)
📄
universal.pyc
(1.92 KB)
📄
universal.pyo
(1.92 KB)
Editing: nopanel.py
#!/usr/bin/python # -*- coding: utf-8 -*- from clcommon.cpapi.cpapiexceptions import NotSupported from clcommon.cpapi.const import UNKNOWN_CP_NAME __cpname__ = UNKNOWN_CP_NAME def db_access(): raise NotSupported('Unable to receive data. Not supported with no the control panel') def cpusers(): """ return all users list registered on Control Panel :return: tuple registered users """ raise NotSupported('Getting all users registered in the control panel is not currently supported. ' 'Is under development.') def dblogin_cplogin_pairs(cplogin_lst=None, with_system_users=False): raise NotSupported('Unable to receive data. Not supported with no the control panel') def get_admin_email(_hostname=None): """ Gets admin email :param str|None _hostname: for testing :return: admin's email :rtype: string """ from clcommon.cpapi.plugins.universal import get_admin_email return get_admin_email(_hostname=_hostname)
Upload File
Create Folder