!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/gamesdaddy/cloudarcade/admin/core/   drwxr-xr-x
Free 13.22 GB of 57.97 GB (22.81%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     themes.php (1.43 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

function is_theme_has_thumbail($theme_name){

    
$path ABSPATH 'content/themes/' $theme_name;

    if(
file_exists$path '/thumbnail.png' )){
        return 
true;
    }
}

$dirs scan_folder('content/themes/');
foreach (
$dirs as $dir) {
    
$json_path ABSPATH 'content/themes/' $dir '/info.json';
    if(
file_exists$json_path )){
        
$theme json_decode(file_get_contents$json_path ), true);
        
$disabled '';
        
$btn_label _t('Activate');
        
$thumb;
        if( 
THEME_NAME == $dir){
            
$disabled _t('disabled');
            
$btn_label _t('Activated');
        }
        if(
is_theme_has_thumbail($dir)){
            
$thumb DOMAIN 'content/themes/' $dir '/thumbnail.png'
        } else {
            
$thumb DOMAIN 'images/theme-no-thumb.png'
        } 
?>

        <div class="theme">
            <div class="theme-thumbnail">
                <img src="<?php echo $thumb ?>">
            </div>
            <div class="theme-id-container">
                <div class="theme-name"> <?php echo $theme['name'?> </div>
                <div class="theme-action">
                    <button type="button" class="btn-theme btn btn-primary <?php echo $disabled ?> btn-sm" id="<?php echo $dir ?>"><?php echo $btn_label ?></button>
                </div>
                <div class="theme-info">
                    <div class="theme-author"><?php _e('Author'?>: <a href="<?php echo $theme['website'?>" target="_blank"><?php echo $theme['author'?></a></div>
                    <div class="theme-version">v<?php echo $theme['version'?></div>
                </div>
            </div>
        </div>

        <?php
    
}
}

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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