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.71.254.93
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 : trade_snippet_dialogue.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/>. }} {{! Drop snippet dialogue. }} <div class="block-stash-trade-snippet-dialogue"> <div id="{{uuid}}" style="display: inline;"> <div class="block-stash-trade" title="{{trade.name}}" data-id="{{trade.id}}"> <div class="trade-label text-center p-y-1 p-x-1">{{trade.name}}</div> <div> <div style="display: flex"> <div style="flex: 1" class="p-a-1"> <div class="block-stash-column-title"><strong>{{trade.gaintitle}}</strong></div> {{#tradeitems}} {{#gainloss}} <div class="block-stash-trade-item"> {{>block_stash/item_xsmall}} {{name}} ({{quantity}}) <a title="" href="{{editurl}}">{{#pix}}t/edit, core, {{#str}}edittradeitem, block_stash, {{name}}{{/str}}{{/pix}}</a> <a title="" href="{{deleteurl}}">{{#pix}}t/delete, core, {{#str}}deleteitem, block_stash, {{name}}{{/str}}{{/pix}}</a> </div> {{/gainloss}} {{/tradeitems}} </div> <div style="flex: 1" class="p-a-1"> <div class="block-stash-column-title"><strong>{{trade.losstitle}}</strong></div> {{#tradeitems}} {{^gainloss}} <div class="block-stash-trade-item"> {{>block_stash/item_xsmall}} {{name}} ({{quantity}}) <a title="" href="{{editurl}}">{{#pix}}t/edit, core, {{#str}}edittradeitem, block_stash, {{name}}{{/str}}{{/pix}}</a> <a title="" href="{{deleteurl}}">{{#pix}}t/delete, core, {{#str}}deleteitem, block_stash, {{name}}{{/str}}{{/pix}}</a> </div> {{/gainloss}} {{/tradeitems}} </div> </div> </div> </div> </div> </div> </div> <div> <p><strong>{{#str}}snippet, block_stash{{/str}}</strong></p> <div style="display: flex"> <textarea id="block-stash-trade-snippet" name="snippet" onclick="this.select();" readonly class="form-control" style="flex: 1; margin: 0"></textarea> <button id="block-stash-trade-snippet-copy" class="btn btn-secondary" title="{{#str}}copytoclipboard, block_stash{{/str}}">{{#pix}}t/copy, core{{/pix}}</button> </div> <p><small>{{#str}}copypaste, block_stash{{/str}}</small></p> </div> {{#haswarnings}} <div> <div> {{#warnings}} <div class="alert alert-warning"><small>{{{.}}}</small></div> {{/warnings}} </div> </div> {{/haswarnings}} </div> {{#js}} require([ 'jquery', 'block_stash/trade', {{#altsnippetmaker}}'{{{.}}}'{{/altsnippetmaker}} {{^altsnippetmaker}}'block_stash/trade-snippet-maker'{{/altsnippetmaker}} ], function($, Trade, TradeSnippetMaker) { var trade = new Trade({{{tradejson}}}); var tsm = new TradeSnippetMaker(trade); var snippetbox = $('#block-stash-trade-snippet'); snippetbox.html(tsm.getSnippet()); $('#block-stash-trade-snippet-copy').click(function(e) { e.preventDefault(); snippetbox.select(); document.execCommand("copy"); }); }); {{/js}}
Close