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


Viewing file:     web.php (4.5 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!
|
*/




Route::get('pages/{slug}''CustomPageController@customPage')->name('custom.page')->middleware('XSS');
Route::post('join_us/store/''JoinUsController@joinUsUserStore')->name('join_us_store');


Route::group(
    [
        
'middleware' => [
            
'auth',
            
'XSS'
        
],
    ], function () {

    
Route::resource('landingpage'LandingPageController::class);

    
Route::resource('custom_page'CustomPageController::class);
    
Route::post('custom_store/''CustomPageController@customStore')->name('custom_store');

    
Route::resource('homesection'HomeController::class);

    
Route::resource('features'FeaturesController::class);

    
Route::get('feature/create/''FeaturesController@feature_create')->name('feature_create');
    
Route::post('feature/store/''FeaturesController@feature_store')->name('feature_store');
    
Route::get('feature/edit/{key}''FeaturesController@feature_edit')->name('feature_edit');
    
Route::post('feature/update/{key}''FeaturesController@feature_update')->name('feature_update');
    
Route::get('feature/delete/{key}''FeaturesController@feature_delete')->name('feature_delete');

    
Route::post('feature_highlight_create/''FeaturesController@feature_highlight_create')->name('feature_highlight_create');

    
Route::get('features/create/''FeaturesController@features_create')->name('features_create');
    
Route::post('features/store/''FeaturesController@features_store')->name('features_store');
    
Route::get('features/edit/{key}''FeaturesController@features_edit')->name('features_edit');
    
Route::post('features/update/{key}''FeaturesController@features_update')->name('features_update');
    
Route::get('features/delete/{key}''FeaturesController@features_delete')->name('features_delete');


    
Route::resource('discover'DiscoverController::class);
    
Route::get('discover/create/''DiscoverController@discover_create')->name('discover_create');
    
Route::post('discover/store/''DiscoverController@discover_store')->name('discover_store');
    
Route::get('discover/edit/{key}''DiscoverController@discover_edit')->name('discover_edit');
    
Route::post('discover/update/{key}''DiscoverController@discover_update')->name('discover_update');
    
Route::get('discover/delete/{key}''DiscoverController@discover_delete')->name('discover_delete');


    
Route::resource('screenshots'ScreenshotsController::class);
    
Route::get('screenshots/create/''ScreenshotsController@screenshots_create')->name('screenshots_create');
    
Route::post('screenshots/store/''ScreenshotsController@screenshots_store')->name('screenshots_store');
    
Route::get('screenshots/edit/{key}''ScreenshotsController@screenshots_edit')->name('screenshots_edit');
    
Route::post('screenshots/update/{key}''ScreenshotsController@screenshots_update')->name('screenshots_update');
    
Route::get('screenshots/delete/{key}''ScreenshotsController@screenshots_delete')->name('screenshots_delete');


    
Route::resource('pricing_plan'PricingPlanController::class);


    
Route::resource('faq'FaqController::class);
    
Route::get('faq/create/''FaqController@faq_create')->name('faq_create');
    
Route::post('faq/store/''FaqController@faq_store')->name('faq_store');
    
Route::get('faq/edit/{key}''FaqController@faq_edit')->name('faq_edit');
    
Route::post('faq/update/{key}''FaqController@faq_update')->name('faq_update');
    
Route::get('faq/delete/{key}''FaqController@faq_delete')->name('faq_delete');


    
Route::resource('testimonials'TestimonialsController::class);
    
Route::get('testimonials/create/''TestimonialsController@testimonials_create')->name('testimonials_create');
    
Route::post('testimonials/store/''TestimonialsController@testimonials_store')->name('testimonials_store');
    
Route::get('testimonials/edit/{key}''TestimonialsController@testimonials_edit')->name('testimonials_edit');
    
Route::post('testimonials/update/{key}''TestimonialsController@testimonials_update')->name('testimonials_update');
    
Route::get('testimonials/delete/{key}''TestimonialsController@testimonials_delete')->name('testimonials_delete');


    
Route::resource('join_us'JoinUsController::class);

}
);




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