WebChattr: Live Chat Rooms for Web and iPhone Users

MobileHacks

New Member
webChattr is your own real-time chat room, anywhere and any time you need one.

Key Features:

1) No server resources are used on your server

2) It's Free

3) It displays members' avatars, linked to their profile

4) No software to install

5) Works great in just about any desktop web browser

6) Access live chat rooms from your iPhone or iPod Touch.

7) Make up a simple Web Address to create a room, like... http://webchattr.com/go/wat ever you want

8) Participate in up to 5 chat rooms at the same time


More information on webChattr can be found Here

And now webChattr can be integrated with vBulletin with this module To install this module, you just need to import the product using the attached XML and that's it. The module adds a navbar link automatically called Chat (on the right) for logged in users.

Note: This module is available only to the users who are logged into your forum.
 
this hack is great save your bandwith and not tired your board but can we use like this shoutbox forumhome i try it but users seem guest i dont make it

i make like this code works great but users seem guest

PHP:
 <div align="center">
<if condition="$show['guest']">
<div class="highlight">
Yenitayfa Sohbeti Görmek İçin <a href="register.php">Kayıt Ol</a>malısınız
</div>
<else />
<div class="chattrBox" style="margin:0px;padding:0px;width:841px;height:458px;">
<script type="text/javascript">
webChattrInlineBox = true;
webChattrHideOptIn = true;
webChattrPictureUrl = '$PictureUrl';
webChattrProfileUrl = '$ProfileUrl';
webChattrNickName = '$NickName';
webChattrChannel = 'yourdomain.com';
</script>
<script type="text/javascript" src="http://vbsyndicationtools.webchattr.com/syndication/glue/generic.level.2.js"></script><noscript><a href="http://webchattr.com/">Live Chat Rooms</a> at webChattr.com</noscript>
</div>
</if>
 
Back
Top