
Beim 2ten Versuch wird folgendes angezeigt (ein Auszug davon - in Wirklichkeit sind´s viele Seiten die so weitergehen):
array( "LABEL" => "MySQL 3.x", "SCHEMA" => "mysql", "DELIM" => ";", "DELIM_BASIC" => ";", "COMMENTS" => "remove_remarks" ), "mysql4" => array( "LABEL" => "MySQL 4.x", "SCHEMA" => "mysql", "DELIM" => ";", "DELIM_BASIC" => ";", "COMMENTS" => "remove_remarks" ), "postgres" => array( "LABEL" => "PostgreSQL 7.x", "SCHEMA" => "postgres", "DELIM" => ";", "DELIM_BASIC" => ";", "COMMENTS" => "remove_comments" ), "mssql" => array( "LABEL" => "MS SQL Server 7/2000", "SCHEMA" => "mssql", "DELIM" => "GO", "DELIM_BASIC" => ";", "COMMENTS" => "remove_comments" ), "msaccess" => array( "LABEL" => "MS Access [ ODBC ]", "SCHEMA" => "", "DELIM" => "", "DELIM_BASIC" => ";", "COMMENTS" => "" ), "mssql-odbc" => array( "LABEL" => "MS SQL Server [ ODBC ]", "SCHEMA" => "mssql", "DELIM" => "GO", "DELIM_BASIC" => ";", "COMMENTS" => "remove_comments" ) ); // // drop table schema // $sql_array = array(); $sql_array['drop_schema'][] = "DROP TABLE phpbb_auth_access"; $sql_array['drop_schema'][] = "DROP TABLE phpbb_banlist"; $sql_array['drop_schema'][] = "DROP TABLE phpbb_categories"; $sql_array['drop_schema'][] = "DROP TABLE phpbb_config"; $sql_array['drop_schema'][] = "DROP TABLE phpbb_disallow"; $sql_array['drop_schema'][] = "DROP TABLE phpbb_forum_prune"; $sql_array['drop_schema'][] = "DROP TABLE phpbb_forums"; $sql_array......................
Also hier passiert anscheinend was - aber leider nicht das Richtige! Der Space ist von Domainbox.de und sollte eigentlich alles Erforderliche unterstützen..... Mit der "Search-Funktion" hier kam ich leider auch nicht weiter und hier gefundene Anleitungen habe ich alle beachtet. Weiters habe ich es auch mit *.php3 versucht......
Momentan bin ich etwas ratlos, da ich nicht weiss, ob es an mir oder am Provider liegt.....