# variabili che possono essere cambiate # Allowed files (if thoose strings are founded then allowed to search) $allowed_names=Array(".htm",".txt",".php",".asp"); # Disallowed files (if thoose strings are founded then disallowed to search) $disallowed_names=Array("index.php","config.php","search.php","~"); # Selection of result description $desc_header=""; $desc_footer=""; # Page separator $search_separator=" :: "; # Style of numbers. This is "1)" style. $interface_all="%1) "; # Real location, for example: "www/sources.fatal.ru/html/" at UNIX, # and "C:\\jid\\mysite" at Windows. Case sensitive! $pwd=pathinfo($SCRIPT_FILENAME); $real_loc=$pwd['dirname']."/"; # Table colors $color0="#E4EBEF"; $color1="#F0F0F0"; $color2="#D0D0D0"; # This is unique string. Whis string needs to some tags clearing... $explodestring="**^!separate!^**"; # Location of start directory "." - current $start_search="."; # Results per page $pages=20; # ****************************> HEADER <********************************* function place_header() { global $query, $lang_search, $lang_pagetitle, $lang_noquery, $lang_usingand, $lang_usingor; ?>
Servizio di ricerca nel sito per dare la possibilitą agli utenti di poter individuare le informazioni che cercano sui motori di ricerca, come indicizzare il proprio sito e posizionarlo in testa ai motori di ricerca, al top. 
Nel sito motori di ricerca offriamo la possibilitą di effettuare una ricerca nel sito per trovare quei documenti e notizie che sono di vostro interesse.
Formulate una domanda specifica e verificate la presenza di uno o pił documenti che vi verranno restituiti dall'interrogazione. in caso non fosse presente l'informazioni di cui andata alla ricerca inviateci una richiesta specifica sfruttando uno dei link offerti in questa pagina. In alternativa potete contattarci anche telefonicamente per avere ulteriori informazioni:
SJA/sa/SIN/web-ranking.it
} # english # $lang_pagetitle = "Search results for \"%1\""; # $lang_noquery = "Query string is not specifed."; # $lang_usingand = "Unsing \"and\""; # $lang_usingor = "Unsing \"or\""; # $lang_search = "Search"; # $lang_goto = "GoTo"; # $lang_wasfound = "There was found %1 file(s)."; # $lang_nofiles = "There are no files found. Try another query string."; # italian $lang_pagetitle = "Risultati della ricerca per \"%1\""; $lang_noquery = "Inserire almeno una parola chiave per la ricerca."; $lang_usingand = "Usare \"and\" (tutte le parole)"; $lang_usingor = "Usare \"or\" (almeno una parola)"; $lang_search = "Cerca"; $lang_goto = "Vai"; $lang_wasfound = "Sono stati trovati %1 file(s)."; $lang_nofiles = "Non sono stati trovati files; e' possibile provare con altre parole chiave"; ############################################################################ # Is filename suitable? function inlist($f) { global $allowed_names, $disallowed_names; $n=0; for ($i=0; $i
"; } else { echo " "; } # Place Footer place_footer(); ?> |