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-20-2007 10:00 PM

[AJAX] EWT Chat 3.0.1 Lite
 
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:
HTML Code:

<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:
HTML Code:

<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...305-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

Quote:

Originally Posted by Dream (Post 1232327)
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

Quote:

Originally Posted by Dream (Post 1232327)
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

Quote:

Originally Posted by Dream (Post 1232339)
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.

Quote:

Originally Posted by JamieLee2k (Post 1232340)
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 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

Quote:

Originally Posted by vortech1 (Post 1232376)
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

Quote:

Originally Posted by rjmjr69 (Post 1232425)
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

Quote:

Originally Posted by eXtremeTim (Post 1232463)
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

Quote:

Originally Posted by Ryloth (Post 1232625)
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. :)

Quote:

Originally Posted by Irisfire (Post 1232626)
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.


All times are GMT. The time now is 05:28 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.01459 seconds
  • Memory Usage 1,831KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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