<?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>Al-Manshurin Informatika</title>
	<atom:link href="http://www.almanshurin.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.almanshurin.com</link>
	<description>Computer Networking and Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:28:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>C &#8211; Zodiak Program</title>
		<link>http://www.almanshurin.com/programming/c-zodiak-program.html</link>
		<comments>http://www.almanshurin.com/programming/c-zodiak-program.html#comments</comments>
		<pubDate>Thu, 15 Dec 2011 15:47:04 +0000</pubDate>
		<dc:creator>Pudja Mansyurin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c zodiak program]]></category>
		<category><![CDATA[zodiak program]]></category>

		<guid isPermaLink="false">http://www.almanshurin.com/?p=2128</guid>
		<description><![CDATA[Zodiak is a popular mecahnism to classified people&#8217;s genre according to their birthday date. This technic was found by chinese, a long years ago. But, till nowdays, there are a lot of people arround the world using it. But!!!!! Here, I will not discuss about that theory or that story. The important is, we will [...]]]></description>
			<content:encoded><![CDATA[<p>Zodiak is a popular mecahnism to classified people&#8217;s genre according to their birthday date. This technic was found by chinese, a long years ago. But, till nowdays, there are a lot of people arround the world using it.</p>
<p>But!!!!! Here, I will not discuss about that theory or that story. The important is, we will combined that, into C programming language. With knowing the basic concept of Zodiak, and the simple Logical Main.<span id="more-2128"></span></p>
<p>In this program, I adding another unpopular C language feature, we call it &#8220;STURCTURE&#8221;. This structure thing has a usefull function. We can classified some variable, wich has same function in one structure. Just analyze this program.</p>
<p><a href="http://www.almanshurin.com/wp-content/uploads/2011/12/zodiak-program.jpg"><img class="aligncenter size-full wp-image-2130" title="C   Zodiak Program " src="http://www.almanshurin.com/wp-content/uploads/2011/12/zodiak-program.jpg" alt="zodiak program C   Zodiak Program " width="453" height="115" /></a></p>
<p>Here are the source code of Zodiak Program :</p>
<style type="text/css">
.bwp-syntax-wrapper li {white-space: normal;}
</style>
<div class="bwp-syntax-block clearfix">
<div class="bwp-syntax-toolbar">
<div class="bwp-syntax-control"><a href="javascript:;" class="bwp-syntax-source-switch" title="View Source Code"></a></div>
</div>
<div class="bwp-syntax-wrapper clearfix bwp-syntax-advanced">
<div class="c">
<ol>
<li class="li1">
<div class="de1"><span class="co2">#include &lt;stdio.h&gt;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="co2">#include &lt;conio.h&gt;</span></div>
</li>
<li class="li1">
<div class="de1">main<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#123;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw4">struct</span> zodiak <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw4">char</span> nama<span class="br0">&#91;</span><span class="nu0">11</span><span class="br0">&#93;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw4">int</span> tgl_awal<span class="sy0">,</span> bln_awal<span class="sy0">,</span> tgl_akhir<span class="sy0">,</span> bln_akhir<span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span> bintang<span class="br0">&#91;</span><span class="nu0">12</span><span class="br0">&#93;</span> <span class="sy0">=</span> <span class="br0">&#123;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#123;</span><span class="st0">&quot;Aries&quot;</span><span class="sy0">,</span> <span class="nu0">21</span><span class="sy0">,</span> <span class="nu0">3</span><span class="sy0">,</span> <span class="nu0">19</span><span class="sy0">,</span> <span class="nu0">4</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#123;</span><span class="st0">&quot;Taurus&quot;</span><span class="sy0">,</span> <span class="nu0">20</span><span class="sy0">,</span> <span class="nu0">4</span><span class="sy0">,</span> <span class="nu0">20</span><span class="sy0">,</span> <span class="nu0">5</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#123;</span><span class="st0">&quot;Gemini&quot;</span><span class="sy0">,</span> <span class="nu0">21</span><span class="sy0">,</span> <span class="nu0">5</span><span class="sy0">,</span> <span class="nu0">20</span><span class="sy0">,</span> <span class="nu0">6</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#123;</span><span class="st0">&quot;Cancer&quot;</span><span class="sy0">,</span> <span class="nu0">21</span><span class="sy0">,</span> <span class="nu0">6</span><span class="sy0">,</span> <span class="nu0">22</span><span class="sy0">,</span> <span class="nu0">7</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#123;</span><span class="st0">&quot;Leo&quot;</span><span class="sy0">,</span> <span class="nu0">23</span><span class="sy0">,</span> <span class="nu0">7</span><span class="sy0">,</span> <span class="nu0">22</span><span class="sy0">,</span> <span class="nu0">8</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#123;</span><span class="st0">&quot;Virgo&quot;</span><span class="sy0">,</span> <span class="nu0">23</span><span class="sy0">,</span> <span class="nu0">8</span><span class="sy0">,</span> <span class="nu0">22</span><span class="sy0">,</span> <span class="nu0">9</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#123;</span><span class="st0">&quot;Libra&quot;</span><span class="sy0">,</span> <span class="nu0">23</span><span class="sy0">,</span> <span class="nu0">9</span><span class="sy0">,</span> <span class="nu0">22</span><span class="sy0">,</span> <span class="nu0">10</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#123;</span><span class="st0">&quot;Scorpio&quot;</span><span class="sy0">,</span> <span class="nu0">23</span><span class="sy0">,</span> <span class="nu0">10</span><span class="sy0">,</span> <span class="nu0">21</span><span class="sy0">,</span> <span class="nu0">11</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#123;</span><span class="st0">&quot;Sagitarius&quot;</span><span class="sy0">,</span> <span class="nu0">22</span><span class="sy0">,</span> <span class="nu0">11</span><span class="sy0">,</span> <span class="nu0">21</span><span class="sy0">,</span> <span class="nu0">12</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#123;</span><span class="st0">&quot;Capricorn&quot;</span><span class="sy0">,</span> <span class="nu0">23</span><span class="sy0">,</span> <span class="nu0">12</span><span class="sy0">,</span> <span class="nu0">19</span><span class="sy0">,</span> <span class="nu0">1</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#123;</span><span class="st0">&quot;Aquarius&quot;</span><span class="sy0">,</span> <span class="nu0">20</span><span class="sy0">,</span> <span class="nu0">1</span><span class="sy0">,</span> <span class="nu0">18</span><span class="sy0">,</span> <span class="nu0">2</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#123;</span><span class="st0">&quot;Pisces&quot;</span><span class="sy0">,</span> <span class="nu0">19</span><span class="sy0">,</span> <span class="nu0">2</span><span class="sy0">,</span> <span class="nu0">20</span><span class="sy0">,</span> <span class="nu0">3</span><span class="br0">&#125;</span><span class="sy0">,</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#125;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2"><span class="kw4">int</span> i<span class="sy0">,</span> tgl_lhr<span class="sy0">,</span> bln_lhr<span class="sy0">,</span> thn_lhr<span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;Masukkan tgl lahir Anda (tgl/bln/thn) : &quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2">scanf<span class="br0">&#40;</span><span class="st0">&quot;%d/%d/%d&quot;</span><span class="sy0">,&amp;</span>tgl_lhr<span class="sy0">,</span> <span class="sy0">&amp;</span>bln_lhr<span class="sy0">,</span> <span class="sy0">&amp;</span>thn_lhr<span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span><span class="br0">&#40;</span>i<span class="sy0">=</span><span class="nu0">0</span><span class="sy0">;</span>i<span class="sy0">&lt;</span><span class="nu0">12</span><span class="sy0">;</span>i<span class="sy0">++</span><span class="br0">&#41;</span><span class="br0">&#123;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span><span class="br0">&#40;</span><span class="br0">&#40;</span>tgl_lhr <span class="sy0">&gt;=</span> bintang<span class="br0">&#91;</span>i<span class="br0">&#93;</span>.<span class="me1">tgl_awal</span> <span class="sy0">&amp;&amp;</span> bln_lhr <span class="sy0">==</span> bintang<span class="br0">&#91;</span>i<span class="br0">&#93;</span>.<span class="me1">bln_awal</span><span class="br0">&#41;</span> <span class="sy0">||</span> <span class="br0">&#40;</span>tgl_lhr <span class="sy0">&lt;=</span> bintang<span class="br0">&#91;</span>i<span class="br0">&#93;</span>.<span class="me1">tgl_akhir</span> <span class="sy0">&amp;&amp;</span> bln_lhr <span class="sy0">==</span> bintang<span class="br0">&#91;</span>i<span class="br0">&#93;</span>.<span class="me1">bln_akhir</span><span class="br0">&#41;</span><span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;Bintang Anda adalah %s<span class="es1">\n</span>&quot;</span><span class="sy0">,</span> bintang<span class="br0">&#91;</span>i<span class="br0">&#93;</span>.<span class="me1">nama</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">getch<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
</div>
<div class="bwp-syntax-source">
<pre class="no-parse">#include &lt;stdio.h&gt;
#include &lt;conio.h&gt;
main(){
struct zodiak {
char nama[11];
int tgl_awal, bln_awal, tgl_akhir, bln_akhir;
} bintang[12] = {
{"Aries", 21, 3, 19, 4},
{"Taurus", 20, 4, 20, 5},
{"Gemini", 21, 5, 20, 6},
{"Cancer", 21, 6, 22, 7},
{"Leo", 23, 7, 22, 8},
{"Virgo", 23, 8, 22, 9},
{"Libra", 23, 9, 22, 10},
{"Scorpio", 23, 10, 21, 11},
{"Sagitarius", 22, 11, 21, 12},
{"Capricorn", 23, 12, 19, 1},
{"Aquarius", 20, 1, 18, 2},
{"Pisces", 19, 2, 20, 3},
};

int i, tgl_lhr, bln_lhr, thn_lhr;
printf("Masukkan tgl lahir Anda (tgl/bln/thn) : ");
scanf("%d/%d/%d",&amp;tgl_lhr, &amp;bln_lhr, &amp;thn_lhr);
for(i=0;i&lt;12;i++){
if((tgl_lhr &gt;= bintang[i].tgl_awal &amp;&amp; bln_lhr == bintang[i].bln_awal) || (tgl_lhr &lt;= bintang[i].tgl_akhir &amp;&amp; bln_lhr == bintang[i].bln_akhir))
printf("Bintang Anda adalah %s\n", bintang[i].nama);
}
getch();
}</pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.almanshurin.com/programming/c-zodiak-program.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Form Shapping Program in C</title>
		<link>http://www.almanshurin.com/programming/form-shapping-program-in-c.html</link>
		<comments>http://www.almanshurin.com/programming/form-shapping-program-in-c.html#comments</comments>
		<pubDate>Thu, 17 Nov 2011 14:29:58 +0000</pubDate>
		<dc:creator>Pudja Mansyurin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c programming]]></category>
		<category><![CDATA[form shapping]]></category>
		<category><![CDATA[loopping]]></category>

		<guid isPermaLink="false">http://www.almanshurin.com/?p=2026</guid>
		<description><![CDATA[Hello guys, today I just wanna share something interesting with you. This is about what I&#8217;ve got in Electronic Engineering Polytechnic of Surabaya (PENS-ITS) three months ago. It&#8217;s all about C Programming, the famous programming language on linux, or even on windows too. Here, I will not tell you about the basic of C guys. [...]]]></description>
			<content:encoded><![CDATA[<p>Hello guys, today I just wanna share something interesting with you. This is about what I&#8217;ve got in Electronic Engineering Polytechnic of Surabaya (PENS-ITS) three months ago. It&#8217;s all about C Programming, the famous programming language on linux, or even on windows too.</p>
<p>Here, I will not tell you about the basic of C guys. About the variable, if-else statement, function, pointer, string and etc. By the way, you still can learn it by yourself, with a little help from Mr. Google of course. Just follow up my C program on this blog, it&#8217;s gonna be interesting.</p>
<p>This program is used to print a diamond shape into the screen. It just using a nested loop FOR.</p>
<style type="text/css">
.bwp-syntax-wrapper li {white-space: normal;}
</style>
<div class="bwp-syntax-block clearfix">
<div class="bwp-syntax-toolbar">
<div class="bwp-syntax-control"><a href="javascript:;" class="bwp-syntax-source-switch" title="View Source Code"></a></div>
</div>
<div class="bwp-syntax-wrapper clearfix bwp-syntax-advanced">
<div class="c">
<ol>
<li class="li1">
<div class="de1"><span class="co2">#include &lt;stdio.h&gt;</span></div>
</li>
<li class="li2">
<div class="de2">main<span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw4">int</span> n<span class="sy0">,</span> x<span class="sy0">,</span> a<span class="sy0">,</span> b<span class="sy0">,</span>c<span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;Masukan nilai : &quot;</span><span class="br0">&#41;</span><span class="sy0">;</span> scanf<span class="br0">&#40;</span><span class="st0">&quot;%d&quot;</span><span class="sy0">,</span> <span class="sy0">&amp;</span>n<span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">for</span><span class="br0">&#40;</span>x<span class="sy0">=</span>n<span class="sy0">;</span>x<span class="sy0">&gt;</span><span class="nu0">0</span><span class="sy0">;</span>x<span class="sy0">&#8211;</span><span class="br0">&#41;</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span><span class="br0">&#40;</span>a<span class="sy0">=</span>x<span class="sy0">-</span><span class="nu0">1</span><span class="sy0">;</span>a<span class="sy0">&gt;</span><span class="nu0">0</span><span class="sy0">;</span>a<span class="sy0">&#8211;</span><span class="br0">&#41;</span> <span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot; &quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">for</span><span class="br0">&#40;</span>b<span class="sy0">=</span>n<span class="sy0">-</span><span class="br0">&#40;</span>x<span class="sy0">-</span><span class="nu0">1</span><span class="br0">&#41;</span><span class="sy0">;</span>b<span class="sy0">&gt;</span><span class="nu0">0</span><span class="sy0">;</span>b<span class="sy0">&#8211;</span><span class="br0">&#41;</span> <span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;*&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span><span class="br0">&#40;</span>c<span class="sy0">=</span>n<span class="sy0">-</span>x<span class="sy0">;</span>c<span class="sy0">&gt;</span><span class="nu0">0</span><span class="sy0">;</span>c<span class="sy0">&#8211;</span><span class="br0">&#41;</span> <span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;*&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;<span class="es1">\n</span>&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">for</span><span class="br0">&#40;</span>x<span class="sy0">=</span><span class="nu0">0</span><span class="sy0">;</span>x<span class="sy0">&lt;</span>n<span class="sy0">-</span><span class="nu0">1</span><span class="sy0">;</span>x<span class="sy0">++</span><span class="br0">&#41;</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span><span class="br0">&#40;</span>a<span class="sy0">=</span><span class="nu0">0</span><span class="sy0">;</span>a<span class="sy0">&lt;</span>x<span class="sy0">+</span><span class="nu0">1</span><span class="sy0">;</span>a<span class="sy0">++</span><span class="br0">&#41;</span> <span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot; &quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">for</span><span class="br0">&#40;</span>b<span class="sy0">=</span><span class="nu0">0</span><span class="sy0">;</span>b<span class="sy0">&lt;</span>n<span class="sy0">-</span><span class="br0">&#40;</span>x<span class="sy0">+</span><span class="nu0">1</span><span class="br0">&#41;</span><span class="sy0">;</span>b<span class="sy0">++</span><span class="br0">&#41;</span> <span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;*&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span><span class="br0">&#40;</span>c<span class="sy0">=</span><span class="nu0">0</span><span class="sy0">;</span>c<span class="sy0">&lt;</span>n<span class="sy0">-</span><span class="br0">&#40;</span>x<span class="sy0">+</span><span class="nu0">2</span><span class="br0">&#41;</span><span class="sy0">;</span>c<span class="sy0">++</span><span class="br0">&#41;</span> <span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;*&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;<span class="es1">\n</span>&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
</div>
<div class="bwp-syntax-source">
<pre class="no-parse">#include &lt;stdio.h&gt;
main() {
int n, x, a, b,c;

printf("Masukan nilai : "); scanf("%d", &amp;n);
for(x=n;x&gt;0;x--){
for(a=x-1;a&gt;0;a--) printf(" ");
for(b=n-(x-1);b&gt;0;b--) printf("*");
for(c=n-x;c&gt;0;c--) printf("*");
printf("\n");
}
for(x=0;x&lt;n-1;x++){
for(a=0;a&lt;x+1;a++) printf(" ");
for(b=0;b&lt;n-(x+1);b++) printf("*");
for(c=0;c&lt;n-(x+2);c++) printf("*");
printf("\n");
}
}</pre>
</div>
</div>
<p>And here the output of that program,</p>
<p><center><img class="aligncenter size-full wp-image-2030" title="Form Shapping Program in C" src="http://www.almanshurin.com/wp-content/uploads/2011/11/c-form-shapping.png" alt="c form shapping Form Shapping Program in C" width="357" height="255" /></center>With that basic concept, you can modify the loop as need as you want.  Actually, we just need to use our Logical ability more. And this is the example of other form shapping.</p>
<style type="text/css">
.bwp-syntax-wrapper li {white-space: normal;}
</style>
<div class="bwp-syntax-block clearfix">
<div class="bwp-syntax-toolbar">
<div class="bwp-syntax-control"><a href="javascript:;" class="bwp-syntax-source-switch" title="View Source Code"></a></div>
</div>
<div class="bwp-syntax-wrapper clearfix bwp-syntax-advanced">
<div class="c">
<ol>
<li class="li1">
<div class="de1"><span class="co2">#include &lt;stdio.h&gt;</span></div>
</li>
<li class="li2">
<div class="de2">main<span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw4">int</span> bil<span class="sy0">,</span>i<span class="sy0">,</span>j<span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;Masukkan angka : &quot;</span><span class="br0">&#41;</span><span class="sy0">;</span> scanf<span class="br0">&#40;</span><span class="st0">&quot;%d&quot;</span><span class="sy0">,</span> <span class="sy0">&amp;</span>bil<span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span><span class="br0">&#40;</span>bil<span class="sy0">&gt;</span><span class="nu0">0</span> <span class="sy0">&amp;&amp;</span> bil<span class="sy0">&lt;=</span>bil<span class="br0">&#41;</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span><span class="br0">&#40;</span>i<span class="sy0">=</span>bil<span class="sy0">;</span>i<span class="sy0">&gt;=</span><span class="nu0">1</span><span class="sy0">;</span>i<span class="sy0">&#8211;</span><span class="br0">&#41;</span><span class="br0">&#123;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">for</span><span class="br0">&#40;</span>j<span class="sy0">=</span>i<span class="sy0">;</span>j<span class="sy0">&gt;</span><span class="nu0">0</span><span class="sy0">;</span>j<span class="sy0">&#8211;</span><span class="br0">&#41;</span> <span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot; &quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span><span class="br0">&#40;</span>j<span class="sy0">=</span><span class="nu0">1</span><span class="sy0">;</span>j<span class="sy0">&lt;=</span>bil<span class="sy0">;</span>j<span class="sy0">++</span><span class="br0">&#41;</span> <span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;*&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;<span class="es1">\n</span>&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">for</span><span class="br0">&#40;</span>i<span class="sy0">=</span><span class="nu0">0</span><span class="sy0">;</span>i<span class="sy0">&lt;=</span>bil<span class="sy0">;</span>i<span class="sy0">++</span><span class="br0">&#41;</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span><span class="br0">&#40;</span>j<span class="sy0">=</span><span class="nu0">0</span><span class="sy0">;</span>j<span class="sy0">&lt;</span>i<span class="sy0">;</span>j<span class="sy0">++</span><span class="br0">&#41;</span> <span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot; &quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">for</span><span class="br0">&#40;</span>j<span class="sy0">=</span><span class="nu0">1</span><span class="sy0">;</span>j<span class="sy0">&lt;=</span>bil<span class="sy0">;</span>j<span class="sy0">++</span><span class="br0">&#41;</span> <span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;*&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;<span class="es1">\n</span>&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
</div>
<div class="bwp-syntax-source">
<pre class="no-parse">#include &lt;stdio.h&gt;
main() {
int bil,i,j;

printf("Masukkan angka : "); scanf("%d", &amp;bil);
if(bil&gt;0 &amp;&amp; bil&lt;=bil){
for(i=bil;i&gt;=1;i--){
for(j=i;j&gt;0;j--) printf(" ");
for(j=1;j&lt;=bil;j++) printf("*");
printf("\n");
}
for(i=0;i&lt;=bil;i++){
for(j=0;j&lt;i;j++) printf(" ");
for(j=1;j&lt;=bil;j++) printf("*");
printf("\n");
}
}
}</pre>
</div>
</div>
<p>The output is gonna be like this,</p>
<p><center><a href="http://www.almanshurin.com/wp-content/uploads/2011/11/c-form-shapping2.png"><img class="aligncenter size-full wp-image-2031" title="Form Shapping Program in C" src="http://www.almanshurin.com/wp-content/uploads/2011/11/c-form-shapping2.png" alt="c form shapping2 Form Shapping Program in C" width="381" height="255" /></a></center><center></center><center></center><center></center><center></center><center></center><center></center><center></center>
<div class="su-note" style="background-color:#ffd633;border:1px solid #e5b800">
<div class="su-note-shell" style="border:1px solid #fff5cc;color:#4c3d00">Use <a href="http://www.bloodshed.net/download.html">Dev-C++</a> or the smallest one <a href="http://bellard.org/tcc/">Tiny Compiler</a> to compile the code above. Or if you used Linux system, just compile it using <a href="http://gcc.gnu.org/">GCC</a> syntax in terminal (default is Installed).</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.almanshurin.com/programming/form-shapping-program-in-c.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Managing MySQL from PHP</title>
		<link>http://www.almanshurin.com/programming/managing-mysql-from-php.html</link>
		<comments>http://www.almanshurin.com/programming/managing-mysql-from-php.html#comments</comments>
		<pubDate>Fri, 11 Nov 2011 06:53:57 +0000</pubDate>
		<dc:creator>Pudja Mansyurin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql connection]]></category>
		<category><![CDATA[php mysql]]></category>

		<guid isPermaLink="false">http://www.almanshurin.com/?p=1971</guid>
		<description><![CDATA[In this article, I&#8217;ll write a little tutorial about PHP and MySQL. Actually, I&#8217;m still newbie too using MySQL manual syntax using PHP. But I just wanna share what I&#8217;ve knew, with all of you guys. Let&#8217;s start from the basic. Why need to use MySQL ? If we want PHP to use MySQL as [...]]]></description>
			<content:encoded><![CDATA[<div>In this article, I&#8217;ll write a little tutorial about PHP and MySQL. Actually, I&#8217;m still newbie too using MySQL manual syntax using PHP. But I just wanna share what I&#8217;ve knew, with all of you guys. Let&#8217;s start from the basic.</div>
<h3><strong>Why need to use MySQL ?</strong></h3>
<div class="su-note" style="background-color:#ffd633;border:1px solid #e5b800">
<div class="su-note-shell" style="border:1px solid #fff5cc;color:#4c3d00">MySQL is a database server, and many webmaster arround the world using it. You can download MySQL in its official website at www.mysql.com for free. As we see, the PHP and MySQL has a same purpose, as a free software. So, there are many webmaster arround the world combine it as a powerfull website. </div>
</div>
<div>If we want PHP to use MySQL as its databse server, we need to make a connection between them. Before we go so deep, we must prepare the database first. You can create any database and table (inside database) you want. For the example, I use database with the name <strong>&#8220;belajar&#8221;</strong> and the table is <strong>&#8220;jualan&#8221;</strong>. After the database created, let&#8217;s configuring the connection.</div>
<p><br/></p>
<div id="gt-res-content">
<h4 dir="ltr"><em>Make a PHP file, that store the MySQL information.</em></h4>
</div>
<div dir="ltr">Then, connect to database server from another PHP file. We do this using include function. Just write the code bellow for the example of MySQL and PHP connection.</div>
<div dir="ltr">
<p>For more information about the syntax of the scripts above, just read some of the following statement :</p>
<ul>
<li><strong>mysql_connect</strong> <strong>(servername, username, password)</strong> is used to connect to the database server. This function provides a link identifier (link identifier) used for the next command.</li>
</ul>
<ul>
<li><strong>mysql_select_db</strong> is used to select what database to be processed.</li>
</ul>
<ul>
<li><strong>mysql_query</strong> command is used to execute SQL commands that exist in this query. This function will output a result of the execution.</li>
</ul>
<ul>
<li><strong>mysql_num_rows (link result)</strong> is used to display how many data that will be generated from the execution of the query (result)</li>
</ul>
<ul>
<li><strong>mysql_fetch_row (link result)</strong> is used to retrieve a single row of data from the query execution process, this command produces an array starting with index 0.</li>
</ul>
<ul>
<li><strong>mysql_close (link identifier)</strong> is used to close the connection in accordance with the link identifier.</li>
</ul>
</div>
<div dir="ltr">Here the Eample of the scripts above. Never stop to learning, ok Guys.</div>
<div dir="ltr"></div>
<p><center></p>
<table border="1" align="center">
<tbody>
<tr bgcolor="silver">
<td align="center">Code</td>
<td align="center">Name</td>
<td align="center">Date</td>
<td style="text-align: center;" align="center">Price</td>
<td align="center">Stock</td>
</tr>
<tr>
<td style="text-align: center;" align="center">$data[0]</td>
<td style="text-align: center;" align="center">$data[1]</td>
<td style="text-align: center;" align="center">$data[2]</td>
<td style="text-align: center;" align="center">$data[3])</td>
<td style="text-align: center;" align="center">$data[4]</td>
</tr>
</tbody>
</table>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.almanshurin.com/programming/managing-mysql-from-php.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress SEO Optimization</title>
		<link>http://www.almanshurin.com/web-developer/wordpress-seo-optimization.html</link>
		<comments>http://www.almanshurin.com/web-developer/wordpress-seo-optimization.html#comments</comments>
		<pubDate>Sat, 05 Nov 2011 18:03:18 +0000</pubDate>
		<dc:creator>Pudja Mansyurin</dc:creator>
				<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.almanshurin.com/?p=1953</guid>
		<description><![CDATA[Today, I will share something usefull and fun to all of you guys. Especially for wordpress user who want to be number one rank in search engine, like google and yahoo. All of these are about basic SEO technics for WordPress Engine. In fact, there are many blogger that have been doing this, the SEO [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I will share something usefull and fun to all of you guys. Especially for wordpress user who want to be number one rank in search engine, like google and yahoo. All of these are about basic SEO technics for WordPress Engine. In fact, there are many blogger that have been doing this, the SEO Optimization. But they do not get nothing, because they do not understand the basic technics of SEO. In this articles, I have a little tips for WordPress SEO Optimization, that maybe can help you guys.</p>
<p>Actually, I&#8217;m still newbie in this scoope of topic. But I really interesting in this kind of science. I Just wanna share to you, about the science I&#8217;ve got before. Maybe from ebook tutorials, of even from the master of SEO that I met, he is Mr. Ali Mustika Sari and Mr. Hiru Mangun Indra Jaya.</p>
<p>WP SEO or Worpdress Search Engine Optimization, is a technics that has many ways, with one purpose. That purpose is to make our website or blog becomes number one in search engine. Like when someone put a keyword in the search field, than they press &#8220;search&#8221; button.</p>
<p style="text-align: center;"><a href="http://www.almanshurin.com/wp-content/uploads/2011/11/google-seo.png"><img class="aligncenter size-full wp-image-1988" title="Wordpress SEO Optimization" src="http://www.almanshurin.com/wp-content/uploads/2011/11/google-seo.png" alt="google seo Wordpress SEO Optimization" width="513" height="240" /></a></p>
<p>And this list that they got,</p>
<p style="text-align: center;"><a href="http://www.almanshurin.com/wp-content/uploads/2011/11/wordpress-seo-optimization.png"><img class="aligncenter  wp-image-1989" title="Wordpress SEO Optimization" src="http://www.almanshurin.com/wp-content/uploads/2011/11/wordpress-seo-optimization-1024x532.png" alt="wordpress seo optimization 1024x532 Wordpress SEO Optimization" width="517" height="268" /></a></p>
<p>That picture is just an example of basic WordPress SEO Optimization.</p>
<p>Here are some tips and trick, that you still works in the blogging world. Some of them, just only work in WordPress engine only. Since wordpress is the best engine for blogs. But you can take the concept of these tips, for future use in other Content Management System (CMS). Not like other CMS, wordpress has somep plugin for it&#8217;s engine. You can install and remove the plugin as easy as you install a program in real Operating System, just click and click. This things is very helpful feature for improving you WordPress SEO Optimizaton.</p>
<h3><strong>Here are some tips to Optimize you WordPress SEO :</strong></h3>
<p>1. Register your blog in a popular Search Engine, like Google and Yahoo. Because a search engine, need to index you blog directory into their database. To manage a keyword for best result or same as the user want. Here the register address for two big search engine, that I belived :</p>
<ul>
<li>Google Webmaster Tools [ <a href="google.com/addurl">google.com/addurl</a> ]</li>
<li>Yahoo Site Explorer Tools [ <a href="http://siteexplorer.search.yahoo.com">siteexplorer.search.yahoo.com</a> ]</li>
</ul>
<p>2. Use SEO plugins for you wordpress. Here are some plugins that really helpfull for WordPress SEO Optimization :</p>
<ul>
<li>There are two pupoluar SEO plugin (free) to help you wordpress engine, they are All in One SEO Pack, and SEO Ultimate. Both of these plugins have the same usability. Just use on of these plugin, for better seo improving.</li>
<li>Use SEO plugin for pictures or photos. The biggest mistake that I usually see, are when the bloggers forget to fill the TITTLE and ALT parameter for their pictures. And usually, pictures are forgotten from the SEO. The best plugin to managing it is SEO Friendly Images.</li>
<li><strong>Google XML Sitemaps</strong> plugin, for better google indexing.</li>
</ul>
<p>3. The Permalink of your article, which is also important for SEO Optimization.Because as short or readable url you use, as easy too google to index your site.</p>
<p>The default permalink of WordPress is like this line,</p>
<p style="text-align: center;"><span class="su-highlight" style="background:#DDFF99;color:#000000">&nbsp;http://www.almanshurin.com/?p=123&nbsp;</span></p>
<p style="text-align: left;">Or like this one if you have activated the permalink,</p>
<p style="text-align: center;"><span class="su-highlight" style="background:#DDFF99;color:#000000">&nbsp;http://www.almanshurin.com/web-developer/wordpress-seo-optimization&nbsp;</span></p>
<p>But for better SEO Optimization, you can add a HTML extention behind the real permalink like this one,</p>
<p style="text-align: center;"><span class="su-highlight" style="background:#DDFF99;color:#000000">&nbsp;http://www.almanshurin.com/web-developer/wordpress-seo-optimization.html&nbsp;</span></p>
<p>To make your wordpress url becomes like that, just goto Permalink Setting, and in the Custom Structure, write down this syntax <strong>%category%/%postname%.html</strong></p>
<p>How, whether you&#8217;ve been doing in WordPress SEO Optimization, as I argued above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.almanshurin.com/web-developer/wordpress-seo-optimization.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Web Shell (b374k, c99, r57)</title>
		<link>http://www.almanshurin.com/programming/web-shell-b374k-c99-r57.html</link>
		<comments>http://www.almanshurin.com/programming/web-shell-b374k-c99-r57.html#comments</comments>
		<pubDate>Thu, 03 Nov 2011 02:06:28 +0000</pubDate>
		<dc:creator>Pudja Mansyurin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[b374k]]></category>
		<category><![CDATA[c99]]></category>
		<category><![CDATA[webshell]]></category>

		<guid isPermaLink="false">http://www.almanshurin.com/?p=1719</guid>
		<description><![CDATA[Well, it&#8217;s a good to start with web shell. As the name above, web shell is a shell (like bash or dos) that runs over web (http protocol). Every web programming language like PHP, ASP, CGI, and others are supporting a system interaction. Through this interaction method, we can access to system shell, but in [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s a good to start with web shell. As the name above, web shell is a shell (like bash or dos) that runs over web (http protocol). Every web programming language like PHP, ASP, CGI, and others are supporting a system interaction. Through this interaction method, we can access to system shell, but in this case, we just need a Web Browser.</p>
<p>Actually, there&#8217;re many web programming language that web server can use, but the popular one is PHP. So, there&#8217;re many kind of web shell too. Every web shell just running in it&#8217;s own language, and cannot be executed in different language. Example, if you have a web server that supports PHP only, so you need to have a web shell from PHP coding, not ASP..!!<span id="more-1719"></span></p>
<p><strong>The Advantage of Web Shell,</strong></p>
<p>With web shell, we can manage any data or folder, or even system command easily over Web GUI Interface. In this case, we use webshell for good purpose, just for learning and developing. These are some of web shell can do :</p>
<p>1. Easily managing folder and files<br />
2. Executing shell command<br />
3. Eval fiture<br />
4. MySQL manager<br />
5. Backdooring over netcat</p>
<p>Here I&#8217;ve some web shell for you.</p>
<p>[ Tested Web Shell ]</p>
<ul>
<li><a href="../data/b374k.zip">b374k</a></li>
<li><a href="../data/b374k-mini.zip">b374k-mini</a></li>
<li><a href="../data/barc0de.zip">barc0de</a></li>
<li><a href="../data/r57.zip">r57</a></li>
<li><a href="../data/c99.zip">c99</a></li>
<li><a href="../data/ani-shell.zip">ani-shell</a></li>
<li><a href="../data/dq.zip">dQ99-shell</a></li>
<li><a href="../data/zacoshell.zip">zaco-shell</a></li>
<li><a href="http://www.mediafire.com/?e3av5qj0zwiw4ch">bypass</a></li>
<li><a href="http://www.mediafire.com/?rz787zzb64pb64p">safeOver</a></li>
<li><a href="http://www.mediafire.com/?264amuhgihzx1e6">phpShell</a></li>
<li><a href="http://www.mediafire.com/?zxrky71l69n3l6c">itsecteam-shell</a></li>
</ul>
<p>[ Un-Tested Web Shell, anyway you can try it by your self ]</p>
<ul>
<li><a href="http://www.mediafire.com/?psce2pob5lxlkp6">tyrag-bypass</a></li>
<li><a href="http://www.mediafire.com/?sbzwq7yh1iyk759">c100</a></li>
<li><a href="http://www.mediafire.com/?7x2259g9c9k6dyn">ASPx</a></li>
<li><a href="http://www.mediafire.com/?9xt1btiwt5d8t23">CMD-aspshell</a></li>
<li><a href="http://www.mediafire.com/?rvik3u662ealkn1">CWShell-Dumper</a></li>
<li><a href="http://www.mediafire.com/?271113v16086bdt">CGI-Shell</a></li>
</ul>
<p>Just download one of them, then put it on your own web server, or maybe someone else <img src='http://www.almanshurin.com/wp-includes/images/smilies/icon_biggrin.gif' alt="icon biggrin Web Shell (b374k, c99, r57)" class='wp-smiley' title="Web Shell (b374k, c99, r57)" /> . After that, you can visit it over HTTP like this one,</p>
<p style="text-align: center;"><a href="http://www.pola11.com/menus.php"><strong>http://www.pola11.com/menus.php</strong></a></p>
<p style="text-align: left;">That just one of Indonesian Web Shell. Here are some screen shoot of them,</p>
<p style="text-align: center;"><a href="http://lebaksono.files.wordpress.com/2010/12/05.jpg"><img class="aligncenter" title="Web Shell (b374k, c99, r57)" src="http://lebaksono.files.wordpress.com/2010/12/05.jpg" alt="05 Web Shell (b374k, c99, r57)" width="480" height="348" /></a><strong></strong></p>
<p style="text-align: center;"><strong>[ C99 from Russia ]</strong></p>
<p style="text-align: center;"><a href="http://lebaksono.files.wordpress.com/2010/12/01.jpg"><img class="aligncenter" title="Web Shell (b374k, c99, r57)" src="http://lebaksono.files.wordpress.com/2010/12/01.jpg" alt="01 Web Shell (b374k, c99, r57)" width="480" height="348" /></a><strong></strong></p>
<p style="text-align: center;"><strong>[ ANI SHELL from India ]</strong></p>
<p style="text-align: center;"><a href="http://lebaksono.files.wordpress.com/2010/12/03.jpg"><img class="aligncenter" title="Web Shell (b374k, c99, r57)" src="http://lebaksono.files.wordpress.com/2010/12/03.jpg" alt="03 Web Shell (b374k, c99, r57)" width="480" height="348" /></a><strong></strong></p>
<p style="text-align: center;"><strong>[ B374k 2.1 from Indonesia ]</strong></p>
<p style="text-align: center;"><a href="http://lebaksono.files.wordpress.com/2010/12/08.jpg"><img class="aligncenter" title="Web Shell (b374k, c99, r57)" src="http://lebaksono.files.wordpress.com/2010/12/08.jpg" alt="08 Web Shell (b374k, c99, r57)" width="480" height="348" /></a><strong></strong></p>
<p style="text-align: center;"><strong>[ ZACO WebShell support POST Method ]</strong></p>
<p style="text-align: left;">Hope you like it guys, best regards. <strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.almanshurin.com/programming/web-shell-b374k-c99-r57.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Funny Things with DOS</title>
		<link>http://www.almanshurin.com/fun-with-computer/funny-things-with-dos.html</link>
		<comments>http://www.almanshurin.com/fun-with-computer/funny-things-with-dos.html#comments</comments>
		<pubDate>Sun, 30 Oct 2011 22:46:52 +0000</pubDate>
		<dc:creator>Pudja Mansyurin</dc:creator>
				<category><![CDATA[Fun with Computer]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[movie]]></category>

		<guid isPermaLink="false">http://www.almanshurin.com/?p=1915</guid>
		<description><![CDATA[Well guys, you must knew that Star Wars was really best movies ever made. Because the story of the movie, is about human life in the future, life together with robot, and aliens. But in this article, I will not discuss about the film or the story line behind it. Because I have something more [...]]]></description>
			<content:encoded><![CDATA[<p>Well guys, you must knew that <strong>Star Wars</strong> was really best movies ever made. Because the story of the movie, is about human life in the future, life together with robot, and aliens.</p>
<p>But in this article, I will not discuss about the film or the story line behind it. Because I have something more interesting  that Star Wars&#8217;s Fans must see.</p>
<p>This is a Star Wars movies in DOS Version (Batch Script). I think, the concept of &#8220;how to make this movie through DOS&#8221; is simple but need a long time. Have you ever read my article before, about <a href="http://www.almanshurin.com/programming/batch/batch-tweaking-program">Batch Tweaking Program</a> that I&#8217;ve created. Actually it uses some technics.</p>
<p>Just follow the step bellow to see this funy things.</p>
<blockquote><p>Click the Start Menu<br />
Click on <strong>Run (Windows Logo + R)</strong><br />
In the “Open” field, type “<strong>telnet towel.blinkenlights.nl</strong>” and hit enter.</p></blockquote>
<p>If you use windows seven system, mostly the telnet syntax is not automatically recognized. It happens because the windows system security was disabling the telnet client or telnet server application when you installed the windows. To activae it, just follow these simple way :</p>
<blockquote><p>Press <strong>Windows Logo + R  </strong>in your keyboard<strong></strong><br />
In the &#8220;open&#8221; field, type in <strong>optionalfeatures </strong>and hit enter<br />
Than find and check <strong>telnet client </strong>to activate it</p></blockquote>
<p><a href="http://www.almanshurin.com/wp-content/uploads/2011/10/telnet-client-in-windows-7.png"><img class="aligncenter size-full wp-image-1995" title="Funny Things with DOS" src="http://www.almanshurin.com/wp-content/uploads/2011/10/telnet-client-in-windows-7.png" alt="telnet client in windows 7 Funny Things with DOS" width="427" height="325" /></a></p>
<p>No sounds, no graphic, but just combination of moving text and symbols. It’s just simply amazing, no doubt that it took some time to complete something like this. Although it’s quite plain, but it has the story line and you will really understand it. Enjoy it guys.</p>
<p>Here I have a couple of the screenshoot,</p>
<p style="text-align: center;"><a href="http://www.almanshurin.com/wp-content/uploads/2011/10/opening-dos-star-wars.png"><img class="aligncenter size-full wp-image-1994" title="Funny Things with DOS" src="http://www.almanshurin.com/wp-content/uploads/2011/10/opening-dos-star-wars.png" alt="opening dos star wars Funny Things with DOS" width="531" height="269" /></a></p>
<p style="text-align: center;">The first slide</p>
<p style="text-align: center;"><a href="http://www.almanshurin.com/wp-content/uploads/2011/10/story-dos-star-wars.png"><img class="aligncenter size-full wp-image-1996" title="Funny Things with DOS" src="http://www.almanshurin.com/wp-content/uploads/2011/10/story-dos-star-wars.png" alt="story dos star wars Funny Things with DOS" width="533" height="269" /></a><a href="http://www.almanshurin.com/wp-content/uploads/2011/10/star-wars.png"><br />
</a></p>
<p style="text-align: center;">Inside the movie</p>
<p style="text-align: left;">
<div class="su-note" style="background-color:#ffd633;border:1px solid #e5b800">
<div class="su-note-shell" style="border:1px solid #fff5cc;color:#4c3d00">You can use the <strong>telnet server</strong> to remote your computer from any computer that still in your network. With this telnet connection, you can control the computer over DOS or Command Prompt. Just be creative, okey.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.almanshurin.com/fun-with-computer/funny-things-with-dos.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Batch Tweaking Program</title>
		<link>http://www.almanshurin.com/programming/batch-tweaking-program.html</link>
		<comments>http://www.almanshurin.com/programming/batch-tweaking-program.html#comments</comments>
		<pubDate>Fri, 28 Oct 2011 03:28:31 +0000</pubDate>
		<dc:creator>Pudja Mansyurin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.almanshurin.com/?p=1897</guid>
		<description><![CDATA[Tweaking tool, this is the first program (just from batch script) that  I created before. The function of this script, is rolling back or repairing the windows registry, that has been damaged by virus. In this program, i just give some default option for windows, like activating cmd, task manager, right click, and others. Usually, [...]]]></description>
			<content:encoded><![CDATA[<p>Tweaking tool, this is the first program (just from batch script) that  I created before. The function of this script, is rolling back or repairing the windows registry, that has been damaged by virus. In this program, i just give some default option for windows, like activating cmd, task manager, right click, and others.</p>
<p>Usually, even the virus has been removed by an Anti Virus. It&#8217;s not guaranteed that the system is fully returned to normal.  Or sometimes, when you login into someone computer that has limited access, you can bypass it using this simple tool. So, just try this tool.</p>
<p>I created this application in Batch Script, and of course it just only works on Windows XP. This is the first screen :</p>
<p style="text-align: center;"><a href="http://www.almanshurin.com/wp-content/uploads/2011/10/batch-tweaking-program.gif"><img class="aligncenter  wp-image-1999" title="Batch Tweaking Program" src="http://www.almanshurin.com/wp-content/uploads/2011/10/batch-tweaking-program.gif" alt="batch tweaking program Batch Tweaking Program" width="480" height="267" /></a><a href="http://www.almanshurin.com/wp-content/uploads/2011/10/batch-tweaking1.gif"><br />
</a></p>
<p style="text-align: left;">And here the source code :</p>
<div class="su-spoiler su-spoiler-style-1">
<div class="su-spoiler-title">Bacth Source Code</div>
<div class="su-spoiler-content">
<style type="text/css">
.bwp-syntax-wrapper li {white-space: normal;}
</style>
<div class="bwp-syntax-block clearfix">
<div class="bwp-syntax-toolbar">
<div class="bwp-syntax-control"><a href="javascript:;" class="bwp-syntax-source-switch" title="View Source Code"></a></div>
</div>
<div class="bwp-syntax-wrapper clearfix bwp-syntax-advanced">
<div class="bash">
<ol>
<li class="li1">
<div class="de1"><span class="sy0">@</span><span class="kw3">echo</span> off</div>
</li>
<li class="li2">
<div class="de2">title Tweak Tool by Pudja_Mansyurin</div>
</li>
<li class="li1">
<div class="de1">color 0a</div>
</li>
<li class="li2">
<div class="de2">mode <span class="nu0">80</span>,<span class="nu0">50</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">:menu</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">echo</span> ==========================================================================</div>
</li>
<li class="li2">
<div class="de2"><span class="kw3">echo</span> Repair Tweak Tool <span class="br0">&#40;</span>ver. Beta<span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">echo</span> ==========================================================================</div>
</li>
<li class="li2">
<div class="de2">echo.</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">echo</span> By : Pudja Mansyurin</div>
</li>
<li class="li2">
<div class="de2">echo.</div>
</li>
<li class="li1">
<div class="de1">echo.</div>
</li>
<li class="li2">
<div class="de2">echo.</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">echo</span> REPAIR DisREPAIR</div>
</li>
<li class="li2">
<div class="de2"><span class="kw3">echo</span> =============================== ================================</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">echo</span> <span class="br0">&#91;</span><span class="nu0">1</span><span class="br0">&#93;</span>. Activate CMD DeActivate CMD .<span class="br0">&#91;</span><span class="nu0">11</span><span class="br0">&#93;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw3">echo</span> <span class="br0">&#91;</span><span class="nu0">2</span><span class="br0">&#93;</span>. Activate Registry DeActivate Registry .<span class="br0">&#91;</span><span class="nu0">12</span><span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">echo</span> <span class="br0">&#91;</span><span class="nu0">3</span><span class="br0">&#93;</span>. Activate Task.Manager DeActivate Task.Manager .<span class="br0">&#91;</span><span class="nu0">13</span><span class="br0">&#93;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw3">echo</span> <span class="br0">&#91;</span><span class="nu0">4</span><span class="br0">&#93;</span>. Activate Folder.Options DeActivate Folder.Options .<span class="br0">&#91;</span><span class="nu0">14</span><span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">echo</span> <span class="br0">&#91;</span><span class="nu0">5</span><span class="br0">&#93;</span>. Activate Properties.Comp DeActivate Properties.Comp .<span class="br0">&#91;</span><span class="nu0">15</span><span class="br0">&#93;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw3">echo</span> <span class="br0">&#91;</span><span class="nu0">6</span><span class="br0">&#93;</span>. Activate Right.Click DeActivate Right.Click .<span class="br0">&#91;</span><span class="nu0">16</span><span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">echo</span> <span class="br0">&#91;</span><span class="nu0">7</span><span class="br0">&#93;</span>. Activate Run.Menu DeActivate Run.Menu .<span class="br0">&#91;</span><span class="nu0">17</span><span class="br0">&#93;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw3">echo</span> <span class="br0">&#91;</span><span class="nu0">8</span><span class="br0">&#93;</span>. Activate Sys.Tray DeActivate Sys.Tray .<span class="br0">&#91;</span><span class="nu0">18</span><span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">echo</span> <span class="br0">&#91;</span><span class="nu0">9</span><span class="br0">&#93;</span>. Activate Turn.Off DeActivate Turn.Off .<span class="br0">&#91;</span><span class="nu0">19</span><span class="br0">&#93;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw3">echo</span> <span class="br0">&#91;</span><span class="nu0">10</span><span class="br0">&#93;</span>. Activate Icon.Desktop DeActivate Icon.Desktop .<span class="br0">&#91;</span><span class="nu0">20</span><span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">echo</span> <span class="br0">&#91;</span>xx<span class="br0">&#93;</span>. Exit This Fucking Program</div>
</li>
<li class="li2">
<div class="de2">echo.</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">set</span> <span class="sy0">/</span>p <span class="re2">input</span>= Your Command ?</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span> not defined input goto menu</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">1</span> goto en.Cmd</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">2</span> goto en.Reg</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">3</span> goto en.Task</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">4</span> goto en.Folder</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">5</span> goto en.Property</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">6</span> goto en.Right</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">7</span> goto en.Run</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">8</span> goto en.Tray</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">9</span> goto en.Turn</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">10</span> goto en.Icon</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">11</span> goto dis.Cmd</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">12</span> goto dis.Reg</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">13</span> goto dis.Task</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">14</span> goto dis.Folder</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">15</span> goto dis.Property</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">16</span> goto dis.Right</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">17</span> goto dis.Run</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">18</span> goto dis.Tray</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">19</span> goto dis.Turn</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==<span class="nu0">20</span> goto dis.Icon</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="sy0">%</span>input<span class="sy0">%</span>==xx goto <span class="kw3">exit</span></div>
</li>
<li class="li2">
<div class="de2">cls</div>
</li>
<li class="li1">
<div class="de1">goto menu</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">:en.Cmd</div>
</li>
<li class="li2">
<div class="de2">REG add HKCU\SOFTWARE\Policies\Microsoft\Windows\System <span class="sy0">/</span>v DisableCMD <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">0</span> <span class="sy0">/</span>f</div>
</li>
<li class="li1">
<div class="de1">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li2">
<div class="de2">cls</div>
</li>
<li class="li1">
<div class="de1">goto menu</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">:en.Reg</div>
</li>
<li class="li2">
<div class="de2">REG add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System <span class="sy0">/</span>v DisableRegistryTools <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">0</span> <span class="sy0">/</span>f</div>
</li>
<li class="li1">
<div class="de1">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li2">
<div class="de2">cls</div>
</li>
<li class="li1">
<div class="de1">goto menu</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">:en.Task</div>
</li>
<li class="li2">
<div class="de2">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System <span class="sy0">/</span>v DisableTaskMgr <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">0</span> <span class="sy0">/</span>f</div>
</li>
<li class="li1">
<div class="de1">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li2">
<div class="de2">cls</div>
</li>
<li class="li1">
<div class="de1">goto menu</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">:en.Folder</div>
</li>
<li class="li2">
<div class="de2">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoFolderOptions <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">0</span> <span class="sy0">/</span>f</div>
</li>
<li class="li1">
<div class="de1">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li2">
<div class="de2">cls</div>
</li>
<li class="li1">
<div class="de1">goto menu</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">:en.Property</div>
</li>
<li class="li2">
<div class="de2">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoPropertiesMyComputer <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">0</span> <span class="sy0">/</span>f</div>
</li>
<li class="li1">
<div class="de1">REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoPropertiesMyComputer <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">0</span> <span class="sy0">/</span>f</div>
</li>
<li class="li2">
<div class="de2">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li1">
<div class="de1">cls</div>
</li>
<li class="li2">
<div class="de2">goto menu</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">:en.Right</div>
</li>
<li class="li1">
<div class="de1">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoViewContextMenu <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">0</span> <span class="sy0">/</span>f</div>
</li>
<li class="li2">
<div class="de2">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li1">
<div class="de1">cls</div>
</li>
<li class="li2">
<div class="de2">goto menu</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">:en.Run</div>
</li>
<li class="li1">
<div class="de1">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoRun <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">0</span> <span class="sy0">/</span>f</div>
</li>
<li class="li2">
<div class="de2">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li1">
<div class="de1">cls</div>
</li>
<li class="li2">
<div class="de2">goto menu</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">:en.Tray</div>
</li>
<li class="li1">
<div class="de1">REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoTrayItemsDisplay <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">0</span> <span class="sy0">/</span>f</div>
</li>
<li class="li2">
<div class="de2">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li1">
<div class="de1">cls</div>
</li>
<li class="li2">
<div class="de2">goto menu</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">:en.Turn</div>
</li>
<li class="li1">
<div class="de1">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoClose <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">0</span> <span class="sy0">/</span>f</div>
</li>
<li class="li2">
<div class="de2">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li1">
<div class="de1">cls</div>
</li>
<li class="li2">
<div class="de2">goto menu</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">:en.Icon</div>
</li>
<li class="li1">
<div class="de1">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced <span class="sy0">/</span>v HideIcons <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">0</span> <span class="sy0">/</span>f</div>
</li>
<li class="li2">
<div class="de2">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li1">
<div class="de1">cls</div>
</li>
<li class="li2">
<div class="de2">goto menu</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">:dis.Cmd</div>
</li>
<li class="li1">
<div class="de1">REG add HKCU\SOFTWARE\Policies\Microsoft\Windows\System <span class="sy0">/</span>v DisableCMD <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">1</span> <span class="sy0">/</span>f</div>
</li>
<li class="li2">
<div class="de2">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li1">
<div class="de1">cls</div>
</li>
<li class="li2">
<div class="de2">goto menu</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">:dis.Reg</div>
</li>
<li class="li1">
<div class="de1">REG add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System <span class="sy0">/</span>v DisableRegistryTools <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">1</span> <span class="sy0">/</span>f</div>
</li>
<li class="li2">
<div class="de2">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li1">
<div class="de1">cls</div>
</li>
<li class="li2">
<div class="de2">goto menu</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">:dis.Task</div>
</li>
<li class="li1">
<div class="de1">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System <span class="sy0">/</span>v DisableTaskMgr <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">1</span> <span class="sy0">/</span>f</div>
</li>
<li class="li2">
<div class="de2">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li1">
<div class="de1">cls</div>
</li>
<li class="li2">
<div class="de2">goto menu</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">:dis.Folder</div>
</li>
<li class="li1">
<div class="de1">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoFolderOptions <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">1</span> <span class="sy0">/</span>f</div>
</li>
<li class="li2">
<div class="de2">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li1">
<div class="de1">cls</div>
</li>
<li class="li2">
<div class="de2">goto menu</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">:dis.Property</div>
</li>
<li class="li1">
<div class="de1">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoPropertiesMyComputer <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">1</span> <span class="sy0">/</span>f</div>
</li>
<li class="li2">
<div class="de2">REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoPropertiesMyComputer <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">1</span> <span class="sy0">/</span>f</div>
</li>
<li class="li1">
<div class="de1">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li2">
<div class="de2">cls</div>
</li>
<li class="li1">
<div class="de1">goto menu</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">:dis.Right</div>
</li>
<li class="li2">
<div class="de2">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoViewContextMenu <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">1</span> <span class="sy0">/</span>f</div>
</li>
<li class="li1">
<div class="de1">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li2">
<div class="de2">cls</div>
</li>
<li class="li1">
<div class="de1">goto menu</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">:dis.Run</div>
</li>
<li class="li2">
<div class="de2">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoRun <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">1</span> <span class="sy0">/</span>f</div>
</li>
<li class="li1">
<div class="de1">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li2">
<div class="de2">cls</div>
</li>
<li class="li1">
<div class="de1">goto menu</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">:dis.Tray</div>
</li>
<li class="li2">
<div class="de2">REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoTrayItemsDisplay <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">1</span> <span class="sy0">/</span>f</div>
</li>
<li class="li1">
<div class="de1">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li2">
<div class="de2">cls</div>
</li>
<li class="li1">
<div class="de1">goto menu</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">:dis.Turn</div>
</li>
<li class="li2">
<div class="de2">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer <span class="sy0">/</span>v NoClose <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">1</span> <span class="sy0">/</span>f</div>
</li>
<li class="li1">
<div class="de1">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li2">
<div class="de2">cls</div>
</li>
<li class="li1">
<div class="de1">goto menu</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">:dis.Icon</div>
</li>
<li class="li2">
<div class="de2">REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced <span class="sy0">/</span>v HideIcons <span class="sy0">/</span>t REG_DWORD <span class="sy0">/</span>d <span class="nu0">1</span> <span class="sy0">/</span>f</div>
</li>
<li class="li1">
<div class="de1">pause<span class="sy0">&gt;</span>nul</div>
</li>
<li class="li2">
<div class="de2">cls</div>
</li>
<li class="li1">
<div class="de1">goto menu</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">:<span class="kw3">exit</span></div>
</li>
<li class="li2">
<div class="de2">msg <span class="sy0">/</span><span class="kw2">w</span> <span class="sy0">*</span> website<span class="sy0">@</span> www.jokamIT.co.cc , blog<span class="sy0">@</span> www.lebaksono.wordpress.com , fb<span class="sy0">@</span> pudja.mozar<span class="sy0">@</span>yahoo.com</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">exit</span></div>
</li>
</ol>
</div>
</div>
<div class="bwp-syntax-source">
<pre class="no-parse">@echo off
title Tweak Tool by Pudja_Mansyurin
color 0a
mode 80,50

:menu
echo ==========================================================================
echo Repair Tweak Tool (ver. Beta)
echo ==========================================================================
echo.
echo By : Pudja Mansyurin
echo.
echo.
echo.
echo REPAIR DisREPAIR
echo =============================== ================================
echo [1]. Activate CMD DeActivate CMD .[11]
echo [2]. Activate Registry DeActivate Registry .[12]
echo [3]. Activate Task.Manager DeActivate Task.Manager .[13]
echo [4]. Activate Folder.Options DeActivate Folder.Options .[14]
echo [5]. Activate Properties.Comp DeActivate Properties.Comp .[15]
echo [6]. Activate Right.Click DeActivate Right.Click .[16]
echo [7]. Activate Run.Menu DeActivate Run.Menu .[17]
echo [8]. Activate Sys.Tray DeActivate Sys.Tray .[18]
echo [9]. Activate Turn.Off DeActivate Turn.Off .[19]
echo [10]. Activate Icon.Desktop DeActivate Icon.Desktop .[20]
echo [xx]. Exit This Fucking Program
echo.
set /p input= Your Command ?
if not defined input goto menu
if %input%==1 goto en.Cmd
if %input%==2 goto en.Reg
if %input%==3 goto en.Task
if %input%==4 goto en.Folder
if %input%==5 goto en.Property
if %input%==6 goto en.Right
if %input%==7 goto en.Run
if %input%==8 goto en.Tray
if %input%==9 goto en.Turn
if %input%==10 goto en.Icon
if %input%==11 goto dis.Cmd
if %input%==12 goto dis.Reg
if %input%==13 goto dis.Task
if %input%==14 goto dis.Folder
if %input%==15 goto dis.Property
if %input%==16 goto dis.Right
if %input%==17 goto dis.Run
if %input%==18 goto dis.Tray
if %input%==19 goto dis.Turn
if %input%==20 goto dis.Icon
if %input%==xx goto exit
cls
goto menu

:en.Cmd
REG add HKCU\SOFTWARE\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f
pause&gt;nul
cls
goto menu

:en.Reg
REG add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
pause&gt;nul
cls
goto menu

:en.Task
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
pause&gt;nul
cls
goto menu

:en.Folder
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t REG_DWORD /d 0 /f
pause&gt;nul
cls
goto menu

:en.Property
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoPropertiesMyComputer /t REG_DWORD /d 0 /f
REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoPropertiesMyComputer /t REG_DWORD /d 0 /f
pause&gt;nul
cls
goto menu

:en.Right
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoViewContextMenu /t REG_DWORD /d 0 /f
pause&gt;nul
cls
goto menu

:en.Run
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoRun /t REG_DWORD /d 0 /f
pause&gt;nul
cls
goto menu

:en.Tray
REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoTrayItemsDisplay /t REG_DWORD /d 0 /f
pause&gt;nul
cls
goto menu

:en.Turn
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoClose /t REG_DWORD /d 0 /f
pause&gt;nul
cls
goto menu

:en.Icon
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideIcons /t REG_DWORD /d 0 /f
pause&gt;nul
cls
goto menu

:dis.Cmd
REG add HKCU\SOFTWARE\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 1 /f
pause&gt;nul
cls
goto menu

:dis.Reg
REG add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1 /f
pause&gt;nul
cls
goto menu

:dis.Task
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f
pause&gt;nul
cls
goto menu

:dis.Folder
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t REG_DWORD /d 1 /f
pause&gt;nul
cls
goto menu

:dis.Property
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoPropertiesMyComputer /t REG_DWORD /d 1 /f
REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoPropertiesMyComputer /t REG_DWORD /d 1 /f
pause&gt;nul
cls
goto menu

:dis.Right
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoViewContextMenu /t REG_DWORD /d 1 /f
pause&gt;nul
cls
goto menu

:dis.Run
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoRun /t REG_DWORD /d 1 /f
pause&gt;nul
cls
goto menu

:dis.Tray
REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoTrayItemsDisplay /t REG_DWORD /d 1 /f
pause&gt;nul
cls
goto menu

:dis.Turn
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoClose /t REG_DWORD /d 1 /f
pause&gt;nul
cls
goto menu

:dis.Icon
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideIcons /t REG_DWORD /d 1 /f
pause&gt;nul
cls
goto menu

:exit
msg /w * website@ www.jokamIT.co.cc , blog@ www.lebaksono.wordpress.com , fb@ pudja.mozar@yahoo.com
exit</pre>
</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.almanshurin.com/programming/batch-tweaking-program.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Server Tutorials</title>
		<link>http://www.almanshurin.com/debian-server/debian-server-tutorials.html</link>
		<comments>http://www.almanshurin.com/debian-server/debian-server-tutorials.html#comments</comments>
		<pubDate>Sun, 23 Oct 2011 01:38:20 +0000</pubDate>
		<dc:creator>Pudja Mansyurin</dc:creator>
				<category><![CDATA[Debian Server]]></category>
		<category><![CDATA[debian server]]></category>
		<category><![CDATA[ebook debian]]></category>
		<category><![CDATA[linux server configuration]]></category>

		<guid isPermaLink="false">http://www.almanshurin.com/?p=1711</guid>
		<description><![CDATA[As we know, nowdays there are many web administrator that are using Linux as their server system. Because linux is free (open source), fast and stable even for an old machine, and it&#8217;s far away from computer virus. But in fact, linux is popular as Server Computer, not as Destkop Computer (even nowdays linux has [...]]]></description>
			<content:encoded><![CDATA[<p>As we know, nowdays there are many web administrator that are using Linux as their server system. Because linux is free (open source), fast and stable even for an old machine, and it&#8217;s far away from computer virus. But in fact, linux is popular as Server Computer, not as Destkop Computer (even nowdays linux has the best destkop too). That&#8217;s our job, to educate them (Indonesian People especially) about &#8220;how easy linux are&#8221;.</p>
<p>In this article, I&#8217;ll share to you about <a href="http://www.almanshurin.com/linux/debian-sever-tutorials"><strong>Configuring Debian as a Server</strong></a>. Actually, there are many Linux disto at this time, because it has an open source license from GNU. Some of them are RedHat, Debian, CentOS, Slackware, Ubuntu, etc. But I took Debian here, because they guarantee it. They said,</p>
<blockquote><p>Debian&#8217;s focus on providing a stable, reliable operating system across all hardware platforms means it will never be &#8220;first to market&#8221; with new bells and whistles. They are incorporated into new releases once the bugs have been discovered and worked out.</p></blockquote>
<p>Here I have an <a href="http://www.almanshurin.com/linux/debian-sever-tutorials"><strong>ebook tutorial of debian server</strong></a>, but I made it into Indonesian language. By the way, you still can translate it into English language using Google Translate. I used Debian Lenny (version 5), however it can be used for Debian Squeeze (version 6) too.</p>
<p>This ebook covers so many debian fiture as a server, among others are :</p>
<ul>
<li>DNS Server<a href="http://www.almanshurin.com/wp-content/uploads/2011/10/debian-server-tutorials.png"><img class="alignright size-full wp-image-2004" title="Debian Server Tutorials" src="http://www.almanshurin.com/wp-content/uploads/2011/10/debian-server-tutorials.png" alt="debian server tutorials Debian Server Tutorials" width="293" height="250" /></a></li>
<li>WEB Server</li>
<li>FTP Server</li>
<li>SAMBA Server</li>
<li>PROXY Server</li>
<li>E-MAIL Server</li>
<li>VPN Server</li>
<li>DHCP Server</li>
<li>WEB based MAIL Server</li>
<li>MULTIMEDIA STREAMING Server</li>
<li>FIREWALL</li>
<li>ROUTER</li>
<li>Securing WEB Server</li>
<li>Securing FTP Server</li>
</ul>
<p>This ebook is about 4 MB size, and best view on newest Adobe Reader. You can download any dependencies program in this ebook through this link.</p>
<p style="text-align: center;"><a title="debian server configuration" href="http://lebaksono.wordpress.com/2011/04/24/tutorial-konfigurasi-debian-server-ebook/www.lebaksono.wordpress.com/download">www.lebaksono.wordpress.com/download<br />
</a></p>
<p>And you can download the ebook bellow,</p>
<p><a title="debian server ebook" href="http://lebaksono.files.wordpress.com/2011/04/debianserverfinal.pdf" target="_blank"><img class="aligncenter size-full wp-image-2040" title="Debian Server Tutorials" src="http://www.almanshurin.com/wp-content/uploads/2011/10/debian-ebook.jpg" alt="debian ebook Debian Server Tutorials" width="256" height="256" /></a></p>
<p style="text-align: center;"><a title="debian server ebook" href="http://lebaksono.files.wordpress.com/2011/04/debianserverfinal.pdf" target="_blank">[ Indonesian Version ]</a></p>
<p>If you want to know more about <a href="http://www.almanshurin.com/linux/debian-sever-tutorials"><strong>Debian Server Configuration</strong></a>, you can learn it at <a href="http://www.aboutdebian.com/">www.aboutdebian.com</a> site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.almanshurin.com/debian-server/debian-server-tutorials.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Opening Al-Manshurin Informatika</title>
		<link>http://www.almanshurin.com/al-manshurin/opening-al-manshurin-informatika.html</link>
		<comments>http://www.almanshurin.com/al-manshurin/opening-al-manshurin-informatika.html#comments</comments>
		<pubDate>Mon, 26 Sep 2011 16:04:18 +0000</pubDate>
		<dc:creator>Pudja Mansyurin</dc:creator>
				<category><![CDATA[Al-Manshurin]]></category>
		<category><![CDATA[almanshurin]]></category>
		<category><![CDATA[informatika]]></category>
		<category><![CDATA[opening]]></category>

		<guid isPermaLink="false">http://www.almanshurin.com/?p=1853</guid>
		<description><![CDATA[Wellcome guys, to my new blog. Nowdays Al-Manshurin Informatika has been moved to almanshurin.com, where the first blog is located at lebaksono.wordpress.com domain, that i wrote into Indonesian language. And you still can visit it now, because it is hosted on wordpress.com blogger. As I know, there is no limited hosting time in wordpress.com so [...]]]></description>
			<content:encoded><![CDATA[<p>Wellcome guys, to my new blog.</p>
<p>Nowdays Al-Manshurin Informatika has been moved to almanshurin.com, where the first blog is located at lebaksono.wordpress.com domain, that i wrote into Indonesian language. And you still can visit it now, because it is hosted on wordpress.com blogger. As I know, there is no limited hosting time in wordpress.com so far.</p>
<p>From the basic blog, I decided to move all of it (Al-Manshurin IT), into the legal one. Even it needs a couple of money for the hosting place and the TLD (Top Level Domain). It&#8217;s so different from the firs blog, because I will write everything here into English language. And I hope, I will get so many friends arround the world. Especially them, that capable or interested in Linux, Web Programming, or Computer Networking and Security too.</p>
<p>I really love Computer Networking, especially in Web Security technics. In this website, you&#8217;ll get so many information about that scope. I&#8217;ll try to share anything that I knew here, just write it down.</p>
<p style="text-align: center;"><a href="http://www.almanshurin.com/wp-content/uploads/2011/09/systems.jpg"><img class="aligncenter size-full wp-image-2007" title="Opening Al Manshurin Informatika" src="http://www.almanshurin.com/wp-content/uploads/2011/09/systems.jpg" alt="systems Opening Al Manshurin Informatika" width="478" height="337" /></a></p>
<p style="text-align: left;">Not only those, to all of you that love Open Source, I&#8217;ll discuss Linux operating system here. Even for Server computer, or Destkop computer only. Just follow up this blog, and let&#8217;s share with the world.</p>
<p style="text-align: right;">Best Regards,</p>
<p style="text-align: right;">Pudja Mansyurin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.almanshurin.com/al-manshurin/opening-al-manshurin-informatika.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

