HEX
Server: Apache/2.4.59 (Debian)
System: Linux skycube.cz 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64
User: ilya (534)
PHP: 7.3.31-1~deb10u7
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/ilya/data/www/irkboard.ru/admin/applications_addon/ips/chat/xml/chat_root_templates.xml
<?xml version="1.0" encoding="utf-8"?>
<templates application="chat" templategroups="a:1:{s:9:&quot;skin_chat&quot;;s:8:&quot;contains&quot;;}">
  <templategroup group="skin_chatpara">
    <template>
      <template_group>skin_chatpara</template_group>
      <template_content><![CDATA[{parse js_module="chat"}
<h2>{$this->lang->words['parachat_title']}</h2>
<div class='generic_bar'></div>
<div id='parachat'>
	{parse template="$template" group="chatpara" params="$options"}
</div>
<h2>{$this->lang->words['parachat_help']}</h2>
<div class='generic_bar'></div>
<div id='parachat_help'>
	{$this->lang->words['parachat_help_text']}
</div>]]></template_content>
      <template_name>chat_inline</template_name>
      <template_data>$template, $options</template_data>
      <template_updated>1247581454</template_updated>
      <template_removable>0</template_removable>
      <template_user_added>0</template_user_added>
      <template_user_edited>0</template_user_edited>
    </template>
    <template>
      <template_group>skin_chatpara</template_group>
      <template_content><![CDATA[<script type="text/javascript">
//<!#^#|CDATA|
// Added like this to allow those without JS to still function nicely.
var chat_display = "{$this->settings['chat04_display']}";
var chat_pad     = parseInt( "{$this->settings['chat04_poppad']}" );
var chat_height  = parseInt( "{$this->settings['chat04_height']}" );
var chat_width   = parseInt( "{$this->settings['chat04_width']}" );
var popped       = parseInt( "{$this->request['pop']}" );
var chat_tol;
var chat_tol_time = 60 * 1000; // 60 seconds
chat_pad     = chat_pad ? chat_pad : 50;
chat_height += chat_pad;
chat_width  += chat_pad;
if ( chat_display != 'self' && popped != 1 )
{
	if ( window.open( ipb_var_base_url + 'autocom=chatpara&pop=1','Chat','width='+chat_width+',height='+chat_height+',resizable=yes,scrollbars=yes') )
	{
		// Bounce back to board index
		locationjump();
	}
}
//|#^#]>
</script>
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;{$this->lang->words['chat_title']}</div>
	<div class="tablepad" align="center">
	 <div style='border:8px outset #BCD0ED;width:{$w}px;' id="chatwrap">
	 	<!-- Begin ParaChat v7.0 Applet Code -->
		 <applet codebase="$server" archive="papplet.jar" code="pclient.main.ChatClient.class" width="$w" height="$h">
		 <param name="Net.Site" value="$siteid">
		 <param name="Net.Room" value="$room">
		 <param name="cabbase" value="papplet.cab">
		 <!--CUSTOMPARAM-->
		 <!--AUTOLOGIN-->
		 {$this->lang->words['para_java_err_start']}
		 <a href="http://www.parachat.com/faq/java.html">{$this->lang->words['para_err_java_end']}</a>
		 </applet>
		 <!-- End ParaChat v7.0 Applet Code -->
	  </div>
	</div>
</div>
<br />
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;{$this->lang->words['chat_help']}</div>
	<div class="tablepad">
		{$this->lang->words['chat_help_text']}
	</div>
</div>
<script type="text/javascript">
//<!#^#|CDATA|
// Set timeout loop to update session's table.
if ( use_enhanced_js )
{
	chat_ping_session();
}
function chat_ping_session()
{
	do_request_function = function()
	{
		if ( ! xmlobj.readystate_ready_and_ok() )
		{
			return;
		}
		var returned = xmlobj.xmlhandler.responseText;
		if ( returned == 'ok' )
		{
			chat_tol = setTimeout( 'chat_ping_session()', chat_tol_time );
		}
	}
	xmlobj = new ajax_request();
	xmlobj.onreadystatechange( do_request_function );
	xmlobj.process( ipb_var_base_url + 'autocom=chatpara&do=update' );
}
//|#^#]>
</script>]]></template_content>
      <template_name>chat_inline_v7</template_name>
      <template_data><![CDATA[$server="",$siteid="",$w="",$h="", $room='']]></template_data>
      <template_updated>1247581455</template_updated>
      <template_removable>1</template_removable>
      <template_user_added>0</template_user_added>
      <template_user_edited>0</template_user_edited>
    </template>
    <template>
      <template_group>skin_chatpara</template_group>
      <template_content><![CDATA[<applet codebase="{$options['server']}" archive="papplet.jar" code="pclient.main.ChatClient.class" width="{$options['width']}" height="{$options['height']}">
		 <param name="Net.Site" value="{$options['account']}">
		 <param name="Net.Room" value="{$options['room']}">
		 <param name="cabbase" value="papplet.cab">
		 <!--CUSTOMPARAM-->
		 <!--AUTOLOGIN-->
		 {$this->lang->words['para_java_err_start']}<a href="http://www.parachat.com/faq/java.html">{$this->lang->words['para_err_java_end']}</a>
		 </applet>]]></template_content>
      <template_name>current</template_name>
      <template_data>$options</template_data>
      <template_updated>1247581454</template_updated>
      <template_removable>0</template_removable>
      <template_user_added>0</template_user_added>
      <template_user_edited>0</template_user_edited>
    </template>
    <template>
      <template_group>skin_chatpara</template_group>
      <template_content><![CDATA[<applet codebase="{$options['server']}" archive="pchat.zip" code="ParaChat.class" width="{$options['width']}" height="{$options['height']}"> 
			<param name=cabbase value="pchat.cab"> 
			<param name=roam.Group value="{$options['account']}"> 
			<param name=Channel value="{$options['room']}">
			<param name="ctrl.Language" value="{$options['language']}">
			<param name="ui.ChatWindow" value="{$options['plainmode']}">
			<param name="ui.BgColor"   value="{$options['style']['applet_bg']}">
			<param name="ui.FgColor"   value="{$options['style']['applet_fg']}">
			<param name="cmd.ChatBg"   value="{$options['style']['window_bg']}">
			<param name="cmd.ChatFg"   value="{$options['style']['window_fg']}">
			<param name="cmd.FontSize" value="{$options['style']['font_size']}">
			<!--CUSTOMPARAM-->
			<!--AUTOLOGIN-->
			{$this->lang->words['para_error_java_start']} <a href="http://www.parachat.com/faq/java.html">{$this->lang->words['para_err_java_end']}</a>
		</applet>]]></template_content>
      <template_name>legacy</template_name>
      <template_data>$options</template_data>
      <template_updated>1247581454</template_updated>
      <template_removable>0</template_removable>
      <template_user_added>0</template_user_added>
      <template_user_edited>0</template_user_edited>
    </template>
  </templategroup>
  <templategroup group="skin_chatsigma">
    <template>
      <template_group>skin_chatsigma</template_group>
      <template_content><![CDATA[{parse js_module="chat"}
<h2>{$this->lang->words['sigmachat_title']}</h2>
<div class='generic_bar'></div>
<div id='parachat'>
	<applet codebase="http://{$server}/current/" code="Client.class" archive="scclient_{$lang}.zip" width="{$w}" height="{$h}" MAYSCRIPT>
		<param name="room" value="{$acc_no}">
		<param name="cabbase" value="scclient_{$lang}.cab">
		<param name="username" value="{$user}">
		<param name="password" value="{$pass}">
		<param name="autologin" value="yes">
	</applet>
</div>
<h2>{$this->lang->words['sigmachat_help']}</h2>
<div class='generic_bar'></div>
<div id='parachat_help'>
	{$this->lang->words['sigmachat_help_text']}
</div>]]></template_content>
      <template_name>chat_inline</template_name>
      <template_data><![CDATA[$server="",$acc_no="",$lang="",$w="",$h="",$user="",$pass=""]]></template_data>
      <template_updated>1247581454</template_updated>
      <template_removable>0</template_removable>
      <template_user_added>0</template_user_added>
      <template_user_edited>0</template_user_edited>
    </template>
  </templategroup>
</templates>