Просмотр файла ser/adv/filter.php

Размер файла: 523B
<?php
$ttl=$cnt;
$ttl=preg_replace('/<\?(.*?)title="/si','',$ttl);
$ttl=preg_replace('/">(.*?)<\/wml>/si','',$ttl);
$ttl=str_replace('|','-',$ttl);
$cnt=preg_replace('/<\?(.*?)<\/do>/si','',$cnt);
$cnt=preg_replace('/<small>\n--<br\/>(.*?)<\/wml>/si','',$cnt);
$cnt=preg_replace('/<input(.*?)<\/anchor><br\/>/si','',$cnt);
// $cnt=preg_replace('/<small>(.*?)<\/small>/si','',$cnt);
$cnt=str_replace('<p>','',$cnt);
$cnt=str_replace('</p>','',$cnt);
$cnt=str_replace('--<br/>','<div class="str"></str>',$cnt);
?>