[ABD] cBB Chat 1.0.1

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
John45
Registered User
Posts: 199
Joined: Sat Jun 08, 2013 2:54 am

Re: [RC] cBB Chat 1.0.1

Post by John45 »

Kamahl19 wrote:Has anyone else this bug? http://s13.postimg.org/rexj1gg5j/fgh.jpg
Yes, everyone has the same problem. -.-

I need this fixed asap, my users are getting angry. I might uninstall this and install mChat.

@CaniDev Thanks for making this mod and I hope you can find time in your busy life to clean up the bugs. ;)
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

Re: [RC] cBB Chat 1.0.1

Post by canidev »

John45 wrote:
Kamahl19 wrote:Has anyone else this bug? http://s13.postimg.org/rexj1gg5j/fgh.jpg
Yes, everyone has the same problem. -.-

I need this fixed asap, my users are getting angry. I might uninstall this and install mChat.

@CaniDev Thanks for making this mod and I hope you can find time in your busy life to clean up the bugs. ;)
I need to test the chat in your forum to see the problem. Please, open the chat for guest or give me an user and password to test.
John45
Registered User
Posts: 199
Joined: Sat Jun 08, 2013 2:54 am

Re: [RC] cBB Chat 1.0.1

Post by John45 »

canidev wrote:
John45 wrote:
Kamahl19 wrote:Has anyone else this bug? http://s13.postimg.org/rexj1gg5j/fgh.jpg
Yes, everyone has the same problem. -.-

I need this fixed asap, my users are getting angry. I might uninstall this and install mChat.

@CaniDev Thanks for making this mod and I hope you can find time in your busy life to clean up the bugs. ;)
I need to test the chat in your forum to see the problem. Please, open the chat for guest or give me an user and password to test.
The same problem occurs with your demo board too.

Just login through the demo account. Make sure your connected to the shoutbox, open two tabs in your browser of the same page. Logout from your account using the default phpbb logout method and then the error should pop-up.
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

Re: [RC] cBB Chat 1.0.1

Post by canidev »

Ok. Try with this:

1. Open /chat/includes/functions_chat.php
2. Find:

Code: Select all

if($this->enabled && isset($_POST['icajx']))
3. Replace with:

Code: Select all

if(!empty($_POST['icajx']))
John45
Registered User
Posts: 199
Joined: Sat Jun 08, 2013 2:54 am

Re: [RC] cBB Chat 1.0.1

Post by John45 »

canidev wrote:Ok. Try with this:

1. Open /chat/includes/functions_chat.php
2. Find:

Code: Select all

if($this->enabled && isset($_POST['icajx']))
3. Replace with:

Code: Select all

if(!empty($_POST['icajx']))
Thanks for the help. Tried it and it works. Problem seems to be fixed. ;)

UPDATE: After modification the delete button for the static rules doesn't do anything.
Last edited by John45 on Fri Dec 26, 2014 4:19 am, edited 1 time in total.
John45
Registered User
Posts: 199
Joined: Sat Jun 08, 2013 2:54 am

Re: [RC] cBB Chat 1.0.1

Post by John45 »

Sorry, double post. :(
robbyswe
Registered User
Posts: 2
Joined: Mon Dec 29, 2014 10:23 pm

Re: [RC] cBB Chat 1.0.1

Post by robbyswe »

I installed this successfully with AutoMod in 3.0.10 and i only get a 403 Permission Denied error when trying to enter the Chat page. And the chat doesn't appear at all for me when i add it to the index page.

Any ideas what's wrong? I couldn't find anyone else having this problem.
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

Re: [RC] cBB Chat 1.0.1

Post by canidev »

John45 wrote:
canidev wrote:Ok. Try with this:

1. Open /chat/includes/functions_chat.php
2. Find:

Code: Select all

if($this->enabled && isset($_POST['icajx']))
3. Replace with:

Code: Select all

if(!empty($_POST['icajx']))
Thanks for the help. Tried it and it works. Problem seems to be fixed. ;)

UPDATE: After modification the delete button for the static rules doesn't do anything.
Try with this:
Change:

Code: Select all

if(!empty($_POST['icajx']))
To:

Code: Select all

if(!defined('ADMIN_START') && !empty($_POST['icajx']))
robbyswe wrote:I installed this successfully with AutoMod in 3.0.10 and i only get a 403 Permission Denied error when trying to enter the Chat page. And the chat doesn't appear at all for me when i add it to the index page.

Any ideas what's wrong? I couldn't find anyone else having this problem.
This may be due to bad configuration in the .htaccess file. Please, check it.

Another thing that can happen is that your hosting does not support chats and block it. (It usually happens in free hostings)
John45
Registered User
Posts: 199
Joined: Sat Jun 08, 2013 2:54 am

Re: [RC] cBB Chat 1.0.1

Post by John45 »

canidev wrote:
John45 wrote:
canidev wrote:Ok. Try with this:

1. Open /chat/includes/functions_chat.php
2. Find:

Code: Select all

if($this->enabled && isset($_POST['icajx']))
3. Replace with:

Code: Select all

if(!empty($_POST['icajx']))
Thanks for the help. Tried it and it works. Problem seems to be fixed. ;)

UPDATE: After modification the delete button for the static rules doesn't do anything.
Try with this:
Change:

Code: Select all

if(!empty($_POST['icajx']))
To:

Code: Select all

if(!defined('ADMIN_START') && !empty($_POST['icajx']))
I'll try this, but one of my users noticed that the archive does not properly format on mobile devices. I hope you can help me solve this second issue. -- thanks

SIDE NOTE: How can I remove the character limit for the static announcement cause it won't let me put all of my html code in it.

The provided value for the setting “Announcement” is too long. The maximum acceptable length is 255.

UPDATE: It works -- no problems --- this could be a permanent fix. :lol:
User avatar
Kamahl19
Registered User
Posts: 1598
Joined: Tue Nov 06, 2007 3:33 pm
Location: Slovakia
Name: Martin
Contact:

Re: [RC] cBB Chat 1.0.1

Post by Kamahl19 »

I applied both changes but there still is that white alert box.
mxandios
Registered User
Posts: 14
Joined: Sun Oct 19, 2014 11:27 am

Re: [RC] cBB Chat 1.0.1

Post by mxandios »

i am using CbbChat mod when i acess the chat page it become a blacnk page and with this text

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 130968 bytes) in /home2/lebron/public_html/includes/acm/acm_file.php on line 178

i have no ideal help pls
John45
Registered User
Posts: 199
Joined: Sat Jun 08, 2013 2:54 am

Re: [RC] cBB Chat 1.0.1

Post by John45 »

Kamahl19 wrote:I applied both changes but there still is that white alert box.
Picture please, what's inside the box? ;)
User avatar
Kamahl19
Registered User
Posts: 1598
Joined: Tue Nov 06, 2007 3:33 pm
Location: Slovakia
Name: Martin
Contact:

Re: [RC] cBB Chat 1.0.1

Post by Kamahl19 »

I posted it before - Image
5hocK
Registered User
Posts: 3139
Joined: Wed Nov 23, 2011 7:00 pm
Location: UK

Re: [RC] cBB Chat 1.0.1

Post by 5hocK »

mxandios wrote:i am using CbbChat mod when i acess the chat page it become a blacnk page and with this text

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 130968 bytes) in /home2/lebron/public_html/includes/acm/acm_file.php on line 178

i have no ideal help pls
Did it ever work or is the error recent? If it worked before then you could speak to your host as chat Mods use alot of server resources - You might be using all allowed memory.
perhan
Registered User
Posts: 1
Joined: Thu Jan 08, 2015 4:00 pm

Re: [RC] cBB Chat 1.0.1

Post by perhan »

First of all, THANK YOU for the best shoutbox for phpbb.

I have a problem, the shoutbox works great when using prosilver theme, but when using my default theme its not there, the chat is gone.

Im using http://demo.phpbb3styles.net/Absolution

How can i make the chat show on this theme to? Please help me. (If someone is want to help my I can pay)
Locked

Return to “[3.0.x] Abandoned MODs”