!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/dokan/script/vendor/google/apiclient-services/src/Google/Service/Storage/   drwxrwxrwx
Free 13.22 GB of 57.97 GB (22.8%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     StorageObject.php (7.31 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * Copyright 2014 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.
 */

class Google_Service_Storage_StorageObject extends Google_Collection
{
  protected 
$collection_key 'acl';
  protected 
$aclType 'Google_Service_Storage_ObjectAccessControl';
  protected 
$aclDataType 'array';
  public 
$bucket;
  public 
$cacheControl;
  public 
$componentCount;
  public 
$contentDisposition;
  public 
$contentEncoding;
  public 
$contentLanguage;
  public 
$contentType;
  public 
$crc32c;
  public 
$customTime;
  protected 
$customerEncryptionType 'Google_Service_Storage_StorageObjectCustomerEncryption';
  protected 
$customerEncryptionDataType '';
  public 
$etag;
  public 
$eventBasedHold;
  public 
$generation;
  public 
$id;
  public 
$kind;
  public 
$kmsKeyName;
  public 
$md5Hash;
  public 
$mediaLink;
  public 
$metadata;
  public 
$metageneration;
  public 
$name;
  protected 
$ownerType 'Google_Service_Storage_StorageObjectOwner';
  protected 
$ownerDataType '';
  public 
$retentionExpirationTime;
  public 
$selfLink;
  public 
$size;
  public 
$storageClass;
  public 
$temporaryHold;
  public 
$timeCreated;
  public 
$timeDeleted;
  public 
$timeStorageClassUpdated;
  public 
$updated;

  
/**
   * @param Google_Service_Storage_ObjectAccessControl[]
   */
  
public function setAcl($acl)
  {
    
$this->acl $acl;
  }
  
/**
   * @return Google_Service_Storage_ObjectAccessControl[]
   */
  
public function getAcl()
  {
    return 
$this->acl;
  }
  public function 
setBucket($bucket)
  {
    
$this->bucket $bucket;
  }
  public function 
getBucket()
  {
    return 
$this->bucket;
  }
  public function 
setCacheControl($cacheControl)
  {
    
$this->cacheControl $cacheControl;
  }
  public function 
getCacheControl()
  {
    return 
$this->cacheControl;
  }
  public function 
setComponentCount($componentCount)
  {
    
$this->componentCount $componentCount;
  }
  public function 
getComponentCount()
  {
    return 
$this->componentCount;
  }
  public function 
setContentDisposition($contentDisposition)
  {
    
$this->contentDisposition $contentDisposition;
  }
  public function 
getContentDisposition()
  {
    return 
$this->contentDisposition;
  }
  public function 
setContentEncoding($contentEncoding)
  {
    
$this->contentEncoding $contentEncoding;
  }
  public function 
getContentEncoding()
  {
    return 
$this->contentEncoding;
  }
  public function 
setContentLanguage($contentLanguage)
  {
    
$this->contentLanguage $contentLanguage;
  }
  public function 
getContentLanguage()
  {
    return 
$this->contentLanguage;
  }
  public function 
setContentType($contentType)
  {
    
$this->contentType $contentType;
  }
  public function 
getContentType()
  {
    return 
$this->contentType;
  }
  public function 
setCrc32c($crc32c)
  {
    
$this->crc32c $crc32c;
  }
  public function 
getCrc32c()
  {
    return 
$this->crc32c;
  }
  public function 
setCustomTime($customTime)
  {
    
$this->customTime $customTime;
  }
  public function 
getCustomTime()
  {
    return 
$this->customTime;
  }
  
/**
   * @param Google_Service_Storage_StorageObjectCustomerEncryption
   */
  
public function setCustomerEncryption(Google_Service_Storage_StorageObjectCustomerEncryption $customerEncryption)
  {
    
$this->customerEncryption $customerEncryption;
  }
  
/**
   * @return Google_Service_Storage_StorageObjectCustomerEncryption
   */
  
public function getCustomerEncryption()
  {
    return 
$this->customerEncryption;
  }
  public function 
setEtag($etag)
  {
    
$this->etag $etag;
  }
  public function 
getEtag()
  {
    return 
$this->etag;
  }
  public function 
setEventBasedHold($eventBasedHold)
  {
    
$this->eventBasedHold $eventBasedHold;
  }
  public function 
getEventBasedHold()
  {
    return 
$this->eventBasedHold;
  }
  public function 
setGeneration($generation)
  {
    
$this->generation $generation;
  }
  public function 
getGeneration()
  {
    return 
$this->generation;
  }
  public function 
setId($id)
  {
    
$this->id $id;
  }
  public function 
getId()
  {
    return 
$this->id;
  }
  public function 
setKind($kind)
  {
    
$this->kind $kind;
  }
  public function 
getKind()
  {
    return 
$this->kind;
  }
  public function 
setKmsKeyName($kmsKeyName)
  {
    
$this->kmsKeyName $kmsKeyName;
  }
  public function 
getKmsKeyName()
  {
    return 
$this->kmsKeyName;
  }
  public function 
setMd5Hash($md5Hash)
  {
    
$this->md5Hash $md5Hash;
  }
  public function 
getMd5Hash()
  {
    return 
$this->md5Hash;
  }
  public function 
setMediaLink($mediaLink)
  {
    
$this->mediaLink $mediaLink;
  }
  public function 
getMediaLink()
  {
    return 
$this->mediaLink;
  }
  public function 
setMetadata($metadata)
  {
    
$this->metadata $metadata;
  }
  public function 
getMetadata()
  {
    return 
$this->metadata;
  }
  public function 
setMetageneration($metageneration)
  {
    
$this->metageneration $metageneration;
  }
  public function 
getMetageneration()
  {
    return 
$this->metageneration;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  
/**
   * @param Google_Service_Storage_StorageObjectOwner
   */
  
public function setOwner(Google_Service_Storage_StorageObjectOwner $owner)
  {
    
$this->owner $owner;
  }
  
/**
   * @return Google_Service_Storage_StorageObjectOwner
   */
  
public function getOwner()
  {
    return 
$this->owner;
  }
  public function 
setRetentionExpirationTime($retentionExpirationTime)
  {
    
$this->retentionExpirationTime $retentionExpirationTime;
  }
  public function 
getRetentionExpirationTime()
  {
    return 
$this->retentionExpirationTime;
  }
  public function 
setSelfLink($selfLink)
  {
    
$this->selfLink $selfLink;
  }
  public function 
getSelfLink()
  {
    return 
$this->selfLink;
  }
  public function 
setSize($size)
  {
    
$this->size $size;
  }
  public function 
getSize()
  {
    return 
$this->size;
  }
  public function 
setStorageClass($storageClass)
  {
    
$this->storageClass $storageClass;
  }
  public function 
getStorageClass()
  {
    return 
$this->storageClass;
  }
  public function 
setTemporaryHold($temporaryHold)
  {
    
$this->temporaryHold $temporaryHold;
  }
  public function 
getTemporaryHold()
  {
    return 
$this->temporaryHold;
  }
  public function 
setTimeCreated($timeCreated)
  {
    
$this->timeCreated $timeCreated;
  }
  public function 
getTimeCreated()
  {
    return 
$this->timeCreated;
  }
  public function 
setTimeDeleted($timeDeleted)
  {
    
$this->timeDeleted $timeDeleted;
  }
  public function 
getTimeDeleted()
  {
    return 
$this->timeDeleted;
  }
  public function 
setTimeStorageClassUpdated($timeStorageClassUpdated)
  {
    
$this->timeStorageClassUpdated $timeStorageClassUpdated;
  }
  public function 
getTimeStorageClassUpdated()
  {
    return 
$this->timeStorageClassUpdated;
  }
  public function 
setUpdated($updated)
  {
    
$this->updated $updated;
  }
  public function 
getUpdated()
  {
    return 
$this->updated;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0054 ]--