Vielen Dank

Vielen Dank für Ihren Hinweis und dass Sie uns helfen, unsere Linkliste auf dem Laufenden zu halten. Wir werden den Link überprüfen und gegebenenfalls entfernen bzw. korrigieren.

 
"; // ============================================================ // Defiition der Felder // ============================================================ var $fields = array("brokenID"=>"ID"); // ============================================================ // Do not edit! // ============================================================ var $VARS; function contact() { global $_POST, $_GET; $this->VARS = array_merge($_POST,$_GET); if($this->VARS['action'] == 1) { $this->send(); $this->header(); $this->msg($this->msg1); $this->footer(); } else { $this->header(); $this->form(); $this->footer(); } } function header() { global $PHP_SELF; // ============================================================ // Header und Menü // ============================================================ include "config.inc.php"; ?> <? echo $site_doc_titel; ?> >

  
 
fields as $field => $text) { $neueID .= "".$this->VARS[$field].""; } $mail2 .= "\n"; $mail2 .= "Defekter Linkeintrag unter http://fussball.de-vereine.de\n"; $mail2 .= "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n\n"; $mail2 .= "URL: http://fussball.de-vereine.de/admin-bereich/control.php?controlID=".$neueID."\n\n"; $mail2 .= "===========================================================================\n"; $mail2 .= "Vitual Remote Host: $VIRTUAL_REMOTE_HOST\n"; $mail2 .= "Remote Address: $REMOTE_ADDR\n"; $mail2 .= "Remote Browser: $HTTP_USER_AGENT\n"; $mail2 .= "===========================================================================\n"; mail( $this->anemail, $this->betreff, $mail2, "From: ".$this->anname."" ); } // ============================================================ // Mail absenden // ============================================================ function sendmail($to, $from, $replayto = "", $cc = "", $bcc = "", $betreff, $body, $priority = 2, $organization = "") { $sendmail = $this->sendmail; $Priority1[1] = High; $Priority1[2] = Normal; $Priority1[3] = Low; $Priority2[1] = 1; $Priority2[2] = 3; $Priority2[3] = 5; $emailb = "To: $to\n"; $emailb .= "From: $from\n"; if($betreff != "") { $emailb .= "Subject: $betreff\n - {$this->VARS['titel']}"; } if($replayto != "") { $emailb .= "Replay-To: $replayto\n"; } if($organization != "") { $emailb .= "Organization: $organization\n"; } $emailb .= "X-Mailer: MSPHPMailer1.0 (C) BLUE-Webservice.com\n"; $emailb .= "X-Priority: $Priority2[$priority]\n"; $emailb .= "X-MSMail-Priority: $Priority1[$priority]\n"; $emailb .= "$body\n"; } } $contact = new contact(); ?>