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? Link to comment https://forums.phpfreaks.com/topic/109523-solved-integrate-phpfree-chat-with-db_esession/ Share on other sites More sharing options...
MiCR0 Posted June 10, 2008 Author Share Posted June 10, 2008 Worked it out Link to comment https://forums.phpfreaks.com/topic/109523-solved-integrate-phpfree-chat-with-db_esession/#findComment-561807 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.