MiCR0 Posted June 10, 2008 Share Posted June 10, 2008 I am trying to integrate PHPfree chat into my website http://www.phpfreechat.net/ I have look thought there forums and they have Pfc integrations for 6 CMS systems http://www.phpfreechat.net/forum/ but I can not work out how i would integrate it into my site I am using Db_esession <?php error_reporting (E_ERROR | E_WARNING | E_PARSE); require("db.php"); require("functions.php"); require_once('config.DB_Session.php'); require_once('class.DB_Session.php'); $sess_param['security_level'] = 200; $sess_param['gc_maxlifetime'] = 600; $sess = new DB_Session(&$sess_param); $UserDetails['level']=0; $user = $sess->getSessVar('username'); ?> When i try adding this session to PHPfree chat it just bugs anyone have any idea's? Quote Link to comment Share on other sites More sharing options...
MiCR0 Posted June 10, 2008 Author Share Posted June 10, 2008 Worked it out Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.