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 /
nepalphd /
database /
seeders /
[ HOME SHELL ]
Name
Size
Permission
Action
CommitteeTypeSeeder.php
646
B
-rw-rw-r--
DatabaseSeeder.php
360
B
-rw-rw-r--
SetupSeeder.php
797
B
-rw-rw-r--
UserSeeder.php
409
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : SetupSeeder.php
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; use App\Models\Setup; use App\Models\ContactPerson; class SetupSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { Setup::create([ 'name' => 'Nepal PHD Association', 'email' => 'nepalphdassociation@gmail.com ', 'slogan' => ' ', 'address' => 'Kathmandu, Nepal', 'logo' => '', 'phone' => '9851024563, 9851231499', 'status' => 'active' ]); ContactPerson::create([ 'name' => 'Nepal PHD', 'email' => 'nepalphdassociation@gmail.com', 'phone' => '9851024563', 'status' => 'active' ]); } }
Close