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?


All times are GMT. The time now is 10:22 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.01316 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete