Phpopenchat Integration Phpopenchat Integration
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Phpopenchat Integration

Started by crxman, June 17, 2004, 08:42:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

crxman

A lots of user of my website asked me to have a chatroom to talk together in realtime.

A looked on some website and found this one :

http://www.phpopenchat.de/pocportal/html/index.php

I've DL it and installed it, work really great !!!

I'm actually working on a CPG like theme to march perfectly my gallery but I like to integrate the chat perfectly and avoid my CPG user to register again to chat.

Some mods are availble to integrate this script to phpbb forum but everything is in german ...

Cant anybody help me ? :)

crxman

I've got an other question :

Does anybody why when I modify phpopencaht's templates (.tpl files) with frontpage I get an error ?

Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/blabla/www/blablabla/chat/include/templates/blabla/index.tpl on line 75

??? ??? ???

crxman

Nobody can help me ????

Anyway I decided to install the php bb forum in my website :)

Joachim Müller

don't edit php files with frontpage or any WYSIWYG editor at all, it will definitely break the code. Get a fresh copy and start modifying it from scratch with a simple plain text editor (notepad will do). In fact frontpage sucks. There are better editors (even free ones).

GauGau

crxman

Dear Gau gau thanks a lot for your reply :)

Actually I'm updating all the PHP files with notepad, I only have troubles with tpl files for the template of phpopenchat and bb forum ...

When I simply open and save the file in front page I get an error ...

Joachim Müller

like I said: don't use frontpage at all - it removes stuff it "thinks" it is unnecessary, but apparently the stuff removed is necessary for the template files to work. No further advice can be given except "do not use frontpage".

GauGau

crxman

Anderstand :)

thanks a lot will try to edit with dream weaver :)

Joachim Müller

since you seem to be a newbie with such stuff, my advice is: don't use dreamweaver. Dreamweaver is capable of editing code in plain text mode, but it is very likely that (if you don't know your way around) it will break things as well. I strongly recommend using a plain plain-text-editor for a start untill you feel comfortable with source code editing - use notepad.exe!

GauGau

crxman