"; $rst = open_mysql("partners_abldata", $sql); open_mysql("close"); $line = mysql_fetch_array($rst, MYSQL_ASSOC); if ($line[rate] > 0) { if ($line[hotdeals] > 0) { $out = "from USD " . round($line[rate] / 1.21) ." " . round($line[hotdeals] / 1.21).""; } else { $out = "from USD ".round($line[rate] / 1.21); } } else { $sql3 = "SELECT MIN(rate) as 'rate' FROM rate_availability WHERE org_id='{$oid}' AND date like '%$year%' AND rate !=0"; //echo $sql3."
"; $rst3 = open_mysql("partners_abldata", $sql3); open_mysql("close"); $line3 = mysql_fetch_array($rst3, MYSQL_ASSOC); if ($line3[rate] > 0) { $out = "from USD ".round($line3[rate] / 1.21); }else{ $out = ""; } } return $out; } function get_minimum_rate_rms($oid, $checkin) { global $myrow; $validity = get_validityX($oid, $checkin); if ($validity["code"] != 0) { $sql = "SELECT curr, sr_single FROM org_rate_room WHERE org_id='{$oid}' AND validity='{$validity["code"]}' ORDER BY sr_single ASC LIMIT 0,1 "; $rst = open_mysql("abldata", $sql); open_mysql("close"); $line = mysql_fetch_array($rst, MYSQL_ASSOC); if (($line[sr_single] + 0) > 0 && $myrow["no_rate_show"] != "Y") { $out = $line[curr] . " ". round($line[sr_single] / 1.21); } else { //$out = "TBA"; $out = ""; } } else { //$out = "TBA"; $out = ""; } return $out; } function list_success_($qty=2){ $sql = "SELECT * FROM success ORDER BY RAND() LIMIT 0,$qty"; $result = open_mysql("etc",$sql); open_mysql ("close"); $output = ""; while ($line = mysql_fetch_array($result, MYSQL_ASSOC)){ $str = strip_tags($line["comment"]); $str = str_replace("[", "<", $str); $str = str_replace("]", ">", $str); $str = preg_replace("/<[^>]+\>/i", "", $str); //$output .= smooth_cutter($str,500)."
"; //$output .= "
From ".$line["name"]; $output .= stripslashes(strip_tags($str))."
"; } return $output; } $tomorrow = mktime (0,0,0,date("m"),date("d")+7,date("Y")); $checkin = date("Y-m-d",$tomorrow); $CID = $checkin; $bln = (int) substr($checkin,5,2); $thn = (int) substr($checkin,0,4); $dt = (int) substr($checkin,8,2); $COD = date("Y-m-d", mktime (0,0,0, $bln, $dt+3, $thn)); ?> <?php echo ucwords($location); ?> Hotels Villas - Discount Rates for all Hotels Villas in <?php echo ucwords($location); ?>-Bali-Indonesia
  • Search Hotels Villas

    Baliwww.com provides over 13,000 hotels booking in more than 100 Indonesia cities from the most luxurious hotels to comfortable villas with best deals.

In and around


Ubud is well-known as the cultural centre of Bali. It is famous as an arts and crafts hub, and much of the town and nearby villages seems to consist of artists' workshops and galleries. Ubud in tourist dictionary refers to all of the small villages within a five km radius of the central market. If you choose a reasonably central Ubud Hotels or villas to stay, it is easy enough to get around on foot. Most Ubud hotels and villas are designed in resort style and sympathetic to the environment and local culture. Here are some pointer to help you in finding a good hotel or villa in Ubud.

Central Ubud has three main streets: Jalan Raya Ubud, Jalan Monkey Forest and Jalan Hanoman. At the intersection of Jalan Raya Ubud and Jalan Monkey Forest are Ubud Market, Ubud Palace, and the main bemo stop. You can find many attractions, restaurants, art shops medium and budget hotel in this area.

Jl Monkey Forest, which runs south through town to the Monkey Forest, is a built-up area, and home to a wide array of middle to splurge Ubud hotels, art galleries, and cafes, as well a number of local services such as schools, a sports field, and pharmacies Jalan Hanoman, which runs parallel to Jalan Monkey Forest just to the east, is a bit quieter and makes for more pleasant walking, housing several budget hotels.

To the immediate west and northwest are the villages of Campuan (Tjampuhan or Campuhan) and Kedewatan, home to some of the most up-market Ubud hotels and villas with views over valleys sculpted by the Ayung and Wos rivers.

Directly to the south, past the Monkey Forest and still within a twenty minute walk of the central market, is Padang Tegal which then runs into the southern villages of Nyuh Kuning and Pengosekan, about three km from central Ubud. Here you can find many medium and budget hotels and villas as well as several upscale resorts.

Featured Hotels Villas

Hotels Villas Travel Tips


Hotels Villas Blog


Top Destinations

"; while ($orgALL = mysql_fetch_array($result, MYSQL_ASSOC)) { $url = ""; $photo_td = "/coba/img_js/td_".$i.".jpg"; echo "
  • \"Destination".$url.$orgALL["org_state"]."".$orgALL["count"]."
  • "; $i++; } echo ""; ?>
    All Destinations
    Top Selling Cities
    "; while ($org_cit = mysql_fetch_array($result_cit, MYSQL_ASSOC)) { $u_slug = toAscii($org_cit["org_city"]); if(strpos(strtolower($org_cit["org_state"]), "java") || strtolower($org_cit["org_state"]) == "jakarta" || strtolower($org_cit["org_state"]) == "yogyakarta"){ $h_state = "java"; }elseif(strtolower($org_cit["org_state"]) == "west nusa tenggara"){ $h_state = "west-nusa-tenggara"; }elseif(strpos(strtolower($org_cit["org_state"]), "sulawesi")){ $h_state = "sulawesi"; }elseif(strpos(strtolower($org_cit["org_state"]), "kalimantan")){ $h_state = "kalimantan"; }elseif(strtolower($org_cit["org_state"]) == "east nusa tenggara"){ $h_state = "east-nusa-tenggara"; }elseif(strpos(strtolower($org_cit["org_state"]), "sumatra")){ $h_state = "sumatra"; }else{ $h_state = $org_cit["org_state"]; } //$url_cit = ""; $url_cit = ""; echo "
  • ".$url_cit.$org_cit["org_city"]."
  • "; if ($iii == 10){echo "
      "; }else{ $iii++; } } echo "
    "; ?>


    true (at main header page) or false (at others) ######################################################################################## function form_search_hotel_auto($main_header){ global $PHP_SELF; global $HTTP_POST_VARS; global $type; global $location; global $config_abl; global $checkin; global $nights; global $rooms; global $org; global $gmode; global $gtype; global $ghotel; global $glocation; global $grategt; global $gratelt; global $gcheckin; global $gnights; global $grooms; global $gsort; global $affiliate_id; global $gview; $hotel = $HTTP_POST_VARS["Hotel"]; if($hotel==""){$hotel = $ghotel;} if($hotel==""){$hotel = "all";} if ($hotel == "all"){ $type = $HTTP_POST_VARS["Type"]; if($type==""){$type = $gtype;} if($type==""){$type = "all";} //$location = $HTTP_POST_VARS["Location"]; if($location==""){$location = $glocation;} if($location==""){$location = "all";} $rate_gt = $HTTP_POST_VARS["Rate-gt"]; if($rate_gt==""){$rate_gt = $grategt;} if($rate_gt==""){$rate_gt = $config_abl["default_rate_gt"];} $rate_lt = $HTTP_POST_VARS["Rate-lt"]; if($rate_lt==""){$rate_lt = $gratelt;} if($rate_lt==""){$rate_lt = $config_abl["default_rate_lt"];} }else{ $type = ""; $location = ""; $rate_gt = "all"; $rate_lt = "all"; } $nights = $HTTP_POST_VARS["nights"]; if($nights==""){$nights = $gnights;} if ($nights==""){$nights=$config_abl["default_nights"];} $rooms = $HTTP_POST_VARS["rooms"]; if($rooms==""){$rooms = $grooms;} if ($rooms==""){$rooms=$config_abl["default_rooms"];} if($checkin==""){$checkin = $gcheckin;} if(strlen($checkin)!=10){$checkin = "";} $sortby = $HTTP_POST_VARS["sortby"]; if($sortby==""){$sortby = $gsort;} if($sortby==""){$sortby = "0";} $view = $HTTP_POST_VARS["view"]; if($view==""){$view = $gview;} if($view==""){$view = "0";} $ID = $org["id"]; $submit_title = "Search"; $hidden_fields = ""; $form_action = "/hotel/search.html"; if ($ID != ""){ $type = $org["type"]; $hotel = $org["name"]; $location = $org["city"]; $submit_title = "Check Rooms Availability"; $form_action = "/".$type."/".$type."_detail/super_saver/".$ID.".html"; $hidden_fields = ""; $hidden_fields .= ""; $hidden_fields .= ""; } $hidden_fields .= ""; //list city dalam combo box /*$sqlcity = "SELECT DISTINCT org_city,org_state FROM organization order by org_state,org_city "; $resultcity = open_mysql ("abldata", $sqlcity); $listcity = "\n"; $resultcity = open_mysql ("close"); */ $sqlcity = "SELECT DISTINCT org_city,org_state,org_country FROM organization order by org_country,org_state,org_city "; $resultcity = open_mysql("abldata", $sqlcity); $listcity = "\n"; $resultcity = open_mysql("close"); $arr_type = array(0=>"hotel", 1=>"villa", 2=>"preferred", 3=>"homestay", 4=>"hotdeals", 5=>"all"); if ($type==""){$type = "all";} $output_type = ''; $bgcolor="#CCCCCC"; if ($type=="hotdeals"){$bgcolor="#CCFFCC";} if ($checkin==""){ $tomorrow = mktime (0,0,0,date("m"),date("d")+$config_abl["default_start_checkin"],date("Y")); $checkin = date("Y-m-d",$tomorrow); }else{ #validate the date; $checkin = date ("Y-m-d", mktime (0,0,0,substr($checkin,5,2)+0,substr($checkin,8,2)+0,substr($checkin,0,4))); } $org["checkin"] = $checkin; $org["rooms"] = $rooms; $org["nights"] = $nights; $bln = (int) substr($checkin,5,2); $thn = (int) substr($checkin,0,4); $dt = (int) substr($checkin,8,2); $output_ci = ''; $output_ci .= ''; $output_ci .= ''; $output_ni = ''; $output_ro = ''; $arr_sort = array(0=>"Hits", 1=>"Name", 2=>"Room Rate", 3=>"Location", 4=>"Star"); $output_sort = ''; if($gmode=="availability"){$view="1";} $arr_sava = array(0=>"All", 1=>"Instant Confirm"); /*$output_sava = ''; */ //GANTI DENGAN RADIO GROUP $output_sava .= ''; if ($view !=1){ $output_sava .= ' '; }else{ $output_sava .= ' '; } if (!$main_header){ if ($ID != ""){ //check availability for hotel that selected echo <<
    {$hotel}
    Check In: {$output_ci} Nights: {$output_ni} Rooms: {$output_ro} {$hidden_fields}

    EOT; }else{ //if id == blank so nothing to display } }else{ if ($ID!=""){$hotel = "all";} echo <<


    {$listcity}

    {$output_ci}

    {$output_ni}
    EOT; } } ?>