<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: How I fixed phpMiniAdmin (v 1.9.170312)</title>
	<atom:link href="http://trilema.com/2017/how-i-fixed-phpminiadmin-v-19170312/feed/" rel="self" type="application/rss+xml" />
	<link>http://trilema.com/2017/how-i-fixed-phpminiadmin-v-19170312/</link>
	<description>Moving targets for a fast crowd.</description>
	<pubDate>Fri, 01 May 2026 16:18:44 +0000</pubDate>
	<generator>http://polimedia.us</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mircea Popescu</title>
		<link>http://trilema.com/2017/how-i-fixed-phpminiadmin-v-19170312/#comment-122064</link>
		<dc:creator>Mircea Popescu</dc:creator>
		<pubDate>Thu, 18 May 2017 13:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://trilema.com/?p=73104#comment-122064</guid>
		<description>Indeed it does not. I'm not entirely convinced it would work even with that, wtf is the gnarl, htmlencode then replace escaped items with the result of a function holy god.</description>
		<content:encoded><![CDATA[<p>Indeed it does not. I'm not entirely convinced it would work even with that, wtf is the gnarl, htmlencode then replace escaped items with the result of a function holy god.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://trilema.com/2017/how-i-fixed-phpminiadmin-v-19170312/#comment-122063</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Thu, 18 May 2017 13:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://trilema.com/?p=73104#comment-122063</guid>
		<description>The code is fine as it is, should populate q via 

 $('q').value=btoa(encodeURIComponent($('qraw').value).replace(/%([0-9A-F]{2})/g,function(m,p){return String.fromCharCode('0x'+p)})); 

in  F.addEventListener('submit',function(e){ 

For some reason this doesn't fire on your system I take it.</description>
		<content:encoded><![CDATA[<p>The code is fine as it is, should populate q via </p>
<p> $('q').value=btoa(encodeURIComponent($('qraw').value).replace(/%([0-9A-F]{2})/g,function(m,p){return String.fromCharCode('0x'+p)})); </p>
<p>in  F.addEventListener('submit',function(e){ </p>
<p>For some reason this doesn't fire on your system I take it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
