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?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.