Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
owncloud-prm /
core /
vendor /
base64 /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE
491
B
-rw-r--r--
2018-04-19 18:15
README.md
810
B
-rw-r--r--
2018-04-19 18:15
base64.js
2.17
KB
-rw-r--r--
2018-04-19 18:15
base64.min.js
796
B
-rw-r--r--
2018-04-19 18:15
Save
Rename
# Base64.js ≈ 500 byte* polyfill for browsers which don't provide [`window.btoa`][1] and [`window.atob`][2]. Although the script does no harm in browsers which do provide these functions, a conditional script loader such as [yepnope][3] can prevent unnecessary HTTP requests. ```javascript yepnope({ test: window.btoa && window.atob, nope: 'base64.js', callback: function () { // `btoa` and `atob` are now safe to use } }) ``` Base64.js stems from a [gist][4] by [yahiko][5]. ### Running the test suite make setup make test \* Minified and gzipped. Run `make bytes` to verify. [1]: https://developer.mozilla.org/en/DOM/window.btoa [2]: https://developer.mozilla.org/en/DOM/window.atob [3]: http://yepnopejs.com/ [4]: https://gist.github.com/229984 [5]: https://github.com/yahiko