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.


All times are GMT. The time now is 11:11 AM.

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.01185 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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