Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
usr /
share /
nodejs /
gauge /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
base-theme.js
424
B
-rw-r--r--
demo.js
916
B
-rw-r--r--
error.js
616
B
-rw-r--r--
has-color.js
99
B
-rw-r--r--
index.js
7.13
KB
-rw-r--r--
plumbing.js
1.25
KB
-rw-r--r--
process.js
89
B
-rw-r--r--
progress-bar.js
1.01
KB
-rw-r--r--
render-template.js
5.81
KB
-rw-r--r--
set-immediate.js
139
B
-rw-r--r--
set-interval.js
93
B
-rw-r--r--
spin.js
105
B
-rw-r--r--
template-item.js
1.93
KB
-rw-r--r--
theme-set.js
3.63
KB
-rw-r--r--
themes.js
1.63
KB
-rw-r--r--
wide-truncate.js
858
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : demo.js
var Gauge = require('./') var gaugeDefault = require('./themes.js') var onExit = require('signal-exit') var activeGauge onExit(function () { activeGauge.disable() }) var themes = gaugeDefault.getThemeNames() nextBar() function nextBar () { var themeName = themes.shift() console.log('Demoing output for ' + themeName) var gt = new Gauge(process.stderr, { updateInterval: 50, theme: themeName, cleanupOnExit: false, }) activeGauge = gt var progress = 0 var cnt = 0 var pulse = setInterval(function () { gt.pulse('this is a thing that happened ' + (++cnt)) }, 110) var prog = setInterval(function () { progress += 0.04 gt.show(themeName + ':' + Math.round(progress * 1000), progress) if (progress >= 1) { clearInterval(prog) clearInterval(pulse) gt.disable() if (themes.length) { nextBar() } } }, 100) gt.show() }
Close