Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Chat Program for 8.00.100

Asked Modified Viewed 3,204 times
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
asked
Senior Member

Does anyone know of a chat program or is someone working on a chat program for 8.00.100?

Thanks
Gene
0 replies

34 posts

D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

Wait one day for it. Currently I am on holyday, so cannot give you a link.
1 reply
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

Attached is the infusion I made. I have it running under 8.0.70. There is an admin link infused, but not code programmed for it yet. It needs some CSS adustment, and I think add an option to remove old chats from the database / and / or display only messages send after some time.

Usage is: post message to message table, every logged in user can read the messages.
douwe_yntema attached the following file:
fusion_tschat_panel.zip [No information available / 64 Downloads]
0 replies
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

Thanks douwe; I'll take a look at it and see what I can do. smile

UPDATE: Well so far I have not been able to get it to infuse or even show up in infusions. Still working on it though.
Edited by Grimloch on 11-08-2022 17:28,
0 replies
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

Well I got it infused finally but had to manually build the db table. Enabling the panel gives me this: very strange... it stretches out all the right side panels and it doesn't work.
Edited by Grimloch on 12-08-2022 07:28,
Grimloch attached the following image:
Image not found
1 reply
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

OK here's my results:
@douwe
I really can't do anything with this my friend; not only did the table not infuse and I had to build it manually, the send function does not work for me. So then I inserted the first record manually in the table and it still won't work for sending and recording a message post. I'm using 8.00.80 but I don't think that should matter. Are you actually using this on your site? Does it work for you?
0 replies
K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 94 threads in the forums
  • Answered 1 question
answered
Senior Member

the program is incomplete.
 echo "<script type='text/javascript' src='".INFUSIONS."fusion_tschat_panel/includes/scripts/jquery-1.11.0.min.js'></script>";

file accesses in chat.js file are wrong
it creates the database for me.
looks like the picture above :(
but the idea is good
Edited by karrak on 12-08-2022 16:22,
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

Program is complete as far as I can see. On my site it is working, the issue with the panels Grimloch described is CSS issue.
You need Ajax/Jquery enabled on your site to get it working.
Otherwise you indeed will not see any messages. The program (jquery) polls the database every xx-sec and shows the messages
1 reply
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

Hey guys I have installed a Live Chat System and it seems to work great. The only thing is I don't know if it can be converted to an infusion. I don't think so but I will try. In the meantime go to my website and check it out. Right now it's a custom page that uses an iframe. Here is the url. Click the Live Chat link on the left:

https://rogue.grimswebdesign.us/
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

Looks good Grimloch. Downloadable from your site?

Gene
1 reply
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

OK here you go Gene. I think I covered everything in the quickly assembled ReadMe if not just ask on here.
https://whisperwillow.net/stuff/FreeL...veChat.zip

Well I did forget something in the readme. Don't forget to edit the 'dbconnect.php' file with your db parameters.
Edited by Grimloch on 15-08-2022 16:56,
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

Got it, thanks Grimloch...loads of work Tuesday now :-)

Gene
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

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?
1 reply
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

Now I got a db issue.....
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

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.
0 replies
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

I found another open source chat program and will work on it to see what the possibilities are. It's multi-user.
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

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
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

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.
2 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

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
1 reply
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

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.
1 reply
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

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 17:26,
0 replies

Statistics

  • Views 0 views
  • Posts 34 posts
  • Votes 0 votes
  • Topic users 6 members

6 participants

A
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
K
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 94 threads in the forums
  • Answered 1 question
G
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
D
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
E
E
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 14 threads in the forums
D
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet