KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/hightechweb/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/hightechweb/chezaliz.asp
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="sharexfile/config.asp" -->
<!--#include file="lng.asp" -->
<html>
<!-- StatsOnClick web tools statistics hit counter code -->
<script type="text/javascript" id="wa_u"></script>
<script type="text/javascript">//<![CDATA[
wa_account="hocsub5628"; wa_location=214;
wa_pageName=location.pathname;  // you can customize the page name here
document.cookie='__support_check=1';wa_hp='http';
wa_rf=document.referrer;wa_sr=window.location.search;
wa_tz=new Date();if(location.href.substr(0,6).toLowerCase()=='https:')
wa_hp='https';wa_data='&an='+escape(navigator.appName)+ 
'&sr='+escape(wa_sr)+'&ck='+document.cookie.length+
'&rf='+escape(wa_rf)+'&sl='+escape(navigator.systemLanguage)+
'&av='+escape(navigator.appVersion)+'&l='+escape(navigator.language)+
'&pf='+escape(navigator.platform)+'&pg='+escape(wa_pageName);
wa_data=wa_data+'&cd='+
screen.colorDepth+'&rs='+escape(screen.width+ ' x '+screen.height)+
'&tz='+wa_tz.getTimezoneOffset()+'&je='+ navigator.javaEnabled();
wa_img=new Image();wa_img.src=wa_hp+'://loc1.hitsprocessor.com/statistics.asp'+
'?v=1&s='+wa_location+'&acct='+wa_account+wa_data+'&tks='+wa_tz.getTime();
document.getElementById('wa_u').src=wa_hp+'://loc1.hitsprocessor.com/track.js'; //]]>
</script>
<!-- End StatsOnClick statistics web tools hit counter code -->
<head>
<title>Chez Aliz.Com The Low Cost Travel Website,Hotel Bed And Breakfast, Worldwide</title>
<meta name="Author" content="Chez Aliz Tech Team ///">
<meta name="description" content="italia Viajes, hoteles, vuelos: reserva las mejores ofertas para tus vacaciones en Chez Aliz.com">
<meta name="keywords" content="chez aliz, chehalis, zaliz, chezaliz,viaggi,Vacanze,Holidays, Travel, Travels,chealis,schealis,tokio hotel, hoteles ibiza, crociere, cruzeros, travel,yacht charter, noleggio imbarcazioni,catamarani, barche a vela, skipper, barcelona hotels, ryanair, hoteles paris, ibiza hotels, hotel,alojamiento en ibiza, alojamiento en granada,viatges baratos,caribe, ibiza low cost,carribean, caraibi, car, hostal madrid, hoteles barcelona, alojamiento en barcelona,last minute, cars, rent car, appartamenti barcellona, agencia de viajes, cheap flights, bed and breakfast on boat,bbonboat, isole greche, greek island, gracia,alojamiento en madrid,hotels, barcellona turismo,alberghi, vacanze a capri, viaggi, hotel madrid, paris, cheap travel,flights vilnius, bed and breakfast, italia, golf hotel,venezia, voli low cost, low cost flights, barcellona, car rentals, hotel sorrento, costa crociere, charter boat, prenotazione hotel,london, londres,hotel charlton, coppa america,americas cup, valencia, new york,viajes, vuelos, hoteles, vacaciones, viajar, viaje, ofertas, vacanze low cost, spa, luxury yacht,yacht de lujo agencias de viajes,romantik hotel,reservas baratos, mapas, viatges, Marbella, malaga, sevilla">
<meta name="resource-type" content="document">
<meta http-equiv="pragma" content="no-cache">
<meta name="revisit-after" content="3 days">
<meta name="classification" content="*">
<meta name="robots" content="ALL">
<meta name="distribution" content="Global">
<meta name="rating" content="Safe For Kids">
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="01.css" rel="stylesheet" type="text/css">
<script src="func.js"></script>
<script language="JavaScript">
	function showHostelCountries( chosenCountry ) {
	  document.modost.nazione.length = 1;
	  document.modost.nazione.options[0] = new Option("Choose a Country");
	  document.modost.nazione.options[0].value = '';
	  var count = 148;
	  for(var i=0; i < count; i++ ) {
		document.modost.nazione.length = i+1;
		newOption = new Option( CountryList[i] );
		newOption.value = CountryList[i];
		document.modost.nazione.options[i+1] = newOption;
	  }
	  for(var j=0; j < document.modost.nazione.length; j++ ) {
		if(document.modost.nazione.options[j].value == chosenCountry) {
		  document.modost.nazione.options[j].selected = true;
		}
	  }
	  return;
	}
	
	function populateFindABedPanel( country ) {
		newcountry = country.replace(/[^0-9a-zA-Z]/g,'');
		newcountry = newcountry.replace(/\'/g,'');
		if ( country.length == 0 ) {
		  document.modost.provincia.length = 1;
		  document.modost.provincia.options[0] = new Option("");
		  document.modost.provincia.options[0].value = '';
	
		  document.modost.provincia.options[1] = new Option("Choose a Country First");
		  document.modost.provincia.options[1].value = '';
	
		  return;
		}
	
		if ( country == 'Holland' ) {
		  newcountry = 'Netherlands';
		}
		if ( country == 'Britain' ) {
		  newcountry = 'UK';
		}
		newOptions = eval(newcountry+'Array');
	
		document.modost.provincia.length = 1;
		document.modost.provincia.options[0] = new Option("Choose a city");
		document.modost.provincia.options[0].value = '';
	
		document.modost.provincia.options[0].selected = true;
	
		for ( i=0; i<newOptions.length; i++ ) {
		  document.modost.provincia.length=i+1;
		  thisEntry = newOptions[i];
		  newOption = new Option( thisEntry );
		  newOption.value = thisEntry;
		  document.modost.provincia.options[i+1] = newOption;
		}
	}
	
	function selectOptColOn(){
		select1.className = 'FAB_optSelectOn';
		select2.className = 'FAB_optSelectOn';
	}
</script>
<style type="text/css">
<!--
.Stile1 {
	color: #0099FF
}
.Stile2 {color: #FF0000}
-->
</style>
</head>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2117969-2";
urchinTracker();
</script>
<body>
<table width="100%" height="90%" border="0" cellpadding="0" cellspacing="0" id="wrapper1">
  <tr>
    <td align="center" valign="top" id="wrapper0">
	<table width="760" height="89%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="85%" align="center" valign="top" bgcolor="#FFFFFF" id="wrapper3">
		  <div id="contenitore">
<!--#include file="header.asp" -->
			<div id="body">
				<div class="body_titolo_box"><p><%=session("00042")%></p>
				</div>
				<div class="body_contenuto_box">
				  <script language="JavaScript">
				  	function chkFind(){
						with (document.modost) {
							if (nazione.value=="" || provincia.value=="") {
								alert("Please select the country and city you wish to view properties in");
								return false;
							}
						}
					}
				  </script>
				<form action="stanze.asp" method="post" name="modost" class="Stile1" style="margin: 0;padding: 0;" onSubmit="return chkFind();">
				  <iframe src="http://www.ebookersexpress.com/chezaliz/chezaliz.html" name="I1" width="462" height="350" scrolling="auto" frameborder="0" class="Stile2">>                 </iframe>
				  <div id="advanced" style="display: none;margin: 0;">
					<table width="448" border="0" cellspacing="2" cellpadding="2" class="testo_tabella">
					<%
					'recupero tutti i tipi di strutture
					set cn = server.CreateObject("ADODB.connection")
					cn.open stringa_conn
					
					SQL = "SELECT id_tipo_hotel, nome FROM tipo_hotel_lingua WHERE id_lingua=" & id_lingua
					set rs = cn.execute(SQL)
					if rs.eof = false and rs.bof = false then
						%>
						<tr> 
						  <td colspan="4" style="border-top: 1px dotted #809FE3; padding: 10px 0 0 0;"><strong><%=session("00048")%>
						  </strong></td>
						</tr>
						<%
						cont = 0
						do until rs.eof
							cont = cint(cont) + 1
							if cint(cont) = 1 then
								%>
								<tr>
								<%
							end if
							%>
							  <td width="20"><input type="checkbox" name="id_tipo_hotel" value="<%=rs("id_tipo_hotel")%>"></td>
							  <td width="178"><%=rs("nome")%></td>
							<% 
							rs.movenext
							if cint(cont) = 2 then
								cont = 0
								%>
								</tr>
								<%
							end if
						loop
						if cint(cont) = 1 then
							response.Write("<td width=""20"">&nbsp;</td><td width=""178"">&nbsp;</td></tr>")
						end if
					end if
					rs.close
					set rs = nothing
					cn.close
					set cn = nothing

					'recupero tutti i tipi di servizi
					set cn = server.CreateObject("ADODB.connection")
					cn.open stringa_conn
					
					SQL = "SELECT id_servizio, nome FROM servizi_lingua WHERE id_lingua=" & id_lingua
					set rs = cn.execute(SQL)
					if rs.eof = false and rs.bof = false then
						%>
						<tr> 
						  <td colspan="4" style="border-top: 1px dotted #809FE3; padding: 10px 0 0 0;"><strong><%=session("00049")%> 
							:</strong></td>
						</tr>
						<%
						cont = 0
						do until rs.eof
							cont = cint(cont) + 1
							if cint(cont) = 1 then
								%>
								<tr>
								<%
							end if
							%>
							  <td width="20"><input type="checkbox" name="id_servizio" value="<%=rs("id_servizio")%>"></td>
							  <td width="178"><%=rs("nome")%></td>
							<% 
							rs.movenext
							if cint(cont) = 2 then
								cont = 0
								%>
								</tr>
								<%
							end if
						loop
						if cint(cont) = 1 then
							response.Write("<td width=""20"">&nbsp;</td><td width=""178"">&nbsp;</td></tr>")
						end if
					end if
					rs.close
					set rs = nothing
					cn.close
					set cn = nothing

					'recupero tutti i tipi di stanze
					set cn = server.CreateObject("ADODB.connection")
					cn.open stringa_conn
					
					SQL = "SELECT id_tipo_stanza, nome FROM tipo_stanze_lingua WHERE id_lingua=" & id_lingua
					set rs = cn.execute(SQL)
					if rs.eof = false and rs.bof = false then
						%>
						<tr> 
						  <td colspan="4" style="border-top: 1px dotted #809FE3; padding: 10px 0 0 0;"><strong><%=session("00050")%> 
							:</strong></td>
						</tr>
						<%
						cont = 0
						do until rs.eof
							cont = cint(cont) + 1
							if cint(cont) = 1 then
								%>
								<tr>
								<%
							end if
							%>
							  <td width="20"><input type="checkbox" name="id_tipo_stanza" value="<%=rs("id_tipo_stanza")%>"></td>
							  <td width="178"><%=rs("nome")%></td>
							<% 
							rs.movenext
							if cint(cont) = 2 then
								cont = 0
								%>
								</tr>
								<%
							end if
						loop
						if cint(cont) = 1 then
							response.Write("<td width=""20"">&nbsp;</td><td width=""178"">&nbsp;</td></tr>")
						end if
					end if
					rs.close
					set rs = nothing
					cn.close
					set cn = nothing
					%>
					<tr> 
					  <td colspan="4" style="border-top: 1px dotted #809FE3; padding: 10px 0 0 0;"><strong><%=session("00030")%>
					      <!-- Boldchat Live Chat Button HTML v1.10 (Type=Web,ChatButton=My Chat Button,ChatWindow=My Chat Window,Website=- None -,Department=- None -) -->
</strong></td>
					</tr>
					<tr>
						<td colspan="2"><%=session("00094")%> <input name="ric_name" type="text" class="campo_form" id="ric_name" size="40" maxlength="150"></td>
					</tr>
					<tr> 
					  <td colspan="4" style="border-top: 1px dotted #809FE3; padding: 10px 0 0 0;"><strong><%=session("00022")%> 
						:</strong></td>
					</tr>
					<tr>
						<td colspan="2"><%=session("00155")%> <%=simbolo%>
						<select name="rcp" id="rcp" class="campo_form">
						<option value="0">---</option>
						<%
						for i = 10 to 1000
							%><option value="<%=i%>"><%=i%></option><%
							i = i + 9
						next
						%>
						</select>						</td>
					</tr>
				  </table>
				  	</div>
				  </form>
				</div>
			    ����������������������������������������������������������������������������������������������������
				<a href="http://www.chezaliz.com/voli.asp" target="_blank"></a>
			    <div class="body_titolo_box">
					<p><a href="javascript:aprichiudi2('advanced');" style="color: #FFFFFF;"><%=session("00165")%></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="javascript:aprichiudi2('advanced');" style="color: #FFFFFF;"><%=session("00166")%></a></p>
				</div>
				<div class="body_contenuto_box">
				<table width="470" border="0" cellspacing="4" cellpadding="4" class="testo_tabella">
				  <tr>
					  <td width="190" valign="top" style="border-right: 2px dotted #FFFFFF;"> 
                        <%
					'recupero l'elenco delle 10 citt� pi� economiche
					if tipo_db = "MSSQL" then
						SQL = "SELECT DISTINCT TOP 10 stanze.id_hotel, hotel.nazione, hotel.provincia, MIN(stanze_lingua.prz_settimanale) AS prezzo_minimo FROM hotel INNER JOIN stanze ON hotel.id=stanze.id_hotel INNER JOIN stanze_lingua ON stanze.id=stanze_lingua.id_stanza " & _
							  "WHERE hotel.attivo=1 AND stanze.disponibile_dal <= '" & dataSQL(date) & "' AND disponibile_al >= '" & dataSQL(Date) & "' AND stanze_lingua.id_lingua=" & id_lingua & " " & _
							  "GROUP BY stanze.id_hotel, hotel.nazione, hotel.provincia ORDER BY prezzo_minimo ASC"
					else
						SQL = "SELECT DISTINCT stanze.id_hotel, hotel.nazione, hotel.provincia, MIN(stanze_lingua.prz_settimanale) AS prezzo_minimo FROM hotel INNER JOIN stanze ON hotel.id=stanze.id_hotel INNER JOIN stanze_lingua ON stanze.id=stanze_lingua.id_stanza " & _
							  "WHERE hotel.attivo=1 AND stanze.disponibile_dal <= '" & dataSQL(date) & "' AND disponibile_al >= '" & dataSQL(Date) & "' AND stanze_lingua.id_lingua=" & id_lingua & " " & _
							  "GROUP BY stanze.id_hotel, hotel.nazione, hotel.provincia ORDER BY prezzo_minimo ASC LIMIT 10"
					end if
					
					set cn = server.CreateObject("ADODB.connection")
					cn.open stringa_conn
					
					set rs = cn.execute(SQL)
					if rs.eof and rs.bof then
						%>
                        <p><%=session("00051")%></p>
                        <%
					else
						%>
						<table width="100%" border="0" cellspacing="0" cellpadding="0" class="testo_tabella">
                          <tr> 
                            <td><p><strong><%=session("00044")%></strong></p>
                              <p>&nbsp;</p></td>
                            <td><p><strong><%=session("00052")%></strong></p>
                              <p>&nbsp;</p></td>
                          </tr>
						  <%
						  do until rs.eof
							prezzo = simbolo & " " & formatnumber(cdbl(rs("prezzo_minimo"))*cdbl(session("cambio")),2)
						  	%>
                          <tr valign="top"> 
                            <td height="20"><a href="stanze.asp?a=d&i=<%=rs("id_hotel")%>" title="<%=rs("provincia")%> -> <%=prezzo%>"><%=rs("provincia")%></a></td>
								
                            <td height="20"><a href="stanze.asp?a=d&i=<%=rs("id_hotel")%>" title="<%=rs("provincia")%> -> <%=prezzo%>"><%=prezzo%></a></td>
						  </tr>
							 <%
							 rs.movenext
						  loop
						  %>
                        </table>
						<%
					end if
					rs.close
					set rs = nothing
					cn.close
					set cn = nothing
					%>
					</td>
					  <td width="252" valign="top">
					  <%
					  'recupero le offerte speciali
					  set cn = server.CreateObject("ADODB.connection")
					  cn.open stringa_conn
					  if tipo_db = "MSSQL" then
						  SQL = "SELECT TOP 5 offerte.id, offerte.id_hotel, offerte_lingua.nome, offerte_lingua.descrizione FROM offerte INNER JOIN offerte_lingua ON offerte.id=offerte_lingua.id_offerta " & _
								"INNER JOIN hotel ON offerte.id_hotel=hotel.id WHERE offerte_lingua.descrizione <> '' AND offerte.valido_al > '" & dataSQL(date) & "' AND offerte_lingua.id_lingua=" & id_lingua & " AND hotel.attivo=1 ORDER BY NEWID()"
					  else
						  SQL = "SELECT offerte.id, offerte.id_hotel, offerte_lingua.nome, offerte_lingua.descrizione FROM offerte INNER JOIN offerte_lingua ON offerte.id=offerte_lingua.id_offerta " & _
								"INNER JOIN hotel ON offerte.id_hotel=hotel.id WHERE offerte_lingua.descrizione <> '' AND offerte.valido_al > '" & dataSQL(date) & "' AND offerte_lingua.id_lingua=" & id_lingua & " AND hotel.attivo=1 ORDER BY RAND() LIMIT 5"
					  end if
					  set rs = cn.execute(SQL)
					  if rs.eof and rs.bof then
					  	response.Write("<p>Presto qui tutte le ultime offerte</p>")
					  else
					  	do until rs.eof
							%>
							<div style="border-bottom: 2px dotted #FFFFFF;">
							<p>
							<strong><%=rs("nome")%></strong><br>
							<%=left(removetags(rs("descrizione")),100)%>...<br>
							<a href="offerte.asp?i=<%=rs("id_hotel")%>&ido=<%=rs("id")%>" title="<%=session("00069")%>" style="font-style: italic;color: #990000;"><%=session("00069")%></a>
							</p>
							<p>&nbsp;</p>
							</div>
							<%
							rs.movenext
						loop
					  end if
					  rs.close
					  set rs = nothing
					  cn.close
					  set cn = nothing					  
					  %>
					  </td>
				  </tr>
				</table>
				<p><strong><font color="#000066">
<!-- /Boldchat Live Chat Button HTML v1.10 -->
 				&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></strong> </p>
				</div>
				<div class="body_footer_box"></div>
			</div>
<!--#include file="right.asp" -->
		  </div>
		  </td>
	  </tr>
	  <tr>
		<td>
<!--#include file="footer.asp" -->
		</td>
	  </tr>
	</table>
	</td>
  </tr>
</table>
<%=tag_al_body%>
<!-- BEGIN HumanTag Monitor. DO NOT MOVE! MUST BE PLACED JUST BEFORE THE /BODY TAG --><script language='javascript' src='http://server.iad.liveperson.net/hc/30466167/x.js?cmd=file&file=chatScript3&site=30466167&&category=en;woman;5'> </script><!-- END HumanTag Monitor. DO NOT MOVE! MUST BE PLACED JUST BEFORE THE /BODY TAG -->
</body>
</html>

Anon7 - 2021