vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - vBulletin Chat Mod (123 Flash Chat)- Users Integrated, Free Hosted! (https://vborg.vbsupport.ru/showthread.php?t=233517)

hqarrse 07-02-2010 06:33 AM

This is what you need:

Code:

<Files login_chat.php>
order deny,allow
deny from all
allow from [your chat server IP]
</Files>


topcmm 07-29-2010 05:31 AM

Thanks hqarrse, we'll add this to document in next release.

havard20009 07-29-2010 07:15 AM

Quote:

1). Log in the Admin Panel of your 123FlashChat server
OPEN: System Settings -> Integrate Panel

2). Find: DataBase -> SELECT: URL -> edit

3). Change URL:
http://<vbulletin install directory>/login_chat.php?username=%username%&password=%passw ord%

4). Press OK to save your setting
i Cant find plz picturee

havard20009 07-29-2010 07:53 AM

when i post msg it doesnt show ! and i need refresh to shoW!!!

whats problem ?

hqarrse 07-29-2010 07:56 AM

It doesn't get much clearer than that to be honest.

You go to your admin panel at something like http://<your chat server>:35555/admin-panel.html then go to the menu option given. It's pretty much impossible to miss so if you can;t find it you may be in the wrong place entirely (not the admin panel?)

hqarrse 07-29-2010 07:58 AM

I think you'll need to explain that one a bit more clearly. Are you saying that your Flashchat is running but when you type a message it doesn't appear? Surely if you refresh the page it resets the Flashchat session altogether?

topcmm 08-04-2010 02:18 PM

Quote:

Originally Posted by hqarrse (Post 2062353)
A final note. I strongly recommend that you protect chat_login.php from access by any IP except the chat server. The script allows rapid unrestricted testing of username/password pairs and is therefore a major security weakpoint. I have posted this on the 123Flashchat forums and hope they will include this in their docs or protect the script in some way.

That's a great idea! thank you. but it only works for apache web server, and it will be a little bit complicated to configure the web server, to edit .htaccess or httpd.conf ,
and here is a solution to resolve it, just add the code below in the beginning of login_chat.php

PHP Code:

$sAllowedIPs "127.0.0.1"// Set allowd ip addresses, config sample: $sAllowedIPs = "127.0.0.1, 1.2.3.4";
if (trim($sAllowedIPs))
{
    
$aAllowedIPs array_map("trim"explode(',',$sAllowedIPs));
    
$sIP = isset($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR'];
    if(!
in_array($sIP$aAllowedIPs)) exit;



onehost 08-13-2010 08:02 PM

I was told this "requires" a dedicated server...I am sure if you are under a load of chatters, then I can understand for the need...but would I still need dedicated for like 5-10 users in chat?
I really do not like the free version as it is not private to my forum, and the ads just
make me sick.. :) even other chat mods do not require dedicated, and I can
get a few chatters without going dedicated, but 123flash chat just looks better, but
will be no good if it will not work on a shared server at all.

DeviantFlash 08-14-2010 03:47 AM

What if I own a version of Flashchat and just want to integrate it?

hqarrse 08-14-2010 06:34 AM

It's a Java server and installs its own JRE during the install script. I wouldn't like to say that you absolutely need a dedicated server, but you certainly need command line access, as well as being able to install services and lifting any firewall restrictions. I haven't used shared hosting for a while but I think this is all very unlikely. You could use a virtual dedicated server without a problem of course.

DeviantFlash, I'm not sure what you're asking there really. If you own a copy no problem, and if you want to integrate into VB, then just use the integration that you can download from their site.

FASEOFMARS 08-16-2010 12:17 PM

anyway to remove the nav link on the forum tab?

i have created a tab for it and would like to remove the sub-tab....

topcmm 08-17-2010 09:23 AM

Quote:

Originally Posted by FASEOFMARS (Post 2084735)
anyway to remove the nav link on the forum tab?

i have created a tab for it and would like to remove the sub-tab....

in vBulletin ACP, Styles & Templates -> Search in Templates,
search "chat", find fchat_navbar_link and remove it.

topcmm 08-17-2010 09:58 AM

Quote:

Originally Posted by onehost (Post 2083397)
I was told this "requires" a dedicated server...I am sure if you are under a load of chatters, then I can understand for the need...but would I still need dedicated for like 5-10 users in chat?

Quote:

Originally Posted by hqarrse (Post 2083577)
It's a Java server and installs its own JRE during the install script. I wouldn't like to say that you absolutely need a dedicated server, but you certainly need command line access, as well as being able to install services and lifting any firewall restrictions. I haven't used shared hosting for a while but I think this is all very unlikely. You could use a virtual dedicated server without a problem of course.

Yes Hqarrse, you're definitely an expert on 123 flash chat, you've answered onehost very correctly, it's true that a dedicated server is required.

Basically two requirements: shell access (command line access), can run JVM.
And about the port, usually ISP can open it for you.

So Mr. Onehost, even if only 5-10 users you will need DS or VDS, otherwise you may consider our affordable hosting service, it's stable, instant setup, free install and with professional tech support.

topcmm 08-17-2010 10:01 AM

Quote:

Originally Posted by DeviantFlash (Post 2083544)
What if I own a version of Flashchat and just want to integrate it?

That's even easier.
When you've done installing the module, in configuration, choose server mode 2) Commercial Server Software or Hosting Service.

hqarrse 08-17-2010 11:15 AM

Quote:

Originally Posted by topcmm (Post 2085177)
Yes Hqarrse, you're definitely an expert on 123 flash chat,

Sorry - getting carried away. So far I've been downloading and installing mods from VB.org but not contributing much so it's nice to help when I can!

hqarrse 11-04-2010 09:15 PM

It's good to see an integrated VB module, although it would be better it it worked properly! For those who host your own server, but have a license (correctly I believe) for the domain where you have the client, ie. where your users are chatting, and these server and clients are not the same, you will need to fix something.

The integrated widget doesn't give you the possibility of adding different server and client locations. If you enter my_chat_server.com for your server, then the system will also look to 'my_chat_server.com' for the client. That results in an 'access from my_chat_server.com not permitted' error when you try to connect to the chat. I assume because your 123chat license is not for my_chat_server.com, but for your website.

The solution - quick and dirty - is to edit 123flashchat_admin.php and hard code in the URL to the client (line 58):

Code:

$fc_row['fc_client_loc'] = 'http://www.my_actual_website_not_my_chat_server.com/123chat/';
Thanks to 123FC for taking on board my security comments.

biocyberman 11-14-2010 04:26 PM

FYI, I bought 123flash chat a year ago and never really used it. No refund possible so I lost ~450 bucks :(
The flash version was to much for user to load, and the html version was lack of functionality.

Eduardo Leon 11-14-2010 04:39 PM

this connect with others servers .. right ?

well i suposse this just connect via your DB ..

but is a good option ;) !

hqarrse 11-28-2010 08:05 AM

Out of interest I just had my chatroom hacked. I then (stable door, horse etc) looked up exploits and found this:

http://www.exploit-db.com/exploits/14658/

Given that it took me to point out the gaping hole in their forum integration security, and the severity of these exploits if true, I have lost confidence in 123FC and will be switching to a different system. A bloody shame after so much work and my users like it, but weak security is simply not acceptable.

dang3rzon3 11-29-2010 05:46 PM

free version doesn't work on my site.
When i Open the page i see the 123chat home page instead of the chat.

:(

onehost 01-01-2011 10:55 PM

and the coder has not made a post since aug...

maybe move to graveyard...?

baker21 01-21-2011 03:00 PM

I am looking to install a video chat 1 to 1 live webcam / webconference with 1 live video and users logging on to participate..

Is there a software out there that Can handle that and also be incorporated into VBulletin 4.08..

This Flash Chat 123 looks like it will do the trick, but I am worried from the comments..

I have a dedicated Server and I have full root access to my server..

I want my users to be able to talk to each other thru live video 1-1 webcams, and be able tos ession and set that up thru the chat room..

So is this the program Iw ant to go witha nd if not, what do Iw ant to look at getting...

I will pay for a license if its worth it and a known and well tested solution..

I dont wnat to ahve issues.. Sow ahts the bEST software out there for live video chat for VB 4 integration?

topcmm 02-15-2011 07:15 AM

Quote:

Originally Posted by biocyberman (Post 2121813)
The flash version was to much for user to load, and the html version was lack of functionality.

Well, 123FlashChat flash client has luxurious features and dazzling look, so it takes a while to load the skin, this is partially true but it only takes once, then it will be stored in cache and loads very fast ever since!
By the way, 123FlashChat 8.x loading speed has tremendously faster than before, you're strongly recommended to come back to upgrade.

Alternatively, 123FlashChat has a lite chat client, which is extremely fast in loading.

topcmm 02-15-2011 07:17 AM

Quote:

Originally Posted by zxleo (Post 2121816)
this connect with others servers .. right ?

well i suposse this just connect via your DB ..

but is a good option ;) !

Well 123FlashChat connects to its own Java server,
but it can integrate others user database, means that if you already have a vbulletin, then all your vbulletin users can enter the chat seamlessly, single sign-on, after the integration is done.
thank you!

topcmm 02-16-2011 06:02 AM

Quote:

Originally Posted by hqarrse (Post 2126627)
Out of interest I just had my chatroom hacked. I then (stable door, horse etc) looked up exploits and found this:

http://www.exploit-db.com/exploits/14658/

Given that it took me to point out the gaping hole in their forum integration security, and the severity of these exploits if true, I have lost confidence in 123FC and will be switching to a different system. A bloody shame after so much work and my users like it, but weak security is simply not acceptable.

Dear hqarrse, I'm sorry to hear that you've switching to another system. Actually the security problem has been fixed long time ago in version 7.8 and 8.x, please request the updated files by writing to support@123flashchat.com if you are still interested.
Thank you!

topcmm 02-17-2011 12:01 AM

Quote:

Originally Posted by hqarrse (Post 2126627)
Out of interest I just had my chatroom hacked. I then (stable door, horse etc) looked up exploits and found this:

http://www.exploit-db.com/exploits/14658/

Given that it took me to point out the gaping hole in their forum integration security, and the severity of these exploits if true, I have lost confidence in 123FC and will be switching to a different system. A bloody shame after so much work and my users like it, but weak security is simply not acceptable.

Well hqarrse,
if you're using free hosted chat bound with vbulletin module of 123flashchat, you don't have to worry about the security problem because we host the java server and already fixed the problem at our end;
if you're using a paid license or hosting chat, you may write to us to request the updated server file to fix it instantly.
So in either case it's not a problem any more, please stay with us!

hqarrse 03-15-2011 06:05 PM

I wasn't. I was using two paid licenses to run my own chat servers. I have since switched to cometchat (great for small forums) and parachat (java applet which is a pain) but I feel much more confident even though I preferred your chat client.

When I requested an upgrade (the license.dat etc) for my 7.7 server I was refused and told that my license would only work with 7.7 even though less than a year old.

When I posted about the security flaw in the VB integration in the 123FC forum, the post was deleted and the problem not addressed.

You got my money twice - not again!

My recommendation to others is to stay well clear of 123FC.

x2minded 03-15-2011 07:03 PM

nice Chat Room Thanks For Sharing

topcmm 03-22-2011 03:04 AM

Quote:

Originally Posted by hqarrse (Post 2173694)

When I requested an upgrade (the license.dat etc) for my 7.7 server I was refused and told that my license would only work with 7.7 even though less than a year old.

.

Sorry! Sorry! Sorry!
I should have let my colleague know that you're VIP and shall get upgrade package freely!
(Because 8.0 is totally rewritten by Flex and a brand new product, we charge upgrade fee for regular users.)
Please PM me your billing email address so that we can send you the upgrade, or, let me know your ticket ID, or you may attach your vbulletin username "hqarrse" when communicating with us.
You're a friend we hate to lose, we can offer one more year free upgrade if you need.

Bounce 03-22-2011 09:13 PM

Least ++++ turpin wore a mask!! :eek:

pumarjr 04-13-2011 11:17 PM

**Problem Resolved** Thank you TopCmm

DNN 04-17-2011 02:23 AM

my loving online community Transformation.com uses this module add-on =)

topcmm 04-19-2011 02:09 AM

Quote:

Originally Posted by pumarjr (Post 2184409)
we bought the $199 license to run on a hosted server for the Vbulletin forum, we purchased the license about 1 to 2 months ago...

Well it's a misunderstanding. Let me clarify, if you're running vB on your own server and you have root access to this server, you can buy a $199 license.
If vB is on a hosted server, then you should buy a $300/year hosting.

Meanwhile, there is no reason that an email sent to the order processor officer will get reply in 2 or 3 weeks, usually it's replied within 24 hours. Please PM me your email or domain so that we can identify the problem and the loose link, sorry and thank you!

pumarjr 04-19-2011 09:45 AM

**Problem Resolved**

topcmm 04-21-2011 09:01 AM

Usually we offer 30 days refund guarantee. Please PM me your billing email.

topcmm 04-26-2011 02:28 AM

Quote:

Originally Posted by DNN (Post 2185509)
my loving online community Transformation.com uses this module add-on =)

Well congrats! It works like a charm.
Here are 15 tips you might need to drive traffic to the chat room.

serra00 07-07-2011 06:33 AM

you have the instructions to install the chat on my server?
so then I integrated it with this module

Manoel J?nior 07-07-2011 11:33 AM

It's pay!

:(

joshskeety 07-31-2011 01:38 AM

When trying the free service, it just says

Connecting...

Then it just says...

"Connection Failed"

Any ideas?

joshskeety 08-04-2011 11:48 PM

Anything on this???


All times are GMT. The time now is 12:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01304 seconds
  • Memory Usage 1,841KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete