PDA

View Full Version : Major Additions - [AJAX] EWT Chat 3.0.1 Lite


Pages : [1] 2

eXtremeTim
04-20-2007, 10:00 PM
This is a php/mySQL powered chat system.

EWT Chat 3.0.0 Lite Changes
-Complete Recode
-Enhanced ajax which performs much faster and should allow for an additional load of 500% compared to the last release of 2.9.x
-Many changes to everything
-Remove private message system for now
-Remove /cmds besides /me for now

EWT Chat 3.0.01 Lite Changes
-Redid layout and javascript for planned changes to the pro side and to make things look cleaner.
-fixed various little things.

Whats the difference between pro and lite?
Lite:
The lite version supports only one chat room with no ability to create custom rooms.
It doesnt have any user preferences anymore either.
Basic yet functional chatroom without advanced features

Pro: (Still being developed)
Ability to create custom and private rooms
Plus many more things soon to come.

I think this release fixes every reported bug that I have read about.




Version 2.9.x to 3.0.0 Upgrade Steps:
Upload all the files
Upload the product file
Delete any old files from the previous versions
Disable the minichat addon if you have it for now as it wont work with v3 just yet until I release an updated version.
Open up the fresh install readme and follow the steps for editing ajax_chat.php (just a few settings I didnt feel we needed to use a query for)


2.9.1 to 2.9.2 Upgrade Steps:
Open up template navbar find:

<script type="text/javascript">
<!--

function OpenvBChat(){
vBChat = window.open('vBChat.php?$session[sessionurl]','vBChat','directories=no,height='+window.screen. height+',width='+window.screen.width+',location=no ,menubar=no,scrollbars=yes,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="vBChat.php?$session[sessionurl]" onclick="return OpenvBChat();">vBChat</a></td>
Replace with:

<script type="text/javascript">
<!--

function OpenvBChat(){
vBChat = window.open('chat.php?$session[sessionurl]','vBChat','directories=no,height='+window.screen. height+',width='+window.screen.width+',location=no ,menubar=no,scrollbars=yes,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="chat.php?$session[sessionurl]" onclick="return OpenvBChat();">vBChat</a></td>
Demo:
http://www.extremewebtech.com/forums/chat.php
User/Password: test2323 / test2323


Please if you use this hack click install and feel free to donate to help support the future development of this system.


V3 is a highlight release for this product as it runs and performs much faster then ever before and can now handle a considerable amt of load.

This chat script should technically be able to support 1k+ users on a good high end server.


Pro Version Information Can Be Found Here: http://www.extremewebtech.com/forums/f273-paid-vbulletin-modifications/t110305-ewt-vbchat

Snake
04-20-2007, 11:50 PM
Thanks for porting the greatest chat hack ever to 3.6, Tim. And thanks to Zero Tolerance for the original code as well. I have been waiting for this sucker and now it's finally here! :D

I'm also the co-author and a supporter of this hack so if you have any other suggestions or ideas on your mind to make this hack even better, feel free to share them below.

lovelypk
04-20-2007, 11:57 PM
thanks, i was looking for this.

gamingisit
04-20-2007, 11:58 PM
This hack is amazing.

Dream
04-20-2007, 11:58 PM
Cool, I'm gonna try this out.

Is this a port of vBChat from ZT?

nevermind I read the thread

gamingisit
04-21-2007, 12:00 AM
Cool, I'm gonna try this out.

Is this a port of vBChat from ZT?

nevermind I read the thread
Right now its a rough port of that code it looks like.

Snake
04-21-2007, 12:05 AM
Cool, I'm gonna try this out.

Is this a port of vBChat from ZT?

nevermind I read the thread
Yes, it is a port of vBChat by ZT but Tim and I are going to add a couple of new major features and additions to this hack so stay tuned. ;)

Dream
04-21-2007, 12:16 AM
Cool.

Working fine so far, but smilies and bbcode are not parsing for me.

JamieLee2k
04-21-2007, 12:16 AM
ok so there are so many people raving about this chat, what makes it sooooo good?

Snake
04-21-2007, 12:21 AM
Cool.

Working fine so far, but smilies and bbcode are not parsing for me. Yeah I have noticed that already though HTML codes seems to be parsing just fine. I'll look into that soon and inform Tim about it.

ok so there are so many people raving about this chat, what makes it sooooo good? Because there aren't any good chat rooms out there for vBulletin and the fact that vBChat is definitely much better to use than vBShout. How come, you ask? Because of the server loads and all? Haven't you heard or read the complains about that hack lately?

Dream
04-21-2007, 12:25 AM
You need custom WOL (https://vborg.vbsupport.ru/showthread.php?t=82882) location too.

Snake
04-21-2007, 12:29 AM
Why's that? Are you saying it doesn't show up whether you're in the chat room or not while viewing the online list?

Dream
04-21-2007, 12:34 AM
Yeah Who's Online shows unknown location.

Also adding WOL support would be useful if someone wants to release a "who's chatting" mod.

Snake
04-21-2007, 12:37 AM
Alright, I'll take a note about that and fix it. I'm not sure about the "Who's Chatting" feature but I'll mention that to Tim. It's all up to him, you know.

Dream
04-21-2007, 12:49 AM
No problem. I'm not asking for a "who's chatting" feature, I might do it myself.

The install.txt file has some issues, it says "Step 4" when there are no steps 3/2/1, also it doesn't say that you have to upload the files, just a heads up, you'll get support questions on that in no time.

vortech1
04-21-2007, 01:08 AM
Ok got it installed backend seems to work but when I got to the URL I get:

Fatal error: Call to a member function on a non-object in /home/stuntusa/public_html/forums/vBChat.php on line 224

You can also see the error here http://www.stuntusa.com/forums/vBChat.php?

I must have missed something simple as I have installed lots of mods, any ideas what I might have missed?

eXtremeTim
04-21-2007, 01:18 AM
Ok got it installed backend seems to work but when I got to the URL I get:

Fatal error: Call to a member function on a non-object in /home/stuntusa/public_html/forums/vBChat.php on line 224

You can also see the error here http://www.stuntusa.com/forums/vBChat.php?

I must have missed something simple as I have installed lots of mods, any ideas what I might have missed?
Are you sure that you uploaded all the new files?

Whos chatting will be coming soon. Right now I didnt spend the time to make it since I am going to release it as an addon for those who wish to use it.

Html parsing was fixed before the hack was ever released. The bbcode and smilies is my bad I forgot to setup the new bbcode parser stuff for 3.6.

tanyeri24
04-21-2007, 02:21 AM
amazing job!

iHogwarts.com
04-21-2007, 02:30 AM
The easiest hack I've ever installed ... *CLICKS INSTALL* I think I am going to like vB3 a lot more then vB2. One quick question though.

How do I delete "Default Room" ? I can't find an option to do so. Or How I edit it's name?

I couldn't find it in the admincp or the main options.

Thanks again for the amazing hack.

Edit: I was also wondering if you could tell me how to make it so I can restrict each room to different user groups? It doesn't have to be coded amazingly. Just a basic way of doing it. (I don't need it as an option on the user groups, if I could just put it in the hard code that would work.)

rjmjr69
04-21-2007, 03:48 AM
Ok so I noticed on the demo site that you have the shoutbox installed and the chat? I assume that is ok having both installed at the same time? I hope it is I'm downloading this and waiting for a reply to install....

Thanks

eXtremeTim
04-21-2007, 04:22 AM
Ok so I noticed on the demo site that you have the shoutbox installed and the chat? I assume that is ok having both installed at the same time? I hope it is I'm downloading this and waiting for a reply to install....

Thanks
yes you can run both together just fine.

auctionguy
04-21-2007, 04:46 AM
I have installed the chat and everything is perfect except: I am not getting your image, (powered by VB Chat in the room and the smiles are not imaging in the board and all of the BB codes are activated. Could I have forgot something? I know that I uploaded the image, I uploaded to: /images/misc ! Was that the right place to put it?

mktrilogy
04-21-2007, 05:03 AM
am confuse with the instruction specially for the chron.

i get this

Please Complete All Required Fields

hugh_
04-21-2007, 05:40 AM
Will you be including an archive of former posts? It's a pretty central feature in my opinion...

eXtremeTim
04-21-2007, 05:47 AM
I am currently looking for people who have some free time tonight and would like to help me test and work on v2.6. Since I am working on it right now to get rid of the page reload using ajax.

If you are interested show up in the chat demo and let me know. Since I am currently using the demo as my dev site.

eXtremeTim
04-21-2007, 06:11 AM
This is the file I have so far of 2.6 where I have fixed a few issues already such as the smilies and bbcode not parsing.

eXtremeTim
04-21-2007, 06:49 AM
The demo site may be going down for a while as I am contemplating moving it over to ajax in a bit.

Right now I am hard at work cleaning up the core of the system to optimize it and get things running smoother.

projectego
04-21-2007, 08:46 AM
Thank you! :)

rjmjr69
04-21-2007, 09:09 AM
I am currently looking for people who have some free time tonight and would like to help me test and work on v2.6. Since I am working on it right now to get rid of the page reload using ajax.

If you are interested show up in the chat demo and let me know. Since I am currently using the demo as my dev site.

I missed you in the chat So I thought I would chime in here. Let me know I'll be around

Dr.Alzaabi
04-21-2007, 10:38 AM
Great Job, dude

1- how about adding an option that can let the admin to choose which group can create a new room and who can't , it will be great

2- an option that can allow the admin to turn on and off the private msgin

thanx alot

wizardan
04-21-2007, 10:54 AM
Installed.
Minimal issues. Most are likely to be because of my heavily hacked and styled board.
Would love to see the chat template centered in some way, as opposed the the full page view now.
Stunning work, eXtreme:)

auctionguy
04-21-2007, 01:24 PM
I have worked everything out but I cannot get the smiles to work!! I notice that the smiles in your test board do not work either, is this a bug?? And yes, everything is activated and installed correctly!!

Ryloth
04-21-2007, 01:35 PM
How about the ability to set usergroup access?

For example:
I don't want Registered Users (Primary Usergroup) to have access but I want my VIP Members(Secondary Usergroup) to have access. And deny permissions to other Usergroups as right now all usergroups have access and the "usergroup banning" is not in the AdminCP.

Also, set the ability for only Admins to create rooms and the ability to rename the "default" room.

Oh, INSTALLED

Staxed
04-21-2007, 01:37 PM
two questions....

I never used the vbchat by ZT because of the server load issues i always heard about...does this version fix the server load issues?

Also...where is the link to the shoutbox that works with this? (i don't see it in 3.6 forums...but i may be blind)...you don't have to answer this question...but i thought i'd ask since you said you had it installed :D

eXtremeTim
04-21-2007, 01:51 PM
How about the ability to set usergroup access?

For example:
I don't want Registered Users (Primary Usergroup) to have access but I want my VIP Members(Secondary Usergroup) to have access. Right now I can't prevent any usergroup access, its not in the AdminCP.

Also how about the ability to create permanent rooms and password protect one if needed?

Most of that is already planned. :)

two questions....

I never used the vbchat by ZT because of the server load issues i always heard about...does this version fix the server load issues?

Also...where is the link to the shoutbox that works with this? (i don't see it in 3.6 forums...but i may be blind)...you don't have to answer this question...but i thought i'd ask since you said you had it installed :D

I am already hard at work on optimizing the load issues to make this hack server friendly.

Ryloth
04-21-2007, 02:20 PM
I see in your code right now you have usergroup control over creating new rooms and a usergroup column in the DB but no interface in the CP to impliment. can a quick patch for that be released? this way, yea, all people can access it but i wont have 16K members creating their own chat rooms. only the vips.

if not, how can i serialize a usergroup value for that column so i can just go into my database and add it?

eXtremeTim
04-21-2007, 02:42 PM
I am currently working hard to move the chat system over to using the vbulletin options and usergroup controls instead of its custom system to free up 2-3 queries per page load. Thus why I have the usergroup stuff disabled right now. Since i never finished porting it since I was remaking it.

Ryloth
04-21-2007, 03:42 PM
sounds good. any idea of when the next release would be? i have this installed on my board, but turned off pending usergroup release.

Jessi
04-21-2007, 03:46 PM
OOH, it's not overloaded with Bells and whistles, I like that. Hope you keep working on it, I like it. Installed easily to!

eXtremeTim
04-21-2007, 08:29 PM
I want to get 2.6 out in the next few days.

BadgerDog
04-21-2007, 08:55 PM
Is there any way to be able to "open" and "close" the chat box as an option?

In your demo area, it seems to be opened at the top of the forum all the time? I can't see how to close it up?

Thanks

Regards,
Badger

eXtremeTim
04-21-2007, 11:17 PM
The box at the top of my forum is the shoutbox hack. It is different then the chat hack.

auctionguy
04-21-2007, 11:45 PM
I cannot get the smiles to work in my 3.6.5 . Will there be updates to that function in the new updates coming or what could be wrong?

eXtremeTim
04-22-2007, 12:38 AM
I released part of v2.6 on page 2 that has that fix and others in it.

zappsan
04-22-2007, 12:52 AM
Is this bandwith intensive?
Just wondering, since I'm planning to install this.

auctionguy
04-22-2007, 04:14 AM
That new file did the trick! Thanks Tim!! I love this thing so far!! When will you add Ajax??

Chadi
04-22-2007, 05:46 PM
I keep getting this error when attempting to upload the plugin xml file:


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 (http://www.talkjesus.com/adminxpanel/plugin.php?do=productimport)
Referrer : http://www.talkjesus.com/admincp/plugin.php?do=productadd (http://www.talkjesus.com/adminxpanel/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.

eXtremeTim
04-22-2007, 06:19 PM
You must have been using the old one by ZT. I will update it in 2.6 to check for the tables so that it doesnt run the queries.

Muellmann
04-22-2007, 10:42 PM
Found bugs (installed 2.6 for testing temporary)
-random smilies doesn't show up even if option is correctly set to "yes" and 10 random smilies are selected to display. Sometimes one smilie for selection shows up, but sometimes none not depending on how much smilies are specified to show up.

-If the chat is quitted by closing the browserwindow, a little popup begins permanently to appear and disappear and another person in the chat sees thousand messages about "X has entered the room" and "X has leaved the room".
Only if the little window is also closed (sometimes really difficult because it blinks permanently) the chat is finally closed.
I tested with newest Firefox. Other things seems to work fine.
I can finally install it, if those major bugs has been fixed.

eXtremeTim
04-22-2007, 11:27 PM
Could your provide more information as I cant replicate those problems.

mktrilogy
04-23-2007, 12:11 AM
Just a question, The vbshout killed my bandwidth by about 18 gigs per month, assuming a lot of users will use this, will this consume much bandwidth as well?

JimmDaBimm
04-23-2007, 01:17 AM
The Testuser login dosnt work, kann you add some screenshots please ?

testebr
04-23-2007, 01:33 AM
screenshots please

User/Password: test2323 / test2323 <<< bad login or password

eXtremeTim
04-23-2007, 01:51 AM
Thats a valid login. People are using it right and left and I didnt delete it.

whiteeagle0
04-23-2007, 02:24 AM
Hi,

When I Import The Product It Doesn't Appear In The Admin Cp???

And I Also Have A Few Customization Questions...

1: How Do I Change The Color Of The Names That Appear On The Whos In Chat Inside Of The Chat Room?

2:How Can I Make It That Administrators And Moderators Are Not Displayed In Whos Online And In The Chat Room. So There Like Invisible???

3:How Can I Change Everything From Saying Vbchat lol

4: can i remove the logo but keep the copyright at the bottom of vbchat?

5: How Can I Remove The Big Ugly Space At The Bottom Like Here Is A Example

< where you insert you message>
<vbchat copyright>
<big huge space>

How Can I Remove The Big Huge Space At The End Of VbChats Copyright it looks ugly and it clutters the chat room???

6: How Can I Make The Smileys Appear On One Another On The Side Right Below The VbChat Logo?

7: How Can I Mute The Ticking Of The Refreshing it's Annoying XD

8: None Of The Commands Are Working For Me In The Chat Room :( Probbley Becuase The Product Won't Install :'( :(



Anyway Great Product I Love The Chat Room.... I Wish I Found This Before I Bought FlashChat Would Of Saved Me 10 Dollors :D

Thanks! Im Using This Over Flash Chat Flash Chat Stinks Compared To This lol :)


Great Job!!!!

Jeordie015
04-23-2007, 02:25 AM
I'd rather have this within a vB page instead of in a big popup. Is there an easy way to do this?

Jeordie015
04-23-2007, 02:35 AM
-If the chat is quitted by closing the browserwindow, a little popup begins permanently to appear and disappear and another person in the chat sees thousand messages about "X has entered the room" and "X has leaved the room".
Only if the little window is also closed (sometimes really difficult because it blinks permanently) the chat is finally closed.

I'm having this problem too.

whiteeagle0
04-23-2007, 02:41 AM
I Fixed The Problem With The Product

But Now I Don't Have Admin Permissions In The Chat So No Commands Work And My Bitfields In Vbulletin Arn't Working Can Someone Tell Me How To Rebuild The Bit Fields?

PapaSmurf
04-23-2007, 06:13 AM
Great mod. A few problems though. I'm getting:

Fatal error: Call to a member function on a non-object in /home/nohaxnet/public_html/vBChat.php on line 224

when i try and access the page. Added the update you posted and now i get:

Fatal error: Call to a member function on a non-object in /home/nohaxnet/public_html/vBChat.php on line 228

eXtremeTim
04-23-2007, 07:24 AM
Interesting. I will take a look at this and get back to you.

whiteeagle0
04-23-2007, 03:25 PM
I Still Don't Have Admin Permissions In Chat?!?!?! :(

eXtremeTim
04-23-2007, 03:34 PM
Hopefully I can get 2.6 out tonight.

whiteeagle0
04-23-2007, 04:10 PM
ok thanks

can you remove the logo on the side and remove the big ugly space under the vbchat copyright

vip-q.com
04-23-2007, 04:34 PM
Hi

there are some thing you may change them

1- the smiles don't work see the Attach file

2- I can't change the Language for it from English to Arabic ( there isn't file for Language )

thats all :)

Muellmann
04-23-2007, 08:32 PM
quotes "" show up as a html "&quot;" in the chat and random smilies doesn't appear in the smiliebar.

eXtremeTim
04-23-2007, 11:04 PM
Thanks for all your feedback for things I need to update and improve on.

Nimrod.
04-24-2007, 12:34 AM
Hi,

I uploaded everything correctly and everything seems fine in the Admin CP, but I have no option to open or start a chatroom. I know it's supposed to be in the navbar, but it does not show up for me.

Any thoughts?

speedway
04-24-2007, 12:36 AM
Just a question, The vbshout killed my bandwidth by about 18 gigs per month, assuming a lot of users will use this, will this consume much bandwidth as well?
Ditto.

This sounds like a great solution for vB but I am concerned about the server load issue with it being PHP based. Does any have any ideas of bandwidth consumption?

Cheers
Bruce

BackSideSA
04-24-2007, 12:54 AM
glad to see an updated vBchat!! hopefully you can get all the bugs worked out. I'm holding off on my install since I previously had v2.3

nexus xb3c
04-24-2007, 01:41 AM
Thanks for a excellent MOD and all your hard work. I do occasionally get a small window repeating closing loop when shutting down the chat window that was mentioned earlier in this thread regarding firefox. But apart from that small glitch very happy thankyou.

mktrilogy
04-24-2007, 08:06 AM
Great mod. A few problems though. I'm getting:

Fatal error: Call to a member function on a non-object in /home/nohaxnet/public_html/vBChat.php on line 224

when i try and access the page. Added the update you posted and now i get:

Fatal error: Call to a member function on a non-object in /home/nohaxnet/public_html/vBChat.php on line 228

Same error i got

eXtremeTim
04-24-2007, 08:26 AM
I have found the source of that error and it will be fixed in 2.6 for now if you have that error go into the options and turn off the smilie X correction option and that should fix the fatal error.

PapaSmurf
04-24-2007, 08:46 AM
Yep, that worked. Can't wait for 2.6.

Thanks.

eXtremeTim
04-24-2007, 08:46 AM
Because of the size of this hack and how fast the thread is growing I have added an advanced support forum on my site for people to post bugs and to come for support to help me better manage this hack.

http://www.extremewebtech.com/forums/f651-vbchat-support-forums

eXtremeTim
04-24-2007, 12:04 PM
Version 2.6 released.

To upgrade just upload all the files and overwrite the product then go to options and configure your settings again.

baddude
04-24-2007, 01:27 PM
I get this error when I tried to upgrade.. I tried it several times and then I went to the sever and deleted all files for the vbchat and unistalled the VBChat product and tried installing the product again but still doesnt work..
Database error in vBulletin 3.6.4:

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
Date : Tuesday, April 24th 2007 @ 10:17:44 AM

Edit:: I went in and deleted the two table for VBChat 'vbchat_store' and vbchat_datastore' and now I get this error..

Database error in vBulletin 3.6.4:

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

maroceve
04-24-2007, 02:11 PM
i have the same error. with a basic install. and i don't recall having those tables...

i went on and did the same thing..deleting those tables and trying to install.

hope i didn t do something wrong.

wizardan
04-24-2007, 02:23 PM
I've encountered the same problem as above, after uninstalling to check possible conflicts with another hack, and then attempting to re-install.

eXtremeTim
04-24-2007, 02:49 PM
its becuase you already have the table and becuase you uninstalled and reinstalled its trying to execute the query again.

baddude
04-24-2007, 03:00 PM
I got the error when I just tried to upgrade.. Thats before I tried to uninstall it to try and fix the problem... Which didn't fix it so I went and deleted those tables and still cant install it.. Thanks

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
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
I keep getting this error when attempting to upload the plugin xml file:


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 (http://www.talkjesus.com/adminxpanel/plugin.php?do=productimport)
Referrer : http://www.talkjesus.com/admincp/plugin.php?do=productadd (http://www.talkjesus.com/adminxpanel/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.


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
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.php?p=1234969&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
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
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?

eXtremeTim
04-27-2007, 03:31 PM
when I get it all phrased yes

kewl1uk
04-27-2007, 05:41 PM
yikes!! your branding includes AdSense Ads? man..that's a little much don't ya think? :(

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.

Yikes again! I was going to install until I saw this: Shouldn't this script be reasonably mature and reasonably without errors before it is charged for? Your time is your investment for the future and you shouldn't ask people to pay for an immature script and neither should you force Adsense ads upon people. Sorry, no install but I'll keep an eye on this thread to see when the script is mature and then I'll consider forking out my 15 bucks! Oops, sorry, you're not charging people, you're asking for a donation. Well, others do that without forcing Adsense ads!

3dsoft
04-27-2007, 05:56 PM
quotes "" show up as a html "&quot;" in the chat

Same problem here. :confused:

baddude
04-27-2007, 09:17 PM
okk I got it installed and I like it much better but the adsense ads must go.. I will donate my $15 when it is final.. So when u get all the bugs worked out and get the usergroups permissions added I will Donate.. Thanks

Ryloth
04-27-2007, 10:01 PM
okk I got it installed and I like it much better but the adsense ads must go.. I will donate my $15 when it is final.. So when u get all the bugs worked out and get the usergroups permissions added I will Donate.. Thanks

Same here......

I also liked it better when just the chat box opened up in a new window and not the whole damn site.

eXtremeTim
04-27-2007, 10:29 PM
okay ill make an option to control how the chat window opens up.

morpheusXIIX
04-27-2007, 10:38 PM
I love the new updates, but I also agree that the chat should have an option to open into a new window.

Great work no less. I love the ajax integration.

eXtremeTim
04-27-2007, 11:09 PM
for all users having issues with the style spacing not being correct do the following.

in vBChat.php find:


$chat_page .= "<table height='100%' border='0'>";



replace with

$chat_page .= "<table height='100%' border='0'><tr><td colspan\"2\" height=\"100%\"></td></tr>";

Che_1955
04-28-2007, 12:09 AM
Turkish language a character problem ( İçşğ ) :S

hydrostatic
04-28-2007, 12:34 AM
Once this project matures, I will be interested in removing the ads and whatnot. I like it so far, but lots of symbols are not working - such as >, <, &, ", ' etc. Once those are fixed, I'll be glad to donate $15 for removal of the ads so I can formally open up the vBChat on my site.

eXtremeTim
04-28-2007, 12:44 AM
to fix that problem do the following

in vBChat.php find

htmlspecialchars_uni($message)


Replace with:

$message



This will fix the " ' < > problem

physi
04-28-2007, 11:02 AM
Turkish language a character problem ( İ?şğ ) :S
Same in greek. I had tried the demo in earlier versions and the greek characters showed up correctly.

eXtremeTim
04-28-2007, 02:19 PM
Can somebody confirm if i fixed this problem on my demo site (the characters problem)

physi
04-28-2007, 02:58 PM
Nope, greek characters in your demo site still appear like this: %u03B1 (this is the greek a, alpha).

Fearlessninja
04-28-2007, 03:25 PM
After I installed this new 2.90 version, the chat frame turned messed up as well as the online people list on the right. Maybe it has something to do with the window turning into the whole site and not small anymore.

physi
04-28-2007, 03:38 PM
After I installed this new 2.90 version, the chat frame turned messed up as well as the online people list on the right. Maybe it has something to do with the window turning into the whole site and not small anymore.
It's fixed, read previous postings... ;)

TPOCJames
04-28-2007, 06:03 PM
Hmm, installed and working perfectly, except for PMs. They don't seem to be doing anything when I click them.

killerkraft
04-28-2007, 07:18 PM
Hello and greetings from Portugal.

I've installed V2.9 nd yes it is much more faster and smooter.

I've found a small problem with the Portuguese, i.e., if i typs let's say Ol? ( meens hello ) it does not post and if you try again it says Post in Progress.

Wath could that be ?

Sorry for any bad english...

KK

Edited just to say that previous versions did accept Portuguese characters

vuiveclub
04-28-2007, 07:57 PM
How many Queries does this vBchat take why chatting? I mean per entering a message. Thank you for this hack, very cool!

Fearlessninja
04-28-2007, 08:13 PM
Here is another problem...this popup "vBChat.php?&do=exit" keeps displaying and then auto-closing then displaying....very annoying.

bluidkiti
04-28-2007, 08:51 PM
I have installed the chat. I like except for how the smilies show up randomly at the bottom. I have hundreds of smilies. Is there anyway to have them show up like you would for a post including having the More smilies link?

dbirosel
04-28-2007, 09:10 PM
I have installed the chat. I like except for how the smilies show up randomly at the bottom. I have hundreds of smilies. Is there anyway to have them show up like you would for a post including having the More smilies link?
That would be another great addition.

Snake
04-28-2007, 10:58 PM
Here is another problem...this popup "vBChat.php?&do=exit" keeps displaying and then auto-closing then displaying....very annoying. I believe that has been fixed by Tim already but we'll see if we can kill that annoying little popup for good.

I have installed the chat. I like except for how the smilies show up randomly at the bottom. I have hundreds of smilies. Is there anyway to have them show up like you would for a post including having the More smilies link? Oh yeah, I'd love to see something like that as well. I'll be sure to inform Tim about that. Thanks for the idea.

vgevolution
04-29-2007, 02:40 AM
I like how this mod is shaping up, but I can't use it while Adsense ads are used. I cannot have them on my site unless they are my own. I'm curious how you got permission to have your ads placed on third-party sites. :erm: IMHO, the usage of ads has officially made this mod "adware", and it should be made obvious in the description before unsuspecting admins install this.

I'd love to buy a copy when usergroup permissions are implemented. It looks great, but I'm not going to risk my Adsense account to test it. Without usergroup permissions for things like viewing public rooms, creating rooms/private rooms, joining specific rooms, etc, I can't justify paying for it right now. I can't wait to see what you do with it.

For the fifteen minutes I had it installed, it ran very smooth, and I'm sure it'll become a great paid mod in the future once more advanced options are implemented. :up:

I'll make a suggestion: make a free version (like this version), and make a paid Pro version with private rooms, advanced usergroup permissions, etc. Use the free version to advertise the Pro version, and I think you'll do quite well. I'd pay for the Pro version in a heartbeat. Just a suggestion, mind you.

Keep up the great work.

eXtremeTim
04-29-2007, 07:12 AM
I was under the impression the purpose of vbulletin.org was to "share" creativity not
"scheme" for solicitations. Yes, of course we all have the right to be "justly compensated", when properly justified and within the proper context.

However, when you invoke money into the equation...that's a whole new ball game...i.e., accountability, warrants as to merchantability...on and on. Let's all be cautious about putting our hand out for money, because there are dire ramifications on many legal fronts.

If you want to sell your wares...go ahead...but do it on your own site and let the rest of us interact with this site as it was intended.

Also, to the creator (extremetim) of this hack, you might want to take the google ads off...as that could be a problem for you if and when google finds out.

Also, you might want to let everyone know that if they uninstall the hack, they will have to manually delete "2" tables from the database.

Nice hack though...
You know what I dont think a $15 donation is to much to ask for this script compared ive been busting my ass on it. Without the ad nobody donates on this site besides maybe one or 2 people. So the ads were only put in to entice people to donate. If you have a problem with that dont use the hack I dont care. Im the one spending hours on end working on this hack and sharing it for free to the community. Be glad and enjoy it or there wont be a free version in the end.

Turbosport
04-29-2007, 07:23 AM
The AdSense in in clear violation of Googles policy !

dbirosel
04-29-2007, 07:40 AM
Aren't you bustin your ass off for the community because you enjoy what your doing for the community? Honestly, it shouldn't be all about the money, but actually caring for the community and feeling good about the great contribution you made.

3dsoft
04-29-2007, 07:59 AM
How about an option to turn this phrase "user enters the room" or "user leaves the room" off. The users don't like it to be announced when entering the room. ;)

vip-q.com
04-29-2007, 08:48 AM
Hi

I Realy like the AJAX VBCHAT 2.9

but there are some error like ( \exit )

and I can't use it with Arabic & if I use it with RTD the user name be in the middle

see the Attach file

adrianus
04-29-2007, 09:27 AM
I have flashchat installed but considering to change. How is this hack compared to flashchat? What is the advantages and disadvantages?

kewl1uk
04-29-2007, 09:34 AM
I have flashchat installed but considering to change. How is this hack compared to flashchat? What is the advantages and disadvantages?

The main disadvantages are that there are bugs and that there are adsense ads unless you fork out a $15 "donation". Personally, I don't mind paying for a good modification so I'm keeping a watch on this. For now I have X7 Chat installed and authenticating forum members!

giovannicosta
04-29-2007, 10:08 AM
Hmm...your google ads appear, can we change it to ours?

Snake
04-29-2007, 11:42 AM
I recommend everyone to wait patiently until v3.0 is released since it'll be a major release with many new features, additions and bug fixes. Though your suggestions are always welcomed! :)

Brew
04-29-2007, 08:21 PM
This mod has a lot of potential!

One thing I would like to see added is a tick box for letting the visitor be informed if someone enters/exits the room he's in. I spend most of my time surfing and would like to be told if someone else is in the room. A very small "blip" sound or something would be nice.

Another thing would be the ability to be in more than one room at a time. Maybe have a tabbed arrangement at the top in order to switch between rooms :)

Thanks!

odie3
04-29-2007, 10:26 PM
Pretty cool and easy to install.

However it seems that my smilies break the formating. I guess I have some rather big smilies and when I disabled the smilies vBchat text messaging format was corrected. EDIT THE BELOW CORRECT MY FORMAT ISSUE:

Also, when going to chat it creates a very large window in FireFox that I can not resize [so I do a right click to open in a new tab]. Anyway not to have it open in such a large un-sizable window?

for all users having issues with the style spacing not being correct do the following.

in vBChat.php find:


$chat_page .= "<table height='100%' border='0'>";



replace with

$chat_page .= "<table height='100%' border='0'><tr><td colspan\"2\" height=\"100%\"></td></tr>";

hydrostatic
04-29-2007, 11:31 PM
Branding free licenses are now available for $29.95. Please contact me for details.
If I buy that, can I remove the Adsense Ads too?

hydrostatic
04-29-2007, 11:38 PM
to fix that problem do the following

in vBChat.php find

htmlspecialchars_uni($message)
Replace with:

$message
This will fix the " ' < > problem
I can't find it... but I downloaded the most recent version and the > < ' " are still not working.

EDIT: Moreover, the commands are not working. I'm referring to the /ban and /unban commands. The PM feature is also not working.

Once these errors are fixed, I am willing to purchase a Branding Free option.

eXtremeTim
04-30-2007, 06:23 AM
If I buy that, can I remove the Adsense Ads too?
Yes you can.

eXtremeTim
04-30-2007, 06:24 AM
I am working hard on bug fixes and not everything is fully working its a work in process. Please be patient as I get everything updated. I hope to release 2.9.1 today which will contain all the needed bug fixes as well as including a new session system to avoid the chat from effecting the users online.

Snake
04-30-2007, 03:02 PM
This mod has a lot of potential!

One thing I would like to see added is a tick box for letting the visitor be informed if someone enters/exits the room he's in. I spend most of my time surfing and would like to be told if someone else is in the room. A very small "blip" sound or something would be nice.

Another thing would be the ability to be in more than one room at a time. Maybe have a tabbed arrangement at the top in order to switch between rooms :)

Thanks! I'm loving the first idea of yours but not the second one 'cause it's really pointless. Besides, you can do that already in the latest versions of Firefox and Internet Explorer using the tab system. ;) So yeah.

If I buy that, can I remove the Adsense Ads too? Yes, the copyright will be fully removed including the ads.

I can't find it... but I downloaded the most recent version and the > < ' " are still not working.

EDIT: Moreover, the commands are not working. I'm referring to the /ban and /unban commands. The PM feature is also not working.

Once these errors are fixed, I am willing to purchase a Branding Free option. Yes, we are aware that the commands aren't working already including the PM (Private Message). We're hoping to release v2.9.1 real soon which includes all the bug fixes mostly but please be patient.

Endurer
04-30-2007, 06:02 PM
Sounds promising, I will keep an eye on it. :)

Ryloth
04-30-2007, 08:05 PM
I check this thread multiple times daily just hoping a new version is released......

hydrostatic
04-30-2007, 08:21 PM
If I have two sites and I want the brand to be gone on one and the ads to be off on both, how much do I have to pay?

eXtremeTim
05-01-2007, 09:57 AM
2.9.1 released

eXtremeTim
05-01-2007, 11:24 AM
Anybody whos using a multicharacter language and already downloaded 2.9.1 please redownload as the multicharacter language problem has been fixed now.

Brew
05-01-2007, 11:32 AM
Thanks for your reply eXtremeTim!

I agree about the ability to be in different rooms. I had forgotten about the tabs in FF and now IE.

How about a block for the front page, using vbAdvanced, to show who's in the chat room?

eXtremeTim
05-01-2007, 11:49 AM
Thats coming still. :)

As well as a chat log viewer :)

Termi
05-01-2007, 11:50 AM
Hi,

i've got a new mistake ;/

when i'm posting a message the message cames under the user.

I've made an screen

pls look at



thanks for helping:)

eXtremeTim
05-01-2007, 11:56 AM
Get a few posts in there and that problem will vanish. Particularly around 20 messages and that problem is gone. I have a fix that works on some sites included into the newest release but I guess it doesn't work on all sites or else all browsers.

eXtremeTim
05-01-2007, 11:58 AM
Just so you all know for anybody using flashchat this should be much more server friendly then flashchat is.

beduino
05-01-2007, 12:15 PM
first of all ... tks extremeTim!!!
one question:
i don't find usergroups permissions...

- Usergroup Permissions
--- Group Can Create Custom Rooms (Yes/No)
--- Group Can Join Custom Rooms (Yes/No)
--- Group Can Join Permanent Rooms (Yes/No


i install the very fresh version.

other - a little stupid...sorry - who is 'staff'? admin and mods?

all the best
and tks
joao barroca
aka beduino

eXtremeTim
05-01-2007, 12:21 PM
The usergroup permissions havent been reimplemented yet. I am working hard to get them setup soon so we can enjoy them.

Termi
05-01-2007, 03:46 PM
Great now :) :)

it's working :o

another question ^^

ist there away to clear the screen (messages) when logging out ?

thanks greets Termi

pappy1961
05-01-2007, 04:05 PM
But I am stuck with vb 3.6.4 cause the server is running php 4.3.11. Will this one work in my version of VB?????????

dbirosel
05-01-2007, 05:04 PM
Thats coming still. :)

As well as a chat log viewer :)
Hmm a chat log viewer. It would be great to have something on our forum home where it shows the current conversation happening on vBChat and having text over that saying "Click Here To Join The Chat!". So instead of stressing our server having the vBChat on our forum home, it will just update throughout every refresh someone does and clicking that chat viewer will direct them to the chat in a new page?

dbirosel
05-01-2007, 05:11 PM
Bug:

I posted a few times and it worked. After a while it would just keep me stuck at Posting in progress and not letting me say anything.. This one was on your demo chat and i was using Opera Browser.

auctionguy
05-01-2007, 06:27 PM
How do i upgrade to 2.9.1 ? Just over write the XML ?

dbirosel
05-01-2007, 06:35 PM
How do i upgrade to 2.9.1 ? Just over write the XML ?
To upgrade, overwrite. Same for most mods out there.

Ryloth
05-01-2007, 07:09 PM
*Sigh*......

Still waiting on usergroup control......

eXtremeTim
05-01-2007, 08:47 PM
Usergroup permissions will be coming later tonight after I am done with finals. :)

United32
05-01-2007, 10:52 PM
This hack is very good! Thank you very much. :up:

I have to questions:

1. How can I turn these phrases "user enters the room" and "user leaves the room" off?

2. Right under "Users Chatting" is gradient_tcat, which is black, and text is also black. How can I change it to gradient_thead, which is grey?


Thank you in advance, and keep up the good work! :)

eXtremeTim
05-01-2007, 11:53 PM
I am planning to remove them in the upcoming 2.9.2 because of issues in the current manor for how they work.

United32
05-02-2007, 12:07 AM
I am planning to remove them in the upcoming 2.9.2 because of issues in the current manor for how they work.
Thank you for the answer.

What can I do with my other problem? It is black text on the black background. :o

GrendelKhan{TSU
05-02-2007, 06:55 AM
I actually don't have a problem with the idea of programmers putting (obvious) ads in a mod and paying to not see them (as long as they are not hidden, its standard practice for lots of internet forums and stuff).

however, this is correct:
The AdSense in in clear violation of Googles policy !

You are at risk of getting your adsense banned from google. And believe me, they are better than you think at find out this stuff. and its very much a pain in the arse to get it back.

that said, it IS possible that this puts people who INSTALL and USE your mod at risk of Google TOS violation as well...like if they already have Adsense on their site and this puts them over the limit. That is clearly unfair. I mean one thing to add it to your mod for donation incentives (again, which I think is fine), but its another thing for it to put users at risk).

its your gamble, but I recommend finding another Ad network for your mod... there are plenty out there, and in fact, some of the other ones pay out a lot better anyway. ;)

ps. I've been in internet ad industry for years. but you don't have to believe me, check out from other sources yourself.

eXtremeTim
05-02-2007, 07:02 AM
I am planning to replace the google ads soon. They were just a temp solution on a ad account I havent been using the last year.

GrendelKhan{TSU
05-02-2007, 07:53 AM
I am planning to replace the google ads soon. They were just a temp solution on a ad account I havent been using the last year.

good to hear. great mod btw. :)

also, do we have reupload the files for the upgrade? or is just reimporting the product (overwrite) good enough?

eXtremeTim
05-02-2007, 09:44 AM
reupload the files.

maroceve
05-02-2007, 09:58 AM
where is the code so we can change it ourselves ?

bollie
05-02-2007, 01:31 PM
a waiting on usergroup control

Snake
05-02-2007, 03:18 PM
good to hear. great mod btw. :)

also, do we have reupload the files for the upgrade? or is just reimporting the product (overwrite) good enough? Yes, overwrite the existing XML product file with the new one and replace all the new files via FTP.

where is the code so we can change it ourselves ? What are you talking about?

killerkraft
05-02-2007, 03:35 PM
Hello,

Still no working version on Portuguese characters.

If you try to shout ol? como est?s you get no result, and get the posting in progress message.

Sorry for this again but it's the only error i've found in the mod.

KK

eXtremeTim
05-02-2007, 04:12 PM
2.9.2 released

Snake
05-02-2007, 04:20 PM
Usergroup system has been finally implemented in v2.9.2! Enjoy the release everyone. :)

wizardan
05-02-2007, 04:23 PM
I see two documents going to the forum root in the 2.9.2 zip I just downloaded.
chat.php and vBchat.php

Is that the way it's supposed to be?

Dream
05-02-2007, 04:25 PM
Were the google ads removed from this version?

eXtremeTim
05-02-2007, 04:25 PM
Yes one is a legacy file for the minichat addon.

eXtremeTim
05-02-2007, 04:26 PM
Were the google ads removed from this version?
I didnt have time to find another ad program yet I will update when I do.

wizardan
05-02-2007, 04:37 PM
Yes one is a legacy file for the minichat addon.
Thank you.

Upgraded well. Permissions work.
Would still like to see a proper 'exit' clickable button, and a 'cleaner' smilie display.

eXtremeTim
05-02-2007, 04:47 PM
Your welcome and theres still plenty more to come :)

abdulla1
05-02-2007, 07:54 PM
The system is working perfecty thanks. But i have a suggestion,
the message box that it shows when you press enter if there's not text entered is so annoying.

how can i change the Vbchat button to just Chat? i updated the mod but still the same.

thanks

Ryloth
05-02-2007, 08:40 PM
Oh boy! Usergroup permissions!

Time to test this bad boy out.......

Ryloth
05-02-2007, 08:46 PM
So are the vbchat files needed anymore? I noticed you renamed the files to just "chat."

Also, where can I control a Usergroups access?

wizardan
05-02-2007, 08:52 PM
Also, where can I control a Usergroups access?
Admin CP>>>Usergroups
Edit each group.
Default permissions are set to 'no' it looks like.

Ryloth
05-02-2007, 08:55 PM
Admin CP>>>Usergroups
Edit each group.
Default permissions are set to 'no' it looks like.

I see that but there are no descriptions as to what I am doing or granting access too...... That field it just blank with boxes that I can check.

And I get the following error when I set anything to what could be "yes":

Database error in vBulletin 3.6.4:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<span style=\"color: #FF3300; font-weight: bold;font-style: italic;\">',
`closetag` = '</span>',
`passwordexpires` = '0',
`passwordhistory` = '360',
`canpostmedia` = '1',
`canviewmedia` = '1',
`ecdownloadpermissions` = '16243',
`ecexcludecatlist` = '',
`ecdownloadsmaxuploadtotal` = '-1',
`ecdownloadsmaxdailydl` = '-1',
`ecdownloadsmaxdailyfiles` = '-1',
`ecdownloaddelaygrp` = '-1',
`ewt_chat` = '8',
`postsforurls` = '5',
`forumpermissions` = '1048575',
`attachlimit` = '0',
`pmquota` = '5000',
`pmpermissions` = '7',
`pmsendmax` = '200',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions` = '1039138751',
`genericoptions` = '55',
`profilepicmaxwidth` = '300',
`profilepicmaxheight` = '300',
`profilepicmaxsize` = '30720',
`avatarmaxwidth` = '137',
`avatarmaxheight` = '87',
`avatarmaxsize` = '20000',
`signaturepermissions` = '234751',
`sigpicmaxwidth` = '600',
`sigpicmaxheight` = '110',
`sigpicmaxsize` = '30720',
`sigmaxrawchars` = '550',
`sigmaxchars` = '500',
`sigmaxlines` = '8',
`sigmaxsizebbcode` = '2',
`sigmaximages` = '5'
WHERE usergroupid=6;

MySQL Error : Unknown column 'ewt_chat' in 'field list'
Error Number : 1054
Date : Wednesday, May 2nd 2007 @ 04:56:59 PM
Script : http://www.XXX.com/forums/admincp/usergroup.php?do=update
Referrer : http://www.XXX.com/forums/admincp/usergroup.php?do=edit&usergroupid=6
IP Address : 24.210.70.125
Username : XXX
Classname : vB_Database_MySQLi

And yes I did uninstall the previous version and uploaded/overwrote everything to this version.

Snake
05-02-2007, 09:00 PM
So are the vbchat files needed anymore? I noticed you renamed the files to just "chat."

Also, where can I control a Usergroups access? Yes, it was me who renamed the files to "chat" so the "vBChat.php" file is no longer needed unless you're using the addon.

I see that but there are no descriptions as to what I am doing or granting access too...... That field it just blank with boxes that I can check.

And I get the following error when I set anything to what could be "yes":

Database error in vBulletin 3.6.4:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<span style=\"color: #FF3300; font-weight: bold;font-style: italic;\">',
`closetag` = '</span>',
`passwordexpires` = '0',
`passwordhistory` = '360',
`canpostmedia` = '1',
`canviewmedia` = '1',
`ecdownloadpermissions` = '16243',
`ecexcludecatlist` = '',
`ecdownloadsmaxuploadtotal` = '-1',
`ecdownloadsmaxdailydl` = '-1',
`ecdownloadsmaxdailyfiles` = '-1',
`ecdownloaddelaygrp` = '-1',
`ewt_chat` = '8',
`postsforurls` = '5',
`forumpermissions` = '1048575',
`attachlimit` = '0',
`pmquota` = '5000',
`pmpermissions` = '7',
`pmsendmax` = '200',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions` = '1039138751',
`genericoptions` = '55',
`profilepicmaxwidth` = '300',
`profilepicmaxheight` = '300',
`profilepicmaxsize` = '30720',
`avatarmaxwidth` = '137',
`avatarmaxheight` = '87',
`avatarmaxsize` = '20000',
`signaturepermissions` = '234751',
`sigpicmaxwidth` = '600',
`sigpicmaxheight` = '110',
`sigpicmaxsize` = '30720',
`sigmaxrawchars` = '550',
`sigmaxchars` = '500',
`sigmaxlines` = '8',
`sigmaxsizebbcode` = '2',
`sigmaximages` = '5'
WHERE usergroupid=6;

MySQL Error : Unknown column 'ewt_chat' in 'field list'
Error Number : 1054
Date : Wednesday, May 2nd 2007 @ 04:56:59 PM
Script : http://www.newtiburon.com/forums/admincp/usergroup.php?do=update
Referrer : http://www.newtiburon.com/forums/admincp/usergroup.php?do=edit&usergroupid=6
IP Address : 24.210.70.125
Username : Ryloth
Classname : vB_Database_MySQLiAnd yes I did uninstall the previous version and uploaded/overwrote everything to this version. Are you sure you have uploaded the product file already via the Admin CP?

sonichero
05-02-2007, 09:01 PM
Darnit i just downloaded yesterday!!!

oh well, need this...

Ryloth
05-02-2007, 09:49 PM
Yes, it was me who renamed the files to "chat" so the "vBChat.php" file is no longer needed unless you're using the addon.

Are you sure you have uploaded the product file already via the Admin CP?

Yes, I did upload the lastest product. I will uninstall and try again......

Ryloth
05-02-2007, 09:54 PM
Ok, apparently I reuploaded 2.9.1...... 2.9.2 appears to be working so far.

I'm sorry.

Ryloth
05-02-2007, 10:05 PM
Ok, when I try to prune anything I get a "The page cannot be found" error.

Snake
05-02-2007, 10:37 PM
Yes, we are aware of that already. The prune section of the ACP is down while we're working on it and update its code. It should be working in the next release of the hack.

sonichero
05-02-2007, 11:10 PM
how would i go about making the window a certain size? like a traditional chat room.

Fungsten
05-03-2007, 12:13 AM
Love it! One question, How do you hide the "Default Chat Room"? Or PW Protect it? Thanks! Great Mod!

beduino
05-03-2007, 01:49 AM
I'm a huge fan o vBChat and his add-on, minichat!
Tks a lot
I make the upgrade and works fine.... but.... i have now 2 box in admincp EWT vBChat AND vBChat ....

what i doing wrong?
how I fix this little thing?
all the best
joao barroca
aka beduino

whiteeagle0
05-03-2007, 02:16 AM
just a question...

isn't putting google ads on 10mil sites using a modifacation a form of breaking the tos on google ads?

just a question

sonichero
05-03-2007, 02:27 AM
yes it is. he is working on it.

I do believe it is also illegal to have them on your site at all because it is not the assigned site.

whiteeagle0
05-03-2007, 02:35 AM
so does that mean i can remove them i know how...

i will remove the ads

but keep his copyright intact on the chat thingy i hate ads ROFL XD

EDIT: removed the ads.... if they needed to be on then i will put them back but will need the ad code

eXtremeTim
05-03-2007, 03:33 AM
If you read in the thing where you just removed the ads from it states you must donate $15 to be able to remove them.

whiteeagle0
05-03-2007, 04:17 AM
If you read in the thing where you just removed the ads from it states you must donate $15 to be able to remove them.

yes but isn't it illgal to have google ads on someone elses site... thats what sonichero said...


EDIT: I Will Add It Back But I Need The Code Agine.

auctionguy
05-03-2007, 05:08 AM
I have a ver. 2.5 and I need to install the latest but I do not see any upgrade instructions in the docs. How do I upgrade??

sonichero
05-03-2007, 05:31 AM
If you read in the thing where you just removed the ads from it states you must donate $15 to be able to remove them.

You can't expect us to support "illegal" activity, as i dont want to be banned from adsense (i dont know if i can because of this). Give me another Ad program and ill be happy to implement it.

If you so absolutely desire ill uninstall Chat until you do, but i dont think you would much care as my board isnt active yet...

GrendelKhan{TSU
05-03-2007, 05:51 AM
thanks!! :)

eXtremeTim
05-03-2007, 06:48 AM
Dude I dont care about the ads all im asking is people donate to help support the hack.

I only put the ads there to entice people to donate since this hack is consuming quite a bit of my time and I was nice enough to release it for free.

eXtremeTim
05-03-2007, 06:49 AM
I will be replacing the banner ad soon with an ad for my gaming site so we can all be legal and not have these problems.

GrendelKhan{TSU
05-03-2007, 06:53 AM
great stuff!!!

Future version Feature Request:

1. option for sound notification when someone joins chat (maybe even visual notification - flashing or something). I'm always mulitasking.. so keep losing out on replies or when people come into chat room. they leave beforeI realise. heh.

2. user group option to "see chat, but can't login/chat" :)

eXtremeTim
05-03-2007, 07:00 AM
One of the chat users is working with me right now to make a banner for me to replace the google ads with. :)

See im not so bad a guy. ;) Just trying to help fund the development for this hack is all since theres alot to be done with this hack to make it the best. :)

sonichero
05-03-2007, 07:04 AM
never said you were... in fact i love your mods, got 4 of them installed, P. Commenting, talkerbot, chat + addon. Love them

keep up the good work!

eXtremeTim
05-03-2007, 07:10 AM
:)

I should have the banner shortly. :)

eXtremeTim
05-03-2007, 07:43 AM
2.9.3 released

EWT vBChat 2.9.3 Changes
-Fixed prune pages
-Fixed user ban page
-Replaced google adsense ad with a image banner
-Fixed various other things.

To upgrade just upload all the files in the package and reupload the xml product.

Yes this means upload vBChat.php from the package as well this is a legacy file used by the minichat addon.

sonichero
05-03-2007, 07:51 AM
can you just post the banner code? Thanks!

or can someone else?

eXtremeTim
05-03-2007, 07:52 AM
This version contains bug fixes as well.


EWT vBChat 2.9.3 Changes
-Fixed prune pages
-Fixed user ban page
-Replaced google adsense ad with a image banner
-Fixed various other things.


heres the new banner code
<!--- Removing these ads is not allowed unless you have made a donation of $15 or more --->
<a href="http://www.extremegamezone.com/forums/index.php"><img src="http://www.extremegamezone.com/forums/images/xgz-banner.png" border="0" /></a>
<!--- Removing these ads is not allowed unless you have made a donation of $15 or more --->

sonichero
05-03-2007, 07:56 AM
are the usergroups all set to "no" as a default? because i have upwards of 20 groups...

eXtremeTim
05-03-2007, 07:57 AM
by defualt it sets admins,mods,and supermods to on.

GrendelKhan{TSU
05-03-2007, 09:58 AM
great stuff!!!

Future version Feature Request:

1. option for sound notification when someone joins chat (maybe even visual notification - flashing or something). I'm always mulitasking.. so keep losing out on replies or when people come into chat room. they leave beforeI realise. heh.

2. user group option to "see chat, but can't login/chat" :)

any thoughts on these?


2.9.3 released



EWT vBChat 2.9.3 Changes
-Fixed prune pages
-Fixed user ban page
-Replaced google adsense ad with a image banner
-Fixed various other things.


To upgrade just upload all the files in the package and reupload the xml product.

Yes this means upload vBChat.php from the package as well this is a legacy file used by the minichat addon.


omg ...great job with the fast updates... but SHEESH!!! almost hard to keep up.. I JUST upgraded to 2.9.2!! heh. keep it up! :)

wizardan
05-03-2007, 10:21 AM
2.9.3 working well on heavily styled and hacked board:)
Keep up the great development!

abdulla1
05-03-2007, 10:45 AM
please in the next release remove the message box that says " you must enter a message"
Its annoying! thanks

eXtremeTim
05-03-2007, 10:52 AM
that message exists to keep you from running the ajax for no reason :P

eXtremeTim
05-03-2007, 10:53 AM
Your welcome and I will release more details on just what all im planning soon but for now just keep giving me ideas.

abdulla1
05-03-2007, 11:39 AM
an idea is a small photo next to each user signed in. Some photos to choose from. would be great.

eXtremeTim
05-03-2007, 01:25 PM
So hopefully everybody is having less problems now then they were yesterday. :)

United32
05-03-2007, 02:56 PM
Hello!

Thank you for the new version!

Can you make it possible for links to appear like hyperlinks? It is not possible to click on url's, and even not possible to copy them, sometimes (scrollbar is moving).

3dsoft
05-03-2007, 03:36 PM
I prefer the following:

1) Language file support
2) Nicer layout/ design (checkout yahoo's messenger: http://tinyurl.com/2o3yzc)
3) Smilies not to show up more than once

Other than that... the chat rocks!

bolly.beats
05-03-2007, 03:46 PM
I have Installed your new version, but still in the Admin Pannel it shows 2.9.2. Why is that so?

Have given the attachment too. Also I want to ask few questions:

1) Can we have the The color codes of usergroup in the Room also? Because it becomes tough to recognize admins and mods for members, so you know they spam n give us pain.:mad:

2) Can we delete a single message [spam/bad words] in the chat room?:erm:

3) How to Display smiles in more then 1 line? [all the smiles streches the page and appears in single line]:erm:

Hope to have your reply soon. :up:

redtaz
05-03-2007, 03:53 PM
I have Installed your new version, but still in the Admin Pannel it shows 2.9.2. Why is that so?

Have given the attachment too. Also I want to ask few questions:

1) Can we have the The color codes of usergroup in the Room also? Because it becomes tough to recognize admins and mods for members, so you know they spam n give us pain.:mad:

2) Can we delete a single message [spam/bad words] in the chat room?:erm:

3) How to Display smiles in more then 1 line? [all the smiles streches the page and appears in single line]:erm:

Hope to have your reply soon. :up:

I would also like the first idea which you have so people can quickly know who are admins or mods on the chat.

whiteeagle0
05-03-2007, 04:47 PM
I will be replacing the banner ad soon with an ad for my gaming site so we can all be legal and not have these problems.


if u have a banner i will add it to my sites ad program so it will be displayed at the 1st post of every thread in my forum.

Snake
05-03-2007, 05:56 PM
1) Can we have the The color codes of usergroup in the Room also? Because it becomes tough to recognize admins and mods for members, so you know they spam n give us pain.:mad: That's what I was going to suggest to Tim last night about having that feature as well. I hope it'll be implemented anytime soon!

redtaz
05-03-2007, 06:17 PM
That's what I was going to suggest to Tim last night about having that feature as well. I hope it'll be implemented anytime soon!

if that feature is implemented i will add this asap.

Pirate45
05-03-2007, 07:12 PM
The demo doesn't seem to work. Where can I see this?

redtaz
05-03-2007, 07:23 PM
I have a suggestion. OK in javachat you can set a message which will always show up once someone enters the chat is there anyway that we can do that with vbChat? So we like type in a message and that message is automatically showed whenever someone joins the chat? I also have another suggestion i see that when someone is in the chat and if you go to view whos online it doesnt show them as if they were in the chat it simply says there viewing the index. Can you set it so that when someone is in the chat and if you go view the whos online it says there in the chat?

Fungsten
05-03-2007, 07:37 PM
folder. Should that also be uploaded too? Thanks.

Romeos Tune
05-03-2007, 08:23 PM
Suggestion:

Can we make something so that users can use a custom chat avatar or of course there's from the forums and it shows up to the left of their names in chat? That is one thing that my users want so bad. Heck, if you can get that implemented with usergroup control I'd be glad to donate more than 25.00.