Ok, I have just spent about 7 hours straight searching and sifting through the threads on this forum for some answers. All I have found are People who have managed to do it or people who haven't, but nobody seems to be offering any sort of insight as to how its done. So please don't redirect me to some other forum/thread, I've seen them all, and they were no help. However if I did miss one please post it
and why its relevant.
My Problem is this: I want to integrate my CPG and IPB, I got it all setup (following directions from various places) and it works to the point of when i click the login link on CPG's main page it does indeed send me to IBP's login page, then I login and am back in the IPB forum, that is fine I don't mind having to put a link to get back to the gallery. The problem is no matter how I get back to gallery (redirect link, direct link, or typing manually) I am not logged-in in the gallery like I am supposed to be.
I don't know PHP, so I can't (even though I tried) look through the code and find what the problem is myself. Someone please help me :( (in this thread, please please don't redirect me to another thread)
You can easily make an account in my forums if you need to see what I mean...
My IPB forums are
http://chaggy2.no-ip.info:5080/forumsMy CPG gallery is
http://chaggy2.no-ip.info:5080/asylumgalleryConfig info:MySQL info:
I have both using the same table in MySQL "
forum"
CPG uses the prefix: "
cgp11d_" (
I upgraded to 1.2.1 today however)
IPF uses the prefix: "
ibf_"
CPG info:I uncommented the proper line in "
Include/init.inc.php"
This is my editable portion "
bridge/invisionboard.inc.php"
// ------------------------------------------------------------------------- //
// ------------------------------------------------------------------------- //
// Modify the values below according to your Board installation
// ------------------------------------------------------------------------- //
// database configuration
define('IB_DB_NAME', 'forum'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'cutout'); // The username to use to connect to the database
define('IB_DB_PASSWORD', 'cutout'); // The password to use to connect to the database
// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/forums/');
// ------------------------------------------------------------------------- //
// You can keep the default values below if your installation is standard
// ------------------------------------------------------------------------- //
// The prefix for the Invision Board cookies
define('IB_COOKIE_PREFIX', 'asylum'); // The prefix used for board cookies
// Prefix and names for the database tables
define('IB_TABLE_PREFIX', 'ibf_'); // The prefix used for the DB tables
define('IB_USER_TABLE', 'members'); // The members table
define('IB_SESSION_TABLE', 'sessions'); // The sessions table
define('IB_GROUP_TABLE', 'groups'); // The groups table
// Group definitions (default values used by the board)
define('IB_VALIDATING_GROUP', 1);
define('IB_GUEST_GROUP', 2);
define('IB_MEMBERS_GROUP', 3);
define('IB_ADMIN_GROUP', 4);
define('IB_BANNED_GROUP', 5);
// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //
IPB config info:cookie domain: "
chaggy2.no-ip.info"
cookie name prefix: "
asylum"
cookie path: "
/forums/"
I think thats all thats relevant please ask if more is needed.
Thank you all ahead of time for any help, I appreciate it alot :)
-chaggydawg