Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > > updraftplus > > includes
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
Dropbox2 | Directory | - | - | |
Directory | - | - | ||
blockui | Directory | - | - | |
checkout-embed | Directory | - | - | |
cloudfiles | Directory | - | - | |
handlebars | Directory | - | - | |
images | Directory | - | - | |
jquery-ui.dialog.extended | Directory | - | - | |
jquery.serializeJSON | Directory | - | - | |
jstree | Directory | - | - | |
labelauty | Directory | - | - | |
pcloud | Directory | - | - | |
select2 | Directory | - | - | |
tether | Directory | - | - | |
tether-shepherd | Directory | - | - | |
updraftclone | Directory | - | - | |
S3.php | File | 78483 bytes | March 21 2025 22:25:22. | |
S3compat.php | File | 31581 bytes | December 23 2024 23:47:28. | |
cacert.pem | File | 221470 bytes | November 23 2023 19:21:20. | |
class-backup-history.php | File | 40508 bytes | April 17 2025 13:45:08. | |
class-commands.php | File | 49966 bytes | April 17 2025 13:45:08. | |
class-database-utility.php | File | 37569 bytes | April 17 2025 13:45:08. | |
class-filesystem-functions.php | File | 41259 bytes | December 23 2024 23:47:28. | |
class-http-error-descriptions.php | File | 11669 bytes | August 09 2023 18:48:00. | |
class-job-scheduler.php | File | 10552 bytes | May 16 2023 19:44:38. | |
class-manipulation-functions.php | File | 17139 bytes | July 06 2023 16:16:56. | |
class-partialfileservlet.php | File | 7558 bytes | December 23 2024 23:47:28. | |
class-remote-send.php | File | 32760 bytes | March 21 2025 22:25:22. | |
class-search-replace.php | File | 20570 bytes | December 23 2024 23:47:28. | |
class-semaphore.php | File | 6424 bytes | August 22 2022 22:55:02. | |
class-storage-methods-interface.php | File | 18664 bytes | August 09 2023 18:48:00. | |
class-updraft-dashboard-news.php | File | 8242 bytes | December 23 2024 23:47:28. | |
class-updraft-semaphore.php | File | 7693 bytes | August 19 2021 15:58:16. | |
class-updraftcentral-updraftplus-commands.php | File | 1857 bytes | December 15 2022 01:35:40. | |
class-updraftplus-encryption.php | File | 14031 bytes | April 17 2025 13:45:08. | |
class-wpadmin-commands.php | File | 39447 bytes | February 26 2025 16:29:18. | |
class-zip.php | File | 18336 bytes | March 21 2025 22:25:22. | |
ftp.class.php | File | 6769 bytes | April 17 2025 13:45:08. | |
get-cpanel-quota-usage.pl | File | 408 bytes | October 18 2013 00:20:56. | |
google-extensions.php | File | 9497 bytes | December 23 2024 23:47:28. | |
jquery-ui.custom-v1.11.4-1-25-6.min.css | File | 38751 bytes | May 28 2025 00:56:22. | |
jquery-ui.custom-v1.11.4-1-25-6.min.css.map | File | 58374 bytes | May 28 2025 00:56:22. | |
jquery-ui.custom-v1.11.4.css | File | 43193 bytes | September 16 2022 16:41:44. | |
jquery-ui.custom-v1.12.1-1-25-6.min.css | File | 40497 bytes | May 28 2025 00:56:22. | |
jquery-ui.custom-v1.12.1-1-25-6.min.css.map | File | 60839 bytes | May 28 2025 00:56:22. | |
jquery-ui.custom-v1.12.1.css | File | 45090 bytes | September 16 2022 16:41:44. | |
migrator-lite.php | File | 53735 bytes | January 11 2025 21:36:56. | |
updraft-admin-common-1-25-6.min.js | File | 158895 bytes | May 28 2025 00:56:22. | |
updraft-admin-common.js | File | 263234 bytes | May 28 2025 00:56:22. | |
updraft-restorer-skin-compatibility.php | File | 452 bytes | February 21 2020 14:44:26. | |
updraft-restorer-skin.php | File | 1723 bytes | December 15 2022 01:35:40. | |
updraftcentral.php | File | 3464 bytes | April 17 2025 13:45:08. | |
updraftplus-clone.php | File | 7237 bytes | March 21 2025 22:25:22. | |
updraftplus-login.php | File | 4368 bytes | March 11 2019 20:05:38. | |
updraftplus-notices.php | File | 22065 bytes | March 21 2025 22:25:22. | |
updraftplus-tour.php | File | 13366 bytes | April 17 2025 13:45:08. | |
updraftvault.php | File | 2040 bytes | December 15 2022 01:35:40. |
<?php if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed.'); /* // Unfortunately, since the variables we want to access are private, not protected, we can't just extend the class. Instead, we have to clone it, and add these methods into our cloned copy. class UpdraftPlus_Google_Http_MediaFileUpload extends Google_Http_MediaFileUpload { public function updraftplus_setResumeUri($resumeUri) { $this->resumeUri = $resumeUri; } public function updraftplus_setProgress($progress) { $this->progress = $progress; } // N.B. a public method getResumeUri already exists - and does something completely different public function updraftplus_getResumeUri() { return empty($this->resumeUri) ? '' : $this->resumeUri; } } */ /** * Copyright 2012 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ if (!class_exists('UDP_Google_Client')) { require_once dirname(__FILE__) . '/Google/autoload.php'; } /** * Manage large file uploads, which may be media but can be any type * of sizable data. */ class UpdraftPlus_Google_Http_MediaFileUpload { public function updraftplus_setResumeUri($resumeUri) { $this->resumeUri = $resumeUri; } public function updraftplus_setProgress($progress) { $this->progress = $progress; } //N.B. a public method getResumeUri already exists - and does something completely different public function updraftplus_getResumeUri() { return $this->resumeUri; } const UPLOAD_MEDIA_TYPE = 'media'; const UPLOAD_MULTIPART_TYPE = 'multipart'; const UPLOAD_RESUMABLE_TYPE = 'resumable'; /** @var string $mimeType */ private $mimeType; /** @var string $data */ private $data; /** @var bool $resumable */ private $resumable; /** @var int $chunkSize */ private $chunkSize; /** @var int $size */ private $size; /** @var string $resumeUri */ private $resumeUri; /** @var int $progress */ private $progress; /** @var UDP_Google_Client */ private $client; /** @var Google_Http_Request */ private $request; /** @var string */ private $boundary; /** * Result code from last HTTP call * @var int */ private $httpResultCode; /** * @param $mimeType string * @param $data string The bytes you want to upload. * @param $resumable bool * @param bool $chunkSize File will be uploaded in chunks of this many bytes. * only used if resumable=True */ public function __construct( UDP_Google_Client $client, UDP_Google_Http_Request $request, $mimeType, $data, $resumable = false, $chunkSize = false, $boundary = false ) { $this->client = $client; $this->request = $request; $this->mimeType = $mimeType; $this->data = $data; $this->size = is_null($this->data) ? 0 : strlen($this->data); $this->resumable = $resumable; if (!$chunkSize) { $chunkSize = 256 * 1024; } $this->chunkSize = $chunkSize; $this->progress = 0; $this->boundary = $boundary; // Process Media Request $this->process(); } /** * Set the size of the file that is being uploaded. * @param $size - int file size in bytes */ public function setFileSize($size) { $this->size = $size; } /** * Return the progress on the upload * @return int progress in bytes uploaded. */ public function getProgress() { return $this->progress; } /** * Return the HTTP result code from the last call made. * @return int code */ public function getHttpResultCode() { return $this->httpResultCode; } /** * Send the next part of the file to upload. * * @param [$chunk] the next set of bytes to send. If false will used $data passed * at construct time. */ public function nextChunk($chunk = false) { if (false == $this->resumeUri) { $this->resumeUri = $this->getResumeUri(); } if (false == $chunk) { $chunk = substr($this->data, $this->progress, $this->chunkSize); } $lastBytePos = $this->progress + strlen($chunk) - 1; $headers = array( 'content-range' => "bytes $this->progress-$lastBytePos/$this->size", 'content-type' => $this->request->getRequestHeader('content-type'), 'content-length' => strlen($chunk), 'expect' => '', ); $httpRequest = new UDP_Google_Http_Request( $this->resumeUri, 'PUT', $headers, $chunk ); if ($this->client->getClassConfig("UDP_Google_Http_Request", "enable_gzip_for_uploads")) { $httpRequest->enableGzip(); } else { $httpRequest->disableGzip(); } $response = $this->client->getIo()->makeRequest($httpRequest); $response->setExpectedClass($this->request->getExpectedClass()); $code = $response->getResponseHttpCode(); $this->httpResultCode = $code; if (308 == $code) { // Track the amount uploaded. $range = explode('-', $response->getResponseHeader('range')); $this->progress = $range[1] + 1; // Allow for changing upload URLs. $location = $response->getResponseHeader('location'); if ($location) { $this->resumeUri = $location; } // No problems, but upload not complete. return false; } else { return UDP_Google_Http_REST::decodeHttpResponse($response, $this->client); } } /** * @param $meta * @param $params * @return array|bool * @visible for testing */ private function process() { $postBody = false; $contentType = false; $meta = $this->request->getPostBody(); $meta = is_string($meta) ? json_decode($meta, true) : $meta; $uploadType = $this->getUploadType($meta); $this->request->setQueryParam('uploadType', $uploadType); $this->transformToUploadUrl(); $mimeType = $this->mimeType ? $this->mimeType : $this->request->getRequestHeader('content-type'); if (self::UPLOAD_RESUMABLE_TYPE == $uploadType) { $contentType = $mimeType; $postBody = is_string($meta) ? $meta : json_encode($meta); } else if (self::UPLOAD_MEDIA_TYPE == $uploadType) { $contentType = $mimeType; $postBody = $this->data; } else if (self::UPLOAD_MULTIPART_TYPE == $uploadType) { // This is a multipart/related upload. $boundary = $this->boundary ? $this->boundary : mt_rand(); $boundary = str_replace('"', '', $boundary); $contentType = 'multipart/related; boundary=' . $boundary; $related = "--$boundary\r\n"; $related .= "Content-Type: application/json; charset=UTF-8\r\n"; $related .= "\r\n" . json_encode($meta) . "\r\n"; $related .= "--$boundary\r\n"; $related .= "Content-Type: $mimeType\r\n"; $related .= "Content-Transfer-Encoding: base64\r\n"; $related .= "\r\n" . base64_encode($this->data) . "\r\n"; $related .= "--$boundary--"; $postBody = $related; } $this->request->setPostBody($postBody); if (isset($contentType) && $contentType) { $contentTypeHeader['content-type'] = $contentType; $this->request->setRequestHeaders($contentTypeHeader); } } private function transformToUploadUrl() { $base = $this->request->getBaseComponent(); $this->request->setBaseComponent($base . '/upload'); } /** * Valid upload types: * - resumable (UPLOAD_RESUMABLE_TYPE) * - media (UPLOAD_MEDIA_TYPE) * - multipart (UPLOAD_MULTIPART_TYPE) * @param $meta * @return string * @visible for testing */ public function getUploadType($meta) { if ($this->resumable) { return self::UPLOAD_RESUMABLE_TYPE; } if (false == $meta && $this->data) { return self::UPLOAD_MEDIA_TYPE; } return self::UPLOAD_MULTIPART_TYPE; } private function getResumeUri() { $result = null; $body = $this->request->getPostBody(); if ($body) { $headers = array( 'content-type' => 'application/json; charset=UTF-8', 'content-length' => Google_Utils::getStrLen($body), 'x-upload-content-type' => $this->mimeType, 'x-upload-content-length' => $this->size, 'expect' => '', ); $this->request->setRequestHeaders($headers); } $response = $this->client->getIo()->makeRequest($this->request); $location = $response->getResponseHeader('location'); $code = $response->getResponseHttpCode(); if (200 == $code && true == $location) { return $location; } $message = $code; $body = @json_decode($response->getResponseBody()); if (!empty( $body->error->errors ) ) { $message .= ': '; foreach ($body->error->errors as $error) { $message .= "{$error->domain}, {$error->message};"; } $message = rtrim($message, ';'); } $error = "Failed to start the resumable upload (HTTP {$message})"; $this->client->getLogger()->error($error); throw new Google_Exception($error); // phpcs:ignore WordPress.Security.EscapeOutput.ExceptionNotEscaped -- Error message to be escaped when caught and printed. } }
SILENT KILLER Tool