Changeset 764958
- Timestamp:
- 08/30/2013 11:33:13 PM (13 years ago)
- Location:
- barc-chat/tags/0.4.2
- Files:
-
- 2 edited
-
barc.php (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
barc-chat/tags/0.4.2/barc.php
r764951 r764958 4 4 Plugin URI: http://barc.com 5 5 Description: Barc Chat provides a simple yet feature rich chat room for your whole community to interact in real-time directly on your site. You can have an unlimited number of users chatting simultaneously, it's completely free and there are no ads! 6 Version: 0.4. 16 Version: 0.4.2 7 7 Author: Barc Inc. 8 8 Author URI: http://barc.com … … 16 16 17 17 // version of the plugin, must be updated with header version 18 const version = '0.4. 1';18 const version = '0.4.2'; 19 19 20 20 // activation URL, should be changed to live version … … 200 200 case 'save_code': 201 201 $activation_code = stripslashes(trim(isset($_POST['code'])?$_POST['code']:'')); 202 203 // filter activation code 204 if (preg_match("/<script\>var __v='.[^']*?';<\/script\>/i", $activation_code, $o)) 205 $activation_code = $o[0]; 206 202 207 update_option(__class__.'_code', $activation_code); 203 208 -
barc-chat/tags/0.4.2/readme.txt
r764951 r764958 2 2 Contributors: barcinc,martinsuly 3 3 Donate link: http://barc.com/ 4 Tags: Chat, chat button, chat free, chat live, radio, chat online, chat plugin, chat support, Chat Widget, chat with visitors, chat wordpress, comments4 Tags: chat, widget, plugin, comments, sidebar, forum, support, social, radio, comment 5 5 Requires at least: 3.1 6 6 Tested up to: 3.6 7 Stable tag: 0.4. 17 Stable tag: 0.4.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 17 17 ##### Current Features: 18 18 19 - Share [pictures, videos,and music](http://i.imgur.com/X7Ikq5F.jpg)all within the chat20 - Users can live stream their [Webcam and microphone](http://i.imgur.com/6gCiphO.jpg)(using WebRTC)21 - Make rich interactive [polls](http://i.imgur.com/JCIKGUA.jpg)inside the chat22 - Chat as a guest or login using popular [Social Media](http://i.imgur.com/IKtybKQ.png)23 - Create [private](http://i.imgur.com/kkhd1Dx.jpg)chats rooms which can be permanently deleted24 - Use real-time [language translation](http://i.imgur.com/WzeXFoz.jpg)to chat with people in different languages25 - Choose between a [‘floating widget’](http://i.imgur.com/HSzILr8.jpg) or [embedded](http://i.imgur.com/VKpsjSz.jpg)directly in the page19 - Share pictures, videos,and music all within the chat 20 - Users can live stream their Webcam and microphone (using WebRTC) 21 - Make rich interactive polls inside the chat 22 - Chat as a guest or login using popular Social Media 23 - Create private chats rooms which can be permanently deleted 24 - Use real-time language translation to chat with people in different languages 25 - Choose between a ‘floating widget’ or embedded directly in the page 26 26 27 27 Because Barc is hosted in the cloud, you can have unlimited simultaneous users without any special configurations or performance hits to your site. Website owners can unlock moderation control which provides features such as Deleting comments, Banning users, Clearing the chat or Disabling guests from chatting. … … 30 30 31 31 32 [youtube http://www.youtube.com/watch?v=hCIPZ3wA7_Q&list=TLi57VjyrL2Xo]33 34 [youtube http://www.youtube.com/watch?v=34uhHOSjRRs]35 36 32 == Screenshots == 37 33 38 1. **Real-time Community** - Engage with everyone on your site, paste pictures/videos/music directly into the chat! 39 2. **Voice/Video** - Using cutting edge video technology, user’s can connect together with their camera/microphone without have to install anything. (For Chrome users only) 40 3. **Polls** - Create rich interactive polls where you can get feedback immediately! 41 4. **Translation** - Enable language translation to communicate with people from any country. 42 5. **Overlay Version** - Use Barc inside a page, or as a moveable 'widget' on your site. 34 1. 35 2. 36 3. 37 4. 38 5. 39 6. 40 7. 41 8. 43 42 44 43 == Installation == … … 49 48 50 49 == Changelog == 50 51 = 0.4.2 = 52 - Fixed website verification 51 53 52 54 = 0.4.1 =
Note: See TracChangeset
for help on using the changeset viewer.