REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 963 B
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/airlift/callback/base.php
Text
Base64
<?php if (!defined('ABSPATH')) exit; if (!class_exists('ALCallbackBase')) : class ALCallbackBase { public static $wing_infos = array("MANAGE_WING_VERSION" => '1.8', "DYNSYNC_WING_VERSION" => '1.0', "UPGRADER_WING_VERSION" => '1.1', "BRAND_WING_VERSION" => '1.1', "DB_WING_VERSION" => '1.3', "ACCOUNT_WING_VERSION" => '1.2', "MISC_WING_VERSION" => '1.4', "FS_WING_VERSION" => '1.4', "INFO_WING_VERSION" => '2.7', "WATCH_WING_VERSION" => '1.6', "FS_WRITE_WING_VERSION" => '1.2', "FS_WRITE_WING_VERSION" => '1.2', "SPEED_WING_VERSION" => '1.6', ); public function objectToArray($obj) { return json_decode(json_encode($obj), true); } public function base64Encode($data, $chunk_size) { if ($chunk_size) { $out = ""; $len = strlen($data); for ($i = 0; $i < $len; $i += $chunk_size) { $out .= base64_encode(substr($data, $i, $chunk_size)); } } else { $out = base64_encode($data); } return $out; } } endif;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
wings
DIR
-
drwxr-xr-x
2026-04-02 01:31:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
base.php
963 B
lrw-r--r--
2026-04-02 01:31:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
handler.php
3.57 KB
lrw-r--r--
2026-04-02 01:31:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
request.php
9.33 KB
lrw-r--r--
2026-04-02 01:31:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
response.php
989 B
lrw-r--r--
2026-04-02 01:31:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
streams.php
7.82 KB
lrw-r--r--
2026-04-02 01:31:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).