• Đất Tại Trung Tâm Mỹ Phước 3 Sang Tên Chính Chủ

Đất Tại Trung Tâm Mỹ Phước 3 Sang Tên Chính Chủ

Địa chỉ:
261 phan đăng lưu, Thủ Dầu, TPHCM
Bến Cát - Bình Dương
Giá
1,27 tỷ
Cập nhật
5 năm trước
Lượt xem
729

Đặc điểm Đất

Diện tích: 300 m2
Loại nhà đất: Đất
Kiểu nhà đất: Thổ cư
Hướng: Tây
Giấy tờ, pháp lý: Đã có sổ hồng
Mai Văn Cường
261 Phan Đăng Lưu, Thủ Dầu, TPHCM

Thông tin chi tiết

Ngày trước tôi có đầu tư đất tại khu vực Mỹ Phước 3.Khu vực này hiện đã đông đúc dân cư, điện nước máy đầy đủ. Hiện tôi muốn mua nhà ở sài gòn để ở vì đang ở nhà thuê vì công tác tại đây, thiếu tiền nên cần bán ngay lô đất để đủ tiền thực hiện mục đích.
*** Vị trí và tiện ích:
+ vị trí tài sản tại khu đô thị Mỹ Phước 3.
+ Nằm ngay gần cổng khu đô thị. Gần chợ, trường học, trạm y tế. Là một trong những khu vực đang thực hiện chính sách giãn dân và phát triển kinh tế mới của nhà nước ở vùng đông nam bộ.
+ 30 phút đi về từ TP Hồ Chí Minh bằng đại lộ Bình Dương - quốc lộ 13 thông thoáng.
- Thuộc Khu dân cư hiện hữu đông đúc, văn minh, dân trí cao, an ninh tốt, không gian sống yên bình, phù hợp cho gia đình sống định cư lâu dài, hoặc xây phòng trọ cho thuê, đầu tư sinh lợi nhuận cao.
- Đường mặt tiền rộng rãi chắc chắn giá đất sẽ tăng cao theo từng tháng, là cơ hội tốt cho những nhà đầu tư.

*** Pháp Lý:
Sổ hồng chính chủ, thổ cư 100%, bao sang tên ra sổ cho chủ mới mua.

Tôi đang cần bán với mục đích chính của mình. Nên vui được làm việc với người có chủ tâm mua, có thể sẽ giảm giá. Xin miễn tiếp cò lái trung gian vì đã nhiều mô giới tới hỏi nhiễu nhương tôi mệt lắm, mong thông cảm!
--

Prophiler

0 ms
25 ms
50 ms
75 ms
100 ms
125 ms
150 ms
175 ms
200 ms
225 ms
Name
Component
Duration
Memory
SELECT IF(COUNT(*) > 0, 1, 0) FROM `INFORMATION_SCHEMA`.`TABLES` WHERE `TABLE_NAME` = 'mbn_property' AND `TABLE_SCHEMA` = DATABASE()
3.20 ms
0.019 MB
Duration
3.20 ms
Memory usage
0.019 MB
DESCRIBE `mbn_property`
2.79 ms
0.025 MB
Duration
2.79 ms
Memory usage
0.025 MB
SELECT `mbn_property`.`id`, `mbn_property`.`name`, `mbn_property`.`sku`, `mbn_property`.`slug`, `mbn_property`.`thumbnail`, `mbn_property`.`address`, `mbn_property`.`district_id`, `mbn_property`.`province_id`, `mbn_property`.`created_at`, `mbn_property`.`updated_at`, `mbn_property`.`updated_order`, `mbn_property`.`area`, `mbn_property`.`status`, `mbn_property`.`is_shown`, `mbn_property`.`type`, `mbn_property`.`price`, `mbn_property`.`price_sale`, `mbn_property`.`category_id`, `mbn_property`.`lat`, `mbn_property`.`lng`, `mbn_property`.`user_id`, `mbn_property`.`approve_by`, `mbn_property`.`view_count` FROM `mbn_property` WHERE `mbn_property`.`id` = :0 LIMIT :APL0
4.39 ms
0.030 MB
Duration
4.39 ms
Memory usage
0.030 MB
SELECT IF(COUNT(*) > 0, 1, 0) FROM `INFORMATION_SCHEMA`.`TABLES` WHERE `TABLE_NAME` = 'mbn_property_term_relationship' AND `TABLE_SCHEMA` = DATABASE()
0.87 ms
0.019 MB
Duration
0.87 ms
Memory usage
0.019 MB
DESCRIBE `mbn_property_term_relationship`
1.02 ms
0.021 MB
Duration
1.02 ms
Memory usage
0.021 MB
SELECT `mbn_property_term_relationship`.`id`, `mbn_property_term_relationship`.`term_id`, `mbn_property_term_relationship`.`property_id` FROM `mbn_property_term_relationship` WHERE `mbn_property_term_relationship`.`property_id` = 953226
0.63 ms
0.020 MB
Duration
0.63 ms
Memory usage
0.020 MB
SELECT `t`.`id` AS `id`, `t`.`name` AS `name`, `t`.`slug` AS `slug`, `t`.`parent_id` AS `parent_id`, `t`.`intro` AS `intro`, `t`.`thumbnail` AS `thumbnail`, `tax`.`id` AS `tax_id`, `tax`.`name` AS `tax_name`, `tax`.`slug` AS `tax_slug` FROM `mbn_property_term_relationship` AS `rpt` INNER JOIN `mbn_term` AS `t` ON `t`.`id` = `rpt`.`term_id` INNER JOIN `mbn_taxonomy` AS `tax` ON `t`.`taxonomy_id` = `tax`.`id` WHERE `rpt`.`property_id` = :pid ORDER BY `tax`.`ordering` ASC
2.14 ms
0.024 MB
Duration
2.14 ms
Memory usage
0.024 MB
UPDATE `mbn_property` SET `name` = ?, `sku` = null, `slug` = ?, `thumbnail` = ?, `address` = ?, `district_id` = ?, `province_id` = ?, `created_at` = ?, `updated_at` = ?, `updated_order` = ?, `area` = ?, `status` = ?, `is_shown` = ?, `type` = ?, `price` = ?, `price_sale` = ?, `category_id` = ?, `lat` = ?, `lng` = ?, `user_id` = ?, `approve_by` = null, `view_count` = ? WHERE `id` = ?
18.40 ms
0.006 MB
Duration
18.40 ms
Memory usage
0.006 MB
SELECT IF(COUNT(*) > 0, 1, 0) FROM `INFORMATION_SCHEMA`.`TABLES` WHERE `TABLE_NAME` = 'mbn_property_content' AND `TABLE_SCHEMA` = DATABASE()
4.92 ms
0.019 MB
Duration
4.92 ms
Memory usage
0.019 MB
DESCRIBE `mbn_property_content`
1.18 ms
0.022 MB
Duration
1.18 ms
Memory usage
0.022 MB
SELECT `mbn_property_content`.`id`, `mbn_property_content`.`property_id`, `mbn_property_content`.`content`, `mbn_property_content`.`galleries`, `mbn_property_content`.`meta_title`, `mbn_property_content`.`meta_description`, `mbn_property_content`.`meta_keywords` FROM `mbn_property_content` WHERE `mbn_property_content`.`property_id` = :0 LIMIT :APL0
5.74 ms
0.026 MB
Duration
5.74 ms
Memory usage
0.026 MB
SELECT IF(COUNT(*) > 0, 1, 0) FROM `INFORMATION_SCHEMA`.`TABLES` WHERE `TABLE_NAME` = 'mbn_user_membership' AND `TABLE_SCHEMA` = DATABASE()
1.29 ms
0.019 MB
Duration
1.29 ms
Memory usage
0.019 MB
DESCRIBE `mbn_user_membership`
1.16 ms
0.022 MB
Duration
1.16 ms
Memory usage
0.022 MB
SELECT `mbn_user_membership`.`user_id`, `mbn_user_membership`.`membership`, `mbn_user_membership`.`vip_type`, `mbn_user_membership`.`expired_at`, `mbn_user_membership`.`actived_at`, `mbn_user_membership`.`actived_by`, `mbn_user_membership`.`note`, `mbn_user_membership`.`auto_push`, `mbn_user_membership`.`push_per_day` FROM `mbn_user_membership` WHERE `mbn_user_membership`.`user_id` = 177710 LIMIT :APL0
0.59 ms
0.023 MB
Duration
0.59 ms
Memory usage
0.023 MB
SELECT `mbn_user_membership`.`user_id`, `mbn_user_membership`.`membership`, `mbn_user_membership`.`vip_type`, `mbn_user_membership`.`expired_at`, `mbn_user_membership`.`actived_at`, `mbn_user_membership`.`actived_by`, `mbn_user_membership`.`note`, `mbn_user_membership`.`auto_push`, `mbn_user_membership`.`push_per_day` FROM `mbn_user_membership` WHERE `mbn_user_membership`.`user_id` = 177710 LIMIT :APL0
0.32 ms
0.023 MB
Duration
0.32 ms
Memory usage
0.023 MB
Severity
Message

Request

SERVER
        array(43) {
  ["USER"]=>
  string(9) "ttmoigioi"
  ["HOME"]=>
  string(15) "/home/ttmoigioi"
  ["SCRIPT_NAME"]=>
  string(10) "/index.php"
  ["REQUEST_URI"]=>
  string(79) "/ben-cat-binh-duong/dat-tai-trung-tam-my-phuoc-3-sang-ten-chinh-chu-953226.html"
  ["QUERY_STRING"]=>
  string(84) "_url=/ben-cat-binh-duong/dat-tai-trung-tam-my-phuoc-3-sang-ten-chinh-chu-953226.html"
  ["REQUEST_METHOD"]=>
  string(3) "GET"
  ["SERVER_PROTOCOL"]=>
  string(8) "HTTP/1.1"
  ["GATEWAY_INTERFACE"]=>
  string(7) "CGI/1.1"
  ["REDIRECT_QUERY_STRING"]=>
  string(84) "_url=/ben-cat-binh-duong/dat-tai-trung-tam-my-phuoc-3-sang-ten-chinh-chu-953226.html"
  ["REDIRECT_URL"]=>
  string(79) "/ben-cat-binh-duong/dat-tai-trung-tam-my-phuoc-3-sang-ten-chinh-chu-953226.html"
  ["REMOTE_PORT"]=>
  string(5) "12008"
  ["SCRIPT_FILENAME"]=>
  string(78) "/home/ttmoigioi/domains/trungtammoigioi.com/public_html/frontend/web/index.php"
  ["SERVER_ADMIN"]=>
  string(29) "webmaster@trungtammoigioi.com"
  ["CONTEXT_DOCUMENT_ROOT"]=>
  string(68) "/home/ttmoigioi/domains/trungtammoigioi.com/public_html/frontend/web"
  ["CONTEXT_PREFIX"]=>
  string(0) ""
  ["REQUEST_SCHEME"]=>
  string(5) "https"
  ["DOCUMENT_ROOT"]=>
  string(68) "/home/ttmoigioi/domains/trungtammoigioi.com/public_html/frontend/web"
  ["REMOTE_ADDR"]=>
  string(14) "216.73.216.216"
  ["SERVER_PORT"]=>
  string(3) "443"
  ["SERVER_ADDR"]=>
  string(14) "192.168.51.104"
  ["SERVER_NAME"]=>
  string(19) "trungtammoigioi.com"
  ["SERVER_SOFTWARE"]=>
  string(8) "Apache/2"
  ["SERVER_SIGNATURE"]=>
  string(0) ""
  ["LD_LIBRARY_PATH"]=>
  string(14) "/etc/httpd/lib"
  ["PATH"]=>
  string(29) "/sbin:/usr/sbin:/bin:/usr/bin"
  ["HTTP_ACCEPT_ENCODING"]=>
  string(23) "gzip, br, zstd, deflate"
  ["HTTP_COOKIE"]=>
  string(745) "ARTICLE_VIEWED=a%3A21%3A%7Bi%3A0%3Bs%3A6%3A%22335194%22%3Bi%3A1%3Bs%3A7%3A%221247822%22%3Bi%3A2%3Bs%3A7%3A%221498108%22%3Bi%3A3%3Bs%3A7%3A%221598787%22%3Bi%3A4%3Bs%3A7%3A%221620896%22%3Bi%3A5%3Bs%3A7%3A%221573260%22%3Bi%3A6%3Bs%3A6%3A%22558745%22%3Bi%3A7%3Bs%3A7%3A%221053815%22%3Bi%3A8%3Bs%3A7%3A%221240467%22%3Bi%3A9%3Bs%3A7%3A%221595830%22%3Bi%3A10%3Bs%3A7%3A%221498660%22%3Bi%3A11%3Bs%3A7%3A%221453101%22%3Bi%3A12%3Bs%3A7%3A%221603340%22%3Bi%3A13%3Bs%3A6%3A%22463826%22%3Bi%3A14%3Bs%3A7%3A%221102713%22%3Bi%3A15%3Bs%3A6%3A%22832208%22%3Bi%3A16%3Bs%3A7%3A%221615051%22%3Bi%3A17%3Bs%3A7%3A%221456429%22%3Bi%3A18%3Bs%3A6%3A%22711943%22%3Bi%3A19%3Bs%3A6%3A%22942500%22%3Bi%3A20%3Bs%3A7%3A%221321349%22%3B%7D; PHPSESSID=6obdsehb07hbfno6oqibq0oiug"
  ["HTTP_USER_AGENT"]=>
  string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
  ["HTTP_ACCEPT"]=>
  string(3) "*/*"
  ["HTTP_CONNECTION"]=>
  string(5) "close"
  ["HTTP_X_FORWARDED_FOR"]=>
  string(14) "216.73.216.216"
  ["HTTP_HOST"]=>
  string(19) "trungtammoigioi.com"
  ["HTTP_X_ACCEL_INTERNAL"]=>
  string(19) "/nginx_static_files"
  ["proxy-nokeepalive"]=>
  string(1) "1"
  ["HTTPS"]=>
  string(2) "on"
  ["UNIQUE_ID"]=>
  string(27) "aee9rHrKzdK83o7j3w8uawAAAFE"
  ["REDIRECT_STATUS"]=>
  string(3) "200"
  ["REDIRECT_HTTPS"]=>
  string(2) "on"
  ["REDIRECT_UNIQUE_ID"]=>
  string(27) "aee9rHrKzdK83o7j3w8uawAAAFE"
  ["FCGI_ROLE"]=>
  string(9) "RESPONDER"
  ["PHP_SELF"]=>
  string(10) "/index.php"
  ["REQUEST_TIME_FLOAT"]=>
  float(1776795052.1388)
  ["REQUEST_TIME"]=>
  int(1776795052)
}
    
GET
        array(1) {
  ["_url"]=>
  string(79) "/ben-cat-binh-duong/dat-tai-trung-tam-my-phuoc-3-sang-ten-chinh-chu-953226.html"
}
    
COOKIE
        array(2) {
  ["ARTICLE_VIEWED"]=>
  string(390) "a:21:{i:0;s:6:"335194";i:1;s:7:"1247822";i:2;s:7:"1498108";i:3;s:7:"1598787";i:4;s:7:"1620896";i:5;s:7:"1573260";i:6;s:6:"558745";i:7;s:7:"1053815";i:8;s:7:"1240467";i:9;s:7:"1595830";i:10;s:7:"1498660";i:11;s:7:"1453101";i:12;s:7:"1603340";i:13;s:6:"463826";i:14;s:7:"1102713";i:15;s:6:"832208";i:16;s:7:"1615051";i:17;s:7:"1456429";i:18;s:6:"711943";i:19;s:6:"942500";i:20;s:7:"1321349";}"
  ["PHPSESSID"]=>
  string(26) "6obdsehb07hbfno6oqibq0oiug"
}
    
SESSION
        array(2) {
  ["_PHCOOKIE_ARTICLE_VIEWED"]=>
  array(2) {
    ["path"]=>
    string(1) "/"
    ["httpOnly"]=>
    bool(true)
  }
  ["PROVINCE_ID"]=>
  int(2)
}