mChat

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
User avatar
bbtestman
Registered User
Posts: 7
Joined: Wed Sep 09, 2009 11:03 pm

Re: mChat

Post by bbtestman »

bbtestman wrote:Who has solved the problem with mchat AND internet explorer 7 en 8 ?
Because with opera and firefox members are displayed in the box and with IE7 OR IE8 not.
It seems theren are many problems with IE7 and IE8.
I refer to http://blogs.msdn.com/ie/archive/2008/0 ... teie7.aspx
Therefore I have searched this solution has been implemented. It is !
In styles\yourstyle\template\mchatbody.html is stated at line 6
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
So it should consider using IE8 like IE7, it doesn't do the job.
Trying
<meta http-equiv="X-UA-Compatible" content="4" />
So it should consider using IE8 or IE7 like IE5 or 6, it doesn't do the job either.
I suspect the codelines in other php's are not well interpreted in IE7 or IE8.
So when THE PHP-lines will be leaded and ended with
<?php
phplines
?>
it should be interpreted well. Before making this complicated editing, I will like to know your opinion about this.

Furthermore the problem with quiting mchat when clicking on the minichat-button. I have resolved this by purging the internetcache of the browser IE8 and Firefox.
Now the chat will not logg off.
In Firefox all works well as it should be my choice. Firefox rocks :mrgreen:
See also http://www.phpbb.com/community/viewtopi ... #p11042035
  • No display of mchat when not logged in
    No display of mchat when logged in, but like the members-link there is a miniChat-link
    When using the miniChat-link, you enter in the exclusively page with miniChat and still be logged on.
TheMorpheus2000
Registered User
Posts: 13
Joined: Sat Jul 11, 2009 12:18 am

Re: mChat

Post by TheMorpheus2000 »

seducerx wrote:I don't understand this part of the installation process

Under DIY Instructions:

1. Start the installation for database (only founder can run the mode): ./mchat.php?mode=install&code=7g4sgO62AN6MVMa

^ what does this mean? How do I do this? How do I start the installation for database? I'm a founder so I can run this mode, but I don't know how. Thanks in advance for the help.

--------------------------------- and also this part ------------------------------

3. Open file mchat.php and replace the secret code on your!

^ What do I replace the secret code with? What does it mean when it says "replace the secret code on your!" What does your! mean?
Hi Comm,

i don't know if this has been answered yet. i got mchat to work, but i still would like to know how this works...

Also i would be interessted in the aspect of security. how does mchat access my database - when i try to protect mchat.php via .htaccess - like the config.php file - it won't work anymore

is this "code" which is written into the mchat.php ONLY for install and deinstalling the mchat programm? could it do other harm to my DB ?

thanks for any information on this ...

cheers
morph
User avatar
Praetorian Guard
Registered User
Posts: 789
Joined: Wed Oct 07, 2009 12:42 am

Re: mChat

Post by Praetorian Guard »

I did the mChat mod and had to replace the overall_header file as it would not load. replaced it with stock and made the mChat mods. Now for some reason when I go to my forums home page in the browser it says "untitled document". How do I get it to say the name of my forum????



Also, I followed the install for the mChat mod, haven't tried it out yet, but I don't like it in the header. How to I reverse what I did, what do I need to remove, and how do I move it to the footer???? Thanks!!


Oh, also mini chat is showing up when I am a guest. How do I get it to show for ONLY PRIVATE MEMBERS, which is a new group I made for those in private boards. I do not want guests or even registered users to view it. Thanks!!!
User avatar
RebelChapter4x4
Registered User
Posts: 40
Joined: Sun May 03, 2009 1:17 am

Re: mChat

Post by RebelChapter4x4 »

Thanks for the info and link for the new version....MATT
Last edited by RebelChapter4x4 on Sun Oct 25, 2009 5:55 pm, edited 1 time in total.
User avatar
bbtestman
Registered User
Posts: 7
Joined: Wed Sep 09, 2009 11:03 pm

Re: mChat

Post by bbtestman »

At http://www.phpbb.com/community/viewtopi ... &t=1758615

I found a new version of mChat version 1.3.0
In this thread it seems one not know of the new mChat, looking at the dates';)
Does this version solves all problems encountered with mChat 1.26 ?
If so, I change the version.
Thanks all for your support.
TheMorpheus2000
Registered User
Posts: 13
Joined: Sat Jul 11, 2009 12:18 am

Re: mChat

Post by TheMorpheus2000 »

Its written with: Modification Version: 1.2.15

And yes, it should be newer, and better. I didn't test it yet, will do within the next days...

cheers
morph
Welsh-80
Registered User
Posts: 232
Joined: Wed Jun 24, 2009 6:06 pm

Re: mChat

Post by Welsh-80 »

Where do i upload it to

and which files do i upload

Why are there never any instructions with mods, its like you have to be psychic :oops:
User avatar
OttoSV
Registered User
Posts: 5
Joined: Thu Jul 16, 2009 5:51 am
Location: El Salvador - Central America

Re: mChat

Post by OttoSV »

Is there a real answer to use the chat as shoutbox??

I read that I had to put the code <!-- INCLUDE mchat_body.html -->
into overall_header.html, I did but I get the next error....

Code: Select all

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 8883 bytes) in /home/urbanxcc/public_html/phpBB3/includes/functions_template.php on line 103
Do I have to remove this line on index_body.html? to make it work on overall_header?

Could someone please help me?

PS: What I want, is to have mChat as a shoutbox, to appear on every page my users visit. I used before Ajax Chat but couldn't make it work with ProSilver templates.
I'm sorry if my english is hard to understand, it is not my native language. :)
User avatar
muggins
Registered User
Posts: 1183
Joined: Fri Feb 22, 2008 5:12 pm
Location: Texas
Name: Donovan

Re: mChat

Post by muggins »

Do you realize that including the mChat on every page will increase the load on your server a great deal?

AJAX chat is much friendlier, but requires some edits to your board that you may have missed. I'm using both: mChat as a shoutbox, and BlueImp's mod as a full-blown chatroom.

If you're unfamiliar with editing the base code there are some very good how-tos here, but it sounds like your host's memory limitations on your account may be the beast you're trying to slay.

How many mods do you use already? Post a link to your board, please?
Muggins
User avatar
OttoSV
Registered User
Posts: 5
Joined: Thu Jul 16, 2009 5:51 am
Location: El Salvador - Central America

Re: mChat

Post by OttoSV »

Do you think putting mChat on all pages can increase the server load? more than ajax chat? Why is that?


I have a few mods, I can't even remember :lol:
The link is http://urbanxcc.com/

The mods I can tell right now:
-Prime Links
-Prime Cuote (Even though it doesn't work 100%)
-I believe my portal (Portal XL) has integrated a few more.

Check the forum and let me know. I don't know if it will be a problem the fact that I don't let access guests, but let me know if you find out something.

Thanks in advance :mrgreen:
I'm sorry if my english is hard to understand, it is not my native language. :)
JohnBoyZA
Registered User
Posts: 43
Joined: Sat May 02, 2009 4:11 pm

Re: mChat

Post by JohnBoyZA »

Please help! What does this step mean? :oops:

1. Start the installation for database (only founder can run the mode): ./mchat.php?mode=install&code=7g4sgO62AN6MVMa
JohnBoyZA
Registered User
Posts: 43
Joined: Sat May 02, 2009 4:11 pm

Re: mChat

Post by JohnBoyZA »

Ah, OK, found it ... THANX :oops:
User avatar
waxxie
Registered User
Posts: 119
Joined: Fri Oct 16, 2009 5:21 pm

Change notification sound?

Post by waxxie »

Is there a way to change the notification sound?
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: Change notification sound?

Post by stokerpiller »

waxxie wrote:Is there a way to change the notification sound?
Yes, find another swf sound file and upload it to the mchat folder.
I am done with phpBB
vqt
Registered User
Posts: 16
Joined: Mon Oct 26, 2009 4:40 pm

Re: mChat

Post by vqt »

I have some problems when I installed this mod.
SQL ERROR [ mysqli ]

Table 't-pro.phpbb_mchat' doesn't exist [1146]

SQL

SELECT * FROM phpbb_mchat ORDER BY message_id DESC LIMIT 10

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/db/mysqli.php
LINE: 205
CALL: dbal_mysqli->sql_query()

FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysqli->_sql_query_limit()

FILE: mchat.php
LINE: 532
CALL: dbal->sql_query_limit()
how can I fix this it?

Return to “[3.0.x] MOD Database Releases”