Ferdinand: magic_quotes_gpc ausschalten bei Strato.

Hi,

hat jemand eine Idee, ob man bei den Premium-Paketen von Strato mit PHP-Funktionalität magic_quotes_gpc auf "off" setzen kann,
z.B. über einen Eintrag in einer .htaccess o.ä.

Danke für Eure Hilfe
Gruss

Ferdinand

  1. Hi Ferdinand,

    hat jemand eine Idee, ob man bei den Premium-Paketen von Strato mit PHP-Funktionalität magic_quotes_gpc auf "off" setzen kann,
    z.B. über einen Eintrag in einer .htaccess o.ä.

    AFAIK bindet Strato PHP als CGI ein, da wirst Du mit .htaccess wenig machen können. Wenn PHP als Modul eingebunden wäre, dann ja...

    Vor kurzdem haben wir einen Workaround diskutiert: http://forum.de.selfhtml.org/archiv/2002/10/26331/

    Grüße,

    Christian

  2. Hallo!

    hat jemand eine Idee, ob man bei den Premium-Paketen von Strato mit PHP-Funktionalität magic_quotes_gpc auf "off" setzen kann,

    siehe http://www.php.net/manual/de/function.set-magic-quotes-runtime.php

    Grüße
    Andreas

    1. Hallo Andreas,

      hat jemand eine Idee, ob man bei den Premium-Paketen von Strato mit PHP-Funktionalität magic_quotes_gpc auf "off" setzen kann,
      siehe http://www.php.net/manual/de/function.set-magic-quotes-runtime.php

      O weh! Das Gerücht um set_magic_quotes_runtime kursiert ja schon eine ganze Weile. Zitat von o.g. Seite (in den Notizen):

      <quote>
      The answer to your worries is pretty simple:

      magic_quotes_runtime is not the same as magic_quotes_gpc.

      magic_quotes_gpc can't be turned off using set_magic_quotes_runtime, because it's not the same parameter.
      </quote>

      magic_quotes_gpc kann man nur mit einem Workaround bei der CGI-Version ausschalten, es sei denn, man darf auf die php.ini zugreifen.

      Grüße,

      Christian

      1. Hi Ihr beiden,

        danke für Eure postings. ich glaube ich komme trotzdem
        weiter mit stripslash...

        Gruss

        Ferdinand

        Hallo Andreas,

        hat jemand eine Idee, ob man bei den Premium-Paketen von Strato mit PHP-Funktionalität magic_quotes_gpc auf "off" setzen kann,
        siehe http://www.php.net/manual/de/function.set-magic-quotes-runtime.php

        O weh! Das Gerücht um set_magic_quotes_runtime kursiert ja schon eine ganze Weile. Zitat von o.g. Seite (in den Notizen):

        <quote>
        The answer to your worries is pretty simple:

        magic_quotes_runtime is not the same as magic_quotes_gpc.

        magic_quotes_gpc can't be turned off using set_magic_quotes_runtime, because it's not the same parameter.
        </quote>

        magic_quotes_gpc kann man nur mit einem Workaround bei der CGI-Version ausschalten, es sei denn, man darf auf die php.ini zugreifen.

        Grüße,

        Christian