Hallo, ich hoffe ich bin im richtigen Forum, denn ich habe ein massives Problem:
Mein Weblog unter Gordo's Weblog war älter, ich habe also auf WP 2.7 updated und danach kamen nur noch Fehlermeldungen, weil eine Dateigrößenbeschränkung vorhanden ist. Also habe wieder die alte Datenbank installiert (die vorherige gelöscht) und meine vorherigen Daten per FTP hochgeladen - jetzt sieht man zwar die Startseite, aber über jeder Seite, Weblog oder Back-Office steht am Anfang ein Code-Müll:
.'?subject='.$gb_website_name.'%20Backup%20Email%20[Submit Variable Mismatch]">'.$gb_email_address.'</a>, to circumvent Variable Mismatch.</p>'."\n");
inc_spam_count();
// Holy smokes, looks like all's cool and we can send the message
} else {
$gb_content = "Hello $gb_contact_name,\n\nYou are being contacted via $gb_website_name by $gbname. $gbname has provided the following information so you may contact them:\n\n Email: $email $cc_notify2\n Phone: $phone\n Website: $url\n Reason: $reason\n\nMessage:\n $message\n\n\n--------------------------\nOther Data and Information:\n IP Address: $ip\n Time Stamp: $ltd\n Referrer: $hr\n Host: $hst\n User Agent: $ua\n Resolve IP Whois: http://www.arin.net/whois/\n\n";
$gb_ccmail = "Hello $gbname,\n\nThis is a copy of the email you sent to $gb_website_name. If appropriate to your message, you should receive a response quickly. You successfully sent the following information:\n\n Email: $email $cc_notify3\n Phone: $phone\n Website: $url\n Reason: $reason\n\nMessage:\n $message\n\n\n--------------------------\nOther Data and Information:\n Time Stamp: $ltd\n\n";
// Remove tags and slashes from content-including header then trim it again
$gb_content = stripslashes(strip_tags(trim($gb_content)));
$gb_ccmail = stripslashes(strip_tags(trim($gb_ccmail)));
// The mail function helps, let's send this stuff
mail("$gb_email_address", "[$gb_website_name] Contact from $gbname", $gb_content, $gb_email_header);
if($gb_cc !== "") {
mail("$gb_cc", "[Copy] Email sent to $gb_website_name", $gb_ccmail, $gb_email_header);
Alles anzeigen
So, da ich schon ein bisschen Erfahrung habe, ich also das Plugin umbenannt, immernoch. Den Plugin-Ordner gelöscht, immernoch da. Ich habe durch alle erdenklichen Header-Dateien geklickt, ich finde nichts, was diesen Code aufrufen könnte, vor allem, dass der Code angezeigt und nicht ausgeführt wird O.o
Kann mir da bitte irgendjemand helfen? :confused:
Bin mittlerweile total verzweifelt...