News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

NChat - No SQL Save BW shoutbox

Started by nvcnvn, April 13, 2011, 11:30:28 AM

Previous topic - Next topic

beanflying

Quote from: DjBearocks on December 06, 2011, 09:21:27 PM
thanks for the response, I hope that someone is working on a chat box that will work

Before condemning the product which has been working very nicely for a lot of us you might like to take a look at what problems YOU may have with either your server/host or SMF install. Seems to me a lot of issues with nchat have been server/host and or bandwidth issues so maybe time to start paying for hosting or looking elsewhere?

Some of the last posts apart from being smoke and fog from OMGPeace make no sense at all to me and others.
Owner of many many shiny toys.

HunterP

Quote from: beanflying on December 10, 2011, 05:01:14 AM
Some of the last posts apart from being smoke and fog from OMGPeace make no sense at all to me and others.

Sorry? I see lot of complaints about the index.php error. Do all these complaints make no sense? As far as I know, my SMF install is ok, having no problems with other functions or modifications and my forum is running on a dedicated server. Also, I'm trying to get a bit closer to this problem, as I seem to be the first to report a "405 Method not allowed" error.

Someone is asking for a 'working' chatbox, well, there ARE alternatives, but I think this one fits best on my forum. I'm trying to place it on all pages, but first I have to make it collapsable, and the refresh has to work.

BigMike

This looks like a nice chat box (I am looking for something simple).

Quick question: For a large board (we have 1 million posts serving 1.5 million page views a month), how will this compare to a AJAX powered or database driven chat box? Bandwidth is never an issue as we have unlimited bandwidth on a dedicated server.

Thanks
Mike

dantg

Hello!

I have same problem with:
The ./nchat/index.php is now unavailable! Please contact admin forum about this issue

all what was written here hxxp:thismod.com/community/index.php?topic=3.0#post_faq1 [nonactive] was done but nothing helped

maybe the clue is that problem was noticed at IE and Opera, at FF is all okay

HunterP


I got it working

Try and rename all occurences of "last.html" to "last.php". THis should occur twice, in NChatBoardIndex.php and NChatHandle.php.
Thanks to my hoster :)

dantg

I did that also few minutes ago and problem still occurs.

hardyb1963

I have installed Nchat  and made the permission changes as the FAQ section directs.  I still get the The error "./nchat/index.php is now unavailable! Please contact admin forum about this issue!"

AEKGoblin

#287
Can not get Nchat to work, I suspect it has to do with the following that I get when I click on the Mute List Manager.

Not sure what else to do, have installed and reinstalled three times, all permissions in the CMod have been set.

QuoteNotice: Undefined index: custom_tab_label_default in /....../Sources/Subs.php on line 3909

Notice: Undefined index: cb_default_2 in /......./Sources/Subs.php on line 3943

Notice: Undefined index: cb_default_3 in /......../Sources/Subs.php on line 3970

Notice: Undefined index: cb_default_4 in /........./Sources/Subs.php on line 3997

Notice: Undefined index: cb_default_5 in /......../Sources/Subs.php on line 4024

Notice: Undefined index: cb_default_6 in /........./Sources/Subs.php on line 4051

Get Pumped Saltwater

Quote from: hardyb1963 on January 03, 2012, 01:47:05 AM
I have installed Nchat  and made the permission changes as the FAQ section directs.  I still get the The error "./nchat/index.php is now unavailable! Please contact admin forum about this issue!"

I had the same issue... But, I had a major crash on my forum, witch made me have to use my backup files to re boot the whole thing... I don't know what happened, but when it came back up. My files are all 0644 except my sounds file which is 0755... For once its finally is working!! with out the "The error "./nchat/index.php is now unavailable! Please contact admin forum about this issue!"

Now, I don't know if something in the files changed.. but, I'm not playing with it anymore!!

hardyb1963

Quote from: Get Pumped Saltwater on January 03, 2012, 06:11:54 PM
Quote from: hardyb1963 on January 03, 2012, 01:47:05 AM
I have installed Nchat  and made the permission changes as the FAQ section directs.  I still get the The error "./nchat/index.php is now unavailable! Please contact admin forum about this issue!"

I had the same issue... But, I had a major crash on my forum, witch made me have to use my backup files to re boot the whole thing... I don't know what happened, but when it came back up. My files are all 0644 except my sounds file which is 0755... For once its finally is working!! with out the "The error "./nchat/index.php is now unavailable! Please contact admin forum about this issue!"

Now, I don't know if something in the files changed.. but, I'm not playing with it anymore!!


I tried your changes and no help.  I noticed an earlier thread that suggested changing all incidences of "last.html" to "last.php".  They suggested changing the occurrences in NChatBoardIndex.php (1 occurrence) and NChat Handle.php (1occurence).  That didn't help either.  I noticed that in the NChat directory there was a file named "last.html".  I changed it to "last.php" also and now it works!!!  Thanks for responding!!!

wiecher

#290
When i ban a user for a couple of minutes i get this     javascript:nchat_mute(nchat_small_mess[2])

wiecher

Quote from: nvcnvn on September 07, 2011, 09:00:13 PM
Quote from: hotwheels on September 07, 2011, 05:28:12 PM
I am using simpleportal 2.3.3 and would like to have this on the portal page as well. I have tried several different way's of adding a block to my site, but i cannot get it to work on my portal page. Has anyone come up with the code required to place this on simpleportal?

I have selected php block and added this:
require_once($boarddir."./NChat/NChatBoardIndex.php");
But all i get is a black box with the name of my chat box...........any help would be greatly appreciated. thanks
Can you insert HTML code in to your block? If yes...here

Create a file, let say name embed.php and but it in NChat folder

<?php
//NChat by ThidMod.com
require_once('../SSI.php');
require_once(
'NChatBoardIndex.php')
?>


After that insert an html code:

<iframe src="your-domain.com/forum/NChat/embed.php"></iframe>

I am using simpleportal 2.3.4 and that don`t work for me  :( :( :(

Birdhouse919

When i installed it, all of this poped up...

/* NChat by ThisMod.com */ $txt['nchat_name'] = 'NChat Shoutbox'; $txt['nchat_chatbox'] = 'Chat Box'; $txt['nchat_save'] = 'Save'; $txt['nchat_clean'] = 'Clean All'; $txt['nchat_blod'] = 'B'; $txt['nchat_italic'] = 'I'; $txt['nchat_underline'] = 'U'; $txt['nchat_default_color'] = 'Default color'; $txt['nchat_red'] = 'Red'; $txt['nchat_teal'] = 'Teal'; $txt['nchat_blue'] = 'Blue'; $txt['nchat_green'] = 'Green'; $txt['nchat_brown'] = 'Brown'; $txt['nchat_orange'] = 'Orange'; $txt['nchat_admin_mess'] = 'Admin Message'; $txt['nchat_order'] = 'Order'; $txt['nchat_order_first'] = 'First line on top'; $txt['nchat_order_last'] = 'Last line on top'; $txt['nchat_sound'] = 'Enable Sound
Work only with `First line n top`.'; $txt['nchat_disable_sound'] = 'Disable Sound'; $txt['nchat_enable_sound'] = 'Enable Sound'; $txt['nchat_censor'] = 'Censored Words'; $txt['nchat_disable_censor'] = 'Disable Censored Words'; $txt['nchat_enable_censor'] = 'Enable Censored Words'; $txt['nchat_smile'] = 'Smlies Option'; $txt['nchat_disable_smileys'] = 'Disable Smiles'; $txt['nchat_smf_smileys'] = 'SMF Smiles'; $txt['nchat_ym_smileys'] = 'Yahoo Smiles'; $txt['nchat_add_smileys'] = 'Add Smiles'; $txt['nchat_more_smileys'] = 'More...'; $txt['nchat_auto_link'] = 'Auto-link'; $txt['nchat_disable_auto_link'] = 'Disable Auto-link'; $txt['nchat_enable_auto_link'] = 'Enable Auto-link'; $txt['nchat_disable_consensor'] = 'Disable Censored Words'; $txt['nchat_enable_consensor'] = 'Enable Censored Words'; $txt['nchat_time'] = 'Reload time
in miliseconds'; $txt['nchat_line'] = 'Number of message'; $txt['nchat_lenght'] = 'Lenght of Message'; $txt['nchat_text'] = 'Default text color'; $txt['nchat_background'] = 'Default background color'; $txt['nchat_time_format'] = 'Time format'; $txt['nchat_mute_list'] = 'Mute List Manager'; $txt['nchat_add_mute'] = 'Mute this user (in minutes)'; $txt['nchat_remove_mute'] = 'Remove'; $txt['nchat_be_muted'] = '%s - was muted by %s from now to %s.'; $txt['nchat_so_fast'] = 'Slow down! You type so fast!!'; $txt['nchat_empty_mess'] = 'Empty message!'; $txt['nchat_index_unavailable'] = 'The ./nchat/index.php is now unavailable! Please contact admin forum about this issue!'; //nchat permission area $txt['permissiongroup_simple_nchat'] = 'NChat PLay around with the chat box.'; $txt['permissionname_nchat_mute'] = 'Mute a member from chat.'; $txt['permissionhelp_nchat_mute'] = 'Mute a member fro chat, but you cannot mute the Admin.'; $txt['cannot_nchat_mute'] = 'Sorry, but you can\'t mute any member!.'; $txt['permissionname_nchat_delete'] = 'Delete a chat message.'; $txt['permissionhelp_nchat_delete'] = 'Delete the message in the chat box.'; $txt['cannot_nchat_delete'] = 'Sorry, but you can\'t delete the chat content.'; $txt['permissionname_nchat_write'] = 'Write something and chat.'; $txt['permissionhelp_nchat_write'] = 'Join the chat box and talkative.'; $txt['cannot_nchat_write'] = 'Sorry, but you can\'t write to the chat box.'; $txt['permissionname_nchat_read'] = 'Read the chat content.'; $txt['permissionhelp_nchat_read'] = 'See waht the other shout in our big chat box.'; $txt['cannot_nchat_read'] = 'Sorry, but you can\'t read the chat content.'; /* NChat by ThisMod.com */

Buddymc

I  installed the chat box and also get the :

The ./nchat/index.php is now unavailable! Please contact admin forum about this issue

But when I clean all it goes away and funtions fine.

So think I need to chmod some files. So where did the installer put the files at on my ftp? I can not seem to find anyfiles concerning the chat box. Maybe they are hidden? I know how to change chmod files manually but do not know how to do it through cpanel.

./NChat/index.php
./NChat/NChatBoardIndex.php
./NChat/NChatHandle.php
./NChat/NChatSetting.php~
./NChat/NChatSmiles.txt

Buddymc

Is there still support for this mod?

I do not have these to files in the list:
./NChat/NChatSetting.php~
./NChat/NChatSmiles.txt
Still have:
./nchat/index.php is now unavailable! Please contact admin forum about this issue


Also can not figure out permissions.

Someone help? please

KAOS Brady

I installed this but only admin can see the shoutbox and I can't figure out why

Buddymc

Quote from: KAOS Brady on January 15, 2012, 10:27:42 AM
I installed this but only admin can see the shoutbox and I can't figure out why

Same here. Must be a permission thing.
Guess there is no more support for this mod so will uninstall and find another.

nvcnvn

Quote from: KAOS Brady on January 15, 2012, 10:27:42 AM
I installed this but only admin can see the shoutbox and I can't figure out why

You should set permission for each group that you want them to see the chat box

RednecK1

Okay so I found a different chat i wanted to use and when i Uninstalled NChat then deleted it when i went to the home page i got this error

Fatal error: require_once() [function.require]: Failed opening required '/home/a2290820/public_html/NChat/NChatBoardIndex.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a2290820/public_html/Sources/Load.php(2159) : eval()'d code on line 20


Advertisement: