-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
36 lines (36 loc) · 1.51 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2" />
<meta name="Author" content="Bimbol" />
<link rel="stylesheet" type="text/css" href="style.css">
<title>Tzar Chat - FAQ</title>
</head>
<body>
<div id="logo_bg" />
<div id="wrapper">
<div id="logo"></div>
<div id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="bugs.html">Bugs</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="authors.html">Authors</a></li>
</ul>
</div>
<div id="block">
<div id="text">
<h2>FAQ</h2>
<b>Q: How to create a channel?</b><br>
Channels can create only the administrator, so if you need one, write to one of them. Protection against unwanted channels.<br><br>
<b>Q: I receiving an error: "Error while saving file!"</b><br>
To solve this problem open Tzar Chat, with admin rights.<br><br>
<b>Q: I receiving an error: "Cannot update Tzar Chat ERROR: Update file didn't exist!"</b><br>
This mean, that update .zip package don't exist, and you can't continue updating.<br><br>
<b>Q: I receiving an error: "Cannot update Tzar Chat ERROR: Cannot extract <u>filename</u>!"</b><br>
You can't extract this file for unknow reason. Download installer again form <a href="download.php">Download</a> section or go to the install directory and manually open Update-TC.exe.<br>
</div>
</div>
</div>
</body>
</html>