1. PHP / Говнокод #642

    +150.2

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    function clear_danger_html ($string) {
    	$string = preg_replace ("#onclick=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onmouseover=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onmouseout=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onmousedown=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onmouseup=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onselect=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onfocus=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onblur=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onload=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onkeydown=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onkeyup=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#ondblclick=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onunload=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onmouseup=[\"|\'](.+?)[\"|\']#is", "", $string);
    	$string = preg_replace ("#onsubmit=[\"|\'](.+?)[\"|\']#is", "", $string);
    	return $string;
    }

    Explay CMS

    Запостил: guest, 02 Марта 2009

    Комментарии (0) RSS

    Добавить комментарий

    Ошибка компиляции комментария:
    1. Гости могут высказаться только в понедельник, среду, четверг или воскресение
    ava Семь раз отмерь — один отрежь, guest!
    А не использовать ли нам bbcode?
    • [b]жирный[/b] — жирный
    • [i]курсив[/i] — курсив
    • [u]подчеркнутый[/u] — подчеркнутый
    • [s]перечеркнутый[/s] — перечеркнутый
    • [blink]мигающий[/blink] — мигающий
    • [color=red]цвет[/color] — цвет (подробнее)
    • [size=20]размер[/size] — размер (подробнее)
    • [code=<language>]some code[/code] (подробнее)
    Проверочный код