ich hoffe ihr könnt helfen.
ich bin nämlich ein n00b auf dem gebiet...

nach der insallation mit EM sollte ich noch eine datei ausführen:
Code: Alles auswählen
root/phpBB2/admin/mods/MOD_UploadPic_1_3_2/install/install_uploadpic.php
ich kopier mal ein teil des quelltextes von der install_uploadpic.php Zeile 1-56):Warning: main(../extension.inc) [function.main]: failed to open stream: No such file or directory in /usr/export/www/hosting/mindfuck/intern/phpBB2/admin/mods/MOD_UploadPic_1_3_2/install/install_uploadpic.php on line 26
Warning: main() [function.include]: Failed opening '../extension.inc' for inclusion (include_path='.:') in /usr/export/www/hosting/mindfuck/intern/phpBB2/admin/mods/MOD_UploadPic_1_3_2/install/install_uploadpic.php on line 26
Warning: main(../common.) [function.main]: failed to open stream: No such file or directory in /usr/export/www/hosting/mindfuck/intern/phpBB2/admin/mods/MOD_UploadPic_1_3_2/install/install_uploadpic.php on line 27
Warning: main() [function.include]: Failed opening '../common.' for inclusion (include_path='.:') in /usr/export/www/hosting/mindfuck/intern/phpBB2/admin/mods/MOD_UploadPic_1_3_2/install/install_uploadpic.php on line 27
Fatal error: Unsupported operand types in /usr/export/www/hosting/mindfuck/intern/phpBB2/admin/mods/MOD_UploadPic_1_3_2/install/install_uploadpic.php on line 55
Code: Alles auswählen
<?php
/*******************************************
* UploadPic *
* --------- *
* *
* date : 08/2005 - 04/2006 *
* (C)/author : B.Funke *
* URL : http://forum.beehave.de *
* *
********************************************/
/**
* @package SQL Parser
* @script install/db_update.php
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU General Public License
*
* - Notes:
* - This script can only be run by board administrators.
* - First, a confirmation panel will show all SQL statements.
* - Your database will only be updated once the confirmation panel has been confirmed.
*/
define('IN_PHPBB', true);
$phpbb_root_path = '../';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$gen_simple_header = true;
//
// Language entries used in this script.
//
if ($board_config['default_lang'] == "german")
{
$lang += array(
'Update_confirm' => 'Dieses Skript wird die Datenbank mit den unten aufgeführten SQL-Statements aktualisieren.<br /><br />Vor dem Ausführen sollte ein Backup der Datenbank angefertigt werden!<hr /><table><tr><td><pre>%s</pre></td></tr></table><hr />Klicke <i>Ja</i> um fortzufahren oder <i>Nein</i>, um zum Forum-Index zurückzukehren.<br /><br /><strong>Hinweis:</strong> Wenn das Forum auf einem Windows-Server läuft, sind u.U. die Schreibberechtigungen für das userpix-Verzeichnis manuell zu setzen.',
'Updating_database' => 'Aktualisiere die Datenbank',
'Installation_complete' => 'Installation komplett',
'Delete_this_file' => 'Bitte lösche das install-Verzeichnis und diese Datei jetzt aus deinem Forum-Verzeichnis.<br /><br />Hinweis: wenn andere Sprachen (außer englisch) installiert werden sollen, muß noch die entsprechende Datei im Verzeichnis "translations" ausgeführt werden !',
'Successful' => 'erfolgreich',
'DirCreated' => 'Verzeichnis angelegt',
'DirNotCreated' => 'Verzeichnis konnte nicht angelegt werden'
);
}
else
{
$lang += array(
'Update_confirm' => 'This panel will update your database with the SQL statements detailed below.<br /><br />Remember to make backups of your database before proceeding!<hr /><table><tr><td><pre>%s</pre></td></tr></table><hr />Click <i>Yes</i> to proceed or <i>No</i> to return to your board index.<br /><br /><strong>Hint:</strong> If your forum is running a a Windows-server, you may have to set the write-permissions for the userpix-directory manually.',
'Updating_database' => 'Updating the Database',
'Installation_complete' => 'Installation Complete',
'Delete_this_file' => 'Please, be sure to delete your install directory and this file from your phpBB installation now.<br /><br />Note: if you need to install other languages (than english), you will have to execute the corresponding file in the "translations"-directory !',
'Successful' => 'Successful',
'DirCreated' => 'directory created',
'DirNotCreated' => 'directory could not be created'
);
}
ich hoffe ihr könnt mir helfen!! büdde!!
