vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - [AJAX] EWT Chat 3.0.1 Lite (https://vborg.vbsupport.ru/showthread.php?t=145384)

eXtremeTim 04-24-2007 08:06 PM

Theres a column on the user table as well vbchat_prefs.

baddude 04-24-2007 08:23 PM

Ummm I didn't see that one.. Can u tell me where to find that, I looked all over the database tables and that isnt there.. Thanks

maroceve 04-24-2007 09:17 PM

ExtremeTim, i think you should look closely at this problem because i do not recall installing your addon before ?

And i am looking for this vbchat_prefs that i cannot find.

thanks

Ryloth 04-24-2007 10:21 PM

it doesn't have to be his product that you installed before. it could have been an old install of flashchat or vbchat etc. i am a double ms certified dba. his queries are sound. if you have these tables and columns already existing and you try to re-create the same table, mysql will throw the error u r seeing plain and simple. go into your database, delete the two vbchat tables and the 3 vbchat columns in the user table and re-install.

he could easily drop those tables/columns programatically but then people would complain about losing data. he could also run if exists in sysobjects (sql sorry) then alter instead of create object.

Ryloth 04-24-2007 10:56 PM

hey tim, here is where the fun starts. i removed all database entries, overwrote all files on my server w/ the files in your download, uploaded a new product using your xml.... and i only see these options in my admin cp:

Banned Users
EWT vBChat Room Control
EWT vBChat Prune Options

and when u click on banned users, just gray screen. nothing.

mktrilogy 04-24-2007 11:00 PM

Quote:

Originally Posted by Ryloth (Post 1234988)
hey tim, here is where the fun starts. i removed all database entries, overwrote all files on my server w/ the files in your download, uploaded a new product using your xml.... and i only see these options in my admin cp:


Banned Users
EWT vBChat Room Control
EWT vBChat Prune Options


and when u click on banned users, just gray screen. nothing.


Same here

Ryloth 04-24-2007 11:25 PM

it looks like his admincp file is an old version/wrong file that he zipped up.

maroceve 04-25-2007 12:29 AM

great !

Chadi 04-25-2007 12:33 AM

No screen shots and live demo doesn't work.

Chadi 04-25-2007 01:43 AM

Quote:

Originally Posted by chadi (Post 1233503)
I keep getting this error when attempting to upload the plugin xml file:

Code:

Database error in vBulletin xxx:
 
  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        : Sunday, April 22nd 2007 @ 01:43:47 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    : Chad
  Classname    : vb_database

Problem is I do not see that in the database at all. I do want to clarify that I've installed the old vbchat 2.3x a long time ago, but never uninstalled.



I still get the same error on 2.6

eXtremeTim 04-25-2007 03:19 AM

I will release an updated 2.6 to fix that issue as soon as I get my pc back up and running fully since I just had to redo it.

kildjean 04-25-2007 04:17 AM

I loaded all of the files up, and when I go to http://www.excincin.com/board/vBChat.php? I get this:

404 Not Found
The requested URL /board/vBChat.php? does not exist.


nevertheless its there... its in the root of my board, which is on /board

Am I doing something wrong?

Kil

roberto__ 04-25-2007 02:05 PM

Hello,

I have unistalled the product. But later on I changed my mind and want to install it again. But in some how it gave me this error message while uploading the xml file from plugins.


Quote:

Database error in vBulletin 3.6.5:
Invalid SQL:
CREATE TABLE `vbchat_store` (
`sid` int(15) NOT NULL auto_increment,
`s_postby` int(15) NOT NULL default '0',
`s_message` mediumtext NOT NULL default '',
`s_postime` int(15) NOT NULL default '0',
`s_foruser` int(15) not null default '0',
PRIMARY KEY (`sid`)
) TYPE=MyISAM;;
MySQL Error : Table 'vbchat_store' already exists
Error Number : 1050
Any ideas?
Thanks in advance

drupy 04-25-2007 03:17 PM

Works like a charm. Thanks. It would be great if the chat can be saved. BTW, I read and learned how to ban a user, but how to ban a usergroup/usergroups? Can I specify specific user groups only to use this chat room?

drupy 04-25-2007 03:23 PM

Sorry, I forget to say: it will be great if the chat pop up window can be resized. At the time being, it occupies the whole of my monitor screen at full screen, so I cannot browse while chatting. I am using IE 7 and VB 3.6.5

Ryloth 04-25-2007 09:48 PM

Quote:

Originally Posted by roberto__ (Post 1235262)
Hello,

I have unistalled the product. But later on I changed my mind and want to install it again. But in some how it gave me this error message while uploading the xml file from plugins.



Any ideas?
Thanks in advance


read..... a...... page...... back.

https://vborg.vbsupport.ru/showpost....9&postcount=84

dbirosel 04-25-2007 10:55 PM

I seen a lot of questions being asked and most of them wasn't answered. Seems like i'm the only one noticing it and informing you about it. But it would be great if you can give us information about how much care it will give our servers? And is it possible to have this on Forum Home replacing vbShout? There are more questions i seen on this thread, and if you want ill gather them up and post it in one post.

kildjean 04-26-2007 02:44 AM

I would like to know if there is a way to show the people in the chat, somehow listed in the forums...

eXtremeTim 04-26-2007 04:03 AM

there will be soon.

eXtremeTim 04-26-2007 04:09 AM

P.S. If you like this hack please donate to help support its development.

eXtremeTim 04-26-2007 04:40 AM

2.6.0 Repacked has been released.

Whats new?
First off the chat includes your header and footer.
Fixed the query errors on install.
Updated the footer to help support the hack.

If you wish to remove the ad from the footer please send a donation of $15 or more to tim@extremechatforums.com to help support the development of this hack.

Whats coming in 2.7?
Right now 2.7 is mainly planned to have usergroup permissions.
More code cleanup and style cleanup.

wizardan 04-26-2007 01:16 PM

Great re-package! I appreciate header and footer inclusion.
Smilies work this time around.
Still that looping exit window thing... Minor, really.
Thanks for the hard work, Tim.

vip-q.com 04-26-2007 01:21 PM

Hi I realy like the new version ( 2.6 )
but ther are some thing that you may change them in the

new version (2.7)
1- I hobe that we can change the language to another

language ( all it not only the settings on the ( admincp

)
2- add more new additions like
A-I can banned user by click on his username like PM
B- send board
C- Username HTML Markup in ( in my forum every group

has there own color) E.g. Administrators are Red
Super Moderators are green
Moderators are blue etc.
when they talk in should there user be in there color

that I has been add for them in ( Username HTML Markup )
not only black.
D- I can add Moderators for the VbChat only.
E- Smiles ( in my forum I have about 200 smiles )
and I hobe the user can choice the smiles that they wont

to show in the row
and add link ( all smiles ) ( popup page show all smiles

and I can click on any one of them
F- the user can't ignore the Administrators and Super

Moderators

and that all what I have naw
I'm sorry for my bad English

thanks anyway :)

Gizmo5h1t3 04-26-2007 06:59 PM

searched thru this thread, but i cant see a solution for the quotes bein goosed on this??

any help??

eXtremeTim 04-26-2007 08:12 PM

Thanks for reporting that I will take a look at it and get back to you.

eXtremeTim 04-26-2007 08:15 PM

Branding free licenses are now available for $29.95. Please contact me for details.

TTG 04-26-2007 11:43 PM

Installed 2.6.0 and the only problem I have is it doesn't load many smilies. Seems to be random, sometimes 3 and sometimes 6+

Ryloth 04-26-2007 11:53 PM

Ok, well I installed the updated 2.6 and the chat works. I was able to uninstall the old version and upload the product with no problem. The Ban Users AdminCP still doesn't work.

I will be patiently waiting for version 2.7 so I can control Usergroup access. If you can code it to have the Secondary Usergroup access override the Primary Usergroup access that would be AWESOME! As I said before, I don't want my Register Users (Primary) to have access but need my VIP User (Secondary) to have access.

Until then..... chat is turned off.

Chadi 04-27-2007 12:17 AM

Just installed and for one cannot figure out why the vbseo copyright is showing up where it does.

eXtremeTim 04-27-2007 02:47 AM

You will have to report that problem to vbseo and hopefully they can put a copyright bypass in for THIS_SCRIPT = vbchat

eXtremeTim 04-27-2007 10:50 AM

There have been major changes to the order of planned events. I ended up doing the ajax this morning instead of saving it for v3. Right now some new features and group permissions will make it into v2.9.x.

I will release 2.9.0 here shortly as we are giving it one last set of tests before its released.

P.S. the estimated bandwidth usage for one hour with 20 members in the chat is around 40-65mb. Average ajax page is around 1kb. Reloaded every 1.5 seconds right now.

eXtremeTim 04-27-2007 11:06 AM

2.9.0 released!!!

Whats new in 2.9.0?
AJAX!!!!!
This means no more annoying reloads or iframe anymore. You can see it running over at the demo site and test it out all you want.

Yes I realize the ban user page still doesnt work. I am working on moving everything over to the vb permission system and usermanager.

GrendelKhan{TSU 04-27-2007 12:53 PM

fooking brilliant!!!

<< installed.

will report back after testing. :)

GrendelKhan{TSU 04-27-2007 12:54 PM

yikes!! your branding includes AdSense Ads? man..that's a little much don't ya think? :(

eXtremeTim 04-27-2007 01:03 PM

they can be removed for a donation of $15. I am trying to get people to donate to help fund the time I have been pouring into this script.

Snake 04-27-2007 01:55 PM

Quote:

Originally Posted by chadi (Post 1236175)
Just installed and for one cannot figure out why the vbseo copyright is showing up where it does.

Chadi, you will have to input the filename of vBChat into your vBSEO CP. To do that, login to your vBSEO CP > General Settings > vBSEO Options > Exclude Pages? > And input "vbchat.php" in the field.

Lemme know if that works or not. :)

wizardan 04-27-2007 02:20 PM

Quote:

Originally Posted by eXtremeTim (Post 1236409)
they can be removed for a donation of $15. I am trying to get people to donate to help fund the time I have been pouring into this script.

Reasonable, in my view.
And I will gladly do so when this wonderful script is more functional in terms of usergroup permissions, and other issues, should the ads still be present in future versions.

dbirosel 04-27-2007 02:48 PM

I'm registered on your boards and on the chat right now. I see you on the chat also and tested to see how the PM feature works. Pressed it many times and also disabled popups.

eXtremeTim 04-27-2007 02:52 PM

pms just adds a msg into the msg box like an irc style pm.

obmob 04-27-2007 03:23 PM

I'll test this, thanks.

BTW, can this be translated with phrases?


All times are GMT. The time now is 01:33 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.01789 seconds
  • Memory Usage 1,821KB
  • 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
  • (6)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
  • (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