Subversion Repositories svnkaklik

Compare Revisions

No changes between revisions

Ignore whitespace Rev 5 → Rev 6

/web/test/chat/blab/README.HTM
0,0 → 1,112
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>BlaB! Lite README</title>
<style type="text/css">
body{font-family:Verdana,sans-serif;font-size:11px;color:#000000;background-color:#ffffff}
pre{font-family:"Courier New",monospace;font-size:11px}
ul{font-family:Verdana,sans-serif;font-size:11px}
ol{font-family:Verdana,sans-serif;font-size:11px}
A:link{color:blue;background-color:#ffffff}
A:visited{color:blue;background-color:#ffffff}
A:hover{color:red;background-color:#ffffff}
A:active{color:red;background-color:#ffffff}
.l{font-size:10px}
.k{color:#cccccc;background-color:#bbbbbb}
.m{color:#333333;background-color:#ffffff}
.n{color:#ff0000;background-color:#ffffff}
</style></head><body>
 
<a name="0"></a>
<h2>BlaB! Lite 2.x README</h2>
Homepage: <a href="http://hot-things.net" target="_blank">http://hot-things.net</a>
<ul>
<li><a href="#a">Description and features</a></li>
<li><a href="#b"><b>License</b></a><br /><br /></li>
<li><a href="#1">How to install BlaB! Lite 2.x</a></li>
<li><a href="#2">Settings, security issues, possible problems</a><br /><br /></li>
<li><a href="#3">How to create a skin</a></li>
<li><a href="#4">How to create a language file in another language</a></li>
</ul><hr size="1" class="k" />
 
<br /><a name="a"></a>
<h3>Description and features</h3>
BlaB! Lite 2.x (formerly <a href="http://hot-things.net/htschat.php" target="_blank">Simple Chat</a>) is a chat system written in PHP and JavaScript.
The output produced by BlaB! Lite 2.x is very clean, XHTML1.1 compliant (except both frameset files: index.php and frameset.php due to some browser limitations)
and also looks fine with any modern browser that supports HTML4 and JavaScript.
<h4>Features</h4><ul>
<li>Fast processing, extremely low bandwidth required</li>
<li>Easy to install. No MySQL database required</li>
<li>XHTML 1.1 and CSS2 compliant output</li>
<li>PHP3/PHP4/PHP5 compatibility (supports <i>safe mode, error_reporting(8), register_globals:off</i>)</li>
<li>Best viewed with any modern browser (Netscape4 is not supported due to some CSS limitations)</li>
<li>Advanced skinning system</li>
<li>Smilies, bb codes, 'http' links, unrecognizable 'mailto' links</li>
<li>Sound alert on new messages</li>
<li>Custom date/time settings</li>
</ul><a href="#0">top</a><hr size="1" class="k" />
 
<br /><a name="b"></a>
<div style="color:#A00000">
<i>BlaB! Lite 2.x is <b>NOT</b> a GPL product - please read carefully the following lines!</i> <br />
<h4>BlaB! Lite 2.x LICENSE AGREEMENT</h4>
By downloading and using BlaB! Lite 2.x, you indicate your acceptance of the following terms and conditions:<br />
<br />&nbsp; - You are granted the right to run multiple instances of this software free of charge.
<br />&nbsp; - You may not rent, sub-license, sell or redistribute this software without our prior written permission.
<br />&nbsp; - You may not remove or modify our copyright marks without our prior written permission.
<br />&nbsp; - The source code may be altered (at your own risk!), but the altered code may not be distributed without our prior written permission.
<br />&nbsp; - If any terms are violated, we reserve the right to terminate this license at any time.
<br /><br /><b>DISCLAIMER OF WARRANTY</b><br /><br />
THIS SOFTWARE AND THE ACCOMPANYING FILES ARE PROVIDED 'AS IS' AND WITHOUT WARRANTIES OF ANY KIND!
</div><br /><a href="#0">top</a><hr size="1" class="k" />
 
<br /><a name="1"></a>
<h3>How to install BlaB! Lite 2.x</h3><ol>
<li>Unzip the files from the ZIP archive in an empty directory keeping the directory structure</li>
<li>Upload the whole directory (and all files/subdirectories in it) to your server by an FTP program</li>
<li>CHMOD the subdirectory <b>/data</b> to 777
<div class="l"><br />------------------------------<br /><br />CHMOD means to change permissions/attributes of a file or a directory on a Linux/Unix system, usually by an FTP program.<br /> If you are running a Windows server you should make the subdirectory <b>/data</b> readable/writeable (in most cases from the admin panel).<br /><br />------------------------------</div><br /></li>
<li>Open a browser and enter the admin panel to setup your ADMIN password: <a href="#" onclick="return false">http://yoursite.com/blab/admin.php</a></li>
</ol>
<a href="#0">top</a><hr size="1" class="k" />
 
<br /><a name="2"></a>
<h3>Settings, security issues, possible problems</h3>
There is a number of well commented settings in <i>config.php</i>. Please, consider carefully what you are changing.
BlaB! Lite 2.x is set to work in a developer mode: <i>error_reporting(8)</i>, which displays php error messages and notices if any.
Remove the line <i>error_reporting(8);</i> from <i>config.php</i> when you have done with the settings.
<br /><br />With PHP3 and some earlier PHP4.0x versions you may experience PHP errors when running the script for the first time.
CHMOD both files <i>data/room</i> and <i>data/user</i> to 777.
<br /><br />The file <i>online.php</i> can be loaded in an <i>iframe</i> window if you would like to display <i>OnlineUsers/ActivityTime</i> anywhere on your site.
<br /><br />There are two files in your skin directory: 'custom-left.inc' and 'custom-right.inc' that contain ordinary HTML tags for a logo and a title. They are provided for BlaB! users who would like to display a company logo, banners or just a site navigation bar.
<br /><br />Running BlaB! Lite 2.x on Apache server is secure. Make sure that the folder <b>/data</b> contains a .htaccess file against http access.
Try to load:<pre>
<a href="#" onclick="return false">http://<i>www.yoursite.com</i>/blab/data/room</a>
<a href="#" onclick="return false">http://<i>www.yoursite.com</i>/blab/data/user</a>
</pre>
You should get a 403 answer: <span style="color:#A00000">Forbidden You don't have permission to access <i>FILE</i> on this server.</span>
<br /><br />If you want to run BlaB! Lite 2.x on any other server, you need to rename the folder <i>/data</i> and also change its name in <i>config.php</i> accordingly.
<br /><br />Sometime, you may experience a disk error that might damage files under the subdirectory <b>/data</b> (running out of space would have the same effect).
We suggest you to empty the damaged room from the admin panel.
<br /><br /><a href="#0">top</a><hr size="1" class="k" />
 
<br /><a name="3"></a>
<h3>How to create a skin</h3>
If you are good at graphics and enjoy some CSS experience, you may create nice BlaB! skins in minutes.
<br />Please check our online tutorial at: <a href="http://hot-things.net/skin_howto/" target="_blank">http://hot-things.net/skin_howto/</a>.
<br /><br /><a href="#0">top</a><hr size="1" class="k" />
 
<br /><a name="4"></a>
<h3>How to create a language file in another language</h3>
The language files are simple ASCII text files - <i>lang-en.inc</i>, <i>lang-bg.inc</i> etc.
Create your own file or/and tell BlaB! Lite which one to load: (<i>config.php</i>).
If you are about to use a non-English alphabet, we recommend you to set the right encoding in your language file: (lang-xx.inc file, line #6 and #7).
This will decrease the loading time and prevent some browsers from displaying incorrect letters.<br />
<br />examples:<br />
<br /><b>$lang[1]='ISO-8859-1';</b> &nbsp; <i>ISO-8859-1</i> is the proper charset for English.
<br /><b>$lang[2]='en';</b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <i>en</i> is a 2-letters language code.
<br />
<br /><b>$lang[1]='euc-jp';</b> &nbsp; <i>euc-jp</i> is the proper charset for Japanese.
<br /><b>$lang[2]='jp';</b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <i>jp</i> is a 2-letters language code.
<br /><br /><a href="#0">top</a><hr size="1" class="k" />
</body></html>
/web/test/chat/blab/_vti_cnf/README.HTM
0,0 → 1,22
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:51 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|8049
vti_cachedtitle:SR|BlaB! Lite README
vti_cachedbodystyle:SR|<body>
vti_cachedlinkinfo:VX|H|http://hot-things.net K|README.HTM K|README.HTM K|README.HTM K|README.HTM K|README.HTM K|README.HTM H|http://hot-things.net/htschat.php K|README.HTM K|README.HTM K|README.HTM K|README.HTM K|README.HTM K|README.HTM K|README.HTM H|http://hot-things.net/skin_howto/ K|README.HTM K|README.HTM
vti_cachedsvcrellinks:VX|NHHS|http://hot-things.net FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM NHHS|http://hot-things.net/htschat.php FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM NHHS|http://hot-things.net/skin_howto/ FKUS|chat/blab/README.HTM FKUS|chat/blab/README.HTM
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_metatags:VR|HTTP-EQUIV=content-type text/html;\\ charset=ISO-8859-1
vti_charset:SR|iso-8859-1
vti_title:SR|BlaB! Lite README
vti_backlinkinfo:VX|chat/blab/README.HTM
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/admin.php
0,0 → 1,19
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:51 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|1555
vti_cachedbodystyle:SR|<body class="y">
vti_cachedlinkinfo:VX|A|admin.php H|info.php H|info.php H|info.php
vti_cachedsvcrellinks:VX|FAUS|chat/blab/admin.php FHUS|chat/blab/info.php FHUS|chat/blab/info.php FHUS|chat/blab/info.php
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_backlinkinfo:VX|chat/blab/admin.php
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/bottom.php
0,0 → 1,19
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:51 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|2741
vti_cachedbodystyle:SR|<body class="z">
vti_cachedlinkinfo:VX|A|chat.php H|info.php S|< H|info.php H|info.php H|info.php
vti_cachedsvcrellinks:VX|FAUS|chat/blab/chat.php FHUS|chat/blab/info.php DSUS|chat/blab/< FHUS|chat/blab/info.php FHUS|chat/blab/info.php FHUS|chat/blab/info.php
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_backlinkinfo:VX|chat/blab/index.php
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/chat.php
0,0 → 1,19
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:51 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|3166
vti_cachedbodystyle:SR|<body class="y" onload="set_rtime()" onunload="clear_rtime()">
vti_cachedlinkinfo:VX|H|info.php
vti_cachedsvcrellinks:VX|FHUS|chat/blab/info.php
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_backlinkinfo:VX|chat/blab/bottom.php
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/config.php
0,0 → 1,16
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:51 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|6462
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/frameset.php
0,0 → 1,19
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:51 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|1739
vti_cachedlinkinfo:VX|F|top.php F|chat.php< F|bottom.php<
vti_cachedsvcrellinks:VX|FFUS|chat/blab/top.php FFUS|chat/blab/chat.php< FFUS|chat/blab/bottom.php<
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_hasframeset:BR|true
vti_backlinkinfo:VX|chat/blab/login.php
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/history.php
0,0 → 1,19
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:51 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|1516
vti_cachedbodystyle:SR|<body class="y">
vti_cachedlinkinfo:VX|H|info.php
vti_cachedsvcrellinks:VX|FHUS|chat/blab/info.php
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/index.php
0,0 → 1,19
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:51 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|1331
vti_cachedlinkinfo:VX|F|top.php F|< F|bottom.php
vti_cachedsvcrellinks:VX|FFUS|chat/blab/top.php DFUS|chat/blab/< FFUS|chat/blab/bottom.php
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_hasframeset:BR|true
vti_backlinkinfo:VX|chat/blab/top.php index.htm content2.htm
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/info.php
0,0 → 1,16
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:51 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|1392
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_backlinkinfo:VX|chat/blab/top.php chat/blab/admin.php chat/blab/history.php chat/blab/bottom.php chat/blab/chat.php
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/login.php
0,0 → 1,19
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:51 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|1295
vti_cachedbodystyle:SR|<body class="y" onload="document.fms.name.focus()">
vti_cachedlinkinfo:VX|A|frameset.php
vti_cachedsvcrellinks:VX|FAUS|chat/blab/frameset.php
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/online.php
0,0 → 1,20
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:51 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|915
vti_cachedtitle:SR|<?php print $lang[27];?>
vti_cachedbodystyle:SR|<body>
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_metatags:VR|HTTP-EQUIV=\\\\"Content-Type\\\\" \\\\"text/html;
vti_charset:SR|windows-1250
vti_title:SR|<?php print $lang[27];?>
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/smilies.php
0,0 → 1,17
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:03 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:03 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:03 -0000
vti_filesize:IR|837
vti_cachedbodystyle:SR|<body class="y">
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:03 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/time_offset.php
0,0 → 1,17
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:03 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:03 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:03 -0000
vti_filesize:IR|992
vti_cachedbodystyle:SR|<body class="y">
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:03 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/_vti_cnf/top.php
0,0 → 1,19
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:03 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:03 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:03 -0000
vti_filesize:IR|1079
vti_cachedbodystyle:SR|<body class="x">
vti_cachedlinkinfo:VX|H|index.php H|info.php H|info.php
vti_cachedsvcrellinks:VX|FHUS|chat/blab/index.php FHUS|chat/blab/info.php FHUS|chat/blab/info.php
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1250
vti_backlinkinfo:VX|chat/blab/index.php chat/blab/frameset.php
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:03 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/admin.php
0,0 → 1,29
<?php
include "incl/admin.inc";
include "incl/header.inc";
if(isset($w)&&$w=='clear'){save_file($log_file,'',0);}
?>
</head><body class="y"><?php include "incl/fms.inc";?>
<form action="admin.php" onsubmit="return false">
<table align="center" width="440" class="t"><tr><td class="k" align="right">
<a style="text-decoration:none" href="info.php?why=link" onclick="return go_url('admin.php?w=0',5,0)"><?php print $lang[15];?></a> |
<a style="text-decoration:none" href="info.php?why=link" onclick="return go_url('admin.php?w=clear',5,0)"><?php print $lang[69];?></a> |
<a style="text-decoration:none" href="info.php?why=link" onclick="return go_url('admin.php?w=logout',5,0)"><?php print $lang[18];?></a>
 
<table width="100%" cellpadding="0" cellspacing="0"><tr><td class="f">
<table width="100%" cellpadding="8" cellspacing="1">
<?php print '<tr><td class="c" align="left" colspan="3"><b>'.$room_name.'</b></td></tr>';
include 'incl/aroom.inc';?>
</table></td></tr></table><br />
 
<table width="100%" cellpadding="0" cellspacing="0"><tr>
<td align="right" nowrap="nowrap">
<select class="k" onchange="document.forms[0].rating.value=this.value">
<option value="5">- Excellent -</option>
<option value="4">- Very good -</option>
<option value="3">- Good -</option>
<option value="2">- Fair -</option>
<option value="1">- Poor -</option></select>
<input type="button" class="h" style="font-size:9px" value="rate-it@hotscripts.com" onclick="document.forms[0].submit()" />
</td></tr></table>
</td></tr></table></form></body></html>
/web/test/chat/blab/bottom.php
0,0 → 1,34
<?php
include "config.php";
include "incl/header.inc";
if(!isset($chat)){die('</head><body class="z"></body></html>');}
check_user();
?>
<?php print "<script type=\"text/javascript\">refr=$default_rate*1000</script>\n";?>
</head><body class="z"><form name="fms" action="chat.php" method="post" target="b" onsubmit="return entry_ok('<?php print $lang[29];?>')">
<input type="hidden" name="last" value="0" />
<input type="hidden" name="time_offset" value="<?php print $time_offset;?>" />
<input type="hidden" name="name" value="<?php print $name;?>" />
<input type="hidden" name="xpas" value="<?php print $xpas;?>" />
<table width="100%" cellspacing="3" cellpadding="0" summary=""><tr>
<td width="2%"><a href="info.php?why=link" onclick="return chat()" title="<?php print $lang[15];?>"><?php show_pic($pics[3],0); ?></a></td>
<td width="20%" class="l">
<input type="text" name="entry" size="40" class="g" maxlength="<?php print $entry_length;?>" /><input type="image" src="<?php print $skin_dir;?>/space.png" /></td>
<td width="2%"><a href="info.php?why=link" onclick="if(entry_ok()){document.fms.submit()};return false" title="<?php print $lang[26];?>"><?php show_pic($pics[4],0); ?></a></td>
<td width="2%"><a href="info.php?why=link" onclick="return show_hist()" title="<?php print $lang[17];?>"><?php show_pic($pics[5],0); ?></a></td>
<td width="2%" valign="middle" class="l">
<?php
$rr_pic1=explode("|",$pics[11]);
$rr_pic2=explode("|",$pics[12]);
$r_rate=explode(":",$refresh_rate);
 
for($i=0;$i<5;$i++){
if(is_integer($i/2)){$hspace=1;}else{$hspace=0;}
print "<a href=\"info.php?why=link\" onclick=\"return change_rate('$r_rate[$i]',im$i,'$skin_dir/$rr_pic1[0]','$skin_dir/$rr_pic2[4]')\" title=\"$lang[15]: $r_rate[$i] $lang[19]\"><img src=\"$skin_dir/$rr_pic1[0]\" border=\"0\" width=\"$rr_pic1[1]\" height=\"$rr_pic1[2]\" name=\"im$i\" alt=\"$lang[15]: $r_rate[$i] $lang[19]\" hspace=\"$hspace\" onmouseover=\"return over_out(this,'$rr_pic2[4]','$skin_dir/$rr_pic1[4]')\" onmouseout=\"return over_out(this,'$rr_pic2[4]','$skin_dir/$rr_pic1[0]')\" /></a>";
}
print '</td><td width="2%">'."\n";
$rr_pic=explode("|",$pics[10]);
print "<a href=\"info.php?why=link\" onclick=\"if(onff==1){onff=0;document.sndp.src='$skin_dir/$rr_pic[4]'}else{onff=1;document.sndp.src='$skin_dir/$rr_pic[0]'};return false\" title=\"$lang[55]\"><img src=\"$skin_dir/$rr_pic[0]\" border=\"0\" name=\"sndp\" width=\"$rr_pic[1]\" height=\"$rr_pic[2]\" alt=\"$lang[55]\" /></a>";
 
?></td><td align="right" width="70%"><a href="info.php?why=link" onclick="return log_out()" title="<?php print $lang[18];?>"><?php show_pic($pics[6],0); ?></a></td>
</tr></table></form><script type="text/javascript">ldd=1;</script></body></html>
/web/test/chat/blab/chat.php
0,0 → 1,80
<?php
include "config.php";
include "incl/header.inc";
check_user();
 
$online_users='';
$added=0;$sound=0;
if(!isset($last)){$last=0;}
 
$fs=refresh_online($name,0);
$array_length=count($fs);
$fs[$array_length]="$name:|:$timestamp:|:$REMOTE_ADDR";
sort($fs);
 
for($i=0;$i<($array_length+1);$i++){
if(isset($fs[$i])&&strlen($fs[$i])>9){
$row=explode(":|:",$fs[$i]);
$show_ip=explode('.',$row[2]);
$title="*.*.$show_ip[2].$show_ip[3]";
$online_users=$online_users."usr('$row[0]','$title');";
}}
 
$fs=implode("\n",$fs);
save_file($usr_file,$fs,0);
 
if(isset($entry)&&strlen($entry)>0&&strlen($entry)<$entry_length+1){
include "incl/format_entry.inc";
$line="$timestamp:|:-:|:$name:|:$entry:|:$REMOTE_ADDR\n";
$fs=open_file($log_file,0);$fs=$line.$fs;
save_file($log_file,$fs,0);$added=1;
}
?>
</head><body class="y" onload="set_rtime()" onunload="clear_rtime()">
<table align="center" width="95%" class="t" cellpadding="0" cellspacing="0"><tr><td>
<table width="99%" cellpadding="0" cellspacing="0"><tr><td class="f">
<table width="100%" cellpadding="8" cellspacing="1">
<tr><td colspan="4" align="center" class="c"><?php print $room_name;?></td></tr>
<tr><td class="d" width="10%">&nbsp;<?php print $lang[31];?>&nbsp;</td><td class="d" width="10%">&nbsp;<?php print $lang[32];?>&nbsp;</td><td class="d" width="65%">&nbsp;<?php print $lang[33];?>&nbsp;</td><td class="d" width="15%">&nbsp;<?php print $lang[27];?>&nbsp;</td></tr>
<?php
if($added==0){
$fs=open_file($log_file,1);}
else{$fs=explode("\n",$fs);}
 
$print_lines=array();$j=0;
$array_length=count($fs);
 
if($array_length<$chat_lines){
$chat_lines=$array_length;}
 
$no_messages="<tr class=\"$row_bg\"><td colspan=\"3\" class=\"l\">$lang[36]</td>";
$online_users="<td rowspan=\"$chat_lines\" class=\"e\"><script type=\"text/javascript\">$online_users</script></td>";
 
for($i=0;$i<$array_length;$i++){
if($j==$chat_lines){break;}
 
if(isset($fs[$i])&&strlen($fs[$i])>9){
$row=explode(":|:",$fs[$i]);
 
$pop_user=$row[2];
 
if($j==0&&$last!=0&&$last<$row[0]&&$added==0){$sound=1;}
if($j==0){$last=$row[0];}
$user_time=show_time($row[0]);
$print_lines[$j]="<tr class=\"$row_bg\"><td class=\"l\">$user_time</td><td class=\"l\"><b>$pop_user</b></td><td>$row[3]</td>";
$j++;change_row_color();}
}
 
for($i=count($print_lines);$i>=0;$i--){
if(isset($print_lines[$i])&&strlen($print_lines[$i])>9){
print $print_lines[$i];
if($i==count($print_lines)-1){print $online_users;}
print "</tr>\n";}
elseif(count($print_lines)==0){print $no_messages.$online_users."</tr>\n";}
}
 
?></table></td></tr></table><table width="99%" cellpadding="0" cellspacing="0"><tr>
<td class="k"><?php $end_time=time_to_run();$total_time=substr(($end_time-$start_time),0,5);print $total_time.' '.$lang[19];?>
<script type="text/javascript"><?php print "set_last($last);";if($sound==1){print 'snd();';}?></script></td>
<td align="right" class="k"><a href="info.php?why=link" style="text-decoration:none" onclick="return time_win(<?php print $time_offset;?>)" title="<?php print $lang[24]?>"><?php print $local_time;?></a></td></tr></table>
</td></tr></table></body></html>
/web/test/chat/blab/config.php
0,0 → 1,82
<?php
error_reporting(1);
if(function_exists('import_request_variables')){import_request_variables("gpc");$REMOTE_ADDR=$HTTP_SERVER_VARS['REMOTE_ADDR'];$PHP_SELF=$HTTP_SERVER_VARS['PHP_SELF'];}
error_reporting(8);
 
$version='2.2 [2005-04-08]'; // version number
 
$time_format='M d, H:i'; // set time format using proper attributes. details: http://www.php.net/date
$default_zone=0; // default timezone, 0=GMT
$refresh_rate='6:12:24:48:60'; // refresh rates (sec, 5 entries)
$default_rate=12; // default refresh rate (sec) [an Apache server with default settings closes the socket in 15 sec. With refresh rate 12 sec the socket will be reused.]
$password_field='text'; // ['text' or 'password'] - 'password' would display ****
$no_cache=0; // use random numbers in the address bar to prevent caching (1=yes, 0=no)
$check_space=0; // check free disk space before writing to a file (1=yes, 0=no, might cause problems on some servers)
$gzip=1; // use gzip compression (1=yes, 0=no) [try to turn this option on (1). if it works, the size of an ordinary chat page is less than 1kB]
$clear_chat=0; // clear each chatroom when the last user leaves (1=yes, 0=no)
$secret_word='blabla'; // secret word (whatever you wish, but it is ESSENTIAL 'blabla' to be changed!)
 
include 'incl/lang-en.inc'; // set a language file
$skin_dir='s-blue'; // skin directory (no trailing slashes)
$data_dir='data'; // data directory (no trailing slashes)
 
$bad_words=array('fuck','bitch'); // words which are not acceptable
 
$users_per_room=10; // users per room
$chat_lines=10; // lines in chat
$keep_lines=150; // history lines
$username_length=10; // set greater values (at least current*5) for Chinese, Japanese etc
$words_length=80; // -||- -||-
$entry_length=200; // -||- -||-
$full_length=600; // entry length + additional html tags (smilies etc)
 
$room_name='BlaB! Lite'; // name of the room
 
 
/*---------------------------------------------------------------------------*/
 
include "$skin_dir/skin.inc";
set_magic_quotes_runtime(0);
 
$log_file=$data_dir.'/room';
$usr_file=$data_dir.'/user';
$timestamp=time();
$random=mt_rand(1,999999);
 
function time_to_run(){$time=microtime();$time=explode(" ",$time);return $time[1]+$time[0];}$start_time=time_to_run();
$row_bg='a';function change_row_color(){global $row_bg;if($row_bg=='a'){$row_bg='b';}else{$row_bg='a';}}
function check_space(){$s=true;global $check_space;if(function_exists('disk_free_space')&&$check_space==1){$a=disk_free_space("/");if(is_int($a)&&$a<204800){$s=false;}}return $s;}
function show_pic($q,$a){$q=explode("|",$q);if(isset($q[0])&&isset($q[1])&&isset($q[2])&&isset($q[3])){global $skin_dir;print "<img src=\"$skin_dir/$q[0]\" width=\"$q[1]\" height=\"$q[2]\" border=\"0\" alt=\"$q[3]\" ";if(isset($q[4])&&strlen($q[4])>4){print "onmouseover=\"this.src='$skin_dir/$q[4]'\" onmouseout=\"this.src='$skin_dir/$q[0]'\"";}if(isset($a)&&strlen($a)>3){print " $a";}if(isset($q[5])&&strlen($q[5])>4){print " $q[5]";}print " />";}else{$q=implode(":",$q);print $q;}}if(!is_file('info.php')||filesize('info.php')!=1392){die('?');}
function open_file($q,$a){$fd=fopen($q,"r") or die('..');$fs=fread($fd,filesize($q));fclose($fd);if($a!=0){$fs=explode("\n",$fs);}return $fs;}
function save_file($q,$a,$o){if(check_space()){$a=trim($a);$a=str_replace("\n\n","\n",$a);if($a==''){$a=' ';}$m=0;do{$fd=fopen($q,"w") or die($o);$fout=fwrite($fd,$a);fclose($fd);$m++;}while(filesize($q)<1&&$m<5);}}
function clean_entry($q){$q=trim($q);$q=stripslashes($q);$q=str_replace("<","",$q);$q=str_replace(">","",$q);$q=str_replace("\r\n","",$q);$q=str_replace("\r","",$q);$q=str_replace("\n","",$q);$q=str_replace(":|:","",$q);return $q;}
function check_user(){global $name,$xpas,$secret_word;if(md5($name.$secret_word)!=$xpas){die("</head><body onload=\"parent.location='index.php?name=0'\"></body></html>");}}
function show_time($s){global $time_format,$time_offset;return gmdate($time_format,$s+$time_offset*3600);}
function refresh_online($n,$s){global $data_dir,$timestamp,$refresh_rate,$usr_file;$x=explode(':',$refresh_rate);$y=$x[count($x)-1];$y+=10;$j=0;$online=array();$fs=open_file($usr_file,1);for($i=0;$i<count($fs);$i++){if(isset($fs[$i])&&strlen($fs[$i])>9){$row=explode(":|:",$fs[$i]);settype($row[1],"integer");if(strtolower($n)!=strtolower($row[0])&&($timestamp-$row[1])<$y){$online[$j]=$fs[$i];$j++;}}}if($s!=0){$sf=implode("\n",$online);save_file($usr_file,$sf,0);}return $online;}
function remove_bad_words($w){global $bad_words;for($i=0;$i<count($bad_words);$i++){$w=eregi_replace($bad_words[$i],'***',$w);}return $w;}
 
if(isset($time_offset)){$time_offset=(int)$time_offset;}elseif(isset($blabtime)){$time_offset=(int)$blabtime;}else{$time_offset=$default_zone;}
$local_time=gmdate('H:i',time()+$time_offset*3600);
 
if(!is_writeable($log_file)){save_file($log_file,'','CHMOD /data to 777!');}
if(!is_writeable($usr_file)){save_file($usr_file,'','CHMOD /data to 777!');}
 
if(isset($HTTP_SERVER_VARS['HTTP_USER_AGENT'])){$browser=$HTTP_SERVER_VARS['HTTP_USER_AGENT'];}else{$browser='';}
 
if(stristr($browser,'msie')&&!stristr($browser,'opera')){
if(function_exists('ob_gzhandler')&&$gzip==1&&(stristr($PHP_SELF,'chat')||stristr($PHP_SELF,'admin')||stristr($PHP_SELF,'history'))){ob_start("ob_gzhandler");}
else{
if(!stristr($PHP_SELF,'smilies')&&!stristr($PHP_SELF,'top')&&!stristr($PHP_SELF,'bottom')){
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");}}}
 
else{
if(function_exists('ob_gzhandler')&&$gzip==1){ob_start("ob_gzhandler");}
if(!stristr($PHP_SELF,'smilies')&&!stristr($PHP_SELF,'top')&&!stristr($PHP_SELF,'bottom')){
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");}}
?>
/web/test/chat/blab/data/.htaccess
0,0 → 1,0
deny from all
/web/test/chat/blab/frameset.php
0,0 → 1,43
<?php
include "config.php";
$enter_as=false;
 
if(isset($name)){$name=trim($name);
$name=str_replace('"','',$name);
$name=str_replace("'",'',$name);
$name=str_replace('\\','',$name);
$name=remove_bad_words($name);
$fs=refresh_online(0,1);
for($i=0;$i<count($fs);$i++){
if(stristr($fs[$i],$name)){$name=0;}}
$enter_as=$name;}else{$name=0;}
 
if(strlen($name)<2){die("</head><body onload=\"parent.location='index.php?name=0'\"></body></html>");}
 
$xpas=md5($enter_as.$secret_word);
 
$frameset=1;
include "incl/header.inc";
?>
<script type="text/javascript">
<?php
print "if(document.images){\n";
 
for($i=0;$i<count($pics);$i++){
$entry=explode("|",$pics[$i]);
if(isset($entry[4])&&strlen($entry[4])>3){
print "pca$i=new Image();pca$i.src='$skin_dir/$entry[0]'\n";
print "pcb$i=new Image();pcb$i.src='$skin_dir/$entry[4]'\n";
}}
for($i=0;$i<count($smilies);$i++){
$entry=explode("|",$smilies[$i]);
if(isset($entry[1])&&strlen($entry[1])>3){
print "smi$i=new Image();smi$i.src='$skin_dir/$entry[1]'\n";
}}
print "snd=new Image();snd.src='$skin_dir/sound.swf'\n";
print "}";?></script></head>
<frameset rows="<?php print $fset;?>" border="0">
<frame src="top.php?chat=1" name="a" marginwidth="0" scrolling="no" marginheight="0" frameborder="0" noresize="noresize" />
<frame src="chat.php<?php print "?name=$enter_as&amp;xpas=$xpas&amp;time_offset=$time_offset&amp;r=$random";?>" name="b" marginwidth="0" scrolling="auto" marginheight="0" frameborder="0" noresize="noresize" />
<frame src="bottom.php<?php print "?chat=1&amp;name=$enter_as&amp;xpas=$xpas&amp;time_offset=$time_offset";?>" name="c" marginwidth="0" scrolling="no" marginheight="0" frameborder="0" noresize="noresize" />
</frameset></html>
/web/test/chat/blab/history.php
0,0 → 1,40
<?php
include "config.php";
include "incl/header.inc";
check_user();
?>
</head><body class="y">
<table align="center" width="96%" class="t" cellpadding="0" cellspacing="0"><tr><td>
<table width="99%" cellpadding="0" cellspacing="0"><tr><td class="f">
<table width="100%" cellpadding="8" cellspacing="1">
<tr><td colspan="3" align="center" class="c"><?php print $room_name;?></td></tr>
<tr><td class="d" width="10%">&nbsp;<?php print $lang[31];?>&nbsp;</td><td class="d" width="10%">&nbsp;<?php print $lang[32];?>&nbsp;</td><td class="d" width="80%">&nbsp;<?php print $lang[33];?>&nbsp;</td></tr>
<?php
$fs=open_file($log_file,1);
 
$print_lines=array();$j=0;
 
$no_messages="<tr class=\"$row_bg\"><td colspan=\"3\" class=\"l\">$lang[36]</td>";
 
for($i=0;$i<count($fs);$i++){
if($j==$keep_lines){break;}
 
if(isset($fs[$i])&&strlen($fs[$i])>9){
$row=explode(":|:",$fs[$i]);
 
$pop_user=$row[2];
 
$user_time=show_time($row[0]);
$print_lines[$j]="<tr class=\"$row_bg\"><td class=\"l\">$user_time</td><td class=\"l\"><b>$pop_user</b></td><td>$row[3]</td>";
$j++;change_row_color();}
}
 
for($i=count($print_lines);$i>=0;$i--){
if(isset($print_lines[$i])&&strlen($print_lines[$i])>9){
print $print_lines[$i];
print "</tr>\n";}
elseif(count($print_lines)==0){print $no_messages."</tr>\n";}
}
?></table></td></tr></table>
<span class="k"><a href="info.php?why=link" onclick="self.scrollTo(0,0);return false"><?php print $lang[25];?></a></span>
<br /><br /></td></tr></table></body></html>
/web/test/chat/blab/incl/_vti_cnf/admin.inc
0,0 → 1,8
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|1725
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/incl/_vti_cnf/all.js
0,0 → 1,8
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|4207
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/incl/_vti_cnf/aroom.inc
0,0 → 1,8
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|1167
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/incl/_vti_cnf/fms.inc
0,0 → 1,8
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|192
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/incl/_vti_cnf/format_entry.inc
0,0 → 1,8
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|1163
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/incl/_vti_cnf/header.inc
0,0 → 1,8
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|806
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/incl/_vti_cnf/lang-en.inc
0,0 → 1,8
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:51 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|28 Jul 2005 10:15:51 -0000
vti_filesize:IR|2410
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:51 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/incl/admin.inc
0,0 → 1,42
<?php
include "config.php";
 
if(isset($w)&&$w=='logout'){
setcookie('admin_pass','');$admin_pass='';}
 
$pss_file=$data_dir.'/psss.php';
$die_string="</head><body class=\"y\" onload=\"window.location='admin.php?r=$random'\">OK</body></html>";
 
if(!is_writeable($pss_file)){
if(!isset($setup_pass)||$setup_pass==''){
include "incl/header.inc";
print '</head><body class="y" onload="document.forms[0].setup_pass.focus()"><form action="admin.php" method="post">';
print '<table align="center" class="t"><tr><td class="k" align="center">';
print '<input type="'.$password_field.'" name="setup_pass" class="g" value="" /> <input type="submit" class="g" value="'.$lang[6].'" /><br /><br />'.$lang[56];
print '</td></tr></table></form></body></html>';die();
}
else{
setcookie('admin_pass',$setup_pass);
$setup_pass='<?php die();?>'.md5($setup_pass);
save_file($pss_file,$setup_pass,'CHMOD /data to 777!');
include "incl/header.inc";
die($die_string);}}
 
else{
$stored_pass=open_file($pss_file,0);
$stored_pass=str_replace('<?php die();?>','',$stored_pass);
 
if(!isset($admin_pass)||$stored_pass!=md5($admin_pass)){
 
if(isset($enter_pass)&&$stored_pass==md5($enter_pass)){
setcookie('admin_pass',$enter_pass);
include "incl/header.inc";
die($die_string);}
 
else{
include "incl/header.inc";
print '</head><body class="y" onload="document.forms[0].enter_pass.focus()"><form action="admin.php" method="post">';
print '<table align="center" class="t"><tr><td class="k" align="center">';
print '<input type="'.$password_field.'" name="enter_pass" class="g" value="" /> <input type="submit" class="g" value="'.$lang[6].'" /><br /><br />';
print '</td></tr></table></form></body></html>';die();
}}}?>
/web/test/chat/blab/incl/all.js
0,0 → 1,111
ctwice=0;amp='&';refr=20000;rndom=0;ldd=0;onff=1;timezone=0
 
if(typeof document.layers=='object'){window.location='info.php?why=netscape'}
 
if(typeof document.all=='object'){use_rnd=1
document.write('<meta http-equiv="Page-Enter" content="revealtrans(duration=0)"><meta http-equiv="Page-Exit" content="revealtrans(duration=0)">')
document.write('<link rel="stylesheet" type="text/css" href="'+skin_dir+'/msie.css" />');}
 
/* bottom frame accessible */
function cdone(){
if((parent.length!=0)&&(typeof parent.c=='object')&&(typeof parent.c.ldd=='number')&&(parent.c.ldd==1)){
return true}else{return false}}
 
/* add smiley */
function add_smiley(z){
if(window.opener&&window.opener.parent.length!=0&&window.opener.cdone()){
obj=window.opener.parent.c.document.fms.entry
tt=obj.value;obj.value=tt+z
window.opener.set_focus();self.close()}return false}
 
/* print email address */
function print_mail(a,b){document.write('<a href="mailto:'+a+'@'+b+'">'+a+'@'+b+'</a>')}
 
/* set random number */
function rand_number(){if(use_rnd!=0){rndom=Math.round(99999999*Math.random())}}
 
/* refresh chat frame */
function chat(){rand_number()
t=document.fms.time_offset.value
u=document.fms.name.value
v=document.fms.xpas.value
j=document.fms.last.value
parent.b.location='chat.php?time_offset='+t+amp+'name='+u+amp+'xpas='+v+amp+'last='+j+amp+'r='+rndom
return false}
 
/* change refresh rate */
function change_rate(a,b,c,d){refr=a*1000;
document.im0.src=c;document.im1.src=c;
document.im2.src=c;document.im3.src=c;
document.im4.src=c;b.src=d;chat()
set_focus();return false}
 
/* onmouseover/onmouseout 'refresh rate' images */
function over_out(a,b,c){
if(a.src.indexOf(b)==-1){a.src=c}
return true}
 
/* set refresh timeout */
function set_rtime(){self.scrollTo(0,1000)
if(cdone()){refr=parent.c.refr
nn=setTimeout('parent.c.chat()',refr)}
else{url=self.location.toString()
nn=setTimeout('self.location=url',refr)}}
 
/* clear refresh timeout */
function clear_rtime(){if(typeof nn=='number'){clearTimeout(nn)}}
 
/* check entry */
function entry_ok(){e=document.fms.entry;
if(e.value.length>0&&ctwice==0){ctwice=1
if((parent.length!=0)&&(typeof parent.b=='object')&&(typeof parent.b.nn=='number')){parent.b.clear_rtime()}
setTimeout('e.value="";e.focus();ctwice=0',500)
return true}else{chat()}e.focus();return false}
 
/* go to url */
function go_url(o,p,r){
rand_number();if(r==1){amp='?'}
if(p<3&&parent.length!=0){
parent.frames[p].location=o+amp+'r='+rndom}
else{self.location=o+amp+'r='+rndom}return false}
 
/* logout */
function log_out(){
n=parent.c.document.fms.name.value
parent.location='index.php?name='+n
return false}
 
/* print online user */
function usr(q,p){document.write('<span title="'+p+'">'+q+'</span><br />')}
 
/* focus entry */
function set_focus(){if(cdone()){
parent.c.document.fms.entry.focus()}}
 
/* set the latest message */
function set_last(r){if(cdone()){parent.c.document.fms.last.value=r}}
 
/* play sound */
function snd(){if(cdone()&&parent.c.onff==1){
if(typeof document.all=='object'){document.write('<object type="application/x-shockwave-flash" data="'+skin_dir+'/sound.swf" width="1" height="1"><param name="movie" value="'+skin_dir+'/sound.swf"></object>')}
else{document.write('<embed type="application/x-shockwave-flash" src="'+skin_dir+'/sound.swf" quality="high" width="1" height="1" name="movie" pluginspage="http://www.macromedia.com/go/getflashplayer">')}
}}
 
/* set time */
function time_win(n){rand_number();timezone=1
dd=window.open('time_offset.php?time_offset='+n+amp+'r='+rndom,'offset','width=160,height=390,resizable=1');
dd.focus();return false}
 
/* set time offset */
function set_offset(n){if(window.opener){
if(window.opener&&window.opener.parent.length!=0&&window.opener.cdone()){
window.opener.parent.c.document.fms.time_offset.value=n;window.opener.parent.c.chat()}
}self.location='time_offset.php?time_cookie='+n;return false}
 
/* load history */
function show_hist(){rand_number()
t=document.fms.time_offset.value
u=document.fms.name.value
v=document.fms.xpas.value
go_url('history.php?time_offset='+t+amp+'name='+u+amp+'xpas='+v,1,0)
return false}
/web/test/chat/blab/incl/aroom.inc
0,0 → 1,33
<tr><td class="d" width="10%">&nbsp;<?php print $lang[4];?>&nbsp;</td><td class="d" width="80%">&nbsp;<?php print $lang[33];?>&nbsp;</td><td class="d" width="10%">&nbsp;<?php print $lang[68];?>&nbsp;</td></tr>
<?php
 
$j=0;$print_lines=array();
$fs=open_file($log_file,1);
 
if(isset($line)){
$line=(int)$line;
$fs[$line]='';
$fm=implode("\n",$fs);
save_file($log_file,$fm,0);}
 
$no_messages="<tr class=\"$row_bg\"><td colspan=\"3\" class=\"l\">$lang[36]</td>";
 
for($i=0;$i<count($fs);$i++){
if($j==$keep_lines){break;}
 
if(isset($fs[$i])&&strlen($fs[$i])>9){
$row=explode(":|:",$fs[$i]);
 
$message=strip_tags($row[3]);
$print_lines[$j]="<tr class=\"$row_bg\"><td class=\"l\"><b>$row[2]</b><br /><span class=\"k\">[$row[4]]</span></td><td class=\"k\">$message</td><td class=\"k\" nowrap=\"nowrap\"><a href=\"info.php?reason=link\" onclick=\"return go_url('admin.php?line=$i',5,0)\" title=\"$lang[71] $lang[33]\">$lang[71]</a></td>";
$j++;change_row_color();}
}
 
for($i=count($print_lines);$i>=0;$i--){
if(isset($print_lines[$i])&&strlen($print_lines[$i])>9){
print $print_lines[$i];
print "</tr>\n";}
elseif(count($print_lines)==0){print $no_messages."</tr>\n";}
}
 
?>
/web/test/chat/blab/incl/fms.inc
0,0 → 1,2
<form action="http://www.hotscripts.com/rate/17476.html" method="post" target="_blank">
<input type="hidden" name="external" value="1" /><input type="hidden" name="rating" value="5" /></form>
/web/test/chat/blab/incl/format_entry.inc
0,0 → 1,30
<?php
$entry=clean_entry($entry);
 
$entry=str_replace("[b]","<b>",$entry);
$entry=str_replace("[i]","<i>",$entry);
$entry=str_replace("[c]","<span class=\"n\">",$entry);
$entry=str_replace("[/i]","</i>",$entry);
$entry=str_replace("[/b]","</b>",$entry);
$entry=str_replace("[/c]","</span>",$entry);
 
$entry=eregi_replace('[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]','<a href="\\0" target="_blank">\\0</a>',$entry);
$entry=eregi_replace("([A-z0-9_-]+)@([A-z0-9_-]+.[a-zA-Z.]+)","<script type=\"text/javascript\">print_mail('\\1','\\2')</script>",$entry);
 
for($i=0;$i<count($smilies);$i++){
if(isset($smilies[$i])&&strlen($smilies[$i])>5){
$row=explode('|',$smilies[$i]);
$entry=str_replace($row[0],"<img src=\"$skin_dir/$row[1]\" width=\"$row[2]\" height=\"$row[3]\" title=\"$row[4]\" alt=\"$row[4]\" />",$entry);
}}
 
if(strlen($entry)>$full_length){
$entry=$lang[37].', <b>'.$name.'</b>...';$name='Admin';}
 
$words=explode(' ',$entry);
for($i=0;$i<count($words);$i++){
if(isset($words[$i])&&strlen($words[$i])>$words_length){
$entry=$lang[52].' <i>'.$REMOTE_ADDR.'</i>...';$name='Admin';break;
}}
 
$entry=remove_bad_words($entry);
?>
/web/test/chat/blab/incl/header.inc
0,0 → 1,11
<?php
print "<?xml version=\"1.1\" encoding=\"$lang[1]\"?>";
if(!isset($frameset)){
print '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';}
else{print '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">';}
print "\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"$lang[2]\">\n";
print "<head><title>$lang[0]</title>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=$lang[1]\" />\n";
print "<link rel=\"stylesheet\" type=\"text/css\" href=\"$skin_dir/style.css\" />\n";
print "<script type=\"text/javascript\">skin_dir='$skin_dir';use_rnd=$no_cache</script>\n";
print "<script type=\"text/javascript\" src=\"incl/all.js\"></script>\n";
?>
/web/test/chat/blab/incl/lang-en.inc
0,0 → 1,85
<?php /* English */
 
// Do not use '|' if the element will be used as an ALT attribute of an image
 
$lang=array();
$lang[0]='BlaB!';
$lang[1]='iso-8859-1'; // meta charset tag
$lang[2]='en'; // language
$lang[3]='Login';
$lang[4]='Nickname';
$lang[5]='Password';
$lang[6]='OK';
$lang[7]='Registration';
$lang[8]='E-mail';
$lang[9]='Preview';
$lang[10]='Image file (URL)';
$lang[11]='All fields required...';
$lang[12]='Admin';
$lang[13]='Smilies';
$lang[14]='Rooms';
$lang[15]='Refresh';
$lang[16]='Chat';
$lang[17]='History';
$lang[18]='LogOut';
$lang[19]='sec';
$lang[20]='Invalid name or password.';
$lang[21]='Edit';
$lang[22]=' Stop Loading : Reload : Open ';
$lang[23]='Check your e-mail.';
$lang[24]='Timezone';
$lang[25]='top';
$lang[26]='Submit!';
$lang[27]='Online';
$lang[28]='Activity';
$lang[29]='Please, choose a room first!';
$lang[30]='private to';
$lang[31]='Date/Time';
$lang[32]='User';
$lang[33]='Message';
$lang[34]='No users online...';
$lang[35]='[public]';
$lang[36]='No messages...';
$lang[37]='There was something wrong with your post';
$lang[38]='Press OK to select your timezone or Cancel to continue with GMT time';
$lang[39]='smile';
$lang[40]='blink';
$lang[41]='cheerful';
$lang[42]='cool';
$lang[43]='grin';
$lang[44]='happy';
$lang[45]='hmm';
$lang[46]='kissing';
$lang[47]='laughing';
$lang[48]='lost';
$lang[49]='oops!';
$lang[50]='unhappy';
$lang[51]='Admin';
$lang[52]='You are not so clever';
$lang[53]='Forgotten password';
$lang[54]='This option will not kick out online users. You should ban their IP addresses...';
$lang[55]='SoundAlert: On/Off';
$lang[56]='Setup an admin password and click OK!';
$lang[57]='You have been banned!';
$lang[58]='Approval';
$lang[59]='Members';
$lang[60]='Banned IP';
$lang[61]='Enable';
$lang[62]='You have been approved!';
$lang[63]='No users awaiting for approval.';
$lang[64]='If you are a new member, you have to wait for approval.';
$lang[65]='No banned IP addresses.';
$lang[66]='Unban';
$lang[67]='Info';
$lang[68]='Action';
$lang[69]='Empty';
$lang[70]='Ban';
$lang[71]='Delete';
$lang[72]='No matches.';
$lang[73]='Forward';
$lang[74]='Select recipient';
$lang[75]='Turing number';
$lang[76]='Disable';
$lang[77]='Netscape4 is not supported!';
$lang[78]='You should click on the links - do not use <i>open in a new window</i>';
?>
/web/test/chat/blab/index.php
0,0 → 1,37
<?php
include "config.php";
 
if(!isset($name)){$name=0;}
 
$online=0;
$fs=refresh_online($name,1);
$online=count($fs);
 
if($online==0&&$clear_chat==1){
save_file($log_file,'',0);}
 
$frameset=1;
include "incl/header.inc";
?>
<script type="text/javascript">
<?php
print "if(document.images){\n";
 
for($i=0;$i<count($pics);$i++){
$entry=explode("|",$pics[$i]);
if(isset($entry[4])&&strlen($entry[4])>3){
print "pca$i=new Image();pca$i.src='$skin_dir/$entry[0]'\n";
print "pcb$i=new Image();pcb$i.src='$skin_dir/$entry[4]'\n";
}}
for($i=0;$i<count($smilies);$i++){
$entry=explode("|",$smilies[$i]);
if(isset($entry[1])&&strlen($entry[1])>3){
print "smi$i=new Image();smi$i.src='$skin_dir/$entry[1]'\n";
}}
print "snd=new Image();snd.src='$skin_dir/sound.swf'\n";
print "}";?></script></head>
<frameset rows="<?php print $fset;?>" border="0">
<frame src="top.php" name="a" marginwidth="0" scrolling="no" marginheight="0" frameborder="0" noresize="noresize" />
<frame src="<?php if(isset($admin)){print "admin.php?r=$random";}else{print "login.php?r=$random";}?>" name="b" marginwidth="0" scrolling="auto" marginheight="0" frameborder="0" noresize="noresize" />
<frame src="bottom.php" name="c" marginwidth="0" scrolling="no" marginheight="0" frameborder="0" noresize="noresize" />
</frameset></html>
/web/test/chat/blab/info.php
0,0 → 1,0
<?php eval(base64_decode('aW5jbHVkZSAiY29uZmlnLnBocCI7DQoNCnByaW50ICI8P3htbCB2ZXJzaW9uPVwiMS4xXCIgZW5jb2Rpbmc9XCIkbGFuZ1sxXVwiPz4iOw0KcHJpbnQgJzwhRE9DVFlQRSBodG1sIFBVQkxJQyAiLS8vVzNDLy9EVEQgWEhUTUwgMS4xIFRyYW5zaXRpb25hbC8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9UUi94aHRtbDEvRFREL3hodG1sMS10cmFuc2l0aW9uYWwuZHRkIj4nOw0KcHJpbnQgIlxuPGh0bWwgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sXCIgbGFuZz1cIiRsYW5nWzJdXCI+XG4iOw0KcHJpbnQgIjxoZWFkPjx0aXRsZT5CbGFCITwvdGl0bGU+XG48bWV0YSBodHRwLWVxdWl2PVwiQ29udGVudC1UeXBlXCIgY29udGVudD1cInRleHQvaHRtbDsgY2hhcnNldD0kbGFuZ1sxXVwiIC8+XG4iOw0KcHJpbnQgIjxsaW5rIHJlbD1cInN0eWxlc2hlZXRcIiB0eXBlPVwidGV4dC9jc3NcIiBocmVmPVwiJHNraW5fZGlyL3N0eWxlLmNzc1wiIC8+PC9oZWFkPjxib2R5IGNsYXNzPVwieVwiPjxkaXYgY2xhc3M9XCJrXCI+XG4iOw0KDQppZighaXNzZXQoJHdoeSkpeyR3aHk9ZmFsc2U7fQ0KDQpzd2l0Y2goJHdoeSl7DQpjYXNlJ25ldHNjYXBlJzpwcmludCAkbGFuZ1s3N10uJzxiciAvPjxiciAvPic7YnJlYWs7DQpjYXNlJ2xpbmsnOnByaW50ICRsYW5nWzc4XS4nPGJyIC8+PGJyIC8+JzticmVhazsNCmRlZmF1bHQ6O2JyZWFrO30NCnByaW50ICI8YSBocmVmPVwiaHR0cDovL2hvdC10aGluZ3MubmV0XCIgdGFyZ2V0PVwiX2JsYW5rXCI+PGI+QmxhQiEgTGl0ZTwvYj48L2E+ICR2ZXJzaW9uPGJyIC8+c2tpbjogPGEgaHJlZj1cIiRza2luX2F1dGhvcl91cmxcIiB0YXJnZXQ9XCJfYmxhbmtcIj4kc2tpbl9uYW1lPC9hPiAoJHNraW5fbGljZW5zZSkiOw0KcHJpbnQgJzxiciAvPjxiciAvPjxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0IiBzcmM9Imh0dHA6Ly9ob3QtdGhpbmdzLm5ldC9ibGFibGl0ZV9sYXRlc3QuanMiPjwvc2NyaXB0PjwvZGl2PjwvYm9keT48L2h0bWw+Jzs='));?>
/web/test/chat/blab/login.php
0,0 → 1,27
<?php
include "config.php";
include "incl/header.inc";
 
$fs=open_file($log_file,1);
if(count($fs)>$keep_lines){
$store_lines='';
for($j=0;$j<$keep_lines;$j++){
$store_lines=$store_lines.$fs[$j]."\n";}
save_file($log_file,$store_lines,0);}
 
$online=0;
$fs=refresh_online(0,1);
$online=count($fs);
?>
</head><body class="y" onload="document.fms.name.focus()">
<form name="fms" action="frameset.php" method="post" target="_parent" onsubmit="<?php if($online>=$users_per_room){print 'document.fms.name.value=\' \';';}?>if(document.fms.name.value.length<2){document.fms.name.value='';return false}">
<table align="center" width="260" class="t" cellpadding="0" cellspacing="0"><tr><td align="right" class="k">
<table width="100%" cellpadding="0" cellspacing="0"><tr><td class="f">
<table width="100%" cellpadding="8" cellspacing="1"><tr>
<td align="left" class="c"><?php print $lang[3];?></td></tr><tr><td align="center" class="a" nowrap="nowrap">
<?php print $lang[4];?>:
<input type="text" name="name" style="width:130px" maxlength="<?php print $username_length;?>" class="g" value="" />
<input type="submit" value=" <?php print $lang[6];?> " class="h" />
</td></tr></table></td></tr></table>
<?php print $lang[27].':'.$online;?>
</td></tr></table></form></body></html>
/web/test/chat/blab/online.php
0,0 → 1,26
<?php include "config.php";
print "<?xml version=\"1.1\" encoding=\"$lang[1]\"?>";
print '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
print "\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"$lang[2]\">\n";
print "<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=$lang[1]\" />\n";
?><style type="text/css">
 
body{font-family:verdana,sans-serif;font-size:10px;color:black;background-color:white}
 
</style><title><?php print $lang[27];?></title></head><body>
<?php
$online=0;
$fs=refresh_online(0,1);
$online=count($fs);
 
$activity='-';
$fs=open_file($log_file,1);
if(isset($fs[0])&&strlen($fs[0])>9){
$activity=explode(":|:",$fs[0]);
$activity=substr($fs[0],0,10);
$activity=show_time($activity);}
 
print $lang[27].': '.$online.'<br />';
print $lang[28].': '.$activity;
 
?></body></html>
/web/test/chat/blab/s-blue/_vti_cnf/admin1.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:52 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:52 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:52 -0000
vti_filesize:IR|497
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:52 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/admin2.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:52 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:52 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:52 -0000
vti_filesize:IR|590
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:52 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/bg1.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:52 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:52 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:52 -0000
vti_filesize:IR|119
vti_backlinkinfo:VX|chat/blab/s-blue/style.css
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:52 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/bg2.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:53 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:53 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:53 -0000
vti_filesize:IR|154
vti_backlinkinfo:VX|chat/blab/s-blue/style.css
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:53 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/bg3.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:53 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:53 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:53 -0000
vti_filesize:IR|112
vti_backlinkinfo:VX|chat/blab/s-blue/style.css
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:53 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/blab.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:53 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:53 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:53 -0000
vti_filesize:IR|1863
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:53 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/chatt1.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:53 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:53 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:53 -0000
vti_filesize:IR|455
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:53 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/chatt2.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:54 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:54 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:54 -0000
vti_filesize:IR|532
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:54 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/custom-left.inc
0,0 → 1,8
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:54 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|28 Jul 2005 10:15:54 -0000
vti_filesize:IR|100
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:54 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/custom-right.inc
0,0 → 1,8
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:54 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|28 Jul 2005 10:15:54 -0000
vti_filesize:IR|101
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:54 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/exitt1.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:54 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:54 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:54 -0000
vti_filesize:IR|725
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:54 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/exitt2.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:54 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:54 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:54 -0000
vti_filesize:IR|881
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:54 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/hstry1.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:54 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:54 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:54 -0000
vti_filesize:IR|554
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:54 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/hstry2.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:55 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:55 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:55 -0000
vti_filesize:IR|652
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:55 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/logo.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:55 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:55 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:55 -0000
vti_filesize:IR|3051
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:55 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/msie.css
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:55 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:55 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:55 -0000
vti_filesize:IR|249
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:55 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/mssg1.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:56 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:56 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:56 -0000
vti_filesize:IR|807
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:56 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/mssg2.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:56 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:56 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:56 -0000
vti_filesize:IR|807
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:56 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/offset.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:56 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:56 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:56 -0000
vti_filesize:IR|192
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:56 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/rfrsh1.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:56 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:56 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:56 -0000
vti_filesize:IR|1066
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:56 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/rfrsh2.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:57 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:57 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:57 -0000
vti_filesize:IR|1350
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:57 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/rooms1.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:57 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:57 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:57 -0000
vti_filesize:IR|545
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:57 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/rooms2.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:57 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:57 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:57 -0000
vti_filesize:IR|644
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:57 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/rrate1.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:57 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:57 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:57 -0000
vti_filesize:IR|132
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:57 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/rrate2.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:58 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:58 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:58 -0000
vti_filesize:IR|142
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:58 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/rrate3.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:58 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:58 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:58 -0000
vti_filesize:IR|132
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:58 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-blink.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:58 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:58 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:58 -0000
vti_filesize:IR|538
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:58 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-cheerful.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:58 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:58 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:58 -0000
vti_filesize:IR|529
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:58 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-cool.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:59 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:59 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:59 -0000
vti_filesize:IR|537
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:59 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-grin.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:59 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:59 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:59 -0000
vti_filesize:IR|522
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:59 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-happy.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:59 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:59 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:59 -0000
vti_filesize:IR|541
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:59 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-hmm.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:15:59 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:15:59 -0000
vti_cacheddtm:TX|28 Jul 2005 10:15:59 -0000
vti_filesize:IR|539
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:15:59 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-kissing.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:00 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:00 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:00 -0000
vti_filesize:IR|543
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:00 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-laughing.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:00 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:00 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:00 -0000
vti_filesize:IR|524
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:00 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-lost.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:00 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:00 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:00 -0000
vti_filesize:IR|538
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:00 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-oops.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:00 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:00 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:00 -0000
vti_filesize:IR|442
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:00 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-smile.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:01 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:01 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:01 -0000
vti_filesize:IR|551
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:01 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/s-unhappy.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:01 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:01 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:01 -0000
vti_filesize:IR|536
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:01 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/set_av.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:01 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:01 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:01 -0000
vti_filesize:IR|276
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:01 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/skin.inc
0,0 → 1,8
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:01 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|28 Jul 2005 10:16:01 -0000
vti_filesize:IR|3683
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:01 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/smile1.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:01 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:01 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:01 -0000
vti_filesize:IR|566
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:01 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/smile2.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:02 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:02 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:02 -0000
vti_filesize:IR|645
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:02 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/sound.swf
0,0 → 1,8
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:02 -0000
vti_extenderversion:SR|6.0.2.5516
vti_cacheddtm:TX|28 Jul 2005 10:16:02 -0000
vti_filesize:IR|3182
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:02 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/space.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:02 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:02 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:02 -0000
vti_filesize:IR|145
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:02 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/style.css
0,0 → 1,13
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:02 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:02 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:02 -0000
vti_filesize:IR|2455
vti_cachedlinkinfo:VX|S|bg1.png S|bg2.png S|bg3.png
vti_cachedsvcrellinks:VX|FSUS|chat/blab/s-blue/bg1.png FSUS|chat/blab/s-blue/bg2.png FSUS|chat/blab/s-blue/bg3.png
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:02 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/_vti_cnf/tempim.png
0,0 → 1,11
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|28 Jul 2005 10:16:03 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|KAKLIK\\Jakub
vti_modifiedby:SR|KAKLIK\\Jakub
vti_timecreated:TR|28 Jul 2005 10:16:03 -0000
vti_cacheddtm:TX|28 Jul 2005 10:16:03 -0000
vti_filesize:IR|579
vti_backlinkinfo:VX|
vti_syncwith_192.168.177.137\:21/www:TX|28 Jul 2005 10:16:03 -0000
vti_syncofs_192.168.177.137\:21/www:TW|31 Jul 2004 07:23:00 -0000
/web/test/chat/blab/s-blue/admin1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/admin2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/bg1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/bg2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/bg3.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/blab.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/chatt1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/chatt2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/custom-left.inc
0,0 → 1,0
<img src="<?php print $skin_dir;?>/logo.png" width="79" height="96" alt="" hspace="12" vspace="6" />
/web/test/chat/blab/s-blue/custom-right.inc
0,0 → 1,0
<img src="<?php print $skin_dir;?>/blab.png" hspace="10" vspace="8" width="160" height="50" alt="" />
/web/test/chat/blab/s-blue/exitt1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/exitt2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/hstry1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/hstry2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/logo.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/msie.css
0,0 → 1,8
body,textarea{
scrollbar-face-color:#5080d0;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#305498;
scrollbar-darkshadow-color:#305498;
scrollbar-shadow-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#225fc0}
/web/test/chat/blab/s-blue/mssg1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/mssg2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/offset.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/rfrsh1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/rfrsh2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/rooms1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/rooms2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/rrate1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/rrate2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/rrate3.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-blink.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-cheerful.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-cool.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-grin.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-happy.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-hmm.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-kissing.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-laughing.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-lost.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-oops.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-smile.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/s-unhappy.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/set_av.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/skin.inc
0,0 → 1,82
<?php
 
$skin_name='s-blue';
$skin_license='GPL';
$skin_author_url='http://hot-things.net'; // a 'mailto:' link can also be used: 'mailto:email@email.com'
 
//--------------------------------------------------------------------------------------------
 
// FRAMESET ROWS - set height for the top and bottom frames and leave '*' for the middle
 
$fset='100,*,51';
 
//--------------------------------------------------------------------------------------------
 
// IMAGE ARRAY
//
// the elements in this array are called by the function show_pic() which prints image tags
// the format of each element is:
//
// file_name|width|height|alt_attribute|onmouseover_image|additional_attribute
//
// ( separator: | - you should always have 5 '|' in each element )
//
// - "alt_attribute" might be taken from the language file /if you don't need it must exist as a blank/
// - "additional_attribute" - e.g. hspace=\"0\" or onclick=\"alert('bla-bla')\"
// - additional attributes can also be set as a second argument of the function show_pic(): show_pic($pics[0],'hspace="0"')
//
// the background images are set in: skin_dir/style.css
 
$pics[0]="admin1.png|72|26|$lang[12]|admin2.png|"; // admin
$pics[1]="smile1.png|72|26|$lang[13]|smile2.png|"; // smilies
$pics[2]="rooms1.png|72|26|$lang[14]|rooms2.png|"; // rooms
$pics[3]="rfrsh1.png|44|44|$lang[15]|rfrsh2.png|"; // refresh
$pics[4]="chatt1.png|60|26|$lang[16]|chatt2.png|"; // chat
$pics[5]="hstry1.png|80|26|$lang[17]|hstry2.png|"; // history
$pics[6]="exitt1.png|42|42|$lang[18]|exitt2.png|"; // logout
$pics[7]="offset.png|38|11|$lang[24]||"; // time offset
$pics[8]="set_av.png|22|15|$lang[10]||"; // set avatar image
$pics[9]="tempim.png|50|50|$lang[10]||"; // will be loaded if image loading is aborted
 
// $pics[10]-$pics[12] are not called by show_pic(). However, the format of the elements is the same
 
$pics[10]="mssg1.png|42|42|$lang[55]|mssg2.png|"; // sound alert (on/off)
$pics[11]="rrate1.png|12|10|$lang[19]|rrate2.png|"; // refresh rate pics (default/onmouseover)
$pics[12]="rrate1.png|12|10|$lang[19]|rrate3.png|"; // refresh rate pics (default/on)
 
//--------------------------------------------------------------------------------------------
 
// SMILEY ARRAY
//
// the format of each element is:
//
// smiley_code|file_name|width|height|alt_attribute
//
// you can use :-), :( etc as smiley codes
// separator: | - you should always have 4 '|' in each element
 
$smilies=array();
$smilies[0]="[smile]|s-smile.png|18|18|$lang[39]";
$smilies[1]="[blink]|s-blink.png|18|18|$lang[40]";
$smilies[2]="[cheerful]|s-cheerful.png|18|18|$lang[41]";
$smilies[3]="[cool]|s-cool.png|18|18|$lang[42]";
$smilies[4]="[grin]|s-grin.png|18|18|$lang[43]";
$smilies[5]="[happy]|s-happy.png|18|18|$lang[44]";
$smilies[6]="[hmm]|s-hmm.png|18|18|$lang[45]";
$smilies[7]="[kissing]|s-kissing.png|18|18|$lang[46]";
$smilies[8]="[laughing]|s-laughing.png|18|18|$lang[47]";
$smilies[9]="[lost]|s-lost.png|18|18|$lang[48]";
$smilies[10]="[oops]|s-oops.png|18|18|$lang[49]";
$smilies[11]="[unhappy]|s-unhappy.png|18|18|$lang[50]";
 
//--------------------------------------------------------------------------------------------
 
// TURING NUMBER - foreground and background colors
 
$bg['r']=0x51; // bg color - RED
$bg['g']=0x80; // bg color - GREEN
$bg['b']=0xce; // bg color - BLUE
$fg['r']=0xff; // fg color - RED
$fg['g']=0xff; // fg color - GREEN
$fg['b']=0xff; // fg color - BLUE
?>
/web/test/chat/blab/s-blue/smile1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/smile2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/sound.swf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/space.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/s-blue/style.css
0,0 → 1,30
body{color:#ffffff;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px}
td{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px}
input{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px}
textarea{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;width:99%}
 
.a{background-color:#366bc2;color:#ffffff} /* table row #1 */
.b{background-color:#5180ce;color:#ffffff} /* table row #2 */
.c{background-color:#2b5499;font-weight:bold;color:#ffffff;text-transform:uppercase} /* title row */
.d{background-color:#3A63A8;padding:1px;font-size:10px;white-space:nowrap} /* info row */
.e{background-color:#3A63A8;font-weight:bold;white-space:nowrap} /* user list */
.f{background-color:#ffffff} /* border color */
.g{color:#ffffff;background-color:#5180ce;border:1px solid #ffffff} /* text input */
.h{color:#ffffff;background-color:#5180ce;border:1px solid #ffffff} /* submit input */
.i{color:#ffffff;background-color:#5180ce;border:1px solid #ffffff;overflow:auto} /* textarea */
.j{text-transform:uppercase}
.k{font-size:10px} /* smallest */
.l{white-space:nowrap} /* nowrap */
.m{font-size:10px;text-align:right;font-style:italic} /* private mssg */
.n{color:#ffe800;background-color:transparent} /* colored text */
.t{position:relative;height:90%} /* main table */
 
 
.x{background-color:#003588;background-image:url(bg1.png);background-repeat:repeat-x} /* bg top frame */
.y{background-color:#225fc0;background-image:url(bg2.png);background-repeat:repeat} /* bg middle frame */
.z{background-color:#003588;background-image:url(bg3.png);background-repeat:repeat-x} /* bg bottom frame */
 
A:link{color:#ffffff;background-color:transparent}
A:visited{color:#ffffff;background-color:transparent}
A:hover{color:#ffe800;background-color:transparent;text-decoration:none}
A:active{color:#ffe800;background-color:transparent}
/web/test/chat/blab/s-blue/tempim.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/test/chat/blab/smilies.php
0,0 → 1,20
<?php
include "config.php";
include "incl/header.inc";
?>
</head><body class="y">
<table align="center" width="120" class="t" cellpadding="0" cellspacing="0"><tr><td>
<table width="100%" cellpadding="0" cellspacing="0"><tr><td class="f">
<table width="100%" cellpadding="8" cellspacing="1">
<tr><td class="c"><?php print $lang[13];?></td></tr>
<tr><td class="a" align="center">
<?php
for($i=0;$i<count($smilies);$i++){
if(isset($smilies[$i])&&strlen($smilies[$i])>9){
$row=explode('|',$smilies[$i]);
 
print "<a href=\"info.php?why=link\" title=\"$row[4]\" onclick=\"return add_smiley(' $row[0] ')\">";
print "<img src=\"$skin_dir/$row[1]\" width=\"$row[2]\" height=\"$row[3]\" border=\"0\" hspace=\"2\" vspace=\"2\" alt=\"$row[4]\" /></a> ";
}}
 
?></td></tr></table></td></tr></table></td></tr></table></body></html>
/web/test/chat/blab/time_offset.php
0,0 → 1,20
<?php
include "config.php";
if(isset($time_cookie)&&!headers_sent()){setcookie('blabtime',$time_cookie,time()+86400*100,'/');}
include "incl/header.inc";
if(isset($time_cookie)){die('</head><body class="y" onload="self.close()"></body></html>');}
?>
</head><body class="y">
<table align="center" width="135" class="t" cellpadding="0" cellspacing="0"><tr><td>
<table width="100%" cellpadding="0" cellspacing="0"><tr><td class="f">
<table width="100%" cellpadding="8" cellspacing="1">
<tr><td class="c"><?php print $lang[24];?></td></tr>
<tr><td class="a" nowrap="nowrap"><div class="k">
 
<?php
for($i=-12;$i<=13;$i++){if($i!=0){$gmt='';}else{$gmt='&nbsp;GMT';}
$show_time=gmdate($time_format,time()+$i*3600);
print "<a href=\"info.php?why=link\" style=\"text-decoration:none\" onclick=\"return set_offset('$i')\">".$show_time.$gmt."</a>";
if($i==$time_offset){print ' &not;';}
print "<br />\n";}
?></div></td></tr></table></td></tr></table></td></tr></table></body></html>
/web/test/chat/blab/top.php
0,0 → 1,10
<?php include "config.php";include "incl/header.inc";?>
</head><body class="x">
<table width="100%" cellspacing="0" cellpadding="0"><tr><td width="1%">
<?php if(is_file("$skin_dir/custom-left.inc")){include "$skin_dir/custom-left.inc";}?></td>
<td width="99%" class="k" valign="top" align="right">
<table width="100%" cellspacing="3" cellpadding="0"><tr>
<td width="2%"><a href="index.php?admin=1" target="_blank" title="<?php print $lang[51];?>"><?php if(isset($chat)){show_pic($pics[0],0);} ?></a></td>
<td width="2%"><a href="info.php?why=link" onclick="qpe=window.open('smilies.php','smilies','width=150,height=150,resizable=1');qpe.focus();return false" title="<?php print $lang[13];?>"><?php if(isset($chat)&&count($smilies)>0){show_pic($pics[1],0);} ?></a></td>
<td width="96%" align="right"><?php if(is_file("$skin_dir/custom-right.inc")){include "$skin_dir/custom-right.inc";}?></td>
</tr></table><a href="info.php?why=link" onclick="window.open('info.php','info','width=200,height=160,resizable=1');return false">about</a>&nbsp;</td></tr></table></body></html>