hallo
jep das lese ich grad, habe mich jetzt mal bei Funpic registriert, vielleicht gehts da leichter
ok habe jetzt bei funpic nen acc, dort hochgeladen, dann die Installation
1. Mit dem Browser auf dem Webspace in das oben erstellte Verzeichnis wechseln.
2. Automatische Weiterleitung nach ./install/index.php erfolgt.
da kann ich wenigstens die installation "starten" aber es kommt nur eine Seite voll:
Code: Alles auswählen
true, '_GET' => true, '_POST' => true, '_COOKIE' => true, '_REQUEST' => true, '_SERVER' => true, '_SESSION' => true, '_ENV' => true, '_FILES' => true, 'phpEx' => true, 'phpbb_root_path' => true ); // Not only will array_merge and array_keys give a warning if // a parameter is not an array, array_merge will actually fail. // So we check if _SESSION has been initialised. if (!isset($_SESSION) || !is_array($_SESSION)) { $_SESSION = array(); } // Merge all into one extremely huge array; unset this later $input = array_merge( array_keys($_GET), array_keys($_POST), array_keys($_COOKIE), array_keys($_SERVER), array_keys($_SESSION), array_keys($_ENV), array_keys($_FILES) ); foreach ($input as $varname) { if (isset($not_unset[$varname])) { // Hacking attempt. No point in continuing unless it's a COOKIE if ($varname !== 'GLOBALS' || isset($_GET['GLOBALS']) || isset($_POST['GLOBALS']) || isset($_SERVER['GLOBALS']) || isset($_SESSION['GLOBALS']) || isset($_ENV['GLOBALS']) || isset($_FILES['GLOBALS'])) { exit; } else { $cookie = &$_COOKIE; while (isset($cookie['GLOBALS'])) { foreach
tschüss
ok hat sich soeben erledigt, komischerweise startet nun die installation
danke und tschüss
edit:
ok jetzt kann ich mich bei der installation nicht einwählen. Muss man bei Funpic ne Datenbank erstellen?
Access denied for user 'XY'@'%' to database 'AB'
Es wurden keine Tabellen in der Datenbank gefunden. steht bei funpic phpMyAdmin
danke schon mal
tschüss