Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
migrate-guru
/
callback
/
File Content:
response.php
<?php if (!defined('ABSPATH')) exit; if (!class_exists('BVCallbackResponse')) : class BVCallbackResponse extends BVCallbackBase { public $status; public $bvb64cksize; public function __construct($bvb64cksize) { $this->status = array("blogvault" => "response"); $this->bvb64cksize = $bvb64cksize; } public function addStatus($key, $value) { $this->status[$key] = $value; } public function addArrayToStatus($key, $value) { if (!isset($this->status[$key])) { $this->status[$key] = array(); } $this->status[$key][] = $value; } public function terminate($resp = array()) { $resp = array_merge($this->status, $resp); $resp["signature"] = "Blogvault API"; $response = "bvbvbvbvbv".serialize($resp)."bvbvbvbvbv"; $response = "bvb64bvb64".$this->base64Encode($response, $this->bvb64cksize)."bvb64bvb64"; die($response); exit; } } endif;
Edit
Rename
Chmod
Delete
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