<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DLE &#8212; LE RR ME</title>
	<atom:link href="https://lerr.me/cat/dle/feed" rel="self" type="application/rss+xml" />
	<link>https://lerr.me</link>
	<description>Ещё один сайт непонятно о чём</description>
	<lastBuildDate>Wed, 30 Sep 2020 11:52:24 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>DLE удаляем повторяющиеся смайлы и буквы в комментах</title>
		<link>https://lerr.me/444.html</link>
					<comments>https://lerr.me/444.html#respond</comments>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Sat, 10 Dec 2016 23:18:01 +0000</pubDate>
				<category><![CDATA[DLE]]></category>
		<guid isPermaLink="false">http://zerot01erance.me/?p=444</guid>

					<description><![CDATA[addcomments.php после $_POST[&#039;question_answer&#039;] = convert_unicode( $_POST[&#039;question_answer&#039;], $config[&#039;charset&#039;] ); Добавляем нашу регулярку //смайлы $smilies_arr = explode( &#34;,&#34;, $config[&#039;smilies&#039;] ); foreach ( $smilies_arr as $smile ) { do { $_POST[&#039;comments&#039;] = preg_replace(&#039;#(:&#039;.$smile.&#039;:[\s]*)\1{3,}#&#039;, &#039;$1&#039;, $_POST[&#039;comments&#039;], 1, $count); } while ($count); } unset($count); //буквы do { $_POST[&#039;comments&#039;] = preg_replace(&#039;#(.)\1{3,}#ui&#039;,&#039;$1&#039;, $_POST[&#039;comments&#039;], 1, $count); } while ($count);]]></description>
		
					<wfw:commentRss>https://lerr.me/444.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>DownPage 7.1 для DLE 11.1</title>
		<link>https://lerr.me/416.html</link>
					<comments>https://lerr.me/416.html#respond</comments>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Wed, 07 Sep 2016 06:13:39 +0000</pubDate>
				<category><![CDATA[DLE]]></category>
		<guid isPermaLink="false">http://zerot01erance.me/?p=416</guid>

					<description><![CDATA[Решил я тут заморочиться с этим говномодом и доработать до новой версии DLE 11.1 запрос в базу ALTER TABLE `ВАШПРЕФИКС_files` ADD `size` BIGINT NOT NULL AFTER `onserver`; ALTER TABLE `ВАШПРЕФИКС_static_files` ADD `size` BIGINT NOT NULL AFTER `onserver`; ALTER TABLE `ВАШПРЕФИКС_usergroups` ADD dp_timer VARCHAR(10) NOT NULL DEFAULT &#039;0&#039;; в корне создаем файл dpi.php и запускаем &#60;?PHP [&#8230;]]]></description>
		
					<wfw:commentRss>https://lerr.me/416.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AJAX загрузка смайлов в модальном окне по клику DLE</title>
		<link>https://lerr.me/410.html</link>
					<comments>https://lerr.me/410.html#respond</comments>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Sat, 13 Aug 2016 22:55:44 +0000</pubDate>
				<category><![CDATA[DLE]]></category>
		<guid isPermaLink="false">http://zerot01erance.me/?p=410</guid>

					<description><![CDATA[создаем файл smiles.php в папке ajax &#60;?php @error_reporting ( E_ALL ^ E_WARNING ^ E_NOTICE ); @ini_set ( &#039;display_errors&#039;, true ); @ini_set ( &#039;html_errors&#039;, false ); @ini_set ( &#039;error_reporting&#039;, E_ALL ^ E_WARNING ^ E_NOTICE ); define(&#039;DATALIFEENGINE&#039;, true); define( &#039;ROOT_DIR&#039;, substr( dirname( __FILE__ ), 0, -12 ) ); define( &#039;ENGINE_DIR&#039;, ROOT_DIR . &#039;/engine&#039; ); include ENGINE_DIR.&#039;/data/config.php&#039;; date_default_timezone_set [&#8230;]]]></description>
		
					<wfw:commentRss>https://lerr.me/410.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>DLE 9 пустые поля после сохранения 1251</title>
		<link>https://lerr.me/352.html</link>
					<comments>https://lerr.me/352.html#respond</comments>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Sat, 16 Apr 2016 01:45:44 +0000</pubDate>
				<category><![CDATA[DLE]]></category>
		<guid isPermaLink="false">http://ler.co.in/?p=352</guid>

					<description><![CDATA[Проблема в функции htmlspecialchars ищите ее в классе parse и везде гле возможно и заменяйте на htmlspecialchars($str, ENT_QUOTES, &#039;кодировка сайта&#039;); Однако, можно попробовать использовать более универсальный код: htmlspecialchars($str, NULL, $config[&#039;charset&#039;]);]]></description>
		
					<wfw:commentRss>https://lerr.me/352.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Вывести URL изображения из дополнительного поля DLE 11</title>
		<link>https://lerr.me/313.html</link>
					<comments>https://lerr.me/313.html#respond</comments>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Wed, 23 Mar 2016 14:22:10 +0000</pubDate>
				<category><![CDATA[DLE]]></category>
		<guid isPermaLink="false">http://ler.co.in/?p=313</guid>

					<description><![CDATA[-Создаем дополнительное поле с типом изображение в админке например с названием poster -В файле topnews.tpl меняем на &#60;i class=&#34;image cover&#34; style=&#34;background-image: url([xfgiven_poster][xfvalue_poster_url][/xfgiven_poster])&#34;&#62;&#60;/i&#62; -В файле topnews.php добавляем строку $tpl-&#62;copy_template = str_replace( &#34;[xfvalue_{$value[0]}_url]&#34;, $img_url, $tpl-&#62;copy_template ); перед строкой if($thumb_url) { Идентичные замены можно сделать в show_custom, show_full, show_short итд]]></description>
		
					<wfw:commentRss>https://lerr.me/313.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
