Plugin Directory

Changeset 764958


Ignore:
Timestamp:
08/30/2013 11:33:13 PM (13 years ago)
Author:
barcinc
Message:

fixed tags

Location:
barc-chat/tags/0.4.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • barc-chat/tags/0.4.2/barc.php

    r764951 r764958  
    44Plugin URI: http://barc.com
    55Description: 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.1
     6Version: 0.4.2
    77Author: Barc Inc.
    88Author URI: http://barc.com
     
    1616
    1717  // version of the plugin, must be updated with header version
    18   const version = '0.4.1';
     18  const version = '0.4.2';
    1919
    2020  // activation URL, should be changed to live version
     
    200200      case 'save_code':
    201201        $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
    202207        update_option(__class__.'_code', $activation_code);
    203208
  • barc-chat/tags/0.4.2/readme.txt

    r764951 r764958  
    22Contributors: barcinc,martinsuly
    33Donate 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, comments
     4Tags: chat, widget, plugin, comments, sidebar, forum, support, social, radio, comment
    55Requires at least: 3.1
    66Tested up to: 3.6
    7 Stable tag: 0.4.1
     7Stable tag: 0.4.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1717##### Current Features:
    1818
    19 - Share [pictures, videos,and music](http://i.imgur.com/X7Ikq5F.jpg) all within the chat
    20 - 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 chat
    22 - 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 deleted
    24 - Use real-time [language translation](http://i.imgur.com/WzeXFoz.jpg) to chat with people in different languages
    25 - Choose between a [‘floating widget’](http://i.imgur.com/HSzILr8.jpg) or [embedded](http://i.imgur.com/VKpsjSz.jpg) directly in the page
     19- 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
    2626
    2727Because 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.
     
    3030
    3131
    32 [youtube http://www.youtube.com/watch?v=hCIPZ3wA7_Q&list=TLi57VjyrL2Xo]
    33 
    34 [youtube http://www.youtube.com/watch?v=34uhHOSjRRs]
    35 
    3632== Screenshots ==
    3733
    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.
     341.
     352.
     363.
     374.
     385.
     396.
     407.
     418.
    4342
    4443== Installation ==
     
    4948
    5049== Changelog ==
     50
     51= 0.4.2 =
     52- Fixed website verification
    5153
    5254= 0.4.1 =
Note: See TracChangeset for help on using the changeset viewer.