JumpBox for phpBB Discussion

Discussion and feedback about the JumpBox for phpBB

mysql database information needed for phpBB JumpBox

I just came across the cookie settings in phpBB. I don't know if they are uniquely generated so its probably best to check your own installation. They can be found in the "Admin Control Panel" on the "General" tab under "Cookie Settings" on the left.

Austin

mysql database information needed for phpBB JumpBox

Hi,
That is an interesting plugin, I hadn't seen that before. The PhpBB JumpBox database settings are accessible on the command line (over SSH if you have enabled it) here:

cat /var/www/phpbb/config.php

The root mysql database password is available in the debian-sysmaint file:

sudo cat /etc/mysql/debian.cnf

I am not sure about the cookies. They are probably what ever the defaults would be for phpBB 3.0. Actually, you can look at your browser to get the cookie information I believe. Where it displays cookies.

Austin

mysql database information needed for phpBB JumpBox

in order to enable JFusion (http://www.jfusion.org/) on Joomla JumpBox the following information would be needed from the phpBB.
These have been set in the installation phase of the phpBB. Should this be the same as the installation password set to JumpBox?
Otherwise there does not seem to be any settings or info visible in the web administration (atleast not for public users).

Details needed for JFusion:
Database Type (ie mysql):
Database Host:
Database Name:
Database Username:
Database Password:
Table Prefix:
Full URL to Integrated Software:
Cookie Path:
Cookie Prefix:
Cookie Domain:
Allow Auto Login Cookie:

Currently there is also an issue with locations in the configuration since my host for phpBB is on a different server than the host for Joomla&JFusion.
But since I'm missing the mysql passwords I can not do anything about it.