!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/YouTube/   drwxrwxrwx
Free 13.03 GB of 57.97 GB (22.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ActivityContentDetails.php (5.98 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_YouTube_ActivityContentDetails extends Google_Model
{
  protected 
$bulletinType 'Google_Service_YouTube_ActivityContentDetailsBulletin';
  protected 
$bulletinDataType '';
  protected 
$channelItemType 'Google_Service_YouTube_ActivityContentDetailsChannelItem';
  protected 
$channelItemDataType '';
  protected 
$commentType 'Google_Service_YouTube_ActivityContentDetailsComment';
  protected 
$commentDataType '';
  protected 
$favoriteType 'Google_Service_YouTube_ActivityContentDetailsFavorite';
  protected 
$favoriteDataType '';
  protected 
$likeType 'Google_Service_YouTube_ActivityContentDetailsLike';
  protected 
$likeDataType '';
  protected 
$playlistItemType 'Google_Service_YouTube_ActivityContentDetailsPlaylistItem';
  protected 
$playlistItemDataType '';
  protected 
$promotedItemType 'Google_Service_YouTube_ActivityContentDetailsPromotedItem';
  protected 
$promotedItemDataType '';
  protected 
$recommendationType 'Google_Service_YouTube_ActivityContentDetailsRecommendation';
  protected 
$recommendationDataType '';
  protected 
$socialType 'Google_Service_YouTube_ActivityContentDetailsSocial';
  protected 
$socialDataType '';
  protected 
$subscriptionType 'Google_Service_YouTube_ActivityContentDetailsSubscription';
  protected 
$subscriptionDataType '';
  protected 
$uploadType 'Google_Service_YouTube_ActivityContentDetailsUpload';
  protected 
$uploadDataType '';

  
/**
   * @param Google_Service_YouTube_ActivityContentDetailsBulletin
   */
  
public function setBulletin(Google_Service_YouTube_ActivityContentDetailsBulletin $bulletin)
  {
    
$this->bulletin $bulletin;
  }
  
/**
   * @return Google_Service_YouTube_ActivityContentDetailsBulletin
   */
  
public function getBulletin()
  {
    return 
$this->bulletin;
  }
  
/**
   * @param Google_Service_YouTube_ActivityContentDetailsChannelItem
   */
  
public function setChannelItem(Google_Service_YouTube_ActivityContentDetailsChannelItem $channelItem)
  {
    
$this->channelItem $channelItem;
  }
  
/**
   * @return Google_Service_YouTube_ActivityContentDetailsChannelItem
   */
  
public function getChannelItem()
  {
    return 
$this->channelItem;
  }
  
/**
   * @param Google_Service_YouTube_ActivityContentDetailsComment
   */
  
public function setComment(Google_Service_YouTube_ActivityContentDetailsComment $comment)
  {
    
$this->comment $comment;
  }
  
/**
   * @return Google_Service_YouTube_ActivityContentDetailsComment
   */
  
public function getComment()
  {
    return 
$this->comment;
  }
  
/**
   * @param Google_Service_YouTube_ActivityContentDetailsFavorite
   */
  
public function setFavorite(Google_Service_YouTube_ActivityContentDetailsFavorite $favorite)
  {
    
$this->favorite $favorite;
  }
  
/**
   * @return Google_Service_YouTube_ActivityContentDetailsFavorite
   */
  
public function getFavorite()
  {
    return 
$this->favorite;
  }
  
/**
   * @param Google_Service_YouTube_ActivityContentDetailsLike
   */
  
public function setLike(Google_Service_YouTube_ActivityContentDetailsLike $like)
  {
    
$this->like $like;
  }
  
/**
   * @return Google_Service_YouTube_ActivityContentDetailsLike
   */
  
public function getLike()
  {
    return 
$this->like;
  }
  
/**
   * @param Google_Service_YouTube_ActivityContentDetailsPlaylistItem
   */
  
public function setPlaylistItem(Google_Service_YouTube_ActivityContentDetailsPlaylistItem $playlistItem)
  {
    
$this->playlistItem $playlistItem;
  }
  
/**
   * @return Google_Service_YouTube_ActivityContentDetailsPlaylistItem
   */
  
public function getPlaylistItem()
  {
    return 
$this->playlistItem;
  }
  
/**
   * @param Google_Service_YouTube_ActivityContentDetailsPromotedItem
   */
  
public function setPromotedItem(Google_Service_YouTube_ActivityContentDetailsPromotedItem $promotedItem)
  {
    
$this->promotedItem $promotedItem;
  }
  
/**
   * @return Google_Service_YouTube_ActivityContentDetailsPromotedItem
   */
  
public function getPromotedItem()
  {
    return 
$this->promotedItem;
  }
  
/**
   * @param Google_Service_YouTube_ActivityContentDetailsRecommendation
   */
  
public function setRecommendation(Google_Service_YouTube_ActivityContentDetailsRecommendation $recommendation)
  {
    
$this->recommendation $recommendation;
  }
  
/**
   * @return Google_Service_YouTube_ActivityContentDetailsRecommendation
   */
  
public function getRecommendation()
  {
    return 
$this->recommendation;
  }
  
/**
   * @param Google_Service_YouTube_ActivityContentDetailsSocial
   */
  
public function setSocial(Google_Service_YouTube_ActivityContentDetailsSocial $social)
  {
    
$this->social $social;
  }
  
/**
   * @return Google_Service_YouTube_ActivityContentDetailsSocial
   */
  
public function getSocial()
  {
    return 
$this->social;
  }
  
/**
   * @param Google_Service_YouTube_ActivityContentDetailsSubscription
   */
  
public function setSubscription(Google_Service_YouTube_ActivityContentDetailsSubscription $subscription)
  {
    
$this->subscription $subscription;
  }
  
/**
   * @return Google_Service_YouTube_ActivityContentDetailsSubscription
   */
  
public function getSubscription()
  {
    return 
$this->subscription;
  }
  
/**
   * @param Google_Service_YouTube_ActivityContentDetailsUpload
   */
  
public function setUpload(Google_Service_YouTube_ActivityContentDetailsUpload $upload)
  {
    
$this->upload $upload;
  }
  
/**
   * @return Google_Service_YouTube_ActivityContentDetailsUpload
   */
  
public function getUpload()
  {
    return 
$this->upload;
  }
}

:: 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.0053 ]--