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
+4 -4
View File
@@ -6,14 +6,14 @@ if(!defined('GAME'))
$tomorrow = mktime(0, 0, 0, date("m") , date("d")+1, date("Y"));
if( $tomorrow = 0 ){
echo 'Âû åùå íå ñïðàâèëèñü ñ òåêóùèì çàäàíèåì.';
echo 'Вы еще не справились с текущим заданием.';
} elseif( !isset( $tomorrow['id'] ) && $tomorrow == 0 ) {
?>
<br />
<input type='button' value='Êðóòèòü' />
<input type='button' value='Крутить' />
<?
} else {
echo 'Ïîêðóòèòü åùå ðàç âû ñìîæåòå <b>'.$tomorrow.'</b> <font color="">( ×åðåç '.$u->timeOut($tomorrow['time']+60*60*24-time()).' )</font>';
echo 'Покрутить еще раз вы сможете <b>'.$tomorrow.'</b> <font color="">( Через '.$u->timeOut($tomorrow['time']+60*60*24-time()).' )</font>';
}
if($itm['magic_inci']=='ruletka') {
$idv=array(
@@ -100,7 +100,7 @@ $tomorrow = mktime(0, 0, 0, date("m") , date("d")+1, date("Y"));
$idve=$idv[rand(0,count($idv)-1)];
$u->addItem($idve,$u->info['id'],'|frompisher=1|sudba='.$u->info['login']);
$inf = mysql_fetch_array(mysql_query('SELECT * FROM `items_main` WHERE `id` = "'.$idve.'" LIMIT 1'));
$u->error = 'Âû ïîëó÷èëè:'.$inf['name'].'';
$u->error = 'Вы получили:'.$inf['name'].'';
}
?>