📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.38 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: History.md
3.0.1 / 2017-09-18 ================== * update "agent-base" to v4.1.0 3.0.0 / 2017-06-13 ================== * [BREAKING] drop support for Node < 4 * update deps, remove `extend` dependency * rename `socks-proxy-agent.js` to `index.js` 2.1.1 / 2017-06-13 ================== * fix a bug where `close` would emit before `end` * use "raw-body" module for tests * prettier 2.1.0 / 2017-05-24 ================== * DRY post-lookup logic * Fix an error in readme (#13, @599316527) * travis: test node v5 * travis: test iojs v1, 2, 3 and node.js v4 * test: use ssl-cert-snakeoil cert files * Authentication support (#9, @baryshev) 2.0.0 / 2015-07-10 ================== * API CHANGE! Removed `secure` boolean second argument in constructor * upgrade to "agent-base" v2 API * package: update "extend" to v3 1.0.2 / 2015-07-01 ================== * remove "v4a" from description * socks-proxy-agent: cast `port` to a Number * travis: attempt to make node v0.8 work * travis: test node v0.12, don't test v0.11 * test: pass `rejectUnauthorized` as a proxy opt * test: catch http.ClientRequest errors * test: add self-signed SSL server cert files * test: refactor to use local SOCKS, HTTP and HTTPS servers * README: use SVG for Travis-CI badge 1.0.1 / 2015-03-01 ================== * switched from using "socks-client" to "socks" (#5, @JoshGlazebrook) 1.0.0 / 2015-02-11 ================== * add client-side DNS lookup logic for 4 and 5 version socks proxies * remove dead `onproxyconnect()` code function * use a switch statement to decide the socks `version` * refactor to use "socks-client" instead of "rainbowsocks" * package: remove "rainbowsocks" dependency * package: allow any "mocha" v2 0.1.2 / 2014-06-11 ================== * package: update "rainbowsocks" to v0.1.2 * travis: don't test node v0.9 0.1.1 / 2014-04-09 ================== * package: update outdated dependencies * socks-proxy-agent: pass `secure` flag when no `new` * socks-proxy-agent: small code cleanup 0.1.0 / 2013-11-19 ================== * add .travis.yml file * socks-proxy-agent: properly mix in the proxy options * socks-proxy-agent: coerce the `secureEndpoint` into a Boolean * socks-proxy-agent: use "extend" module * socks-proxy-agent: update to "agent-base" v1 API 0.0.2 / 2013-07-24 ================== * socks-proxy-agent: properly set the `defaultPort` property 0.0.1 / 2013-07-11 ================== * Initial release
Save