<?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>xxs &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/xxs/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Thu, 14 Jun 2012 18:55:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>xxs &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>php xxs temizleme</title>
		<link>https://selmantunc.com.tr/uncategorized/php-xxs-temizleme/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 14 Jun 2012 18:55:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php ipuçları]]></category>
		<category><![CDATA[xxs]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2012/06/14/php-xxs-temizleme/</guid>

					<description><![CDATA[php xxs temizleme çok kaliteli ve işe yarar..javascriptle bulaşacak tüm zararlı kodları temizlerbu siteden tüm testleri yapabilirsinizfunction xss_clean($str) { if (is_array($str) OR is_object($str)) { foreach ($str as $k =&#62; $s)&#8230;]]></description>
										<content:encoded><![CDATA[<p>php xxs temizleme  çok kaliteli ve işe yarar..<br /><br />javascriptle bulaşacak tüm zararlı kodları temizler<br /><br /><a href="http://ha.ckers.org/xss.html">bu siteden</a> tüm testleri yapabilirsiniz<br /><pre class="brush:php">function xss_clean($str)<br />   {<br /><br />       if (is_array($str) OR is_object($str))<br />        {<br />         foreach ($str as $k =&gt; $s)<br />         {<br />             $str[$k] = xss_clean($s);<br />         }<br /><br />           return $str;<br />      }<br /><br />       // Remove all NULL bytes<br />      $str = str_replace("", '', $str);<br /><br />       // Fix &amp;entityn;<br />      $str = str_replace(array('&amp;',''), array('&amp;',''), $str);<br />        $str = preg_replace('/(<em>w+)[x00-x20]+;/u', '$1;', $str);<br />      $str = preg_replace('/(</em>[0-9A-F]+);<em>/iu', '$1;', $str);<br />       //$str = html_entity_decode($str, ENT_COMPAT, $charset); //org<br />$str = html_entity_decode($str, ENT_COMPAT);<br />      // Remove any attribute starting with "on" or xmlns<br />       $str = preg_replace('#(?:on[a-z]+|xmlns)s</em>=s<em>['"x00-x20]?[^'&gt;"]</em>['"x00-x20]?s?#iu', '', $str);<br /><br />       // Remove javascript: and vbscript: protocols<br />     $str = preg_replace('#([a-z]<em>)[x00-x20]</em>=[x00-x20]<em>([`'"]</em>)[x00-x20]<em>j[x00-x20]</em>a[x00-x20]<em>v[x00-x20]</em>a[x00-x20]<em>s[x00-x20]</em>c[x00-x20]<em>r[x00-x20]</em>i[x00-x20]<em>p[x00-x20]</em>t[x00-x20]<em>:#iu', '$1=$2nojavascript...', $str);<br />      $str = preg_replace('#([a-z]</em>)[x00-x20]<em>=(['"]</em>)[x00-x20]<em>v[x00-x20]</em>b[x00-x20]<em>s[x00-x20]</em>c[x00-x20]<em>r[x00-x20]</em>i[x00-x20]<em>p[x00-x20]</em>t[x00-x20]<em>:#iu', '$1=$2novbscript...', $str);<br />     $str = preg_replace('#([a-z]</em>)[x00-x20]<em>=(['"]</em>)[x00-x20]<em>-moz-binding[x00-x20]</em>:#u', '$1=$2nomozbinding...', $str);<br /><br />        // Only works in IE: <br />     $str = preg_replace('#(]+?)style[x00-x20]<em>=[x00-x20]</em>[<code>'&quot;]*.*?expression[x00-x20]*([^&amp;gt;]*+&amp;gt;#is', '$1&amp;gt;', $str);&lt;br /&gt;        $str = preg_replace('#(]+?)style[x00-x20]*=[x00-x20]*[</code>'"]<em>.</em>?behaviour[x00-x20]<em>([^&gt;]</em>+&gt;#is', '$1&gt;', $str);<br />     $str = preg_replace('#(]+?)style[x00-x20]<em>=[x00-x20]</em>[`'"]<em>.</em>?s[x00-x20]<em>c[x00-x20]</em>r[x00-x20]<em>i[x00-x20]</em>p[x00-x20]<em>t[x00-x20]</em>:<em>[^&gt;]</em>+&gt;#ius', '$1&gt;', $str);<br /><br />      // Remove namespaced elements (we do not need them)<br />       $str = preg_replace('#<!--*w+:w[^-->]<em>+&gt;#i', '', $str);<br /><br />      do<br />        {<br />         // Remove really unwanted tags<br />            $old = $str;<br />          $str = preg_replace('#&lt;!--</em>(?:applet|b(?:ase|gsound|link)|embed|frame(?:set)?|i(?:frame|layer)|l(?:ayer|ink)|meta|object|s(?:cript|tyle)|title|xml)[^--&gt;]*+&gt;#i', '', $str);<br />        }<br />     while ($old !== $str);<br /><br />      return $str;<br />  }</pre></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
