Software >> IPB Plugins >> IPB and runCMS Integration
Created by James Blaha, Manish Gupta & filed under runcms, ipb, integration, users, php

IPB and runCMS Integration v1.0

Copyright Manish Gupta (manish@oxavi.com) and James Blaha (james@oxavi.com) 2008

Tags: Invision Power Board, IPB, runCMS, integration, user integration, login

Description

This script allows you to easily integrate your runCMS and Invision Power Board so that people can log into either and be logged into both.

Install

1. Extract the .rar to your runcms root directory (probably /public_html.)

2. Go to ipbwi/ipbsdk_conf.inc.php and edit the board URL and path. User.php and Register.php should overwrite automatically, if not place them to overwrite.

3. Go to your mainfile.php file and add this at the top under the <?php. Change the path to the correct path to that file. This is usually something like /home/NAME/public_html/ipbwi/ipbsdk_class.inc.php.


/* ipb integration */
require_once("/home/YOUR/PATH/TO/ipbwi/ipbsdk_class.inc.php");
$SDK =& new IPBSDK();
if ($_GET['action'] == "logout") {
    $SDK->logout();
    header('location: '.$_SERVER['PHP_SELF']);
}    
/* end ipb integration */

Support

This is the first release. This plug-in is not free to distribute.

There are no comments