Hallo, Gast!
AnmeldenRegistrieren

Angehänge Datein Hintergrund ändern
#11
Also es wurde oben folgender Code angezeigt:

Zitat:Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /users/antigrav/www/cs2dmapping/forum/inc/class_core.php on line 169
 
#12
Dann hast du irgendeine Klammer o.ä. übersehen... Die Änderung an sich ist korrekt.
 
#13
Also das was ich ersetzt habe sieht so aus:

PHP-Code:
// Determine Magic Quotes Status (< PHP 5.3)
           
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); 
        
            }
        
        } 
 
#14
Das entspricht nicht dem von mir geposteten Code. Da ist mindestens eine Klammer am Ende zu viel.
 
#15
Ok habe jetzt daraus:

PHP-Code:
// Determine Magic Quotes Status (< PHP 5.3)
           
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); 

Gemacht.

Das Forum wird wieder angezeigt. DOCH:

Schrift ist größer und kein Angehängte Datein Feld da!

Sehe selbst:http://antigrav.bplaced.net/cs2dmapping/forum/showthread.php?tid=2&pid=3#pid3
 
#16
Das veränderte Template musst du noch zurücksetzen.
 
#17
Das gleiche wie am Anfang
 


Möglicherweise verwandte Themen…
Hintergrund Bild Hintergrund css
Letzter Beitrag: 31.07.2008, 10:59