How-Tos for Common Tasks

Issues encountered by ChatBlazer 8 Hosting and Virtual Server Hosting customers

How-Tos for Common Tasks

Postby samuel » Sat Feb 20, 2010 12:07 am

How do I use my own emoticons, sound clips and avatars?


  1. Log in to your account's control panel.
  2. Upload your own resource files. Please note the following restrictions.
    • Emoticons, Avatars -- SWF / JPEG
    • Audio -- MP3
  3. Edit your client configuration. The changes to be made are below. Search for the appropriate section.
    • Emoticons
      Code: Select all
      <emoticons enabled="true" allow="all" filebase="">
        <selector maxwidth="170" spacing="10"/>
        <emoticon code=":)" name="Smile" skinref="EmoticonSmile"/>

      Replace with your own file, e.g. mysmiley.swf. Replace the skinref attribute to the file attribute. There should not be any path in the value. e.g. "CBS1/mysmiley.swf" is wrong. You cannot link to a file hosted on another location either. e.g. "http://www.mydomain.com/mysmiley.swf".
      Code: Select all
      <emoticon code=":)" name="Sad" file="mysmiley.swf"/>
    • Audio messages
      Code: Select all
      <audiomessages enabled="true" allow="all" filebase="" listwidth="330" listheight="170" playalways="true">
        <audiomessage id="101" file="../default/audio/bogus.mp3" name="Bogus"/>

      Replace with your own file.
      Code: Select all
        <audiomessage id="101" file="mysound.mp3" name="My Sound"/>
    • Avatars
      Code: Select all
      <avatars maxwidth="40" maxheight="40" enabled="true" filebase="" defaultid="12">
        <custom-avatar enabled="true" script="http://host5.chatblazer.com/avatar.php" maxsize="30720"/>

      Replace with your own, e.g. myavatar.swf.
      Code: Select all
        <avatar id="9" name="My Avatar" file="myavatar.swf"/>
Samuel
ChatBlazer Support
samuel
Support Staff
 
Posts: 501
Joined: Fri Nov 01, 2002 4:06 am

Return to Hosting

Who is online

Users browsing this forum: No registered users and 1 guest

cron