[Nepal] Ishworpur Censusnepal FULL DUMP, Downloads!
by metadata - Wednesday November 22, 2023 at 10:40 PM
#1
Hello everyone

https://docs.censusnepal.cbs.gov.np/Docu...dd36e7.PNG



Line: 1030263
Breachdate: 20231122

Households (15191)


CREATE TABLE `households` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `address_details_id` bigint(20) UNSIGNED NOT NULL,
  `ward` tinyint(3) UNSIGNED NOT NULL,
  `tole_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `road_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `house_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `family_no` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `geolocation` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `jsonData` json NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `year` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `new_house_no` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
Household Member

CREATE TABLE `household_members` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `household_id` bigint(20) UNSIGNED NOT NULL,
  `first_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `gender_id` bigint(20) UNSIGNED NOT NULL,
  `dob` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `caste_id` bigint(20) UNSIGNED NOT NULL,
  `religion_id` bigint(20) UNSIGNED NOT NULL,
  `mother_tongue` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `education_level_id` bigint(20) UNSIGNED NOT NULL,
  `settlement_id` bigint(20) UNSIGNED NOT NULL,
  `occupation_id` bigint(20) UNSIGNED NOT NULL,
  `marital_status_id` bigint(20) UNSIGNED NOT NULL,
  `disability_status_id` bigint(20) UNSIGNED NOT NULL,
  `health_status_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `secondary_caste_id` bigint(20) UNSIGNED NOT NULL,
  `relation_id` bigint(20) UNSIGNED DEFAULT NULL,
  `birth` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `death` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;




Hidden Content
You must register or login to view this content.
Reply
#2
(Nov 22, 2023, 10:40 PM)kalimasuf Wrote: Hello everyone

https://docs.censusnepal.cbs.gov.np/Docu...dd36e7.PNG



Line: 1030263
Breachdate: 20231122

Households (15191)


CREATE TABLE `households` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `address_details_id` bigint(20) UNSIGNED NOT NULL,
  `ward` tinyint(3) UNSIGNED NOT NULL,
  `tole_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `road_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `house_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `family_no` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `geolocation` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `jsonData` json NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `year` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `new_house_no` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
Household Member

CREATE TABLE `household_members` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `household_id` bigint(20) UNSIGNED NOT NULL,
  `first_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `gender_id` bigint(20) UNSIGNED NOT NULL,
  `dob` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `caste_id` bigint(20) UNSIGNED NOT NULL,
  `religion_id` bigint(20) UNSIGNED NOT NULL,
  `mother_tongue` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `education_level_id` bigint(20) UNSIGNED NOT NULL,
  `settlement_id` bigint(20) UNSIGNED NOT NULL,
  `occupation_id` bigint(20) UNSIGNED NOT NULL,
  `marital_status_id` bigint(20) UNSIGNED NOT NULL,
  `disability_status_id` bigint(20) UNSIGNED NOT NULL,
  `health_status_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `secondary_caste_id` bigint(20) UNSIGNED NOT NULL,
  `relation_id` bigint(20) UNSIGNED DEFAULT NULL,
  `birth` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `death` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
There have been no Nepali leaks on the forum for a long time.Good job.Added my own mirror links so that you don't have to update the link in case of death.Continue in the same spirit.
See dead links, reposts, or threads without samples in Databases/Other Leaks/Stealer logs? Report it or tag me @Addka72424
New on this forum? Check this thread | TOR
Want to get credits by reposting leaks? Check Earn credits by reposting leaks! | TOR
Want to add your thread to the official section? Check Add to official requests | TOR
Don't know how to use forum Escrow? Check How to use BreachForums escrow | TOR
Looking for verified leaks that haven't been added to the official index yet? Check Unofficial Database Index | TOR

:420line:
Reply
#3
(Nov 23, 2023, 11:53 AM)Addka72424 Wrote:
(Nov 22, 2023, 10:40 PM)kalimasuf Wrote: Hello everyone

https://docs.censusnepal.cbs.gov.np/Docu...dd36e7.PNG



Line: 1030263
Breachdate: 20231122

Households (15191)


CREATE TABLE `households` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `address_details_id` bigint(20) UNSIGNED NOT NULL,
  `ward` tinyint(3) UNSIGNED NOT NULL,
  `tole_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `road_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `house_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `family_no` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `geolocation` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `jsonData` json NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `year` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `new_house_no` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
Household Member

CREATE TABLE `household_members` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `household_id` bigint(20) UNSIGNED NOT NULL,
  `first_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `gender_id` bigint(20) UNSIGNED NOT NULL,
  `dob` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `caste_id` bigint(20) UNSIGNED NOT NULL,
  `religion_id` bigint(20) UNSIGNED NOT NULL,
  `mother_tongue` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `education_level_id` bigint(20) UNSIGNED NOT NULL,
  `settlement_id` bigint(20) UNSIGNED NOT NULL,
  `occupation_id` bigint(20) UNSIGNED NOT NULL,
  `marital_status_id` bigint(20) UNSIGNED NOT NULL,
  `disability_status_id` bigint(20) UNSIGNED NOT NULL,
  `health_status_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `secondary_caste_id` bigint(20) UNSIGNED NOT NULL,
  `relation_id` bigint(20) UNSIGNED DEFAULT NULL,
  `birth` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `death` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
There have been no Nepali leaks on the forum for a long time.Good job.Added my own mirror links so that you don't have to update the link in case of death.Continue in the same spirit.

Great! nice collection
Reply
#4
I definitely don't have that, thanks
Reply
#5
let me go through this

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | Contact us via https://breachforums.cx/misc.php?action=help&hid=27 if you feel this is incorrect.
Reply
#6
hello please helpme for growth knowledge resource for this

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | Contact us via https://breachforums.cx/misc.php?action=help&hid=27 if you feel this is incorrect.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  DATABASE [FR] FRANCE LA FRANCE INSOUMISE | actionpopulaire.fr | 04-26-2026 | 120k fuzzeddffmepg 228 10,600 4 minutes ago
Last Post: Spanadiel
  DATABASE caf.fr eztocard 106 4,575 10 minutes ago
Last Post: Excyl9x9
  Target Database, Leaked - Download! IntelBroker 7 3,929 10 minutes ago
Last Post: Error4004
  DATABASE EGY | Edu.eg Full Contact Leaks (Mansoura University) INT3X 6 157 22 minutes ago
Last Post: zbc6lclpcr
  DATABASE [IT] ristorantelabaia.it | Database Leak ! suicid 2 224 42 minutes ago
Last Post: tourgatourga

Forum Jump:


 Users browsing this forum: 1 Guest(s)