vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBChat v2.3 (https://vborg.vbsupport.ru/showthread.php?t=71049)

Necrosaro420 09-11-2006 10:54 PM

Will this work with 3.5.4? Thanks Alot!

Necrosaro420 09-13-2006 06:31 PM

Quote:

Originally Posted by Milad
upon these two posts 1 & 2, I post this port of vBChat 2.3 for vB3.5

This hack had been ported to work with vB3.5.x by Milad
The Original creator is zero tolerance

Due to lack of time I provide no support.
This is a mere port only and there are no new functions or bugs fixes.
file vbchat.php was renamed into chat.php

read the text file to learn how to install

I hope you like it.

Regrads

Some of these items in your install.txt file, are not in my index.php file?


Code:

while ($loggedin = $db->fetch_array($forumusers))
        {
                $userid = $loggedin['userid'];
                if (!$userid)
                {        // Guest
                        $numberguest++;
                        $inforum["$loggedin[inforum]"]++;
                }
                else if (empty($userinfos["$userid"]) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity']))
                {
                        $userinfos["$userid"] = $loggedin;
                }

                if(preg_match("/chat.php/",$loggedin['location']) && $loggedin['userid']){
                $vbchat_users[$loggedin['userid']] = $loggedin;
                }

        }


Necrosaro420 09-13-2006 07:20 PM

I got this working with 3.5.4......But no options are showing up in the adminCP?

memomemo 09-21-2006 03:11 PM

Hello Error :

vBChat v1.1.1 Installation
Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

memomemo 09-21-2006 06:04 PM

ok. I am find.

and Turkish language translate

Arkadaşlar size çevirdim.
Örneğini benim sitede görebilirsiniz.

Thank you.

Chadi 09-25-2006 07:41 PM

Anyone have this working (or ported) for 3.6.1?

Chadi 09-25-2006 07:56 PM

Getting this error (trying it on 3.6.1) AFTER deleting two tables for vbchat from database

Code:

Database error in vBulletin 3.6.1:

Invalid SQL:
alter table user add vbchat_pref_font_face varchar(255) not null default '',add vbchat_pref_font_color varchar(255) not null default '',add vbchat_pref_user_ignore text not null default '';;

MySQL Error  : Duplicate column name 'vbchat_pref_font_face'
Error Number : 1060
Date        : Monday, September 25th 2006 @ 03:54:50 PM
Script      : http://www.talkjesus.com/admincp/plugin.php?do=productimport
Referrer    : http://www.talkjesus.com/admincp/plugin.php?do=productadd
IP Address  : xxx
Username    : X
Classname    : vb_database


Paul M 09-25-2006 09:33 PM

Given that this is for vb version 3.0.7, I don't think it's likely to work on 3.6.1

Chadi 09-26-2006 12:29 AM

Actually, I was using the file that was ported for 3.5.4 - this one gave me the error in 3.6.1

memomemo 09-26-2006 10:00 PM

Quote:

Originally Posted by chadi
Anyone have this working (or ported) for 3.6.1?


Yes Good working

https://vborg.vbsupport.ru/showthrea...74#post1080174

Chadi 09-30-2006 03:28 AM

I don't understand why you linked me to someone's turkish language file

Emanet-Kaos 10-01-2006 08:40 PM

thanks much appreciated :O)

Chadi 10-01-2006 08:49 PM

Is anyone willing to port this over to 3.6.1?

futureye 10-03-2006 11:36 AM

i have installed it in my 3.6.0

and it's work very fine with no errors

Chadi 10-08-2006 11:45 PM

Anyone get this working on 3.6.2?

Delw 10-09-2006 01:37 AM

Zero Tolerance
Ive ran the very first version you came out with what seems to be an eternity ;) I installed it just a while after you uploaded it here for version 3.06 or 3.07, it didnt work for me at that time. I went to that other chat software.
I have been keeping an eye on the advancements you made and you have made VBchat into an awsum product. I am going to be trying it when I upgrade one of my forums from 3.06 to 3.2.0. if the version is avail.

Gotta give thanks to you for sticking with something as long as you have and the changes you have made over the time. it looks very nice.

Just thought I would say thanks for your time and effort

Delw

dendrob 10-09-2006 01:45 AM

I don't think ZT can hear you man :)

Chadi 10-10-2006 09:19 PM

Last Update: 01. Mar 2005

Hopefully someone will port this over. I'd like to give it a shot.

R1lover 10-12-2006 05:12 PM

Isn't there anyone that can get this working in 3.6.2 ??????????????

Chadi 10-13-2006 04:15 PM

Apparently not.

cinemablend 10-17-2006 08:05 PM

Works GREAT. Thanks for the port man.

Chadi 10-23-2006 11:07 PM

You can't possibly be using 3.6.2 to work. I hope someone will respond to this and port it over

MedBlix 10-23-2006 11:50 PM

Mine Keeeps Saying=
Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below
I Put it in the /forum/admincp folder

Dilldogs 10-24-2006 09:26 PM

I just install on vb 3.6.2 and works good, but the smilies on the bottom row of the chat are not showing up can some one explain how to get those?

Chadi 10-26-2006 05:22 PM

Quote:

Originally Posted by Dilldogs
I just install on vb 3.6.2 and works good, but the smilies on the bottom row of the chat are not showing up can some one explain how to get those?

How did you get it working on 3.6.2?

Chadi 10-26-2006 05:28 PM

I tried again "fresh install" and get this

Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

If I upload the xml file to root, I get this error:

Could not find phrase 'invalid_or_empty_style_file'.

Dilldogs 10-27-2006 04:29 PM

I just installed it
lol

I uninstalled because of the smilies would not show.

I can install again if I need to, or I get an answer on how to get the smiles.

Dilldogs 10-27-2006 05:03 PM

I will reinstall and walk you through it.

Quote:

Originally Posted by chadi
I tried again "fresh install" and get this

Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

If I upload the xml file to root, I get this error:

Could not find phrase 'invalid_or_empty_style_file'.


Chadi 10-27-2006 05:19 PM

zero tolerance is ignoring my pm's....how strange, even after I offered money

I downloaded this one
https://vborg.vbsupport.ru/showthrea...74#post1080174

and on step 2 when importing product I get this:


Code:

Database error in vBulletin 3.6.2:

Invalid SQL:
alter table user add vbchat_pref_font_face varchar(255) not null default '',add vbchat_pref_font_color varchar(255) not null default '',add vbchat_pref_user_ignore text not null default '';;

MySQL Error  : Duplicate column name 'vbchat_pref_font_face'
Error Number : 1060
Date        : Friday, October 27th 2006 @ 01:12:09 PM
Script      : http://www.talkjesus.com/admincp/plugin.php?do=productimport
Referrer    : http://www.talkjesus.com/admincp/plugin.php?do=productadd
IP Address  : xxx
Username    : username
Classname    : vb_database


Snake 11-08-2006 03:57 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=131047" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=131047</a>

Anyone interested? :P

Gommeke 11-20-2006 05:11 PM

'invalid_or_empty_style_file' ( missing phrase)

Is what I get during installation.
Any suggestions?

Australian Gate 11-21-2006 02:22 AM

Quote:

Originally Posted by chadi (Post 1092706)
Anyone get this working on 3.6.2?

yes it's work very fine with no errors

Regrads
Nofeai

bfen 11-27-2006 04:36 PM

Is it working for 3.6.3?

Gommeke 12-01-2006 07:53 PM

Quote:

invalid_or_empty_style_file
Could not find a solution for this (install) in this thread.
Or did I missed something?

ep13 01-08-2007 04:59 PM

work for 3.6.4 and does it have the default VB style?

Olliee 01-13-2007 04:02 PM

I am having the exact same problem!

Sonic1954 01-13-2007 07:27 PM

Guess support for this has dried up.

I got the same error as those before me.

Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

Cornie 01-13-2007 08:45 PM

Quote:

Originally Posted by ep13 (Post 1153789)
work for 3.6.4 and does it have the default VB style?


by me works

Cornie 01-13-2007 08:55 PM

vBChat2.3 for vb3.5 goes in 3.6.4

is in german with english instruction

Sonic1954 01-13-2007 10:02 PM

Does it work with 3.6.4?


All times are GMT. The time now is 07:37 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.02573 seconds
  • Memory Usage 1,797KB
  • 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
  • (3)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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