⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
audiostanding.com
/
database
/
seeders
/
View File Name :
UserSeeder.php
truncate(); \DB::table('user_education')->truncate(); \DB::table('user_experiences')->truncate(); \DB::statement('SET FOREIGN_KEY_CHECKS=1;'); User::create([ 'id' => 1000, 'name' => 'Jhon Doe', 'email' => 'student@gmail.com', 'password' => bcrypt('1234'), 'role' => 'student', 'email_verified_at' => now(), ]); User::create([ 'id' => 1001, 'name' => 'Jason Thorne', 'email' => 'instructor@gmail.com', 'password' => bcrypt('1234'), 'role' => 'instructor', 'email_verified_at' => now(), 'short_bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices', 'bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. ', 'job_title' => 'Developer', 'facebook' => 'https://www.facebook.com/', 'twitter' => 'https://twitter.com/', 'linkedin' => 'https://www.linkedin.com/', 'website' => 'https://www.websolutionus.com/', 'github' => 'https://www.github.com/', ]); for ($i = 0; $i < 4; $i++) { UserExperience::create([ 'user_id' => 1001, 'company' => $companies[$i], 'position' => 'Developer', 'start_date' => now()->subYear(), 'end_date' => now(), ]); UserEducation::create([ 'user_id' => 1001, 'education' => $educations[$i], ]); } User::create([ 'id' => 1002, 'name' => 'Mark Davenport', 'email' => 'instructortwo@gmail.com', 'password' => bcrypt('1234'), 'role' => 'instructor', 'email_verified_at' => now(), 'short_bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices', 'bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. ', 'job_title' => 'Developer', 'facebook' => 'https://www.facebook.com/', 'twitter' => 'https://twitter.com/', 'linkedin' => 'https://www.linkedin.com/', 'website' => 'https://www.websolutionus.com/', 'github' => 'https://www.github.com/', ]); for ($i = 0; $i < 4; $i++) { UserExperience::create([ 'user_id' => 1002, 'company' => $companies[$i], 'position' => 'Developer', 'start_date' => now()->subYear(), 'end_date' => now(), ]); UserEducation::create([ 'user_id' => 1002, 'education' => $educations[$i], ]); } User::create([ 'id' => 1003, 'name' => 'Ethan Granger', 'email' => 'instructortrhee@gmail.com', 'password' => bcrypt('1234'), 'role' => 'instructor', 'email_verified_at' => now(), 'short_bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices', 'bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. ', 'job_title' => 'Developer', 'facebook' => 'https://www.facebook.com/', 'twitter' => 'https://twitter.com/', 'linkedin' => 'https://www.linkedin.com/', 'website' => 'https://www.websolutionus.com/', 'github' => 'https://www.github.com/', ]); for ($i = 0; $i < 4; $i++) { UserExperience::create([ 'user_id' => 1003, 'company' => $companies[$i], 'position' => 'Developer', 'start_date' => now()->subYear(), 'end_date' => now(), ]); UserEducation::create([ 'user_id' => 1003, 'education' => $educations[$i], ]); } User::create([ 'id' => 1004, 'name' => 'Lucas Hale', 'email' => 'instructorfour@gmail.com', 'password' => bcrypt('1234'), 'role' => 'instructor', 'email_verified_at' => now(), 'short_bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices', 'bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. ', 'job_title' => 'Instructor', 'facebook' => 'https://www.facebook.com/', 'twitter' => 'https://twitter.com/', 'linkedin' => 'https://www.linkedin.com/', 'website' => 'https://www.websolutionus.com/', 'github' => 'https://www.github.com/', ]); for ($i = 0; $i < 4; $i++) { UserExperience::create([ 'user_id' => 1004, 'company' => $companies[$i], 'position' => 'Developer', 'start_date' => now()->subYear(), 'end_date' => now(), ]); UserEducation::create([ 'user_id' => 1004, 'education' => $educations[$i], ]); } User::create([ 'id' => 1005, 'name' => 'Nathaniel Cross', 'email' => 'instructorfive@gmail.com', 'password' => bcrypt('1234'), 'role' => 'instructor', 'email_verified_at' => now(), 'short_bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices', 'bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. ', 'job_title' => 'Developer', 'facebook' => 'https://www.facebook.com/', 'twitter' => 'https://twitter.com/', 'linkedin' => 'https://www.linkedin.com/', 'website' => 'https://www.websolutionus.com/', 'github' => 'https://www.github.com/', ]); for ($i = 0; $i < 4; $i++) { UserExperience::create([ 'user_id' => 1005, 'company' => $companies[$i], 'position' => 'Developer', 'start_date' => now()->subYear(), 'end_date' => now(), ]); UserEducation::create([ 'user_id' => 1005, 'education' => $educations[$i], ]); } User::create([ 'id' => 1006, 'name' => 'Adrian Pierce', 'email' => 'instructorsix@gmail.com', 'password' => bcrypt('1234'), 'role' => 'instructor', 'email_verified_at' => now(), 'short_bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices', 'bio' => 'I am a web developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. developer with a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. a vast array of knowledge in many different front end and back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best web developer that I can be and to contribute to the technology industry all that I know and can do. I am dedicated to perfecting my craft by learning from more seasoned developers, remaining humble, and continuously making strides to learn all that I can about development. ', 'job_title' => 'Developer', 'facebook' => 'https://www.facebook.com/', 'twitter' => 'https://twitter.com/', 'linkedin' => 'https://www.linkedin.com/', 'website' => 'https://www.websolutionus.com/', 'github' => 'https://www.github.com/', ]); for ($i = 0; $i < 4; $i++) { UserExperience::create([ 'user_id' => 1006, 'company' => $companies[$i], 'position' => 'Developer', 'start_date' => now()->subYear(), 'end_date' => now(), ]); UserEducation::create([ 'user_id' => 1006, 'education' => $educations[$i], ]); } } }