Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $text = file_get_contents($_FILES["pwp_file"]["tmp_name"]);
- $text = str_replace("Б","к",$text);
- $text = str_replace("Ж","т",$text);
- $text = str_replace("№","в",$text);
- $text = str_replace("»","д",$text);
- $text = str_replace("Р","ю",$text);
- $text = str_replace("ѕ","з",$text);
- $text = str_replace("О","ь",$text);
- $text = str_replace("ј","ж",$text);
- $text = str_replace("Н","ы",$text);
- $text = str_replace("Й","ч",$text);
- $text = str_replace("є","г",$text);
- $text = str_replace("ї","и",$text);
- $text = str_replace("В","л",$text);
- $text = str_replace("‰","е",$text);
- $text = str_replace("Г","м",$text);
- $text = str_replace("Д","н",$text);
- $text = str_replace("С","я",$text);
- $text = str_replace("Џ","г",$text);
- $text = str_replace("Е","п",$text);
- $text = str_replace("Л","щ",$text);
- $text = str_replace("К","ш",$text);
- $text = str_replace("ё","б",$text);
- $text = str_replace("П","э",$text);
- $text = str_replace("З","ф",$text);
- $text = str_replace("А","й",$text);
- $text = str_replace("Ь","Ш",$text);
- $text = str_replace("А","й",$text);
- $text = str_replace("И","ц",$text);
- $text = str_replace("‘","Д",$text);
- $text = str_replace("§","Ф",$text);
- $text = str_replace("Ї","</b>",$text);
- $text = str_replace("ќ","И",$text);
- $text = str_replace(""," ",$text);
- $text = str_replace("","<br />",$text);
- $text = str_replace("","<br />",$text);
- $text = str_replace("®","<b>",$text);
- $text = str_replace("›","",$text);
- $text = str_replace("¤","Л",$text);
- $text = str_replace("Ґ","П",$text);
- $lolor=explode("<br />",$text);
- array_shift($lolor);
- $text=implode("<br />",$lolor);
- print $text;
Advertisement
Add Comment
Please, Sign In to add comment