Like SystemiConnectFri 15 Oct 2021, 04:50
Auto Save MessagesLGforumFri 26 Feb 2021, 13:31
New tutorial questionTheCrowMon 15 Feb 2021, 08:12
Support iOS Emojis (and other platforms)LGforumSun 14 Feb 2021, 01:25
LGforum (2806)
How to Install AWC Vote_lcapHow to Install AWC Voting_barHow to Install AWC Vote_rcap 
Mr.Easybb (1587)
How to Install AWC Vote_lcapHow to Install AWC Voting_barHow to Install AWC Vote_rcap 
Bloodbath (745)
How to Install AWC Vote_lcapHow to Install AWC Voting_barHow to Install AWC Vote_rcap 
Rukiafan (533)
How to Install AWC Vote_lcapHow to Install AWC Voting_barHow to Install AWC Vote_rcap 
Dom (513)
How to Install AWC Vote_lcapHow to Install AWC Voting_barHow to Install AWC Vote_rcap 
puppycheese (446)
How to Install AWC Vote_lcapHow to Install AWC Voting_barHow to Install AWC Vote_rcap 
pedro (330)
How to Install AWC Vote_lcapHow to Install AWC Voting_barHow to Install AWC Vote_rcap 
Neymar (301)
How to Install AWC Vote_lcapHow to Install AWC Voting_barHow to Install AWC Vote_rcap 
Hitsu (281)
How to Install AWC Vote_lcapHow to Install AWC Voting_barHow to Install AWC Vote_rcap 
Flora (275)
How to Install AWC Vote_lcapHow to Install AWC Voting_barHow to Install AWC Vote_rcap 


How to Install AWC

Kirigaya KazutoKirigaya Kazuto
Status : No status yet...

Posts : 38
Join date : 2013-10-27
Sat 09 Nov 2013, 12:21
Hello all! Thanks for visit topic. Can you teach yourself how to install AWC? Because English vocabulary is limited so I do not understand some.
Rhino.FreakRhino.Freak
Status : Moved on to Phpbb

Posts : 222
Join date : 2013-03-05
Age : 27
Location : India
Sun 10 Nov 2013, 05:32


Installing AWC is extremely easy, as it involves no CSS and no HTML, it is pure Javascript where all necessities will be taken care of for you.

Create a new Javascript[tip]ACP - Modules - Javascript management[/tip] and put this Javascript inside:
Code:
[panda=js]var avacweb_chat_config = {
  version : '1-8',
  new_chat_title : 'AvacWeb Chatbox',
  auto_log_in : 'open',
  archives : 1,
  sound_file : 'http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3',
  stylesheet : 'http://chat.avacweb.net/avacweb_chat.css',
  disable_timeout : 0,
  allow_private_messaging : 1,
  allow_user_resize : 1,
  commands : {},
  can_open_tabs : [1], //user ids of users who can open new tabs.
  tabs : {},
  allow_copyrights : 1, //please be kind and allow AWC to place small discreet copyrights and backlink on your forum.

  // DO NOT TOUCH ANYTHING BELOW
  message_hook:[],user_hook:[],events:{},add_event:function(t,f) {t=/^on/.test(t)?t:'on'+t;t in this.events?this.events[t].push(f):this.events[t]=[f]}};
document.write('<script type="text/javascript" src="http://chat.avacweb.net/v' + avacweb_chat_config.version + '.js" id="achat_script"></script>');
This is your AWC Config which will add the chat to your site. This includes the settings for your chat, which you can change according to the instructions below. Be sure to read through them below so you know how to change the settings for your chatbox.

DO NOT COPY THE JAVASCRIPT SOURCE CODE FROM MY SERVER INTO YOUR FORUM, THIS IS NOT ALLOWED.


what did you not understand?