Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- We are AnonGhost Indonesia ust playing on ur DB
- APLIKASI GENTAKARYA LEAKED >:0
- Target : https://jabarprov.go.id/
- E:\xampp\mysql\data\
- biroumum@localhost
- [[[User]]]
- [email protected]|alex
- [email protected]|budi
- [email protected]|mitha
- bagas|bagas
- [email protected]|Luthor
- <?php
- namespace Database\Factories;
- use Illuminate\Database\Eloquent\Factories\Factory;
- use Illuminate\Support\Str;
- /**
- * @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\User>
- */
- class UserFactory extends Factory
- {
- /**
- * Define the model's default state.
- *
- * @return array<string, mixed>
- */
- public function definition()
- {
- return [
- 'name' => fake()->name(),
- 'email' => fake()->unique()->safeEmail(),
- 'email_verified_at' => now(),
- 'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
- 'remember_token' => Str::random(10),
- ];
- }
- /**
- * Indicate that the model's email address should be unverified.
- *
- * @return static
- */
- public function unverified()
- {
- return $this->state(fn (array $attributes) => [
- 'email_verified_at' => null,
- ]);
- }
- }
- 'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC
- Lacopia','21232f297a57a5a743894a0e4a801fc3','Software Engineer',1,'2022-11-09 01:46:53','admin',1,'admin'),('nsabalo',NULL,'2022-11-11 01:22:30','[email protected]','Nico',NULL,'','Sabalo','S','714b22354d6211008c90ed850c51307f','Admin & Finance Staff',1,NULL,'admin',1,NULL);
- /*Data for the table users_forgot_pass */ insert into users_forgot_pass(UFP_ID_PK,UFP_DATE_REQUEST,UFP_STATUS,UFP_USER_ID_FK) values (1,'2017-11-08 17:02:06',1,'admin'),(2,'2022-11-09 00:36:40',1,'admin'),(3,'2021-11-09 00:48:50',0,'admin'),(4,'2022-11-09 00:50:17',1,'admin'),(5,'2021-11-09 01:03:20',1,'admin'),(6,'2018-11-09 01:11:14',0,'admin'),(7,'2017-11-09 01:19:54',0,'admin'),(8,'2017-11-09 01:47:29',0,'admin'); /* Procedure structure for procedure report_getSurveys */ /*!50003 DROP PROCEDURE IF EXISTS report_getSurveys */; DELIMITER $$ /*!50003 CREATE DEFINER=root@localhost PROCEDURE report_getSurveys() BEGIN SELECT a.id_pk AS id, CONCAT(a.first_name, ' ', a.last_name) AS NAME, a.nationality, a.birth_date AS birthdate, a.gender AS sex, CONCAT(COALESCE(a.origin_prov,''), COALESCE(CONCAT(', ',a.origin_city),''), COALESCE(CONCAT(', ',a.origin_country),'')) AS origin, CONCAT(COALESCE(a.local_city,''), COALESCE(CONCAT(', ',a.local_prov),''), COALESCE(CONCAT(', ',a.local_region),'')) AS currentLocation, a.email, a.date_issued AS dateIssued, d.code AS question, c.answer FROM responder a INNER JOIN tracker b ON a.id_pk = b.responder_id_fk INNER JOIN result c ON a.id_pk = c.responder_id_fk INNER JOIN question d ON d.id_pk = c.question_id_fk GROUP BY a.id_pk, c.question_id_fk ORDER BY a.id_pk, d.group_set, d.sequence ASC; END */$$ DELIMITER ;
- Find US on telegram : t.me/AnonGhostid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement