///Minas
// *** Global variables
header('Content-type: text/html; charset=UTF-8');
// *** Sessions
session_start();
if (substr(gethostbyaddr($_SERVER['REMOTE_ADDR']), -2)=="gr" && !$_SESSION['lang']) $lang=1;
else if (!$_SESSION['lang']) $lang=2;
if (!empty($_GET['chlang'])) $lang=$_GET['chlang'];
$_SESSION['lang']=$lang;
$lang=$_SESSION['lang'];
// $lang=2;
$refpg=basename(dirname($_SERVER['PHP_SELF']));
$refpg_=basename($_SERVER['PHP_SELF'], ".php");
// *** Various functions
function chck_frm($val=0) {
$s=parse_url($_SERVER['HTTP_REFERER']);
if ($s['host']!=$_SERVER['HTTP_HOST']) return false;
if ($val) {
foreach ($val as $k=>$v) {
if ($v[1]=="t" && preg_match("/(%0a|%0d|\n+|\r+)(content-type|mime-version|to|cc|bcc)/i", mb_strtolower($_POST[$v[0]]))) return false;
if ($v[1]=="i" && preg_match("/(%0a|%0d|\n+|\r+)/i", mb_strtolower($_POST[$v[0]]))) return false;
if ($v[1]=="e" && !preg_match("/^[A-Z0-9._%-]+@[A-Z0-9.-]+.[A-Z]{2,4}$/i", mb_strtolower($_POST[$v[0]]))) return false;
if ($v[1]=="e") $r[$v[0]]=trim(mb_strtolower($_POST[$v[0]]));
if ($v[1]=="n") $r[$v[0]]=intval($_POST[$v[0]]);
else $r[$v[0]]=nl2br(htmlspecialchars(trim($_POST[$v[0]]), ENT_QUOTES));
}
}
return isset($r)?$r:true;
}
function printr($v,$r=0) {
$v=nl2br(ereg_replace(" "," ",print_r($v,true)));
if (!$r) echo $v;
else return $v;
}
function get_ext($str) {
return mb_strtolower(end(explode(".", basename($str))));
}
function get_var($val=0) {
$str=" ".end(explode("?", basename($_SERVER['REQUEST_URI'])));
if (mb_strpos($str, "chlang")) return (($val)?"&":"").mb_substr(strstr(trim($str), "&"), $val);
return (($val)?"&":"").trim($str);
}
function get_url($str) {
return mb_strtolower(end(explode("/", basename($str))));
}
########################################################################################################################################################
// By freshdesign.gr JAN 2015
########################################################################################################################################################
########################################################################################################################################################
// *** Versions
########################################################################################################################################################
$FUNCTION_V="1.2";
$DB_V="1.2";
$FRESHEDITOR_V="2.3";
########################################################################################################################################################
// *** Various
########################################################################################################################################################
$SITE_NAME="mykonosdreamvilla";
$SITE_TITLE_1="Mykonos Dream Villa";
$SITE_TITLE_2="Mykonos Dream Villa";
$AUTHOR_1="Mykonos Dream Villa";
$AUTHOR_2="Mykonos Dream Villa";
$COPYRIGHT_1="Mykonos Dream Villa";
$COPYRIGHT_2="Mykonos Dream Villa";
$DESCRIPTION_1="Mykonos Dream Villa";
$DESCRIPTION_2="Mykonos Dream Villa";
$KEYWORDS_1="Mykonos Dream Villa";
$KEYWORDS_2="Mykonos Dream Villa";
$SITE_URL="www.mykonosdreamvilla.com/";
DEFINE('DOMAIN_NAME', 'fresheditor.com');
DEFINE('DEVELOPMENT_SUBFOLDER', 'v2.2/');
define('DEBUG_TXT_PATH', '/var/www/vhosts/'.DOMAIN_NAME.'/httpdocs/'.DEVELOPMENT_SUBFOLDER.'php_debug_log.txt');
##########################################################################################################################
## Language stuff:
##########################################################################################################################
// language:
$lang = '1';
if( isset($_COOKIE['LANG']) )
$lang = $_COOKIE['LANG'];
if(isset($_REQUEST['lang']) && ($_REQUEST['lang'] != $lang))
{
setcookie('LANG', $_REQUEST['lang']);
$lang = $_REQUEST['lang'];
}
##########################################################################################################################
## Site-specific stuff:
##########################################################################################################################
## MENU start ###########################################
$MENU[1]=array("MAIN PAGE","CATEGORY 1","CATEGORY 2","CATEGORY 3","CATEGORY 4","CATEGORY 5");
$MENU[2]=array("MAIN PAGE","CATEGORY 1","CATEGORY 2","CATEGORY 3","CATEGORY 4","CATEGORY 5");
$MENUSUB1[1]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB1[2]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB2[1]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB2[2]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB3[1]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB3[2]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB4[1]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB4[2]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB5[1]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB5[2]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB6[1]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB6[2]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB7[1]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
$MENUSUB7[2]=array("Submenu","Submenu","Submenu","Submenu","Submenu","Submenu");
## MENU end ###########################################
## Contact Form start ###########################################
$WEBFORM[1]=array("Contact Form","Όνομα","Επώνυμο","Τηλέφωνο επικοινωνίας","Ερώτηση","Συμπληρώστε την εύκολη εξίσωση","Έλεγχος για αποφυγή spam","ΑΠΟΣΤΟΛΗ","Παρακαλώ συμπληρώστε το μήνυμα σας","Παρακαλώ συμπληρώστε το e-mail σας","Παρακαλώ συμπληρώστε το τηλέφωνο σας","Παρακαλώ συμπληρώστε το επώνυμο σας","Παρακαλώ συμπληρώστε το όνομα σας");
$WEBFORM[2]=array("First Name","Last name","Contact Number","Message","Συμπληρώστε την εύκολη εξίσωση","To avoid spam entries","SEND","Please write your message","Please write your e-mail","Please write your contact number","Please write your last name","Please write your name");
$CONTACTDETAILS[1]=array("CONTACT DETAILS","+30 (210) 62000 18","113 Sevastoupoleos str. 11526","info@freshtemplates.gr","find us on map");
$CONTACTDETAILS[2]=array("CONTACT DETAILS","+30 (210) 62000 18","113 Sevastoupoleos str. 11526","info@freshtemplates.gr","find us on map");
$FORMMESSAGE[1]=array("Ευχαριστούμε για το ενδιαφέρον σας.
Θα σας απαντήσουμε το συντομότερο δυνατό.
Με εκτίμηση,
Η ομάδα της freshtemplates.gr","oups! There was a server error. Your message wasn't delivered. Please try one more time");
$FORMMESSAGE[2]=array("Thank you for your interest.
We will respond to your requirement, as soon as possible.
Sincerely yours,
freshtemplates.gr","oups! There was a server error. Your message wasn't delivered. Please try one more time :) ");
## Contact Form end ###########################################
## OTHER Form start ###########################################
$OTHERFORMLABELS[1]=array("","","","","","","","","","","","","","","","","","","");
$OTHERFORMLABELS[2]=array("","","","","","","","","","","","","","","","","","","");
$OTHERFORMLABELSWARNINGS[1]=array("Please fill this","","","","","","","","","","","","","","","","","","","");
$OTHERFORMLABELSWARNINGS[2]=array("Please fill this","","","","","","","","","","","","","","","","","","","");
$OTHERFORMMESSAGE[1]=array("Ευχαριστούμε για το ενδιαφέρον σας.
Θα σας απαντήσουμε το συντομότερο δυνατό.
Με εκτίμηση,
Η ομάδα της freshtemplates.gr","oups! There was a server error. Your message wasn't delivered. Please try one more time");
$OTHERFORMMESSAGE[2]=array("Thank you for your interest.
We will respond to your requirement, as soon as possible.
Sincerely yours,
freshtemplates.gr","oups! There was a server error. Your message wasn't delivered. Please try one more time :) ");
## OTHER Form end ###########################################
?>
HOTLINE: +30 210 3235185
Your stay at Villa Athina is going to be highly experiential and memorable.
Morning awakening with views to the wild Cycladic landscape of the western side of Mykonos. Afternoon relaxation session at the spacious living room under the cool whitewashed walls and the domed arches. Sunset time by your private infinity pool with a majestic font of the Aegean and the island of Tinos. Dinner with friends at the balcony with the cool and refreshing sea breeze.
Voluptuous curves, domed arches and white wooden ceilings, furniture and fabrics in the colour of grey, large windows that allow the continuous streaming of natural sunlight to the interior are all just a few of the elements that will successfully achieve the harmony you are seeking for.
Villa Athina stretches in three distinct levels and offers 4 bedrooms (2 of which are master ones), 4 bathrooms, a spacious living room, a dining area, a fully equipped kitchen and an outdoor area with appropriate furniture and a large private swimming pool. The Villa is autonomous and can accommodate up to 8 persons.
DISTANCES
Rates are accommodation-only and include all taxes
Up to 8 guests are allowed
CHECK IN: 2:00pm| CHECK OUT: 12:00am