Ich bin mir jetzt nicht sicher, ob ich im richtigen Forum gelandet bin, wenn nicht, dann bitte verschieben.
Habe folgendes Problem:
Habe ein htaccess Script von Planethtaccess jedoch bekomme ich eine Fehlermeldung:
Parse error: parse error in /home/hilde/public_html/htaccess/files/tmpl/planethtaccess.php on line 299
Der Code:
Die rote zeile ist Zeile 299if(!isset($set)){
$form_tmpl = join('', file("./files/tmpl/new_user_form.htm"));
if (!isset($secure_dir)) { // keine Löschmöglichkeit
$form_tmpl = preg_replace("=\<\!\-\-.DEL_USER_START.\-\-\>.*\<\!\-\-.DEL_USER_STOP.\-\-\>=siU", "", $form_tmpl);
}
if (isset($secure_dir)) { // Formfeld "securedir" entfernen
$form_tmpl = preg_replace("=\<\!\-\-.CHOOSE_DIR_START.\-\-\>.*\<\!\-\-.CHOOSE_DIR_STOP.\-\-\>=siU", "", $form_tmpl);
$securedir = $secure_dir;
}
if (isset($auth_name)) { // Formfeld "authname" entfernen
$form_tmpl = preg_replace("=\<\!\-\-.CHOOSE_TITLE_START.\-\-\>.*\<\!\-\-.CHOOSE_TITLE_STOP.\-\-\>=siU", "", $form_tmpl);
$authname = $auth_name;
}
Kann mir da jemand helfen?
Wäre echt nett.
Danke