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


Viewing file:     update.php (3.83 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
if(isset($_GET['status'])){
        
$class 'alert-success';
        
$message '';
        if(
$_GET['status'] == 'updated'){
            
$message 'CloudArcade successfully updated to version '.VERSION.'!';
        } elseif(
$_GET['status'] == 'error'){
            
$class 'alert-warning';
            
$message 'Error: '.esc_string($_GET['info']);
        }
        echo 
'<div class="alert '.$class.' alert-dismissible fade show" role="alert">'._t($message).'<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button></div>';
    }
?>
<div class="section">
<?php

if(!check_purchase_code() && !ADMIN_DEMO){
    echo(
'<div class="bs-callout bs-callout-warning"><p>Please provide your <b>Item Purchase code</b>. You can submit or update your Purchase code on site settings.</p><p><a href="https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code" target="_blank">Where to get Envato purchase code?</a></p></div>');
} else {

if(!
ADMIN_DEMO){
    if(
function_exists('check_writeable')){
        if(!
check_writeable()){
            
$msg 'CloudArcade don\'t have permissions to modify files, any settings can\'t be saved and can\'t do backup and update. Change all folders and files CHMOD to 777 to fix this.';
            echo 
'<div class="alert alert-warning alert-dismissible fade show" role="alert">'.$msg.'<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button></div>';
        }
    }
    
$pre '';
    
$beta '';
    if(isset(
$_GET['beta'])){
        
$beta '&test';
        
$pre 'super';
    }
    
$ch curl_init('https://api.cloudarcade.net/verify/verify.php?action=next_update&ref='.DOMAIN.'&v='.VERSION.$beta);
    
curl_setopt($chCURLOPT_RETURNTRANSFERtrue);
    
$curl curl_exec($ch);
    
$data json_decode($curltrue);
    
curl_close($ch);
    if(isset(
$data['log'])){
        
$v_latest esc_int($data['version']);
        
$v_current esc_int(VERSION);
        if(
$v_current $v_latest){
            echo(
'<div class="bs-callout bs-callout-info">CloudArcade version '.$data['version'].' is available.</div>');
            if(isset(
$data['info'])){
                echo(
$data['info']);
            }
            echo(
'<p>Changelog:</p>');
            echo(
'<ul>');
            foreach (
$data['log'] as $key) {
                echo(
'<li>'.$key.'</li>');
            }
            echo(
'</ul>');
            if(isset(
$data['html'])){
                echo(
$data['html']);
            }
            
//
            
?>
            <hr>
            <form id="form-updatelogo" action="request.php" method="post" enctype="multipart/form-data">
                <div class="form-group">
                    <input type="hidden" name="action" value="updater">
                    <input type="hidden" name="redirect" value="<?php echo DOMAIN ?>admin/dashboard.php?viewpage=update">
                    <input type="hidden" name="code" minlength="5" value="<?php echo $pre.check_purchase_code() ?>" required/>
                    <button type="submit" class="btn btn-primary btn-md"><?php _e('Update'?></button>
                </div>
            </form>

            <?php
        
} else {
            echo(
'<div class="bs-callout bs-callout-info">'._t('Congratulation! You\'re up to date.').'</div>');
        }
    }
} else {
    echo(
'<div class="bs-callout bs-callout-info">'._t('Congratulation! You\'re up to date.').'</div>');
}

?>

<hr>
<?php if(!ADMIN_DEMO){ ?>
<h4>How updater works?</h4>
<p>Updater will override specific files and folders that have an update. Updater can also modify database table.</p><p>Custom themes, connect.php, site-settings.php, config.php will not be overridden.</p>
<h4>Got an issues after updating?</h4>
<p>If you got any issues after updating. You may already modify internals code previously (Internal changes can break the update).</p>
<p>You can go back to previous version. Each update attept, system will create backup files (Games and thumbnails files are not backed up).</p>
<p>Still have an unknown issues? you can contact me through <a href="https://codecanyon.net/user/redfoc" target="_blank">codecanyon profile</a> page.</p>
<?php } } ?>
</div>

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