Thread subject: Official Home of the PHPFusion CMS :: Chat Program for 8.00.100

Posted by daimonbok1 on 16-08-2022 18:25
#1

Man, that was easy to setup...BUT seeing as its a "Support Chat" do you know if users can chat with each other or is it between admin and one user at a time?

Posted by daimonbok1 on 16-08-2022 18:26
#2

Now I got a db issue.....

Posted by Grimloch on 16-08-2022 19:44
#3

[quote name=daimonbok1 post=211578]@daimonbok1 - Man, that was easy to setup...BUT seeing as its a "Support Chat" do you know if users can chat with each other or is it between admin and one user at a time?[/quote]
(1) Sorry; yes it is a Support Chat only. Admin (operator) and 1 user at a time. I realize that it's not exactly what you wanted.
(2) What kind of db issue do you see?

Posted by daimonbok1 on 16-08-2022 20:12
#4

Had to change the database name, that db name was already in use on the mysql server I use. Imay have screwed up somewhere in the files.

I had one, still can't get it to work. Grochat 0.4 I get a binding error but I like the numerous rooms I can have, the other chat software will work fine outside of fusion but only gives me a single room that I can see.

If you want 'em to try and convert to fusion, let me know.

Posted by Grimloch on 16-08-2022 20:56
#5

I found another open source chat program and will work on it to see what the possibilities are. It's multi-user.

Posted by daimonbok1 on 17-08-2022 01:08
#6

Neat, I'll also list the links to the two I downloaded...

http://www.frackemall.com/papatriots/...iots/chat/
This one is a single room only, easy to setup and run...

http://www.frackemall.com/papatriots/...s/grochat/
This is text file based but multi-chat room

Posted by afoster on 17-08-2022 03:12
#7

I have installed the chat program onto my site on a shared webhost running php version 5.6.39 and keep getting this error message.

ERROR: Cannot bind session !

Can you tell me how to fix it? I have set the permissions for chat.txt and chatHistory.txt to 755 if that makes any difference. Thanks for your help.

Posted by douwe_yntema on 17-08-2022 08:46
#8

The problem to use of an existing chat programs with PF is to keep the users database in sync.

Especially when the encryption protocol for the passwords are different

Posted by Grimloch on 17-08-2022 14:44
#9

In post#28 where I said I had found another one, I don't think it's fit for your purposes dude! It's huge and very complicated almost as much as a CMS. Incredible amount of configuration options that are not common. But if you want to check it out anyway here is the url:
https://mibew.org

But I did find another non-db one that I will check out and let you know.

Posted by daimonbok1 on 17-08-2022 16:12
#10

[quote name=afoster post=211584]@afoster - I have installed the chat program onto my site on a shared webhost running php version 5.6.39 and keep getting this error message.

ERROR: Cannot bind session !

Can you tell me how to fix it? I have set the permissions for chat.txt and chatHistory.txt to 755 if that makes any difference. Thanks for your help.[/quote]

That's my problem also afoster, it worked fine under 5.6 now I get that error.

Posted by daimonbok1 on 17-08-2022 16:13
#11

[quote name=douwe_yntema post=211585]@douwe_yntema - The problem to use of an existing chat programs with PF is to keep the users database in sync.

Especially when the encryption protocol for the passwords are different[/quote]

douwe, that's why I use ones that don't have a signup....and set them for members only.

Posted by daimonbok1 on 17-08-2022 16:20
#12

[quote name=Grimloch post=211586]@Grimloch - In post#28 where I said I had found another one, I don't think it's fit for your purposes dude! It's huge and very complicated almost as much as a CMS. Incredible amount of configuration options that are not common. But if you want to check it out anyway here is the url:
https://mibew.org

One on One chat....

But I did find another non-db one that I will check out and let you know.[/quote]

This is much better :-) let me know what you thought of the ones I told you about.

Posted by daimonbok1 on 17-08-2022 17:02
#13

[quote name=afoster post=211584]@afoster - I have installed the chat program onto my site on a shared webhost running php version 5.6.39 and keep getting this error message.

ERROR: Cannot bind session !

Can you tell me how to fix it? I have set the permissions for chat.txt and chatHistory.txt to 755 if that makes any difference. Thanks for your help.[/quote]

It must be something in the way it was written, it's using php 4.0 code.....

Posted by Grimloch on 17-08-2022 18:23
#14

OK... I have so much code in my head from looking at so many different chat apps that I feel like my head will explode. I'm gonna have to lay off this for a while but I will get back to it. I have one that really looks promising but there is a lot of backend configurations to do. I'll give you the url if you want to take a look yourself.
http://www.phpfreechat.net/documentat...tion/start
Click the link below for a full blown demo:
http://www.phpfreechat.net/src/1.0/

Edited by Grimloch on 17-08-2022 18:26

Posted by daimonbok1 on 17-08-2022 20:03
#15

It may be easier to go with GroChat and make that work with Fusion. When your up to it again that is.....

Posted by afoster on 17-08-2022 23:35
#16

Have to figure out how to fix that error message in GroChat because as it is, nothing gets posted.

Posted by Grimloch on 18-08-2022 00:52
#17

Fred. If you have the GroChat script please send it to me.

Posted by daimonbok1 on 18-08-2022 14:24
#18

[quote name=Grimloch post=211594]@Grimloch - Fred. If you have the GroChat script please send it to me.[/quote]

Grimloch, look in your PM area for the link...

Gene

Posted by Grimloch on 18-08-2022 15:43
#19

@daimonbok1
Thanks for the link but my friend Fred already sent me the zip.
I'm afraid I have some bad news. After trying to run this script(s) and examinng all the error logs I'm getting, this code is just too old and would require an almost complete re-write. That is sometning that unfortunately, is beyond my capabilities. I tried several things such as re-doing the 'class' part in chat.php and can't even get that to work. I'm pretty good at modifying someone elses code to do what I want it to do as long as it's fairly new stuff but this is beyond me as like I said, it requires an almost complete re-write.
Sorry man; this is a hill I just can't climb.

Posted by daimonbok1 on 18-08-2022 16:40
#20

[quote name=Grimloch post=211596]@Grimloch - @daimonbok1
Thanks for the link but my friend Fred already sent me the zip.
I'm afraid I have some bad news. After trying to run this script(s) and examinng all the error logs I'm getting, this code is just too old and would require an almost complete re-write. That is sometning that unfortunately, is beyond my capabilities. I tried several things such as re-doing the 'class' part in chat.php and can't even get that to work. I'm pretty good at modifying someone elses code to do what I want it to do as long as it's fairly new stuff but this is beyond me as like I said, it requires an almost complete re-write.
Sorry man; this is a hill I just can't climb.[/quote]

No problem...was a thought as it ran well under early php 5....

Sooner of later, something will work...

Gene