The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] EWT Chat 3.0.1 Lite Details »» | |||||||||||||||||||||||||
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> 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> 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
|
Comments |
#72
|
|||
|
|||
Quote:
|
#73
|
|||
|
|||
I have found the source of that error and it will be fixed in 2.6 for now if you have that error go into the options and turn off the smilie X correction option and that should fix the fatal error.
|
#74
|
||||
|
||||
Yep, that worked. Can't wait for 2.6.
Thanks. |
#75
|
|||
|
|||
Because of the size of this hack and how fast the thread is growing I have added an advanced support forum on my site for people to post bugs and to come for support to help me better manage this hack.
http://www.extremewebtech.com/forums...support-forums |
#76
|
|||
|
|||
Version 2.6 released.
To upgrade just upload all the files and overwrite the product then go to options and configure your settings again. |
#77
|
|||
|
|||
I get this error when I tried to upgrade.. I tried it several times and then I went to the sever and deleted all files for the vbchat and unistalled the VBChat product and tried installing the product again but still doesnt work..
Database error in vBulletin 3.6.4: Invalid SQL: CREATE TABLE `vbchat_store` ( `sid` int(15) NOT NULL auto_increment, `s_postby` int(15) NOT NULL default '0', `s_message` mediumtext NOT NULL default '', `s_postime` int(15) NOT NULL default '0', `s_foruser` int(15) not null default '0', PRIMARY KEY (`sid`) ) TYPE=MyISAM;; MySQL Error : Table 'vbchat_store' already exists Error Number : 1050 Date : Tuesday, April 24th 2007 @ 10:17:44 AM Edit:: I went in and deleted the two table for VBChat 'vbchat_store' and vbchat_datastore' and now I get this error.. Database error in vBulletin 3.6.4: Invalid SQL: alter table user add vbchat_pref_font_face varchar(255) not null default '', add vbchat_pref_font_color varchar(255) not null default '', add vbchat_pref_user_ignore text not null default '';; MySQL Error : Duplicate column name 'vbchat_pref_font_face' Error Number : 1060 |
#78
|
|||
|
|||
i have the same error. with a basic install. and i don't recall having those tables...
i went on and did the same thing..deleting those tables and trying to install. hope i didn t do something wrong. |
#79
|
|||
|
|||
I've encountered the same problem as above, after uninstalling to check possible conflicts with another hack, and then attempting to re-install.
|
#80
|
|||
|
|||
its becuase you already have the table and becuase you uninstalled and reinstalled its trying to execute the query again.
|
#81
|
|||
|
|||
I got the error when I just tried to upgrade.. Thats before I tried to uninstall it to try and fix the problem... Which didn't fix it so I went and deleted those tables and still cant install it.. Thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|