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


Viewing file:     Video.php (7.83 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_Video extends Google_Model
{
  protected 
$ageGatingType 'Google_Service_YouTube_VideoAgeGating';
  protected 
$ageGatingDataType '';
  protected 
$contentDetailsType 'Google_Service_YouTube_VideoContentDetails';
  protected 
$contentDetailsDataType '';
  public 
$etag;
  protected 
$fileDetailsType 'Google_Service_YouTube_VideoFileDetails';
  protected 
$fileDetailsDataType '';
  public 
$id;
  public 
$kind;
  protected 
$liveStreamingDetailsType 'Google_Service_YouTube_VideoLiveStreamingDetails';
  protected 
$liveStreamingDetailsDataType '';
  protected 
$localizationsType 'Google_Service_YouTube_VideoLocalization';
  protected 
$localizationsDataType 'map';
  protected 
$monetizationDetailsType 'Google_Service_YouTube_VideoMonetizationDetails';
  protected 
$monetizationDetailsDataType '';
  protected 
$playerType 'Google_Service_YouTube_VideoPlayer';
  protected 
$playerDataType '';
  protected 
$processingDetailsType 'Google_Service_YouTube_VideoProcessingDetails';
  protected 
$processingDetailsDataType '';
  protected 
$projectDetailsType 'Google_Service_YouTube_VideoProjectDetails';
  protected 
$projectDetailsDataType '';
  protected 
$recordingDetailsType 'Google_Service_YouTube_VideoRecordingDetails';
  protected 
$recordingDetailsDataType '';
  protected 
$snippetType 'Google_Service_YouTube_VideoSnippet';
  protected 
$snippetDataType '';
  protected 
$statisticsType 'Google_Service_YouTube_VideoStatistics';
  protected 
$statisticsDataType '';
  protected 
$statusType 'Google_Service_YouTube_VideoStatus';
  protected 
$statusDataType '';
  protected 
$suggestionsType 'Google_Service_YouTube_VideoSuggestions';
  protected 
$suggestionsDataType '';
  protected 
$topicDetailsType 'Google_Service_YouTube_VideoTopicDetails';
  protected 
$topicDetailsDataType '';

  
/**
   * @param Google_Service_YouTube_VideoAgeGating
   */
  
public function setAgeGating(Google_Service_YouTube_VideoAgeGating $ageGating)
  {
    
$this->ageGating $ageGating;
  }
  
/**
   * @return Google_Service_YouTube_VideoAgeGating
   */
  
public function getAgeGating()
  {
    return 
$this->ageGating;
  }
  
/**
   * @param Google_Service_YouTube_VideoContentDetails
   */
  
public function setContentDetails(Google_Service_YouTube_VideoContentDetails $contentDetails)
  {
    
$this->contentDetails $contentDetails;
  }
  
/**
   * @return Google_Service_YouTube_VideoContentDetails
   */
  
public function getContentDetails()
  {
    return 
$this->contentDetails;
  }
  public function 
setEtag($etag)
  {
    
$this->etag $etag;
  }
  public function 
getEtag()
  {
    return 
$this->etag;
  }
  
/**
   * @param Google_Service_YouTube_VideoFileDetails
   */
  
public function setFileDetails(Google_Service_YouTube_VideoFileDetails $fileDetails)
  {
    
$this->fileDetails $fileDetails;
  }
  
/**
   * @return Google_Service_YouTube_VideoFileDetails
   */
  
public function getFileDetails()
  {
    return 
$this->fileDetails;
  }
  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;
  }
  
/**
   * @param Google_Service_YouTube_VideoLiveStreamingDetails
   */
  
public function setLiveStreamingDetails(Google_Service_YouTube_VideoLiveStreamingDetails $liveStreamingDetails)
  {
    
$this->liveStreamingDetails $liveStreamingDetails;
  }
  
/**
   * @return Google_Service_YouTube_VideoLiveStreamingDetails
   */
  
public function getLiveStreamingDetails()
  {
    return 
$this->liveStreamingDetails;
  }
  
/**
   * @param Google_Service_YouTube_VideoLocalization[]
   */
  
public function setLocalizations($localizations)
  {
    
$this->localizations $localizations;
  }
  
/**
   * @return Google_Service_YouTube_VideoLocalization[]
   */
  
public function getLocalizations()
  {
    return 
$this->localizations;
  }
  
/**
   * @param Google_Service_YouTube_VideoMonetizationDetails
   */
  
public function setMonetizationDetails(Google_Service_YouTube_VideoMonetizationDetails $monetizationDetails)
  {
    
$this->monetizationDetails $monetizationDetails;
  }
  
/**
   * @return Google_Service_YouTube_VideoMonetizationDetails
   */
  
public function getMonetizationDetails()
  {
    return 
$this->monetizationDetails;
  }
  
/**
   * @param Google_Service_YouTube_VideoPlayer
   */
  
public function setPlayer(Google_Service_YouTube_VideoPlayer $player)
  {
    
$this->player $player;
  }
  
/**
   * @return Google_Service_YouTube_VideoPlayer
   */
  
public function getPlayer()
  {
    return 
$this->player;
  }
  
/**
   * @param Google_Service_YouTube_VideoProcessingDetails
   */
  
public function setProcessingDetails(Google_Service_YouTube_VideoProcessingDetails $processingDetails)
  {
    
$this->processingDetails $processingDetails;
  }
  
/**
   * @return Google_Service_YouTube_VideoProcessingDetails
   */
  
public function getProcessingDetails()
  {
    return 
$this->processingDetails;
  }
  
/**
   * @param Google_Service_YouTube_VideoProjectDetails
   */
  
public function setProjectDetails(Google_Service_YouTube_VideoProjectDetails $projectDetails)
  {
    
$this->projectDetails $projectDetails;
  }
  
/**
   * @return Google_Service_YouTube_VideoProjectDetails
   */
  
public function getProjectDetails()
  {
    return 
$this->projectDetails;
  }
  
/**
   * @param Google_Service_YouTube_VideoRecordingDetails
   */
  
public function setRecordingDetails(Google_Service_YouTube_VideoRecordingDetails $recordingDetails)
  {
    
$this->recordingDetails $recordingDetails;
  }
  
/**
   * @return Google_Service_YouTube_VideoRecordingDetails
   */
  
public function getRecordingDetails()
  {
    return 
$this->recordingDetails;
  }
  
/**
   * @param Google_Service_YouTube_VideoSnippet
   */
  
public function setSnippet(Google_Service_YouTube_VideoSnippet $snippet)
  {
    
$this->snippet $snippet;
  }
  
/**
   * @return Google_Service_YouTube_VideoSnippet
   */
  
public function getSnippet()
  {
    return 
$this->snippet;
  }
  
/**
   * @param Google_Service_YouTube_VideoStatistics
   */
  
public function setStatistics(Google_Service_YouTube_VideoStatistics $statistics)
  {
    
$this->statistics $statistics;
  }
  
/**
   * @return Google_Service_YouTube_VideoStatistics
   */
  
public function getStatistics()
  {
    return 
$this->statistics;
  }
  
/**
   * @param Google_Service_YouTube_VideoStatus
   */
  
public function setStatus(Google_Service_YouTube_VideoStatus $status)
  {
    
$this->status $status;
  }
  
/**
   * @return Google_Service_YouTube_VideoStatus
   */
  
public function getStatus()
  {
    return 
$this->status;
  }
  
/**
   * @param Google_Service_YouTube_VideoSuggestions
   */
  
public function setSuggestions(Google_Service_YouTube_VideoSuggestions $suggestions)
  {
    
$this->suggestions $suggestions;
  }
  
/**
   * @return Google_Service_YouTube_VideoSuggestions
   */
  
public function getSuggestions()
  {
    return 
$this->suggestions;
  }
  
/**
   * @param Google_Service_YouTube_VideoTopicDetails
   */
  
public function setTopicDetails(Google_Service_YouTube_VideoTopicDetails $topicDetails)
  {
    
$this->topicDetails $topicDetails;
  }
  
/**
   * @return Google_Service_YouTube_VideoTopicDetails
   */
  
public function getTopicDetails()
  {
    return 
$this->topicDetails;
  }
}

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