OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
php84
/
usr
/
share
/
pear
/
PEAR
/
Command
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/29/2025 12:55:23 PM
rwxr-xr-x
📄
Auth.php
2.51 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Auth.xml
1.2 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Build.php
2.58 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Build.xml
388 bytes
12/17/2024 06:12:51 PM
rw-r--r--
📄
Channels.php
32.66 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Channels.xml
4.12 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Common.php
8.02 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Config.php
15.1 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Config.xml
3.3 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Install.php
49.81 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Install.xml
8.49 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Mirror.php
4.4 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Mirror.xml
617 bytes
12/17/2024 06:12:51 PM
rw-r--r--
📄
Package.php
39.21 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Package.xml
7.05 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Pickle.php
15.52 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Pickle.xml
1.15 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Registry.php
45.2 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Registry.xml
1.75 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Remote.php
29.28 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Remote.xml
3.23 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Test.php
11.85 KB
12/17/2024 06:12:51 PM
rw-r--r--
📄
Test.xml
1.6 KB
12/17/2024 06:12:51 PM
rw-r--r--
Editing: Registry.xml
Close
<commands version="1.0"> <list> <summary>List Installed Packages In The Default Channel</summary> <function>doList</function> <shortcut>l</shortcut> <options> <channel> <shortopt>c</shortopt> <doc>list installed packages from this channel</doc> <arg>CHAN</arg> </channel> <allchannels> <shortopt>a</shortopt> <doc>list installed packages from all channels</doc> </allchannels> <channelinfo> <shortopt>i</shortopt> <doc>output fully channel-aware data, even on failure</doc> </channelinfo> </options> <doc><package> If invoked without parameters, this command lists the PEAR packages installed in your php_dir ({config php_dir}). With a parameter, it lists the files in a package. </doc> </list> <list-files> <summary>List Files In Installed Package</summary> <function>doFileList</function> <shortcut>fl</shortcut> <options /> <doc><package> List the files in an installed package. </doc> </list-files> <shell-test> <summary>Shell Script Test</summary> <function>doShellTest</function> <shortcut>st</shortcut> <options /> <doc><package> [[relation] version] Tests if a package is installed in the system. Will exit(1) if it is not. <relation> The version comparison operator. One of: <, lt, <=, le, >, gt, >=, ge, ==, =, eq, !=, <>, ne <version> The version to compare with </doc> </shell-test> <info> <summary>Display information about a package</summary> <function>doInfo</function> <shortcut>in</shortcut> <options /> <doc><package> Displays information about a package. The package argument may be a local package file, an URL to a package file, or the name of an installed package.</doc> </info> </commands>