Submit
Path:
~
/
home
/
getwphos
/
public_html
/
shellfish
/
wp-content
/
plugins
/
migrate-guru
/
callback
/
File Content:
base.php
<?php if (!defined('ABSPATH')) exit; if (!class_exists('BVCallbackBase')) : class BVCallbackBase { public static $wing_infos = array("BRAND_WING_VERSION" => '1.1', "DB_WING_VERSION" => '1.3', "ACCOUNT_WING_VERSION" => '1.2', "MISC_WING_VERSION" => '1.3', "FS_WING_VERSION" => '1.2', "INFO_WING_VERSION" => '2.3', "FS_WRITE_WING_VERSION" => '1.0', ); 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;
Submit
FILE
FOLDER
Name
Size
Permission
Action
wings
---
0755
base.php
756 bytes
0644
handler.php
3655 bytes
0644
request.php
9674 bytes
0644
response.php
896 bytes
0644
streams.php
6645 bytes
0644
N4ST4R_ID | Naxtarrr