<?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">
	<channel>
		<title>Alter Collections</title>
		<link>http://altercollection.ucoz.com/</link>
		<description>Blog</description>
		<lastBuildDate>Sun, 01 Sep 2013 07:42:32 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://altercollection.ucoz.com/blog/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>post</title>
			<description>&lt;?php
if(isset($_REQUEST[&apos;submit&apos;]))
{
 $filename= $_FILES[&quot;imgfile&quot;][&quot;name&quot;];
 if ((($_FILES[&quot;imgfile&quot;][&quot;type&quot;] == &quot;image/gif&quot;)|| ($_FILES[&quot;imgfile&quot;][&quot;type&quot;] == &quot;image/jpeg&quot;) || ($_FILES[&quot;imgfile&quot;][&quot;type&quot;] == &quot;image/png&quot;) || ($_FILES[&quot;imgfile&quot;][&quot;type&quot;] == &quot;image/pjpeg&quot;)) &amp;&amp; ($_FILES[&quot;imgfile&quot;][&quot;size&quot;] &lt; 200000))
 {
 if(file_exists($_FILES[&quot;imgfile&quot;][&quot;name&quot;]))
 {
 echo &quot;File name exists.&quot;;
 }
 else
 {
 move_uploaded_file($_FILES[&quot;imgfile&quot;][&quot;tmp_name&quot;],&quot;uploads/$filename&quot;);
 echo &quot;Upload Successful . &lt;a href=&apos;uploads/$filename&apos;&gt;Click here&lt;/a&gt; to view the uploaded image&quot;;
 }
 }
 else
 {
 echo &quot;invalid file.&quot;;
 }
}
else
{
?&gt;
&lt;form method=&quot;post&quot; enctype=&quot;multipart/form-data&quot;&gt;
File name:&lt;input type=&quot;file&quot; name=&quot;imgfile&quot;&gt;&lt;br&gt;
&lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;upload&quot;&gt;
&lt;/form&gt;
&lt;?php
}
?&gt;</description>
			<content:encoded>&lt;?php
if(isset($_REQUEST[&apos;submit&apos;]))
{
 $filename= $_FILES[&quot;imgfile&quot;][&quot;name&quot;];
 if ((($_FILES[&quot;imgfile&quot;][&quot;type&quot;] == &quot;image/gif&quot;)|| ($_FILES[&quot;imgfile&quot;][&quot;type&quot;] == &quot;image/jpeg&quot;) || ($_FILES[&quot;imgfile&quot;][&quot;type&quot;] == &quot;image/png&quot;) || ($_FILES[&quot;imgfile&quot;][&quot;type&quot;] == &quot;image/pjpeg&quot;)) &amp;&amp; ($_FILES[&quot;imgfile&quot;][&quot;size&quot;] &lt; 200000))
 {
 if(file_exists($_FILES[&quot;imgfile&quot;][&quot;name&quot;]))
 {
 echo &quot;File name exists.&quot;;
 }
 else
 {
 move_uploaded_file($_FILES[&quot;imgfile&quot;][&quot;tmp_name&quot;],&quot;uploads/$filename&quot;);
 echo &quot;Upload Successful . &lt;a href=&apos;uploads/$filename&apos;&gt;Click here&lt;/a&gt; to view the uploaded image&quot;;
 }
 }
 else
 {
 echo &quot;invalid file.&quot;;
 }
}
else
{
?&gt;
&lt;form method=&quot;post&quot; enctype=&quot;multipart/form-data&quot;&gt;
File name:&lt;input type=&quot;file&quot; name=&quot;imgfile&quot;&gt;&lt;br&gt;
&lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;upload&quot;&gt;
&lt;/form&gt;
&lt;?php
}
?&gt;</content:encoded>
			<link>https://altercollection.ucoz.com/blog/post/2013-09-01-6</link>
			<dc:creator>zuna</dc:creator>
			<guid>https://altercollection.ucoz.com/blog/post/2013-09-01-6</guid>
			<pubDate>Sun, 01 Sep 2013 07:42:32 GMT</pubDate>
		</item>
		<item>
			<title>post</title>
			<description>&lt;pre class=&quot;default prettyprint prettyprinted&quot; style=&quot;margin-top: 0px; margin-bottom: 10px; padding: 5px; border: 0px; font-size: 14px; vertical-align: baseline; background-color: rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, &apos;Lucida Console&apos;, &apos;Liberation Mono&apos;, &apos;DejaVu Sans Mono&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, monospace, serif; overflow: auto; width: auto; max-height: 600px; line-height: 18px;&quot;&gt;&lt;code style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; font-family: Consolas, Menlo, Monaco, &apos;Lucida Console&apos;, &apos;Liberation Mono&apos;, &apos;DejaVu Sans Mono&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, monospace, serif;&quot;&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;&lt;?&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;php
&lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertic...</description>
			<content:encoded>&lt;pre class=&quot;default prettyprint prettyprinted&quot; style=&quot;margin-top: 0px; margin-bottom: 10px; padding: 5px; border: 0px; font-size: 14px; vertical-align: baseline; background-color: rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, &apos;Lucida Console&apos;, &apos;Liberation Mono&apos;, &apos;DejaVu Sans Mono&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, monospace, serif; overflow: auto; width: auto; max-height: 600px; line-height: 18px;&quot;&gt;&lt;code style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; font-family: Consolas, Menlo, Monaco, &apos;Lucida Console&apos;, &apos;Liberation Mono&apos;, &apos;DejaVu Sans Mono&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, monospace, serif;&quot;&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;&lt;?&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;php
&lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 139);&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;isset&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;$_REQUEST&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&apos;submit&apos;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;]))&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 $filename&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; $_FILES&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;imgfile&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;][&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;name&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;];&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 139);&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;(((&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;$_FILES&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;imgfile&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;][&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;type&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;image/gif&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;)||&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;$_FILES&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;imgfile&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;][&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;type&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;image/jpeg&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;||&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;$_FILES&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;imgfile&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;][&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;type&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;image/png&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;||&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;$_FILES&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;imgfile&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;][&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;type&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;image/pjpeg&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;))&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;$_FILES&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;imgfile&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;][&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;size&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;&lt;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;lit&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;200000&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;))&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 139);&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;file_exists&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;$_FILES&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;imgfile&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;][&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;name&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;]))&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 echo &lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;File name exists.&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 139);&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 move_uploaded_file&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;$_FILES&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;imgfile&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;][&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;tmp_name&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;],&lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;uploads/$filename&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;);&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 echo &lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;Upload Successful . &lt;a href=&apos;uploads/$filename&apos;&amp;gt;Click here&lt;/a&amp;gt; to view the uploaded image&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 139);&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 echo &lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&quot;invalid file.&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
 &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 139);&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&lt;form&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(255, 0, 0);&quot;&gt;method&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 255);&quot;&gt;&quot;post&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(255, 0, 0);&quot;&gt;enctype&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 255);&quot;&gt;&quot;multipart/form-data&quot;&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
File name:&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&lt;input&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(255, 0, 0);&quot;&gt;type&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 255);&quot;&gt;&quot;file&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(255, 0, 0);&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 255);&quot;&gt;&quot;imgfile&quot;&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&amp;gt;&lt;br&amp;gt;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&lt;input&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(255, 0, 0);&quot;&gt;type&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 255);&quot;&gt;&quot;submit&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(255, 0, 0);&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 255);&quot;&gt;&quot;submit&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(255, 0, 0);&quot;&gt;value&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(0, 0, 255);&quot;&gt;&quot;upload&quot;&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent; color: rgb(128, 0, 0);&quot;&gt;&lt;/form&amp;gt;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;&lt;?&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;php
&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background-color: transparent;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;</content:encoded>
			<link>https://altercollection.ucoz.com/blog/post/2013-09-01-5</link>
			<dc:creator>zuna</dc:creator>
			<guid>https://altercollection.ucoz.com/blog/post/2013-09-01-5</guid>
			<pubDate>Sun, 01 Sep 2013 07:41:55 GMT</pubDate>
		</item>
		<item>
			<title>Post ad</title>
			<description>&lt;form&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;vehicle&quot; value=&quot;Bike&quot;&gt;I have a bike&lt;br&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;vehicle&quot; value=&quot;Car&quot;&gt;I have a car 
&lt;/form&gt;
&lt;form name=&quot;input&quot; action=&quot;html_form_action.asp&quot; method=&quot;get&quot;&gt;
Username: &lt;input type=&quot;text&quot; name=&quot;user&quot;&gt;
&lt;input type=&quot;submit&quot; value=&quot;Submit&quot;&gt;
&lt;/form&gt;</description>
			<content:encoded>&lt;form&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;vehicle&quot; value=&quot;Bike&quot;&gt;I have a bike&lt;br&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;vehicle&quot; value=&quot;Car&quot;&gt;I have a car 
&lt;/form&gt;
&lt;form name=&quot;input&quot; action=&quot;html_form_action.asp&quot; method=&quot;get&quot;&gt;
Username: &lt;input type=&quot;text&quot; name=&quot;user&quot;&gt;
&lt;input type=&quot;submit&quot; value=&quot;Submit&quot;&gt;
&lt;/form&gt;</content:encoded>
			<link>https://altercollection.ucoz.com/blog/post_ad/2013-09-01-4</link>
			<dc:creator>zuna</dc:creator>
			<guid>https://altercollection.ucoz.com/blog/post_ad/2013-09-01-4</guid>
			<pubDate>Sun, 01 Sep 2013 07:07:35 GMT</pubDate>
		</item>
		<item>
			<title>Post ad</title>
			<description>&lt;label class=&quot;label&quot; for=&quot;name&quot;&gt;Name:&lt;/label&gt; &lt;input id=&quot;name&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;distributorName&quot; /&gt; 

 &lt;label class=&quot;label&quot; for=&quot;distributorId&quot;&gt;Distributor ID:&lt;/label&gt; &lt;input id=&quot;name&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;distributorId&quot; /&gt; 

 &lt;label class=&quot;label&quot; for=&quot;email&quot;&gt;Distributor Email:&lt;/label&gt; &lt;input id=&quot;email&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;email&quot; /&gt;
 &lt;h2&gt;Business Information&lt;/h2&gt;
 &lt;label class=&quot;label&quot; for=&quot;businessName&quot;&gt;Business Name:&lt;/label&gt; 
 &lt;input id=&quot;name&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;businessName&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;phone&quot;&gt;Business Phone Number:&lt;/label&gt; 
 &lt;input id=&quot;phone&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;phone&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;street&quot;&gt;Address:&lt;/label&gt; 
 &lt;input id=&quot;street&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;street&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;city&quot;&gt;City:&lt;/label&gt; &lt;input id=&quot;city&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;city&quot; /&gt;

 &lt;div id=&quot;state&quot;&gt;
 &lt;label id=&quot;state&quot; class=&quot;label&quot; for=&quot;state&quot;&gt;State:&lt;/label&gt; 
 &lt;select class=&quot;dropdown&quot; name=&quot;state&quot;&gt; ...</description>
			<content:encoded>&lt;label class=&quot;label&quot; for=&quot;name&quot;&gt;Name:&lt;/label&gt; &lt;input id=&quot;name&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;distributorName&quot; /&gt; 

 &lt;label class=&quot;label&quot; for=&quot;distributorId&quot;&gt;Distributor ID:&lt;/label&gt; &lt;input id=&quot;name&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;distributorId&quot; /&gt; 

 &lt;label class=&quot;label&quot; for=&quot;email&quot;&gt;Distributor Email:&lt;/label&gt; &lt;input id=&quot;email&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;email&quot; /&gt;
 &lt;h2&gt;Business Information&lt;/h2&gt;
 &lt;label class=&quot;label&quot; for=&quot;businessName&quot;&gt;Business Name:&lt;/label&gt; 
 &lt;input id=&quot;name&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;businessName&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;phone&quot;&gt;Business Phone Number:&lt;/label&gt; 
 &lt;input id=&quot;phone&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;phone&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;street&quot;&gt;Address:&lt;/label&gt; 
 &lt;input id=&quot;street&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;street&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;city&quot;&gt;City:&lt;/label&gt; &lt;input id=&quot;city&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;city&quot; /&gt;

 &lt;div id=&quot;state&quot;&gt;
 &lt;label id=&quot;state&quot; class=&quot;label&quot; for=&quot;state&quot;&gt;State:&lt;/label&gt; 
 &lt;select class=&quot;dropdown&quot; name=&quot;state&quot;&gt; 
 &lt;option value=&quot;AL&quot;&gt;AL&lt;/option&gt; 
 &lt;option value=&quot;AK&quot;&gt;AK&lt;/option&gt;
 &lt;option value=&quot;AZ&quot;&gt;AZ&lt;/option&gt; 
 &lt;option value=&quot;AR&quot;&gt;AR&lt;/option&gt;
 &lt;option value=&quot;CA&quot;&gt;CA&lt;/option&gt; 
 &lt;option value=&quot;CO&quot;&gt;CO&lt;/option&gt;
 &lt;option value=&quot;CT&quot;&gt;CT&lt;/option&gt; 
 &lt;option value=&quot;DE&quot;&gt;DE&lt;/option&gt;
 &lt;option value=&quot;FL&quot;&gt;FL&lt;/option&gt; 
 &lt;option value=&quot;GA&quot;&gt;GA&lt;/option&gt;
 &lt;option value=&quot;HI&quot;&gt;HI&lt;/option&gt; 
 &lt;option value=&quot;ID&quot;&gt;ID&lt;/option&gt;
 &lt;option value=&quot;IL&quot;&gt;IL&lt;/option&gt; 
 &lt;option value=&quot;IN&quot;&gt;IN&lt;/option&gt;
 &lt;option value=&quot;IA&quot;&gt;IA&lt;/option&gt; 
 &lt;option value=&quot;KS&quot;&gt;KS&lt;/option&gt;
 &lt;option value=&quot;KY&quot;&gt;KY&lt;/option&gt; 
 &lt;option value=&quot;LA&quot;&gt;LA&lt;/option&gt;
 &lt;option value=&quot;ME&quot;&gt;ME&lt;/option&gt; 
 &lt;option value=&quot;MD&quot;&gt;MD&lt;/option&gt;
 &lt;option value=&quot;MA&quot;&gt;MA&lt;/option&gt; 
 &lt;option value=&quot;MI&quot;&gt;MI&lt;/option&gt;
 &lt;option value=&quot;MN&quot;&gt;MN&lt;/option&gt; 
 &lt;option value=&quot;MS&quot;&gt;MS&lt;/option&gt;
 &lt;option value=&quot;MO&quot;&gt;MO&lt;/option&gt; 
 &lt;option value=&quot;MT&quot;&gt;MT&lt;/option&gt;
 &lt;option value=&quot;NE&quot;&gt;NE&lt;/option&gt; 
 &lt;option value=&quot;NV&quot;&gt;NV&lt;/option&gt;
 &lt;option value=&quot;NH&quot;&gt;NH&lt;/option&gt; 
 &lt;option value=&quot;NJ&quot;&gt;NJ&lt;/option&gt;
 &lt;option value=&quot;NM&quot;&gt;NM&lt;/option&gt; 
 &lt;option value=&quot;NY&quot;&gt;NY&lt;/option&gt;
 &lt;option value=&quot;NC&quot;&gt;NC&lt;/option&gt; 
 &lt;option value=&quot;ND&quot;&gt;ND&lt;/option&gt;
 &lt;option value=&quot;OH&quot;&gt;OH&lt;/option&gt; 
 &lt;option value=&quot;OK&quot;&gt;OK&lt;/option&gt;
 &lt;option value=&quot;OR&quot;&gt;OR&lt;/option&gt; 
 &lt;option value=&quot;PA&quot;&gt;PA&lt;/option&gt;
 &lt;option value=&quot;RI&quot;&gt;RI&lt;/option&gt; 
 &lt;option value=&quot;SC&quot;&gt;SC&lt;/option&gt;
 &lt;option value=&quot;SD&quot;&gt;SD&lt;/option&gt; 
 &lt;option value=&quot;TN&quot;&gt;TN&lt;/option&gt;
 &lt;option value=&quot;TX&quot;&gt;TX&lt;/option&gt; 
 &lt;option value=&quot;UT&quot;&gt;UT&lt;/option&gt;
 &lt;option value=&quot;VT&quot;&gt;VT&lt;/option&gt; 
 &lt;option value=&quot;VA&quot;&gt;VA&lt;/option&gt;
 &lt;option value=&quot;WA&quot;&gt;WA&lt;/option&gt; 
 &lt;option value=&quot;WV&quot;&gt;WV&lt;/option&gt;
 &lt;option value=&quot;WI&quot;&gt;WI&lt;/option&gt; 
 &lt;option value=&quot;WY&quot;&gt;WY&lt;/option&gt;
 &lt;/select&gt;
 &lt;/div&gt;
 &lt;div id=&quot;zip&quot;&gt;
 &lt;label id=&quot;zip&quot; class=&quot;label&quot; for=&quot;zip&quot;&gt;ZIP Code:&lt;/label&gt; 
 &lt;input id=&quot;zip&quot; class=&quot;name&quot; type=&quot;text&quot; name=&quot;zip&quot; /&gt;
 &lt;/div&gt;

 &lt;label class=&quot;nobg&quot; for=&quot;uploaded_file&quot;&gt;Company Logo:&lt;/label&gt; 
 &lt;input class=&quot;nobg&quot; type=&quot;file&quot; name=&quot;uploaded_file&quot; /&gt;
 &lt;/div&gt;

 &lt;div id=&quot;right&quot;&gt;
 &lt;div style=&quot;width:50%; float:left;&quot;&gt;
 &lt;label class=&quot;label&quot; for=&quot;validOthers&quot;&gt;Valid with other Coupons:&lt;/label&gt; 
 &lt;select class=&quot;dropdown&quot; name=&quot;validOthers&quot;&gt; 
 &lt;option value=&quot;yes&quot;&gt;Yes&lt;/option&gt; 
 &lt;option value=&quot;no&quot;&gt;No&lt;/option&gt; 
 &lt;/select&gt;

 &lt;label class=&quot;label&quot; for=&quot;oneCoupon&quot;&gt;One Coupon Per Customer:&lt;/label&gt; 
 &lt;select class=&quot;dropdown&quot; name=&quot;oneCoupon&quot;&gt; 
 &lt;option value=&quot;yes&quot;&gt;Yes&lt;/option&gt; 
 &lt;option value=&quot;no&quot;&gt;No&lt;/option&gt; &lt;/select&gt;
 &lt;/div&gt;
 &lt;div style=&quot;width:50%; float:left;&quot;&gt;
 &lt;label class=&quot;label&quot; for=&quot;outOfarea&quot;&gt;Out of Area Coupon:&lt;/label&gt; 
 &lt;select class=&quot;dropdown&quot; name=&quot;outOfarea&quot;&gt; 
 &lt;option value=&quot;yes&quot;&gt;Yes&lt;/option&gt; 
 &lt;option value=&quot;no&quot;&gt;No&lt;/option&gt; &lt;/select&gt;

 &lt;label class=&quot;label&quot; for=&quot;businessCategory&quot;&gt;Business Category (Optional):&lt;/label&gt; 
 &lt;input style=&quot;width:200px;&quot; type=&quot;text&quot; name=&quot;businessCategory&quot; /&gt; 
 &lt;/div&gt;


 &lt;h2&gt;Offer 1&lt;/h2&gt;
 &lt;label class=&quot;label&quot; for=&quot;offer1&quot;&gt;Your Offer:&lt;/label&gt; 
 &lt;input type=&quot;text&quot;class=&quot;offers&quot; name=&quot;offer1&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;offer1Days&quot;&gt;Number of days the offer will last for:&lt;/label&gt; 
 &lt;input class=&quot;days&quot; type=&quot;text&quot; name=&quot;offer1Days&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;offer1Quantity&quot;&gt;Number of Coupons:&lt;/label&gt; 
 &lt;input class=&quot;qty&quot; type=&quot;text&quot; name=&quot;offer1Quantity&quot; /&gt;

 &lt;h2&gt;Offer 2&lt;/h2&gt;
 &lt;label class=&quot;label&quot; for=&quot;offer2&quot;&gt;Your Offer:&lt;/label&gt; 
 &lt;input type=&quot;text&quot; class=&quot;offers&quot; name=&quot;offer2&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;offer2Days&quot;&gt;Number of days the offer will last for:&lt;/label&gt; 
 &lt;input class=&quot;days&quot; type=&quot;text&quot; name=&quot;offer2Days&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;offer2Quantity&quot;&gt;Number of Coupons:&lt;/label&gt; 
 &lt;input class=&quot;qty&quot; type=&quot;text&quot; name=&quot;offer2Quantity&quot; /&gt;
 &lt;h2&gt;Offer 3&lt;/h2&gt;
 &lt;label class=&quot;label&quot; for=&quot;offer3&quot;&gt;Your Offer:&lt;/label&gt; 
 &lt;input type=&quot;text&quot; class=&quot;offers&quot; name=&quot;offer3&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;offer3Days&quot;&gt;Number of days the offer will last for:&lt;/label&gt; 
 &lt;input class=&quot;days&quot; type=&quot;text&quot; name=&quot;offer3Days&quot; /&gt; 
 &lt;label class=&quot;label&quot; for=&quot;offer3Quantity&quot;&gt;Number of Coupons:&lt;/label&gt; 
 &lt;input class=&quot;qty&quot; type=&quot;text&quot; name=&quot;offer3Quantity&quot; /&gt; 

&lt;input id=&quot;order&quot; class=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Submit&quot; /&gt;</content:encoded>
			<link>https://altercollection.ucoz.com/blog/post_ad/2013-09-01-3</link>
			<dc:creator>zuna</dc:creator>
			<guid>https://altercollection.ucoz.com/blog/post_ad/2013-09-01-3</guid>
			<pubDate>Sun, 01 Sep 2013 07:04:38 GMT</pubDate>
		</item>
	</channel>
</rss>