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

 
 
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
  #262  
Old 05-04-2007, 01:33 PM
Ted Clore Ted Clore is offline
 
Join Date: Apr 2007
Location: Michigan
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, I installed. But have problems.

Shows up as an installed product. Is in the CP and vBulletin Options. Is on the lists up by the Calendar on the main menu in the Forums.

But when I click to open the Mod, I get an error message #HTTP 404 on a blank page that starts up.

Hmmm...

Any suggestions?
Reply With Quote
  #263  
Old 05-04-2007, 01:38 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Make sure if you are using vba cmps that you use the fullpath to the file on your server http://www.blah.com/blah/chat.php
Reply With Quote
  #264  
Old 05-04-2007, 02:22 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 redtaz View Post
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?
The "X Enters the Room" & "X Leaves The Room" has been removed in the current version since it wasn't functioning pretty well though it'll be back in the next release which is v2.9.4 or v3.0).

As for the chat being displayed in who's online, it was disabled by default for several reasons, however if you wanna have that feature to work again, open up the "chat.php" file using a text editor and comment out the line where it says "define('LOCATION_BYPASS', 1);" so it would like like this:

Quote:
// ---------------------------------------------------
// Start Define Important Constants
// ---------------------------------------------------
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'vbchat');
// define('LOCATION_BYPASS', 1);
Quote:
Originally Posted by Fungsten View Post
folder. Should that also be uploaded too? Thanks.
Uh no, the .bak files aren't needed to be uploaded as they are just "backup" files in case you've corrupted or messed up with any of the files in the pack.

Quote:
Originally Posted by Romeos Tune View Post
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.
That doesn't sound such a bad idea to me after all.

Quote:
Originally Posted by Nimrod. View Post
I currently have vbShout on my board and I dont like it. I am wanting to use this mod, but I was wondeing if it goes where vbShout is loveted, or a diffrent page?

Also, since I am wanting to replace this with vbShout, is it able to just have one chatroom and stay up all of the time without ever having to be closed out or stoped?

I've been keeping up with this mod ever since I stumbled upon it at version 2.5 and it seems that it has come a long way. Im glad to see the adware situation fixed.

Great mod and hope to instal it soon!
It opens as a popup page in a new window so yeah. In v3.0, you can choose your own method, whether to open it as a popup, current window, new window, etc. and adjust its width and height of the chat room. Yes, as you may know already, the "Default Room" is permanent so it can never be closed, pruned, stopped or any of that. If you would like to have a room as permanent where it should never closes and pruned, just set the "Room Permanent" option to "Yes" while creating a new room.

Quote:
Originally Posted by United32 View Post
How can we edit our own messages? Or edit messages from our members?
I don't believe you can do that already as it's not necessary, but if you would like to delete and prune your and other member's messages, use the "Prune Option" feature of the Admin CP section.
Reply With Quote
  #265  
Old 05-04-2007, 02:23 PM
Ted Clore Ted Clore is offline
 
Join Date: Apr 2007
Location: Michigan
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eXtremeTim View Post
Make sure if you are using vba cmps that you use the fullpath to the file on your server http://www.blah.com/blah/chat.php
What are vba cmps?
Reply With Quote
  #266  
Old 05-04-2007, 03:05 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack has now reached the stages where it has gone professional. I hope to release a lite version here later on. For support of this hack please visit my site.
Reply With Quote
  #267  
Old 05-04-2007, 03:15 PM
redtaz redtaz is offline
 
Join Date: Aug 2006
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eXtremeTim View Post
This hack has now reached the stages where it has gone professional. I hope to release a lite version here later on. For support of this hack please visit my site.
Woot thats great to know! And what would be the difference in the lite version?
Reply With Quote
  #268  
Old 05-04-2007, 03:18 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Less features as I release updates. Better support. This hack has over the last few weeks become my baby and I dont think $15 is to much to ask for it. Plus you will get priority support with the pro version while if and when I release a lite version its doubtful it will be supported.

http://www.extremewebtech.com/forums...hat#post628340
Reply With Quote
  #269  
Old 05-04-2007, 03:27 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uhm why the zip file was removed?
Reply With Quote
  #270  
Old 05-04-2007, 03:36 PM
Nimrod.'s Avatar
Nimrod. Nimrod. is offline
 
Join Date: Dec 2006
Location: California
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Damn, I should have downloaded the zip yesterday. Does anyone still have it? I would still like to try it out before buying it.
Reply With Quote
  #271  
Old 05-04-2007, 03:48 PM
Ted Clore Ted Clore is offline
 
Join Date: Apr 2007
Location: Michigan
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eXtremeTim View Post
This hack has now reached the stages where it has gone professional. I hope to release a lite version here later on. For support of this hack please visit my site.
Removing hack from my site.
Reply With Quote
 


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 12:33 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.05050 seconds
  • Memory Usage 2,323KB
  • 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
  • (9)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