|
|
|
|
|
|
// Enter your email address here
$adminaddress = $globalcfg['global']['email_office'];
// Enter the address of your website here MUST include http://www.
$siteaddress ="http://".$globalcfg['global']['site_url'];
// Enter your company name or site name here
$sitename = $globalcfg['global']['site_url'];
// Enter your page title here
$ptitle = $globalcfg['global']['site_url'];
// Unless you know better I advise that you don't touch anything below here!
// Don't touch this it grabs the date and time from your server
$date = date("m/d/Y H:i:s");
$vers = "KAPCON - Mailparser Vers. 1.2";
if ($_SERVER['REMOTE_ADDR'] == "") {
$ip = "no ip ";
$hostname = 'unbekannter HOST';
}
else {
$ip = $_SERVER['REMOTE_ADDR'];
$hostname = getHostByAddr($_SERVER['REMOTE_ADDR']);
};
$useragent = $_SERVER['HTTP_USER_AGENT'];
$kontakt_site_titel = $globalcfg['global']['site_titel'];
IF ($_POST['action']=="") { include($sm_aktuellesmodul_dir.'formular.htm'); };
?>
|
|
|
|
|
|
|