Utf8 convert

This commit is contained in:
2023-01-10 18:29:32 +02:00
parent 71b759232c
commit 90b9c8325e
3572 changed files with 35191 additions and 395614 deletions
+9 -9
View File
@@ -21,11 +21,11 @@ if($u->error!='')
?>
<table width="100%">
<tr>
<td align="center"><h3>Äîñòóïíûå çàäàíèÿ, <?=$u->info['city']?></h3></td>
<td width="150" align="right"><input type="button" value="îáíîâèòü" onclick="location='main.php?quests=1';" /> <input type="button" value="Âåðíóòüñÿ" onclick="location='main.php';" /></td>
<td align="center"><h3>Доступные задания, <?=$u->info['city']?></h3></td>
<td width="150" align="right"><input type="button" value="обновить" onclick="location='main.php?quests=1';" /> <input type="button" value="Вернуться" onclick="location='main.php';" /></td>
</tr>
<tr>
<td><a href="main.php?skills=1&rz=6">Àêòèâíûå êâåñòû</a></td>
<td><a href="main.php?skills=1&rz=6">Активные квесты</a></td>
<td>&nbsp;</td>
</tr>
<tr>
@@ -39,27 +39,27 @@ if($u->error!='')
{
if($q->testGood($pl)==1)
{
$urq = '<a href="main.php?quests&minfo='.$pl['id'].'">Ïîäðîáíåå</a>';
$urq = '<a href="main.php?quests&minfo='.$pl['id'].'">Подробнее</a>';
if(isset($_GET['minfo']) && $_GET['minfo']==$pl['id'])
{
$urq = '<a href="main.php?quests=1">Ñêðûòü</a>';
$urq = '<a href="main.php?quests=1">Скрыть</a>';
}
$qsee .= '<tr>
<td style="border-bottom:1px solid #CCCCCC;" width="300"><div align="left" style="margin-left:11px;">'.$pl['name'].'</div></td>
<td width="75" bgcolor="#DADADA" style="border-bottom:1px solid #CCCCCC;"><div align="center"><small>'.$urq.'</small></div></td>
<td style="border-bottom:1px solid #CCCCCC;"><small><b>Îïèñàíèå:</b> '.$pl['info'].'</small></td>
<td style="border-bottom:1px solid #CCCCCC;"><small><b>Описание:</b> '.$pl['info'].'</small></td>
</tr>';
unset($urq);
if(isset($_GET['minfo']) && $_GET['minfo']==$pl['id'])
{
if($pl['city']!='')
{
$gc = '<small>Ãîðîä êâåñòà: <img src="https://img.new-combats.com/i/city_ico/'.$pl['city'].'.gif" width="17" height="15"> '.$u->city_name[$pl['city']].'</small>';
$gc = '<small>Город квеста: <img src="https://img.new-combats.com/i/city_ico/'.$pl['city'].'.gif" width="17" height="15"> '.$u->city_name[$pl['city']].'</small>';
}else{
$gc = '&nbsp;';
}
$di = $q->info($pl);
$di .= '<a href="main.php?quests&start='.$pl['id'].'">Ïðèíÿòü çàäàíèå</a><br><br>';
$di .= '<a href="main.php?quests&start='.$pl['id'].'">Принять задание</a><br><br>';
$qsee .= '<tr>
<td style="border-bottom:1px solid #CCCCCC;" width="300">'.$gc.'</td>
<td width="75" style="border-bottom:1px solid #CCCCCC;">&nbsp;</td>
@@ -74,7 +74,7 @@ if($u->error!='')
if($qsee == '')
{
$qsee = '<tr><td align="center" bgcolor="#EAEAEA">Äëÿ âàñ íåò äîñòóïíûõ çàäàíèé, ïðèõîäèòå ïîçæå</td></tr>';
$qsee = '<tr><td align="center" bgcolor="#EAEAEA">Для вас нет доступных заданий, приходите позже</td></tr>';
}
?>
<table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#E1E1E1">