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
  #142  
Old 04-28-2007, 08:51 PM
bluidkiti bluidkiti is offline
 
Join Date: Dec 2006
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #143  
Old 04-28-2007, 09:10 PM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bluidkiti View Post
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.
Reply With Quote
  #144  
Old 04-28-2007, 10:58 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fearlessninja View Post
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.

Quote:
Originally Posted by bluidkiti View Post
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.
Reply With Quote
  #145  
Old 04-29-2007, 02:40 AM
vgevolution vgevolution is offline
 
Join Date: Nov 2006
Location: Beyond the Looking Glass
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Quote:
Originally Posted by lsmba View Post
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.
Reply With Quote
  #147  
Old 04-29-2007, 07:23 AM
Turbosport Turbosport is offline
 
Join Date: May 2005
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The AdSense in in clear violation of Googles policy !
Reply With Quote
  #148  
Old 04-29-2007, 07:40 AM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #149  
Old 04-29-2007, 07:59 AM
3dsoft's Avatar
3dsoft 3dsoft is offline
 
Join Date: Nov 2002
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #150  
Old 04-29-2007, 08:48 AM
vip-q.com's Avatar
vip-q.com vip-q.com is offline
 
Join Date: Oct 2006
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #151  
Old 04-29-2007, 09:27 AM
adrianus adrianus is offline
 
Join Date: Sep 2006
Location: Indonesia
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have flashchat installed but considering to change. How is this hack compared to flashchat? What is the advantages and disadvantages?
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 06:30 AM.


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.05290 seconds
  • Memory Usage 2,322KB
  • 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
  • (4)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
  • (2)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