Exception: mysql_connect() [http://www.php.net/manual/function.mysql-connect.php]: Host '127.0.0.3' hat keine Berechtigung, sich mit diesem MySQL-Server zu verbinden
In: /home/tljbgwbp/stable/content/captcha/captcha.php Line: 17

document->getElementById('markt'); $option = $select->appendChild(new DOMElement('option')); $option->appendChild(new DOMText('')); $option = $select->appendChild(new DOMElement('option')); $option->appendChild(new DOMText('Neukunde')); foreach ($list->data as $markt) { if ($markt['country'] != 'de') continue; if ($markt['valid'] != 'y') continue; $option = $select->appendChild(new DOMElement('option')); $option->appendChild(new DOMText($markt['name'])); if (isset($post['markt']) && $post['markt'] == $option->nodeValue) { $this->mailto = $markt['email']; } } foreach ($select->childNodes as $option) { if (isset($post['markt']) && $post['markt'] == $option->nodeValue) { $option->setAttribute('selected', 'selected'); } } } public function run() { $this->filList(); $post = RQ::requestPostParam(); if (isset ($post['send_x'])) { $this->validateForm(); } else { $this->newForm(); } } private function validateForm() { $error = false; $post = RQ::requestPostParam(); $f = array ( 'email', 'subject', 'markt' ); foreach ($f as $i) { if (isset($post[$i]) && $post[$i] != '') { $e = $this->document->getElementById("fehler_$i"); if ($e) { $e->parentNode->removeChild($e); } $e = $this->document->getElementById("$i"); $e->setAttribute('value', $post[$i]); } else { $error = true; } } if (isset($post['captcha']) &&isset($post['capid'])) { if (!captcha::validate($post['capid'], $post['captcha'])) { $error = true; } else { $e = $this->document->getElementById("fehler_captcha"); if ($e) $e->parentNode->removeChild($e); } } $i = 'message'; if (isset($post[$i]) && $post[$i] != '') { $e = $this->document->getElementById("fehler_$i"); if ($e) { $e->parentNode->removeChild($e); } $e = $this->document->getElementById("$i"); $e->appendChild(new DOMText($post[$i])); } else { $error = true; } if ($error) { $e = $this->document->getElementById("danke"); if ($e) { $e->parentNode->removeChild($e); } } else { $e = $this->document->getElementById("form"); if ($e) { $e->parentNode->removeChild($e); } $this->writeEntry(); } } private function newForm() { $f = array ('danke', 'fehler_email', 'fehler_subject', 'fehler_message', 'fehler_markt', 'fehler_captcha' ); foreach ($f as $i) { $e = $this->document->getElementById("$i"); if ($e) { $e->parentNode->removeChild($e); } } } private function writeEntry() { $post = RQ::requestPostParam(); $f = array ( 'name', 'vorname', 'email', 'subject', 'markt', 'message' ); $connection = mysql_connect(self::server, self::user, self::pass); mysql_select_db(self::db, $connection); mysql_query("SET NAMES 'utf8'", $connection); mysql_query("SET CHARACTER SET 'utf8'", $connection); $str = "INSERT INTO gaestebuch (id, name, vorname, email, subject, message, markt, timestamp, country) VALUES (NULL , '%name', '%vorname', '%email', '%subject', '%message', '%markt', CURRENT_TIMESTAMP, 'DE')"; foreach ($f as $i) { $val = $post[$i]; $val = addslashes($val); $str = str_replace("%$i", $val, $str); } mail("anja.meissel@equiva.com ,thorsten@zweizunull.com, marcus@zweizunull.com, andreas.decker@equiva.com, Weinforth@reitsportmarkt-gmbh.de", "Gästebucheintrag: " . $_REQUEST["subject"], $_REQUEST["email"], $_REQUEST["message"]); $result = mysql_query($str, $connection); mysql_close($connection); } private function test() { $connection = mysql_connect(self::server, self::user, self::pass); mysql_select_db(self::db, $connection); mysql_query("SET NAMES 'utf8'", $connection); mysql_query("SET CHARACTER SET 'utf8'", $connection); $str = "INSERT INTO gaestebuch (id, name, vorname, email, subject, message, markt, timestamp) VALUES (NULL , '%name', '%vorname', '%email', '%subject', '%message', '%markt', CURRENT_TIMESTAMP)"; $result = mysql_query($str, $connection); mysql_close($connection); } } ?>
Exception: Dynamic class write_guestbook not found!
In: /home/tljbgwbp/stable/content/gaestebuch/schreiben/index.html Line: 214

EQUIVA - Reiten erleben | Gästebuch
equiva Startseite equiva Startseite equiva Katalog equiva Katalog equiva Startseite equiva Katalog equiva Katalog
Gästebuch
pix_white.png
EQUIVA ONLINE
Gästebuch
Gästebuch

 

 

VORNAME
NAME

Bitte gib Deine E-Mail Adresse an.

E-MAIL

Bitte gib einen Betreff an.

BETREFF

Bitte gib eine Nachricht ein.

NACHRICHT

Bitte wähle einen Markt oder „Neukunde”

ICH BIN KUNDE IM MARKT IN

Bitte gib den Sicherheitscode ein.

SICHERHEITSCODE
BITTE DEN CODE ABTIPPEN



Vielen Dank

Deine Nachricht wurde an EQUIVA Übermittelt

Equiva - Reiten erleben