Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
owncloud-prm /
settings /
templates /
users /
Delete
Unzip
Name
Size
Permission
Date
Action
main.php
3.29
KB
-rw-r--r--
2018-04-19 18:15
part.createuser.php
1.27
KB
-rw-r--r--
2018-04-19 18:15
part.grouplist.php
1.86
KB
-rw-r--r--
2018-04-19 18:15
part.setquota.php
1.22
KB
-rw-r--r--
2018-04-19 18:15
part.userlist.php
3.36
KB
-rw-r--r--
2018-04-19 18:15
Save
Rename
<table id="userlist" class="hascontrols grid" data-groups="<?php p($_['allGroups']);?>"> <thead> <tr> <?php if ($_['enableAvatars']): ?> <th id="headerAvatar" scope="col"></th> <?php endif; ?> <th id="headerName" scope="col"><?php p($l->t('Username'))?></th> <th id="headerDisplayName" scope="col"><?php p($l->t( 'Full Name' )); ?></th> <th id="headerPassword" scope="col"><?php p($l->t( 'Password' )); ?></th> <th class="mailAddress" scope="col"><?php p($l->t( 'Email' )); ?></th> <th id="headerGroups" scope="col"><?php p($l->t( 'Groups' )); ?></th> <?php if(is_array($_['subadmins']) || $_['subadmins']): ?> <th id="headerSubAdmins" scope="col"><?php p($l->t('Group Admin for')); ?></th> <?php endif;?> <th class="enabled" scope="col"><?php p($l->t('Enabled')); ?></th> <th id="headerQuota" scope="col"><?php p($l->t('Quota')); ?></th> <th class="storageLocation" scope="col"><?php p($l->t('Storage Location')); ?></th> <th class="userBackend" scope="col"><?php p($l->t('User Backend')); ?></th> <th class="lastLogin" scope="col"><?php p($l->t('Last Login')); ?></th> <th id="headerRemove"> </th> </tr> </thead> <tbody> <!-- the following <tr> is used as a template for the JS part --> <tr style="display:none"> <?php if ($_['enableAvatars']): ?> <td class="avatar"><div class="avatardiv"></div></td> <?php endif; ?> <th class="name" scope="row"></th> <td class="displayName"><span></span> <img class="action" src="<?php p(image_path('core', 'actions/rename.svg'))?>" alt="<?php p($l->t("change full name"))?>" title="<?php p($l->t("change full name"))?>"/> </td> <td class="password"><span>●●●●●●●</span> <img class="action" src="<?php print_unescaped(image_path('core', 'actions/rename.svg'))?>" alt="<?php p($l->t("set new password"))?>" title="<?php p($l->t("set new password"))?>"/> </td> <td class="mailAddress"><span></span><div class="loading-small hidden"></div> <img class="action" src="<?php p(image_path('core', 'actions/rename.svg'))?>" alt="<?php p($l->t('change email address'))?>" title="<?php p($l->t('change email address'))?>"/> </td> <td class="groups"><div class="groupsListContainer multiselect button" ><span class="title groupsList"></span><span class="icon-triangle-s"></span></div> </td> <?php if(is_array($_['subadmins']) || $_['subadmins']): ?> <td class="subadmins"><div class="groupsListContainer multiselect button" ><span class="title groupsList"></span><span class="icon-triangle-s"></span></div> </td> <?php endif;?> <td class="enabled"> <input type="checkbox" class="isEnabled" checked="checked"> </td> <td class="quota"> <select class="quota-user" data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>"> <option value='default'> <?php p($l->t('Default'));?> </option> <option value='none'> <?php p($l->t('Unlimited'));?> </option> <?php foreach($_['quota_preset'] as $preset):?> <option value='<?php p($preset);?>'> <?php p($preset);?> </option> <?php endforeach;?> <option value='other' data-new> <?php p($l->t('Other'));?> ... </option> </select> </td> <td class="storageLocation"></td> <td class="userBackend"></td> <td class="lastLogin"></td> <td class="remove"></td> </tr> </tbody> </table>