Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.221.21.111
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
growly /
example /
Delete
Unzip
Name
Size
Permission
Date
Action
bakery.js
695
B
-rw-rw-r--
2022-08-30 11:49
cake.png
14.47
KB
-rw-rw-r--
2022-08-30 11:49
muffin.png
16.58
KB
-rw-rw-r--
2022-08-30 11:49
simple.js
75
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
var growly = require('../lib/growly.js'); var notifications = [ { label: 'muffin', dispname: 'Muffin' }, { label: 'cake', dispname: 'Cake' } ], muffinopts = { label: 'muffin', icon: 'muffin.png' }, cakeopts = { label: 'cake', title: 'Cake is ready!', icon: 'cake.png', sticky: true }; growly.register('Bakery', 'muffin.png', notifications, function(err) { if (err) { console.log(err); return; } growly.notify('Looks like it is half past muffin time!', muffinopts); growly.notify('Click to deliver', cakeopts, function(err, action) { console.log('You', action, 'the notification, so the cake is on its way!'); }); });