Seite 3 von 3

Verfasst: 29.12.2004 21:48
von drimascus
http://www.gigapcservice.de/Diman/phpBB ... ons(3).php

ich habs hochgeladen...
geht immer noch nicht

Verfasst: 29.12.2004 21:51
von Nico Haase
letzter versuch:

Code: Alles auswählen

<?php 
define('IN_PHPBB', true); 
$phpbb_root_path = './'; 
include($phpbb_root_path . 'extension.inc'); 
include($phpbb_root_path . 'common.'.$phpEx); 
$sql = "update " . CONFIG_TABLE . ' set cookie_value = 0 where config_name = 'cookie_secure''; 
if( ($result = $db->sql_query($sql)) ) message_die(GENERAL_ERROR, 'alles okay'); 
else message_die(GENERAL_ERROR, 'Fehler beim Ausführen', '', __LINE__, __FILE__, $sql); 
?>