buygame2.com - Leaked!
by - Thursday, January 1, 1970 at 12:00 AM
Hi! Today I will post a leak buygame2.com . There will be two files here:

www.buygame2.com_members.sql - 26597 members

  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `username` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `password` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `firstname` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `familyname` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `gender` tinyint(4) NOT NULL,
  `address_1` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `address_2` varchar(191) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_3` varchar(191) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_4` varchar(191) COLLATE utf8_unicode_ci DEFAULT NULL,
  `postal_code` varchar(191) COLLATE utf8_unicode_ci DEFAULT NULL,
  `city` varchar(191) COLLATE utf8_unicode_ci DEFAULT NULL,
  `country` varchar(4) COLLATE utf8_unicode_ci NOT NULL,
  `tel` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `age_range` int(11) NOT NULL DEFAULT '0',
  `income_range` int(11) NOT NULL DEFAULT '0',
  `last_login` int(11) NOT NULL DEFAULT '0',
  `create_date` int(11) NOT NULL,
  `level` int(11) NOT NULL DEFAULT '0',
  `level_point` int(11) NOT NULL DEFAULT '0',
  `shopping_point` int(11) NOT NULL DEFAULT '0',
  `newsletter` int(11) NOT NULL DEFAULT '0',
  `status` int(11) NOT NULL DEFAULT '2',
  `prefer_lang` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
  `note` text COLLATE utf8_unicode_ci,
  `verify_key` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `forgotpw_key` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `facebook_id` text COLLATE utf8_unicode_ci,
  `like_count` int(11) NOT NULL DEFAULT '0',
  `dislike_count` int(11) NOT NULL DEFAULT '0',
  `order_success_count` int(11) NOT NULL DEFAULT '0',
  `order_cancel_count` int(11) NOT NULL DEFAULT '0',
  `remember_token` varchar(191) COLLATE utf8_unicode_ci DEFAULT NULL,
  `email_verified_at` datetime DEFAULT NULL,
  `google_id` text COLLATE utf8_unicode_ci NOT NULL,



INSERT INTO `bg2_member` VALUES (1,'[email protected]','testing','60fb011a8d821a92e7cb9d72947d74ac44d97157','asd','asd',0,'address 123 asdfasf from admin asdf','','','','','Hong Kong','AR','(825) 231341',1,6,1355515864,1425398400,5,82,10000,1,1,'','','','','',0,0,0,0,NULL,NULL,''),(2,'[email protected]','vicky','0233f6a9b011be73f2beb06c6fbb8aecff70f371','Vicky','Chan',0,'Room 3013, Yam Hing House, Shek Yam East Estate, Kwai Chung','','','','001','Hong Kong','1','92199524',3,6,1423747238,1425398400,5,52,488,1,1,'','','','','',10,0,2,29,'lkdLZTIXd9Z72809U32NQ9p5BqOOuXfdkW2776BLd2KD0k7p2bPGXg2Nw9ij',NULL,''),(3,'[email protected]','Tempo','49285bacc70516872e9048ca6fb5e4a9292fc5b9','Tempo','Tempo',0,'No 120 Lorong 1,Taman Sri Larut Simpang','','','','34700','Perak ','MY','0125726323',1,1,1347922420,1425398400,5,0,100,1,1,'','','','','',0,0,0,0,NULL,NULL,'')



www.buygame2.com_orders.sql - 18441 orders

`id` int(11) NOT NULL AUTO_INCREMENT,
  `ref_no` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
  `member_id` int(11) DEFAULT NULL,
  `status` tinyint(4) NOT NULL,
  `is_issued_invoice` tinyint(4) NOT NULL DEFAULT '0',
  `pay_status` tinyint(4) NOT NULL DEFAULT '0',
  `payment_receipt` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `currency_id` int(11) NOT NULL,
  `created_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ip` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
  `country_id` int(11) NOT NULL,
  `fullname` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `gender` tinyint(4) NOT NULL,
  `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `tel` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `tracking_no` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `delivery_method` int(11) NOT NULL,
  `delivery_address` text COLLATE utf8_unicode_ci,
  `delivery_address_2` text COLLATE utf8_unicode_ci,
  `delivery_address_3` text COLLATE utf8_unicode_ci,
  `delivery_district_id` int(10) unsigned DEFAULT NULL,
  `delivery_area_id` int(10) unsigned DEFAULT NULL,
  `delivery_city` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `delivery_state` varchar(191) COLLATE utf8_unicode_ci DEFAULT NULL,
  `delivery_postal_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `payment_method` int(11) NOT NULL,
  `weight` decimal(10,2) NOT NULL DEFAULT '0.00',
  `amount_product` decimal(10,2) NOT NULL DEFAULT '0.00',
  `amount_extracharge` decimal(10,2) NOT NULL DEFAULT '0.00',
  `amount_service_charge` decimal(10,2) NOT NULL DEFAULT '0.00',
  `amount_reduce` decimal(10,2) NOT NULL DEFAULT '0.00',
  `amount_reduce_by_point` decimal(10,2) NOT NULL DEFAULT '0.00',
  `amount_reduce_by_coupon` decimal(10,2) NOT NULL DEFAULT '0.00',
  `amount_freight` decimal(10,2) NOT NULL DEFAULT '0.00',
  `amount_total` decimal(10,2) NOT NULL DEFAULT '0.00',
  `native_amount_product` decimal(10,2) NOT NULL DEFAULT '0.00',
  `native_amount_extracharge` decimal(10,2) NOT NULL DEFAULT '0.00',
  `native_amount_service_charge` decimal(10,2) NOT NULL DEFAULT '0.00',
  `native_amount_reduce` decimal(10,2) NOT NULL DEFAULT '0.00',
  `native_amount_reduce_by_point` decimal(10,2) NOT NULL DEFAULT '0.00',
  `native_amount_reduce_by_coupon` decimal(10,2) NOT NULL DEFAULT '0.00',
  `native_amount_freight` decimal(10,2) NOT NULL DEFAULT '0.00',
  `native_amount_total` decimal(10,2) NOT NULL DEFAULT '0.00',
  `should_use_native` tinyint(4) NOT NULL,
  `point_product` int(11) NOT NULL,
  `point_redeem` int(11) NOT NULL,
  `point_total` int(11) NOT NULL,
  `point_earn` int(11) NOT NULL,
  `coupon_id` int(10) unsigned DEFAULT NULL,
  `discount_type` int(11) DEFAULT NULL,
  `hash` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
  `email_lang` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
  `is_point_refund` tinyint(4) NOT NULL,
  `remarks` text COLLATE utf8_unicode_ci,
  `remarks_internal` text COLLATE utf8_unicode_ci,
  `remarks_shop` text COLLATE utf8_unicode_ci,
  `declared_value_for_custom` decimal(10,2) NOT NULL DEFAULT '0.00',
  `need_consolidation` tinyint(4) NOT NULL DEFAULT '0',
  `remarks_cancel` text COLLATE utf8_unicode_ci,
  `pickup_office` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
  `delivery_store_code` varchar(191) COLLATE utf8_unicode_ci DEFAULT NULL,
  `delivery_zeek_locker` varchar(191) COLLATE utf8_unicode_ci DEFAULT NULL,
  `updated_on` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',



INSERT INTO `bg2_order` VALUES
(2242,'160802-03',18862,5,1,1,NULL,1,'2016-08-02 05:02:41','1.64.7.36',1,'Jessi Ng',0,'[email protected]','93379299',NULL,2,'10/B Sunpeace Court
136-142 Boundary     Street
Kowloon
',NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,8.00,2499.00,0.00,80.00,0.00,0.00,0.00,0.00,2579.00,2499.00,0.00,80.00,0.00,0.00,0.00,0.00,2579.00,0,0,0,0,0,NULL,NULL,'68ff53675a8bb4951  f846bc16e0c4dc0','zh_hk',0,NULL,NULL,NULL,0.00,0,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00')
(2243,'160802-04',18863,1,1,1,NULL,1,'2016-08-02 07:03:14','182.239.109.208',1,'Edwin   Chu',0,'[email protected]','53676618','856393012221',5,'LC, 27/F, tower 1, Hemera, LOHAS park, TKO, HK

',NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,0.50,598.00,0.00,20.10,0.00,0.00,0.00,29.00,647.10,598.00,0.00,20.10,0.00,0.00,0.00,29.00,647.10,0,0,0,0,400,NULL,NULL,'fbc79c0daa6aa5856594de33ef23b4c3','zh_hk',0,'852DDL 九龍長沙灣幸祥街8號幸福邨幸福商場地下6號舖',NULL,NULL,0.00,0,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00')
(2244,'160802-05',18857,1,1,0,NULL,1,'2016-08-02 08:14:11','175.159.122.199',1,'Yuen Wah Tse',0,'[email protected]','66944219',NULL,2,'5/F Cherry Court,
No.14 Tai Hang Road,
Causeway   Bay
Hong_Kong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,4.60,4120.00,249.00,0.00,0.00,0.00,0.00,0.00,4369.00,4559.00,0.00,0.00,0.00,0.00,0.00,0.00,4559.00,0,0,0,0,2190,NULL,NULL,'a610b49ef68dbd1d  fbffc93161332e0b','zh_hk',0,NULL,NULL,'3DS主機要金屬藍,跟機遊戲想要紅寶石',0.00,0,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00')



Download:
Hidden Content
You must register or login to view this content.
Reply
When was this breached?
Reply
(November 23, 2022, 03:55 PM)ZAN Wrote: When was this breached?


I downloaded it from the server half an hour ago
Reply
(November 23, 2022, 03:56 PM)seextys2 Wrote:
(November 23, 2022, 03:55 PM)ZAN Wrote: When was this breached?


I downloaded it from the server half an hour ago


Thank you for the information and leak 😎
Reply
fresh leaked.does it leak by sql injection??
Reply
Appreciated, was it done by SQL injection to their database?
Reply
Thank you for share
Reply
Thank you for share you are super
Reply


 Users viewing this thread: buygame2.com - Leaked!: No users currently viewing.