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
@@ -13,21 +13,21 @@ if($e['bm_a1']=='wpchr42' && $end > 0)
$e['imposed_name'] = str_replace(' ',' ',$e['imposed_name']);
//
$pvr['test'] = mysql_fetch_array(mysql_query('SELECT * FROM `eff_users` WHERE `uid` = "'.$uid2.'" AND `delete` = 0 AND `name` = "'.$e['imposed_name'].'" LIMIT 1'));
//×àðû òóïîñòè 2%
//Чары тупости 2%
if( !isset($pvr['test']['id']) ) {
//
mysql_query("
INSERT INTO `eff_users` ( `id_eff`, `uid`, `name`, `data`, `overType`, `timeUse`, `timeAce`, `user_use`, `delete`, `v1`, `v2`, `img2`, `x`, `hod`, `bj`, `sleeptime`, `no_Ace`, `file_finish`, `tr_life_user`, `deactiveTime`, `deactiveLast`, `mark`, `bs`) VALUES
( 22, '".$uid2."', '×àðû ÷àõëîñòè 2', 'add_s4=-30|add_hpAll=-50', 0, 77, 0, '".$uid1."', 0, 'priem', 312, 'enhp_3_copower2.gif', 1, 5, '÷àðû÷àõëîñòè2', 0, 0, '', 0, 0, 0, 1, 0);
( 22, '".$uid2."', 'Чары чахлости 2', 'add_s4=-30|add_hpAll=-50', 0, 77, 0, '".$uid1."', 0, 'priem', 312, 'enhp_3_copower2.gif', 1, 5, 'чарычахлости2', 0, 0, '', 0, 0, 0, 1, 0);
");
//
$vLog = 'time1='.time().'||s1='.$this->users[$this->uids[$uid1]]['sex'].'||t1='.$this->users[$this->uids[$uid1]]['team'].'||login1='.$this->users[$this->uids[$uid1]]['login'].'||s2='.$this->users[$this->uids[$uid2]]['sex'].'||t2='.$this->users[$this->uids[$uid2]]['team'].'||login2='.$this->users[$this->uids[$uid2]]['login'].'';
$mas1 = array('time'=>time(),'battle'=>$this->info['id'],'id_hod'=>($this->hodID),'text'=>'','vars'=>$vLog,'zona1'=>'','zonb1'=>'','zona2'=>'','zonb2'=>'','type'=>'1');
$sax = '';
if( $this->users[$this->uids[$uid2]]['sex'] == 1 ) {
$sax = 'à';
$sax = 'а';
}
$mas1['text'] = '{tm1} {u2} ïîëó÷èë'.$sax.' ìàãè÷åñêîå îñëàáëåíèå &quot;<b>'.$e['imposed_name'].'</b>&quot;. (Âûíîñëèâîñòü: -30, Çäîðîâüå: -50 íà 5 õîäîâ)';
$mas1['text'] = '{tm1} {u2} получил'.$sax.' магическое ослабление &quot;<b>'.$e['imposed_name'].'</b>&quot;. (Выносливость: -30, Здоровье: -50 на 5 ходов)';
$this->add_log($mas1);
}
}