NChat - No SQL Save BW shoutbox

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

Previous topic - Next topic

Dblog

is there anyway to use this /Nchat in new window(without forums, only chatbox) or popup
when i tried, it had issues with SSI.php as one needs to be logged in or his session sent through forum index page

Adrek

Can't you simply use someurl/NChat/index.php ?
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

Dblog

i tried but it had problems with login.
header needed ./Sources/SSI.php to be executed once before running /NChat/index.php
if someone goes to /NChat through forum index page , then no problem.
but if someone goes directlt to /NChat/index.php, then header shows sessions error

nvcnvn

Hi all!
First of all, I want to say sory for the delay! I too busy to answer all of you question!

Second, just want all of you to know that the newest version (1.3) of the mod is now available to download!
I will try to reply for you all soon! But I will spend 1 or 2 day off... :D

This mod take me 2 weeks of my summer (my summer last 1 month.. :()

hotwheels

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

kingkingston

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

Why not just use the simpleportal shoutbox ?

hotwheels

Because it is very server intensive. Each time i use simple portals shoutbox, the cpu usage goes to 100%. It refreshes terribly and there is no way to delete shouts. Nchat is suppose to be set up to not use as much of the servers cpu and save bandwidth. I would think there is a simple code for using this mod in simple portal and not have to use simple portals junk shoutbox.

nvcnvn

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>

kingkingston

Quote from: hotwheels on September 07, 2011, 08:27:48 PM
Because it is very server intensive. Each time i use simple portals shoutbox, the cpu usage goes to 100%. It refreshes terribly and there is no way to delete shouts. Nchat is suppose to be set up to not use as much of the servers cpu and save bandwidth. I would think there is a simple code for using this mod in simple portal and not have to use simple portals junk shoutbox.
you click on the red button to delete shouts

flysky

now i have using nCHAT 1.3 thanks for this mod

i have problem all user cannot see the chat  .. whats wrong about this ?

help me for fix this

thanks before

BrokenFEMALE

Quote from: BrokenFEMALE on September 06, 2011, 11:28:07 PM
Nevermind the other issue. I figured it out and now the admin menu is disabled. Now I would like to know is how do I get the NChat to show up on themes: Core, Pink Floral, and Skm Light. It's showing up on my other themes but these 3.
I still need help with this issue and no one has replied yet. Maybe it was over looked so I decided to bring it to attention. How do I get the NChat to show up on themes it's not displaying on?

nvcnvn

Quote from: flysky on September 08, 2011, 01:16:18 PM
now i have using nCHAT 1.3 thanks for this mod

i have problem all user cannot see the chat  .. whats wrong about this ?

help me for fix this

thanks before

Have you edit the permission for your user?

flysky

Quote from: nvcnvn on September 08, 2011, 06:47:40 PM
Quote from: flysky on September 08, 2011, 01:16:18 PM
now i have using nCHAT 1.3 thanks for this mod

i have problem all user cannot see the chat  .. whats wrong about this ?

help me for fix this

thanks before

Have you edit the permission for your user?
in the permision all default ... i try to re install but some problem and i have trouble

nvcnvn

Quote from: flysky on September 08, 2011, 07:09:39 PM
Quote from: nvcnvn on September 08, 2011, 06:47:40 PM
Quote from: flysky on September 08, 2011, 01:16:18 PM
now i have using nCHAT 1.3 thanks for this mod

i have problem all user cannot see the chat  .. whats wrong about this ?

help me for fix this

thanks before

Have you edit the permission for your user?
in the permision all default ... i try to re install but some problem and i have trouble

You must set the new permission for your user!
After the installation by default just you the admin can chat or read....

BrokenFEMALE

How do I get the chat to show up on themes: Core, Pink Floral, and Skm Light? I looked every where in my admin panel and don't see how to fix this.

nvcnvn

Quote from: BrokenFEMALE on September 09, 2011, 09:21:38 AM
How do I get the chat to show up on themes: Core, Pink Floral, and Skm Light? I looked every where in my admin panel and don't see how to fix this.
HI, did you know about Manual installation of mods.
You can read here http://wiki.simplemachines.org/smf/Manual_installation_of_mods

BrokenFEMALE

I looked in the .xml file for the Pink Floral theme and it doesn't contain any of the tags listed in these instructions. I also looked for a .xml or .mod file in the NChat directory and it doesn't have these files.

puncy

Hi love the chat mod,

But i dont know why but it uses a lot of bandwidth, it is using about 6GB a day with only 30 people using it, is there anyway to bring that down.

also Version 1.3 doesnt autoscroll to the newest message

nvcnvn

Quote from: puncy on September 10, 2011, 12:11:42 AM
Hi love the chat mod,

But i dont know why but it uses a lot of bandwidth, it is using about 6GB a day with only 30 people using it, is there anyway to bring that down.

also Version 1.3 doesnt autoscroll to the newest message

There is my big mistake of me with the mod! I have a new fixed path for it!




About the BW issue, you say 6GB a day with only 30 people using i, that's mean your website just have 30 visitor a day or what? Are you sure all of 6 GB is come from NChat?
The fact is you can reach that if you have 30 member online 24/24 just for chat!
To reducedt he BW, I think you should try:
1 increase the reload time (6000 or 8000)
2 Use Yahoo! Smile instead of your SMF smiles
3 Do not enable sound.
4 decrease the number and length of message.

flysky

Quote from: nvcnvn on September 09, 2011, 04:59:59 AM
Quote from: flysky on September 08, 2011, 07:09:39 PM
Quote from: nvcnvn on September 08, 2011, 06:47:40 PM
Quote from: flysky on September 08, 2011, 01:16:18 PM
now i have using nCHAT 1.3 thanks for this mod

i have problem all user cannot see the chat  .. whats wrong about this ?

help me for fix this

thanks before

Have you edit the permission for your user?
in the permision all default ... i try to re install but some problem and i have trouble

You must set the new permission for your user!
After the installation by default just you the admin can chat or read....
thanks ... now chat work succesed but in the admin CP not show configutration setting like picture above...... any idea to resolve modification setting ?

Advertisement: