Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[AJAX] EWT Chat 3.0.1 Lite Details »»
[AJAX] EWT Chat 3.0.1 Lite
Version: 3.0.0, by eXtremeTim eXtremeTim is offline
Developer Last Online: Feb 2008 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.5 Rating:
Released: 04-20-2007 Last Update: 05-07-2007 Installs: 104
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

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

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 04-21-2007, 04:22 AM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rjmjr69 View Post
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.
Reply With Quote
  #23  
Old 04-21-2007, 04:46 AM
auctionguy auctionguy is offline
 
Join Date: Mar 2007
Location: USA
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #24  
Old 04-21-2007, 05:03 AM
mktrilogy mktrilogy is offline
 
Join Date: May 2006
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

am confuse with the instruction specially for the chron.

i get this

Please Complete All Required Fields
Reply With Quote
  #25  
Old 04-21-2007, 05:40 AM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will you be including an archive of former posts? It's a pretty central feature in my opinion...
Reply With Quote
  #26  
Old 04-21-2007, 05:47 AM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #27  
Old 04-21-2007, 06:11 AM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #28  
Old 04-21-2007, 06:49 AM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #29  
Old 04-21-2007, 08:46 AM
projectego's Avatar
projectego projectego is offline
 
Join Date: Feb 2006
Location: UK
Posts: 724
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you!
Reply With Quote
  #30  
Old 04-21-2007, 09:09 AM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eXtremeTim View Post
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
Reply With Quote
  #31  
Old 04-21-2007, 10:38 AM
Dr.Alzaabi Dr.Alzaabi is offline
 
Join Date: Mar 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:02 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10384 seconds
  • Memory Usage 2,313KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete