Jump to content

[SOLVED] integrate PHPfree chat with Db_esession


MiCR0

Recommended Posts

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.