Warning: Undefined variable $settings in /customers/6/5/b/enterthesoulasylum.com/httpd.www/chat/online.php on line 56 Warning: Trying to access array offset on value of type null in /customers/6/5/b/enterthesoulasylum.com/httpd.www/chat/online.php on line 56 /* THE JAVASCRIPT PART */ function add_users_online_box(){ baxdv=document.createElement('div'); baxdv.style.cssText='font-size:90%; position:fixed; right:1%; top:1%; min-width:100px; max-width:200px; padding:10px; background-color:#1E90FF; color:#FFFFFF; border-radius:5px;'; setTimeout('ajx_snd()',800); setTimeout('document.body.appendChild(baxdv)',1000); setTimeout('stop_hide()',8000)} function ajx_snd(){ ajax_obj=new XMLHttpRequest(); ajax_obj.open('get','//enterthesoulasylum.com/chat/online.php?mode=3') ajax_obj.onreadystatechange=ajx_rcv ajax_obj.send()} function ajx_rcv(){ if(ajax_obj.readyState==4 && ajax_obj.status==200){ response=ajax_obj.responseText.toString(); baxdv.innerHTML=response}} function stop_hide(){baxdv.style.display='none'; if(typeof bax_interval == 'number'){clearInterval(bax_interval);}} window.addEventListener('load',add_users_online_box,false); bax_interval=setInterval('ajx_snd()',4000)