Das funktioniert alles, aber immer noch die gleiche Fehlermeldung...Bei mir sieht das alles so aus:
<?php
#############################################################################
# SUPERMAILER SUBSCRIBE/UNSUBSCRIBE SCRIPT #
# Double-Opt-In #
# Copyright © 2001 - 2008 Mirko Boeer #
#
http://www.supermailer.de/ #
# #
# Dieses Script kann kostenlos eingesetzt werden, jedoch muss dieser Header #
# im Script enthalten bleiben! #
# This script can be used for free. The header must be contained in script! #
# #
# Systemvoraussetzungen: PHP 4 und Windows/Unix #
# 05.01.2008 #
#############################################################################
error_reporting(0);
# Geben Sie die E-Mail-Adresse Ihres POP3/IMAP Postfachs an
# Enter the email address of your POP3/IMAP inbox
$Recipient=\"
post@mail-gvt.de\";
# Geben Sie die Seite an, die angezeigt werden soll, wenn eine ANmeldung erfolgte
# und an den neuen Abonnenten die E-Mail zur Bestätigung gesendet wurde
# Angabe mit http://
# Enter the page that should be shown if a recipient wants to subscribe to your recipients list
# and the confirmation is be sent.
# With http://
$ConfirmationMailSendOKPage=\"
http://www.good-vibrations-theater.de/s ... anuell.htm\";
# Geben Sie die Seite an, die angezeigt werden soll, wenn eine ANmeldung erfolgte
# Angabe mit http://
# Enter the page that should be shown if a recipient will bei added to your recipients list
# With http://
$SubscribeOKPage=\"
http://www.good-vibrations-theater.de/s ... tigung.htm\";
# Geben Sie die Seite an, die angezeigt werden soll, wenn eine ABmeldung erfolgte
# Angabe mit http://
# Enter the page that should be shown of a recipients will be removed from you recipients list
# With http://
$UnsubscribeOKPage=\"
http://www.good-vibrations-theater.de/s ... eldung.htm\";
# Geben Sie die Seite an, die angezeigt werden soll, wenn die E-Mail-Adresse aeusserlich nicht korrekt ist = Fehlerseite
# Angabe mit http://
# Enter the page that should be shown if an error ocurrs = email address not correct
# With http://
$ErrorPage=\"
http://www.good-vibrations-theater.de/s ... /error.htm\";
# Geben Sie die Seite an, die angezeigt werden soll, wenn die Änderung der Daten ausgeführt worden ist
# Angabe mit http://
# Enter the page that should be shown if the user has edited the informations
# With http://
$EditOKPage=\"\";
# Geben Sie den Betreff der Bestaetigungs-E-Mail an
# Enter the subject of confirmation email
$EMailSubject=\"Ihre Anmeldung zu unserem Newsletter\";
# Geben Sie die Datei mit dem Text für die Bestaetigungs-E-Mail an, die der neue Abonnent
# geschickt bekommt. Dies muss eine Textdatei sein, kein HTML!
# Beachten Sie, der E-Mail-Text muss den Platzhalter [BESTAETIGUNGSLINK] enthalten, damit der
# Abonnent in der E-Mail auch den Link für die Aufnahme in den Newsletter anklicken kann.
# Angabe mit http://
# Specify a plain text file that should be send as confirmation email. The text must contain
# the text [CONFIRMATIONLINK]. The text will be replaced with the cofirmation link.
# With http://
$EMailText=\"
http://www.good-vibrations-theater.de/s ... gsmail.txt\";
# Bei der Script-Generierung wird dieser Schluessel anhand des Datums/Uhrzeit erstellt,
# der Schluessel kann manuell geaendert werden, darf jedoch NIE leer sein.
# The key will be created with help of date/time of script creation. You can change the key
# but ist should never be empty.
$CryptKey=\"\";
Ist da noch irgendwo ein Fehler drin?
Gruß, Michael