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
+5 -5
View File
@@ -34,8 +34,8 @@ if(!defined('GAME'))
&nbsp;&nbsp; </td>
<center><?echo ''.$u->microLogin($u->info['id'],1).'<br>';?></center>
<td valign="top" align="right">&nbsp;
<input type="button" onClick="location.href='/main.php?obraz';" class="btn" value="Îáíîâèòü" />
<input type="submit" class="btn" name="edit" value="Âåðíóòüñÿ" />
<input type="button" onClick="location.href='/main.php?obraz';" class="btn" value="Обновить" />
<input type="submit" class="btn" name="edit" value="Вернуться" />
<br>
<hr />
<br />
@@ -52,7 +52,7 @@ while($pl = mysql_fetch_array($sp)) {
$t = $u->items['tr'];
$x = 0;
if( $pl['level'] > 0 ) {
$trd .= "\r".'&bull; Óðîâåíü ïåðñîíàæà: '.$pl['level'].'';
$trd .= "\r".'&bull; Уровень персонажа: '.$pl['level'].'';
}
if( $pl['itm'] > 0 ) {
$pl['itm'] = explode(',',$pl['itm']);
@@ -76,7 +76,7 @@ while($pl = mysql_fetch_array($sp)) {
$j++;
}
if( $tritm != '' ) {
$trd .= "\r".'&bull; Ïðåäìåòû: '.$tritm.'';
$trd .= "\r".'&bull; Предметы: '.$tritm.'';
}
}
while($x < count($t)) {
@@ -92,7 +92,7 @@ while($pl = mysql_fetch_array($sp)) {
if( ($pl['tr'] == '' && $pl['itm'] == '') || $tr == true ) {
if( $trd != '' ) {
$trd = 'Òðåáóåòñÿ ìèíèìàëüíîå:'.$trd;
$trd = 'Требуется минимальное:'.$trd;
}
echo '<a href="main.php?inv=1&obr_sel='.$pl['id'].'&rnd='.$code.'"><img class="obrsl1" title="'.$trd.'" src="https://img.new-combats.com/i/obraz/'.$pl['sex'].'/'.$pl['img'].'" width="120" height="220" /></a> ';
}