14.01.2011, 16:28
Ich habe eine Datei, siehe Attachment, falls bei euch eine Fehlermeldung kommt mit dieser Meldung: (square7.ch, blaced.net)
verzeichnisvonftp/forum/ordner1/class_core.php
Wenn die Datei einen Fehler hat dann liegt das an diesem Problem:
verzeichnisvonftp/forum/ordner1/class_core.php
Wenn die Datei einen Fehler hat dann liegt das an diesem Problem:
Zitat:
}
// Determine Magic Quotes Status (< PHP 6.0)
if(version_compare(PHP_VERSION, '6.0', '<'))
{
if(get_magic_quotes_gpc())
{
$this->magicquotes = 1;
$this->strip_slashes_array($_POST);
$this->strip_slashes_array($_GET);
$this->strip_slashes_array($_COOKIE);
}
@set_magic_quotes_runtime(0);
@ini_set("magic_quotes_gpc", 0);
@ini_set("magic_quotes_runtime", 0);
}
// Determine Magic Quotes Status (< PHP 6.0)
if(version_compare(PHP_VERSION, '6.0', '<'))
{
if(get_magic_quotes_gpc())
{
$this->magicquotes = 1;
$this->strip_slashes_array($_POST);
$this->strip_slashes_array($_GET);
$this->strip_slashes_array($_COOKIE);
}
@set_magic_quotes_runtime(0);
@ini_set("magic_quotes_gpc", 0);
@ini_set("magic_quotes_runtime", 0);
}
Magic Quotes sind bei square7.ch falsch eingestellt!
Hoffe ich habe euch helfen können.
[Link: Registrierung erforderlich]
(Irgendwie kann ich keine Attachment hochladen, hab von mein Forum genommen, falls das kein Probs ist.. )