aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php51
1 files changed, 51 insertions, 0 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index e69de29bb2..a8a5221ab3 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -0,0 +1,51 @@
+<?php
+
+//
+// phpBB 2.x auto-generated config file
+// Do not change anything in this file!
+//
+
+$dbms = "mysql4";
+$dbhost = "localhost";
+$dbname = "dev_starstreak_net";
+$dbuser = "devhttp";
+$dbpasswd = "efx2KarizonaD";
+
+$dbhost = "localhost";
+$dbname = "phpbb_com";
+$dbuser = "devhttp";
+$dbpasswd = "efx2KarizonaD";
+
+/*
+$dbhost = "localhost";
+$dbname = "phpbb_test";
+$dbuser = "devhttp";
+$dbpasswd = "efx2KarizonaD";
+
+$dbms = "mssql-odbc";
+
+$dbhost = "mssql_phpbb_odbc";
+$dbname = "";
+$dbuser = "phpbb";
+$dbpasswd = "efx2000";
+
+$dbms = "msaccess";
+
+$dbhost = "phpbb_test_msaccess_odbc";
+$dbname = "";
+$dbuser = "devhttp";
+$dbpasswd = "efx2KarizonaD";
+
+$dbms = "mssql";
+
+$dbhost = "localhost";
+$dbname = "phpbb";
+$dbuser = "phpbb";
+$dbpasswd = "efx2000";
+*/
+
+$table_prefix = "phpbb_";
+
+define('PHPBB_INSTALLED', true);
+
+?> \ No newline at end of file