YourAdmin

Junior Member | Редактировать | Профиль | Сообщение | ICQ | Цитировать | Сообщить модератору jf, смотри. Открой printpage.cgi Найди Код: $post = &ikoncode("$post"); $post =~ s/<\;/\</g; $post =~ s/>\;/\>/g; $post =~ s/"\;/\"/g; | Поменяй на Код: $post = &ikoncode("$post"); $post =~ s/<\;/\</g; $post =~ s/>\;/\>/g; $post =~ s/"\;/\"/g; $post =~ &doemoticons("$post"); $post =~ s/\:\)/<img src=\"$imagesurl\/emoticons\/smile.gif\" border=\"0\">/g; $post =~ s/\;\)/<img src=\"$imagesurl\/emoticons\/wink.gif\" border=\"0\">/g; $post =~ s/\:\(/<img src=\"$imagesurl\/emoticons\/sad.gif\" border=\"0\">/g; $post =~ s/\:o/<img src=\"$imagesurl\/emoticons\/shocked.gif\" border=\"0\">/g; $post =~ s/<br>/ /g; $post =~ s/<p>/ /g; | А где спасибо? |