<?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/">
	<channel>
		<title><![CDATA[LeetCoders - All Forums]]></title>
		<link>http://leetcoders.org/</link>
		<description><![CDATA[LeetCoders - http://leetcoders.org]]></description>
		<pubDate>Tue, 07 Feb 2012 16:12:41 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[[ chipper ] Urgent problem :/ probably simple...]]></title>
			<link>http://leetcoders.org/Thread-chipper-urgent-problem-probably-simple</link>
			<pubDate>Tue, 07 Feb 2012 13:41:59 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-chipper-urgent-problem-probably-simple</guid>
			<description><![CDATA[The problem<br />
<br />
<div class="geshicode_h" style='padding: 5px; background-color: #DFDFDF; border: 1px solid #AAAAAA; overflow:auto;'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.infernodevelopment.com'>CSHARP Programming</a>
	<div class="geshicode_b" style='background-color: #FFFFFF; padding-left: 5px; border: 1px solid #BBBBBB; overflow:auto;'><code><pre class="csharp" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Error	<span style="color: #FF0000;">1</span>	<span style="color: #666666;">'string'</span> does not contain a definition <span style="color: #0600FF;">for</span> <span style="color: #666666;">'GetLength'</span> and no extension method <span style="color: #666666;">'GetLength'</span> accepting a first argument of type <span style="color: #666666;">'string'</span> could be found <span style="color: #000000;">&#40;</span>are you missing a <span style="color: #0600FF;">using</span> directive or an assembly reference<span style="color: #008000;">?</span><span style="color: #000000;">&#41;</span>	C<span style="color: #008000;">:</span>\Users\Admin\documents\visual studio <span style="color: #FF0000;">2010</span>\Projects\Ganja C\Ganja C\Form1.<span style="color: #0000FF;">cs</span>	<span style="color: #FF0000;">67</span>	<span style="color: #FF0000;">28</span>	Ganja C</div></li></ol></pre></code></div><br /></div><br />
<br />
The code/chipper (credit CaptainBri)<br />
<div class="geshicode_h" style='padding: 5px; background-color: #DFDFDF; border: 1px solid #AAAAAA; overflow:auto;'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.infernodevelopment.com'>CSHARP Programming</a>
	<div class="geshicode_b" style='background-color: #FFFFFF; padding-left: 5px; border: 1px solid #BBBBBB; overflow:auto;'><code><pre class="csharp" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #008080; font-style: italic;">////////////////////</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #008080; font-style: italic;">//RC 4 chipper</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #008080; font-style: italic;">////////////////////</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #0600FF;">public</span> <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> RC4EncryptDecrypt<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> bytes, <span style="color: #FF0000;">string</span> key<span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000000;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #008080; font-style: italic;">//Get key and be ascii</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> Key <span style="color: #008000;">=</span> <span style="color: #000000;">System.<span style="color: #0000FF;">Text</span></span>.<span style="color: #0000FF;">Encoding</span>.<span style="color: #0000FF;">ASCII</span>.<span style="color: #0000FF;">GetBytes</span><span style="color: #000000;">&#40;</span>key<span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> s <span style="color: #008000;">=</span> <a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #FF0000;">256</span><span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> k <span style="color: #008000;">=</span> <a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #FF0000;">256</span><span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">byte</span> temp<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">int</span> i, j<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #0600FF;">for</span> <span style="color: #000000;">&#40;</span>i <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">;</span> i <span style="color: #008000;">&lt;</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span> i<span style="color: #008000;">++</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000000;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">byte</span><span style="color: #000000;">&#41;</span>i<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        k<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> key<span style="color: #000000;">&#91;</span>i <span style="color: #008000;">%</span> key.<span style="color: #0000FF;">GetLength</span><span style="color: #000000;">&#40;</span><span style="color: #FF0000;">0</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000000;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       j <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       <span style="color: #0600FF;">for</span> <span style="color: #000000;">&#40;</span>i <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">;</span> i <span style="color: #008000;">&lt;</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span> i<span style="color: #008000;">++</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       <span style="color: #000000;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       j <span style="color: #008000;">=</span> <span style="color: #000000;">&#40;</span>j <span style="color: #008000;">+</span> s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">+</span> k<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">%</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       temp <span style="color: #008000;">=</span> s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> s<span style="color: #000000;">&#91;</span>j<span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       s<span style="color: #000000;">&#91;</span>j<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> temp<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       <span style="color: #000000;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        i <span style="color: #008000;">=</span> j <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #0600FF;">for</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">int</span> x <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">;</span> x <span style="color: #008000;">&lt;</span> bytes.<span style="color: #0000FF;">GetLength</span><span style="color: #000000;">&#40;</span><span style="color: #FF0000;">0</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span> x<span style="color: #008000;">++</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000000;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        i <span style="color: #008000;">=</span> <span style="color: #000000;">&#40;</span>i <span style="color: #008000;">+</span> <span style="color: #FF0000;">1</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">%</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        j <span style="color: #008000;">=</span> <span style="color: #000000;">&#40;</span>j <span style="color: #008000;">+</span> s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">%</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        temp <span style="color: #008000;">=</span> s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> s<span style="color: #000000;">&#91;</span>j<span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        s<span style="color: #000000;">&#91;</span>j<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> temp<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">int</span> t <span style="color: #008000;">=</span> <span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">+</span> s<span style="color: #000000;">&#91;</span>j<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">%</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        bytes<span style="color: #000000;">&#91;</span>x<span style="color: #000000;">&#93;</span> <span style="color: #008000;">^=</span> s<span style="color: #000000;">&#91;</span>t<span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000000;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #0600FF;">return</span> bytes<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">    <span style="color: #000000;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">    <span style="color: #000000;">&#125;</span></div></li></ol></pre></code></div><br /></div>]]></description>
			<content:encoded><![CDATA[The problem<br />
<br />
<div class="geshicode_h" style='padding: 5px; background-color: #DFDFDF; border: 1px solid #AAAAAA; overflow:auto;'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.infernodevelopment.com'>CSHARP Programming</a>
	<div class="geshicode_b" style='background-color: #FFFFFF; padding-left: 5px; border: 1px solid #BBBBBB; overflow:auto;'><code><pre class="csharp" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Error	<span style="color: #FF0000;">1</span>	<span style="color: #666666;">'string'</span> does not contain a definition <span style="color: #0600FF;">for</span> <span style="color: #666666;">'GetLength'</span> and no extension method <span style="color: #666666;">'GetLength'</span> accepting a first argument of type <span style="color: #666666;">'string'</span> could be found <span style="color: #000000;">&#40;</span>are you missing a <span style="color: #0600FF;">using</span> directive or an assembly reference<span style="color: #008000;">?</span><span style="color: #000000;">&#41;</span>	C<span style="color: #008000;">:</span>\Users\Admin\documents\visual studio <span style="color: #FF0000;">2010</span>\Projects\Ganja C\Ganja C\Form1.<span style="color: #0000FF;">cs</span>	<span style="color: #FF0000;">67</span>	<span style="color: #FF0000;">28</span>	Ganja C</div></li></ol></pre></code></div><br /></div><br />
<br />
The code/chipper (credit CaptainBri)<br />
<div class="geshicode_h" style='padding: 5px; background-color: #DFDFDF; border: 1px solid #AAAAAA; overflow:auto;'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.infernodevelopment.com'>CSHARP Programming</a>
	<div class="geshicode_b" style='background-color: #FFFFFF; padding-left: 5px; border: 1px solid #BBBBBB; overflow:auto;'><code><pre class="csharp" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #008080; font-style: italic;">////////////////////</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #008080; font-style: italic;">//RC 4 chipper</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #008080; font-style: italic;">////////////////////</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #0600FF;">public</span> <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> RC4EncryptDecrypt<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> bytes, <span style="color: #FF0000;">string</span> key<span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000000;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #008080; font-style: italic;">//Get key and be ascii</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> Key <span style="color: #008000;">=</span> <span style="color: #000000;">System.<span style="color: #0000FF;">Text</span></span>.<span style="color: #0000FF;">Encoding</span>.<span style="color: #0000FF;">ASCII</span>.<span style="color: #0000FF;">GetBytes</span><span style="color: #000000;">&#40;</span>key<span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> s <span style="color: #008000;">=</span> <a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #FF0000;">256</span><span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> k <span style="color: #008000;">=</span> <a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> <span style="color: #FF0000;">byte</span><span style="color: #000000;">&#91;</span><span style="color: #FF0000;">256</span><span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">byte</span> temp<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">int</span> i, j<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #0600FF;">for</span> <span style="color: #000000;">&#40;</span>i <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">;</span> i <span style="color: #008000;">&lt;</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span> i<span style="color: #008000;">++</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000000;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">byte</span><span style="color: #000000;">&#41;</span>i<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        k<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> key<span style="color: #000000;">&#91;</span>i <span style="color: #008000;">%</span> key.<span style="color: #0000FF;">GetLength</span><span style="color: #000000;">&#40;</span><span style="color: #FF0000;">0</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000000;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       j <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       <span style="color: #0600FF;">for</span> <span style="color: #000000;">&#40;</span>i <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">;</span> i <span style="color: #008000;">&lt;</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span> i<span style="color: #008000;">++</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       <span style="color: #000000;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       j <span style="color: #008000;">=</span> <span style="color: #000000;">&#40;</span>j <span style="color: #008000;">+</span> s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">+</span> k<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">%</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       temp <span style="color: #008000;">=</span> s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> s<span style="color: #000000;">&#91;</span>j<span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       s<span style="color: #000000;">&#91;</span>j<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> temp<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">       <span style="color: #000000;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        i <span style="color: #008000;">=</span> j <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #0600FF;">for</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">int</span> x <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">;</span> x <span style="color: #008000;">&lt;</span> bytes.<span style="color: #0000FF;">GetLength</span><span style="color: #000000;">&#40;</span><span style="color: #FF0000;">0</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span> x<span style="color: #008000;">++</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000000;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        i <span style="color: #008000;">=</span> <span style="color: #000000;">&#40;</span>i <span style="color: #008000;">+</span> <span style="color: #FF0000;">1</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">%</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        j <span style="color: #008000;">=</span> <span style="color: #000000;">&#40;</span>j <span style="color: #008000;">+</span> s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">%</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        temp <span style="color: #008000;">=</span> s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> s<span style="color: #000000;">&#91;</span>j<span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        s<span style="color: #000000;">&#91;</span>j<span style="color: #000000;">&#93;</span> <span style="color: #008000;">=</span> temp<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #FF0000;">int</span> t <span style="color: #008000;">=</span> <span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">+</span> s<span style="color: #000000;">&#91;</span>j<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">%</span> <span style="color: #FF0000;">256</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        bytes<span style="color: #000000;">&#91;</span>x<span style="color: #000000;">&#93;</span> <span style="color: #008000;">^=</span> s<span style="color: #000000;">&#91;</span>t<span style="color: #000000;">&#93;</span><span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000000;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #0600FF;">return</span> bytes<span style="color: #008000;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">    <span style="color: #000000;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">    <span style="color: #000000;">&#125;</span></div></li></ol></pre></code></div><br /></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Citadel next gen malware ?]]></title>
			<link>http://leetcoders.org/Thread-citadel-next-gen-malware</link>
			<pubDate>Tue, 07 Feb 2012 08:16:25 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-citadel-next-gen-malware</guid>
			<description><![CDATA[<img src="http://krebsonsecurity.com/wp-content/uploads/2012/01/citadelpanel-600x478.png" border="0" alt="[Image: citadelpanel-600x478.png]" /><br />
Underground hacker forums are full of complaints from users angry that a developer of some popular banking Trojan or bot program has stopped supporting his product, stranding buyers with buggy botnets. Now, the proprietors of a new ZeuS Trojan variant are marketing their malware as a social network that lets customers file bug reports, suggest and vote on new features in upcoming versions, and track trouble tickets that can be worked on by the developers and fellow users alike.<br />
<br />
Read more:http://krebsonsecurity.com/2012/01/citadel-trojan-touts-trouble-ticket-system/#more-13474<br />
<br />
In short a new trojan where custom support and the user's vote for new feature...]]></description>
			<content:encoded><![CDATA[<img src="http://krebsonsecurity.com/wp-content/uploads/2012/01/citadelpanel-600x478.png" border="0" alt="[Image: citadelpanel-600x478.png]" /><br />
Underground hacker forums are full of complaints from users angry that a developer of some popular banking Trojan or bot program has stopped supporting his product, stranding buyers with buggy botnets. Now, the proprietors of a new ZeuS Trojan variant are marketing their malware as a social network that lets customers file bug reports, suggest and vote on new features in upcoming versions, and track trouble tickets that can be worked on by the developers and fellow users alike.<br />
<br />
Read more:http://krebsonsecurity.com/2012/01/citadel-trojan-touts-trouble-ticket-system/#more-13474<br />
<br />
In short a new trojan where custom support and the user's vote for new feature...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[VB.net][Request] AllDebrid.com uses premium account [$$]]]></title>
			<link>http://leetcoders.org/Thread-vb-net-request-alldebrid-com-uses-premium-account</link>
			<pubDate>Mon, 06 Feb 2012 21:06:16 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-vb-net-request-alldebrid-com-uses-premium-account</guid>
			<description><![CDATA[Hi,<br />
I search a very good coder for make me a tool<br />
AllDebrid generator/downloader uses premium account ? (HTTPWebRequest If Possible)<br />
I paied for the source code<br />
Thanks you very much <br />
<br />
PM me if interested.<br />
<br />
<br />
#Sorry for my bad english!]]></description>
			<content:encoded><![CDATA[Hi,<br />
I search a very good coder for make me a tool<br />
AllDebrid generator/downloader uses premium account ? (HTTPWebRequest If Possible)<br />
I paied for the source code<br />
Thanks you very much <br />
<br />
PM me if interested.<br />
<br />
<br />
#Sorry for my bad english!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Need help making a crypter]]></title>
			<link>http://leetcoders.org/Thread-need-help-making-a-crypter</link>
			<pubDate>Mon, 06 Feb 2012 17:57:30 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-need-help-making-a-crypter</guid>
			<description><![CDATA[Hey guys I'm new here on LC.<br />
So basically, I don't know much of the VB language, and I'm not planning on learning it from the basics soon because I have no time. What I want is to learn just what is needed to make a crypter, with antis, a binder (which I already made myself), a few types of encryption, icon changer, extension spoofer, adding it to startup, spreading in any way possible, Etc... If any of you knows where I can learn that, or even help me on your free time that would be great. I hope you will be kind enough to help me <img src="images/gaming-jam/smilies/blackhat.gif" style="vertical-align: middle;" border="0" alt="Blackhat" title="Blackhat" /><br />
Thanks.]]></description>
			<content:encoded><![CDATA[Hey guys I'm new here on LC.<br />
So basically, I don't know much of the VB language, and I'm not planning on learning it from the basics soon because I have no time. What I want is to learn just what is needed to make a crypter, with antis, a binder (which I already made myself), a few types of encryption, icon changer, extension spoofer, adding it to startup, spreading in any way possible, Etc... If any of you knows where I can learn that, or even help me on your free time that would be great. I hope you will be kind enough to help me <img src="images/gaming-jam/smilies/blackhat.gif" style="vertical-align: middle;" border="0" alt="Blackhat" title="Blackhat" /><br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Request] A logo/banner for...]]></title>
			<link>http://leetcoders.org/Thread-request-a-logo-banner-for</link>
			<pubDate>Mon, 06 Feb 2012 16:08:28 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-request-a-logo-banner-for</guid>
			<description><![CDATA[... Leetcoders Market.<br />
I'm in need of a nice logo, that will be placed here<br />
<img src="http://i.imgur.com/T95I7.png" border="0" alt="[Image: T95I7.png]" /><br />
Use you imagination, it is supposed to say "LeetCoders Market". I don't need the .psd file or what ever, i simply want a .png file and ofc, you'll be placed in the credits page on leetcoders market :&gt;]]></description>
			<content:encoded><![CDATA[... Leetcoders Market.<br />
I'm in need of a nice logo, that will be placed here<br />
<img src="http://i.imgur.com/T95I7.png" border="0" alt="[Image: T95I7.png]" /><br />
Use you imagination, it is supposed to say "LeetCoders Market". I don't need the .psd file or what ever, i simply want a .png file and ofc, you'll be placed in the credits page on leetcoders market :&gt;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[So heres the plan for the site ]]></title>
			<link>http://leetcoders.org/Thread-so-heres-the-plan-for-the-site</link>
			<pubDate>Sun, 05 Feb 2012 20:30:37 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-so-heres-the-plan-for-the-site</guid>
			<description><![CDATA[The site is going to be about tropical fish (its a hobby ha). pieces like home, gallery, info will be made using html5 and hopefully a forum aswell, Ive been searching the internet all day looking for good tutorials on how to build a simple forum using php but I cant find any anywhere does anybody know where there are some good tutorials on how to do this ?? The site must be built from scratch ie not use Dreamweaver, myBB or myPHP.<br />
<br />
Thanks guys]]></description>
			<content:encoded><![CDATA[The site is going to be about tropical fish (its a hobby ha). pieces like home, gallery, info will be made using html5 and hopefully a forum aswell, Ive been searching the internet all day looking for good tutorials on how to build a simple forum using php but I cant find any anywhere does anybody know where there are some good tutorials on how to do this ?? The site must be built from scratch ie not use Dreamweaver, myBB or myPHP.<br />
<br />
Thanks guys]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Jingit Bot and/or Autofucs plugin?]]></title>
			<link>http://leetcoders.org/Thread-jingit-bot-and-or-autofucs-plugin</link>
			<pubDate>Sun, 05 Feb 2012 17:31:10 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-jingit-bot-and-or-autofucs-plugin</guid>
			<description><![CDATA[So, I'm really annoyed that you have to actually keep the jingit video in focus in the browser window; I can't start a video, then goes browse facebook while it's playing. Anyone know of a plugin/extension/bot that will keep the video window in focus while you're doing other things?<br />
<br />
Also, anyone know of a bot that will watch these videos for me? I tried to check thebotnet.com, but they're down.]]></description>
			<content:encoded><![CDATA[So, I'm really annoyed that you have to actually keep the jingit video in focus in the browser window; I can't start a video, then goes browse facebook while it's playing. Anyone know of a plugin/extension/bot that will keep the video window in focus while you're doing other things?<br />
<br />
Also, anyone know of a bot that will watch these videos for me? I tried to check thebotnet.com, but they're down.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SMS Script for Sale!]]></title>
			<link>http://leetcoders.org/Thread-sms-script-for-sale</link>
			<pubDate>Sun, 05 Feb 2012 15:03:10 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-sms-script-for-sale</guid>
			<description><![CDATA[Hey Guys,<br />
<br />
I've developed an good SMS script sending SMS WorldWide for free, script is coded on PHP/CSS.<br />
<br />
How script works?<br />
<br />
1.Uses fopensock,FastCGI,cURL<br />
2.CSS for session store<br />
3.Stores Sessions and processes<br />
4.Sessions and processes are hidden in processor (CPU)<br />
5.Uses website bandwith to send SMS world wide<br />
6.Private Script (nobody have this) i made it<br />
7.Not based on any SMS Gateway<br />
<br />
Price: 150euros Western Union<br />
<br />
Interested: Msg me here in PV or h4ck-y0u@member.fsf.org<br />
<br />
<br />
Thanks,<br />
h4ck-y0u]]></description>
			<content:encoded><![CDATA[Hey Guys,<br />
<br />
I've developed an good SMS script sending SMS WorldWide for free, script is coded on PHP/CSS.<br />
<br />
How script works?<br />
<br />
1.Uses fopensock,FastCGI,cURL<br />
2.CSS for session store<br />
3.Stores Sessions and processes<br />
4.Sessions and processes are hidden in processor (CPU)<br />
5.Uses website bandwith to send SMS world wide<br />
6.Private Script (nobody have this) i made it<br />
7.Not based on any SMS Gateway<br />
<br />
Price: 150euros Western Union<br />
<br />
Interested: Msg me here in PV or h4ck-y0u@member.fsf.org<br />
<br />
<br />
Thanks,<br />
h4ck-y0u]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[GameOver - A new variant of Zeus hits the Net]]></title>
			<link>http://leetcoders.org/Thread-gameover-a-new-variant-of-zeus-hits-the-net</link>
			<pubDate>Sun, 05 Feb 2012 07:21:18 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-gameover-a-new-variant-of-zeus-hits-the-net</guid>
			<description><![CDATA[<a href="http://www.ehackingnews.com/2012/01/newer-variant-of-zeus-malware-game-over.html" target="_blank">http://www.ehackingnews.com/2012/01/newe...-over.html</a><br />
<br />
Looks like the Zeus writer had some fun :)]]></description>
			<content:encoded><![CDATA[<a href="http://www.ehackingnews.com/2012/01/newer-variant-of-zeus-malware-game-over.html" target="_blank">http://www.ehackingnews.com/2012/01/newe...-over.html</a><br />
<br />
Looks like the Zeus writer had some fun :)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Being hacked (right now)...what to do? ]]></title>
			<link>http://leetcoders.org/Thread-being-hacked-right-now-what-to-do</link>
			<pubDate>Sun, 05 Feb 2012 06:31:53 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-being-hacked-right-now-what-to-do</guid>
			<description><![CDATA[So, I noticed that my pc's network lights (which I run an apache web server on) were lighting up alot tonight, and I usually don't get much traffic at all. So I sifted through the Apache access logs, here's what I found:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>202.120.189.227 - - [19/Jan/2003:06:39:10 -0500] "GET //phpmyadmin/ HTTP/1.1" 404 209<br />
202.120.189.227 - - [19/Jan/2003:06:39:11 -0500] "GET //phpMyAdmin/ HTTP/1.1" 404 209<br />
202.120.189.227 - - [19/Jan/2003:06:39:12 -0500] "GET //PMA/ HTTP/1.1" 404 202<br />
202.120.189.227 - - [19/Jan/2003:06:39:12 -0500] "GET //pma/ HTTP/1.1" 404 202<br />
202.120.189.227 - - [19/Jan/2003:06:39:13 -0500] "GET //admin/ HTTP/1.1" 401 401<br />
202.120.189.227 - - [19/Jan/2003:06:39:14 -0500] "GET //Admin/ HTTP/1.1" 401 401<br />
202.120.189.227 - - [19/Jan/2003:06:39:14 -0500] "GET //dbadmin/ HTTP/1.1" 404 206<br />
202.120.189.227 - - [19/Jan/2003:06:39:15 -0500] "GET //sql/ HTTP/1.1" 404 202<br />
202.120.189.227 - - [19/Jan/2003:06:39:16 -0500] "GET //mysql/ HTTP/1.1" 404 204<br />
202.120.189.227 - - [19/Jan/2003:06:39:16 -0500] "GET //myadmin/ HTTP/1.1" 404 206<br />
202.120.189.227 - - [19/Jan/2003:06:39:18 -0500] "GET //MyAdmin/ HTTP/1.1" 404 206<br />
202.120.189.227 - - [19/Jan/2003:06:39:19 -0500] "GET //php-myadmin/ HTTP/1.1" 404 210<br />
202.120.189.227 - - [19/Jan/2003:06:39:19 -0500] "GET //phpmy-admin/ HTTP/1.1" 404 210<br />
202.120.189.227 - - [19/Jan/2003:06:39:20 -0500] "GET //mysqladmin/ HTTP/1.1" 404 209<br />
180.76.5.97 - - [19/Jan/2003:06:55:10 -0500] "GET / HTTP/1.1" 200 3429<br />
192.168.1.1 - - [19/Jan/2003:08:09:42 -0500] "GET /admin HTTP/1.1" 401 401</code></div></div>
<br />
Obviously, someone was trying to find my admin page, and they did. Good thing is tho, it's password protected with a .htaccess. How secure is the .htaccess and .htpassws? Could he, given a reasonable amount of time, brute force it? What precautions should I take? <br />
<br />
Also, after discovering this, I DOS'd him ;)<hr />
Also, I did an IP lookup; whoever it is, they're located in Shangai, China in some University]]></description>
			<content:encoded><![CDATA[So, I noticed that my pc's network lights (which I run an apache web server on) were lighting up alot tonight, and I usually don't get much traffic at all. So I sifted through the Apache access logs, here's what I found:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>202.120.189.227 - - [19/Jan/2003:06:39:10 -0500] "GET //phpmyadmin/ HTTP/1.1" 404 209<br />
202.120.189.227 - - [19/Jan/2003:06:39:11 -0500] "GET //phpMyAdmin/ HTTP/1.1" 404 209<br />
202.120.189.227 - - [19/Jan/2003:06:39:12 -0500] "GET //PMA/ HTTP/1.1" 404 202<br />
202.120.189.227 - - [19/Jan/2003:06:39:12 -0500] "GET //pma/ HTTP/1.1" 404 202<br />
202.120.189.227 - - [19/Jan/2003:06:39:13 -0500] "GET //admin/ HTTP/1.1" 401 401<br />
202.120.189.227 - - [19/Jan/2003:06:39:14 -0500] "GET //Admin/ HTTP/1.1" 401 401<br />
202.120.189.227 - - [19/Jan/2003:06:39:14 -0500] "GET //dbadmin/ HTTP/1.1" 404 206<br />
202.120.189.227 - - [19/Jan/2003:06:39:15 -0500] "GET //sql/ HTTP/1.1" 404 202<br />
202.120.189.227 - - [19/Jan/2003:06:39:16 -0500] "GET //mysql/ HTTP/1.1" 404 204<br />
202.120.189.227 - - [19/Jan/2003:06:39:16 -0500] "GET //myadmin/ HTTP/1.1" 404 206<br />
202.120.189.227 - - [19/Jan/2003:06:39:18 -0500] "GET //MyAdmin/ HTTP/1.1" 404 206<br />
202.120.189.227 - - [19/Jan/2003:06:39:19 -0500] "GET //php-myadmin/ HTTP/1.1" 404 210<br />
202.120.189.227 - - [19/Jan/2003:06:39:19 -0500] "GET //phpmy-admin/ HTTP/1.1" 404 210<br />
202.120.189.227 - - [19/Jan/2003:06:39:20 -0500] "GET //mysqladmin/ HTTP/1.1" 404 209<br />
180.76.5.97 - - [19/Jan/2003:06:55:10 -0500] "GET / HTTP/1.1" 200 3429<br />
192.168.1.1 - - [19/Jan/2003:08:09:42 -0500] "GET /admin HTTP/1.1" 401 401</code></div></div>
<br />
Obviously, someone was trying to find my admin page, and they did. Good thing is tho, it's password protected with a .htaccess. How secure is the .htaccess and .htpassws? Could he, given a reasonable amount of time, brute force it? What precautions should I take? <br />
<br />
Also, after discovering this, I DOS'd him ;)<hr />
Also, I did an IP lookup; whoever it is, they're located in Shangai, China in some University]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CredUI]]></title>
			<link>http://leetcoders.org/Thread-credui</link>
			<pubDate>Sat, 04 Feb 2012 22:43:32 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-credui</guid>
			<description><![CDATA[Hey guys,<br />
<br />
I need some help, like big help.. <br />
Basically I need to somehow 'call' CredUIPromtForUserCredentials and 'capture' the username and password entered. Some example code would be nice, don't link to other sites. I've seen them all.<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hey guys,<br />
<br />
I need some help, like big help.. <br />
Basically I need to somehow 'call' CredUIPromtForUserCredentials and 'capture' the username and password entered. Some example code would be nice, don't link to other sites. I've seen them all.<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Shoutbox link bug]]></title>
			<link>http://leetcoders.org/Thread-shoutbox-link-bug</link>
			<pubDate>Sat, 04 Feb 2012 17:16:58 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-shoutbox-link-bug</guid>
			<description><![CDATA[Just noticed this... You should edit the Shoutbox link in the navigation. It still links to /forum/shoutbox.php<br />
Why did you even move everything to the upper folder? It was OK when it was in /forum.]]></description>
			<content:encoded><![CDATA[Just noticed this... You should edit the Shoutbox link in the navigation. It still links to /forum/shoutbox.php<br />
Why did you even move everything to the upper folder? It was OK when it was in /forum.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[HWID Spoofer?]]></title>
			<link>http://leetcoders.org/Thread-hwid-spoofer</link>
			<pubDate>Sat, 04 Feb 2012 15:41:16 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-hwid-spoofer</guid>
			<description><![CDATA[Can someone give me a HWID Spoofer whic works on Windows 7 64bit os ?<br />
Already tried,PBDownForce and it not worked.]]></description>
			<content:encoded><![CDATA[Can someone give me a HWID Spoofer whic works on Windows 7 64bit os ?<br />
Already tried,PBDownForce and it not worked.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[RESOLVED]Play currentPosition mp3 file to another currentPosition only]]></title>
			<link>http://leetcoders.org/Thread-resolved-play-currentposition-mp3-file-to-another-currentposition-only</link>
			<pubDate>Sat, 04 Feb 2012 07:05:28 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-resolved-play-currentposition-mp3-file-to-another-currentposition-only</guid>
			<description><![CDATA[Hi everyone i got problem when play mp3 file from currentPosition <span style="color: #FF0000;">to another</span>  currentPosition.im using windows media player with vbasic 2005.<br />
<br />
this my nooob code<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AxWindowsMediaPlayer1.URL = "mymusic.mp3"<br />
&nbsp;&nbsp;&nbsp;&nbsp;End Sub<br />
<br />
 Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AxWindowsMediaPlayer1.Ctlcontrols.currentPosition = 20<br />
&nbsp;&nbsp;&nbsp;&nbsp;End Sub</code></div></div>
<br />
i want to change to play mp3 with my choose Position only<br />
<br />
like this currentPosition = 20 <span style="color: #FF0000;">to</span> currentPosition = 30<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>AxWindowsMediaPlayer1.Ctlcontrols.currentPosition = 20 to AxWindowsMediaPlayer1.Ctlcontrols.currentPosition = 30</code></div></div>
<br />
im new in visual basic...can u help me.<br />
<br />
<img src="images/smilies/new/MsgPlus_Img0627.png" style="vertical-align: middle;" border="0" alt="CHEESE" title="CHEESE" />]]></description>
			<content:encoded><![CDATA[Hi everyone i got problem when play mp3 file from currentPosition <span style="color: #FF0000;">to another</span>  currentPosition.im using windows media player with vbasic 2005.<br />
<br />
this my nooob code<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AxWindowsMediaPlayer1.URL = "mymusic.mp3"<br />
&nbsp;&nbsp;&nbsp;&nbsp;End Sub<br />
<br />
 Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AxWindowsMediaPlayer1.Ctlcontrols.currentPosition = 20<br />
&nbsp;&nbsp;&nbsp;&nbsp;End Sub</code></div></div>
<br />
i want to change to play mp3 with my choose Position only<br />
<br />
like this currentPosition = 20 <span style="color: #FF0000;">to</span> currentPosition = 30<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>AxWindowsMediaPlayer1.Ctlcontrols.currentPosition = 20 to AxWindowsMediaPlayer1.Ctlcontrols.currentPosition = 30</code></div></div>
<br />
im new in visual basic...can u help me.<br />
<br />
<img src="images/smilies/new/MsgPlus_Img0627.png" style="vertical-align: middle;" border="0" alt="CHEESE" title="CHEESE" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[WiFi Help]]></title>
			<link>http://leetcoders.org/Thread-wifi-help</link>
			<pubDate>Fri, 03 Feb 2012 19:29:32 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-wifi-help</guid>
			<description><![CDATA[Do you know how to find IP addresses of other computers connected to my WiFi network and connect to them? I prefer if you tell me how to do it in Linux.]]></description>
			<content:encoded><![CDATA[Do you know how to find IP addresses of other computers connected to my WiFi network and connect to them? I prefer if you tell me how to do it in Linux.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Multithread Socket (Thread per Socket)not Complete]]></title>
			<link>http://leetcoders.org/Thread-multithread-socket-thread-per-socket-not-complete</link>
			<pubDate>Fri, 03 Feb 2012 19:28:31 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-multithread-socket-thread-per-socket-not-complete</guid>
			<description><![CDATA[Good evening<br />
First want to say a Big Thanks to my friend Rookie Learn to Fly for the amazng example with ThreadPool and for the Help on QQ .Yukun for the beautiful multithread Console example .<br />
<br />
<br />
My next Step is to Create Multithread with Forms and use Events .Like Example with Winsocks Array<br />
Thanks for the time<br />
<br />
<a href="http://www.mediafire.com/?h3krt1mfrbf02c2" target="_blank">http://www.mediafire.com/?h3krt1mfrbf02c2</a><br />
<br />
P.s sorry for my English]]></description>
			<content:encoded><![CDATA[Good evening<br />
First want to say a Big Thanks to my friend Rookie Learn to Fly for the amazng example with ThreadPool and for the Help on QQ .Yukun for the beautiful multithread Console example .<br />
<br />
<br />
My next Step is to Create Multithread with Forms and use Events .Like Example with Winsocks Array<br />
Thanks for the time<br />
<br />
<a href="http://www.mediafire.com/?h3krt1mfrbf02c2" target="_blank">http://www.mediafire.com/?h3krt1mfrbf02c2</a><br />
<br />
P.s sorry for my English]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Till They Rise, now on iTunes]]></title>
			<link>http://leetcoders.org/Thread-till-they-rise-now-on-itunes</link>
			<pubDate>Fri, 03 Feb 2012 12:46:15 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-till-they-rise-now-on-itunes</guid>
			<description><![CDATA[My band has been in the studio and we have come out with 3 songs for our EP. As of now, we have put one of them on iTunes as our "single." The other two will come shortly but our record label wants to make a big deal out of it strategically. <br />
<br />
Click the link below to go to our iTunes page <img src="images/gaming-jam/smilies/blackhat.gif" style="vertical-align: middle;" border="0" alt="Blackhat" title="Blackhat" /><br />
our music is not for everyone, I'm well aware that I cant please everyone. For those of you that like it, please buy! If not, then obviously do not buy it.<br />
<br />
<a href="http://itunes.apple.com/us/album/sirens/id496587129?i=496587133&amp;ign-mpt=uo%3D4" target="_blank">http://itunes.apple.com/us/album/sirens/...mpt=uo%3D4</a><br />
<br />
I encourage all feedback and opinions <img src="images/gaming-jam/smilies/sHa_happy.gif" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" />]]></description>
			<content:encoded><![CDATA[My band has been in the studio and we have come out with 3 songs for our EP. As of now, we have put one of them on iTunes as our "single." The other two will come shortly but our record label wants to make a big deal out of it strategically. <br />
<br />
Click the link below to go to our iTunes page <img src="images/gaming-jam/smilies/blackhat.gif" style="vertical-align: middle;" border="0" alt="Blackhat" title="Blackhat" /><br />
our music is not for everyone, I'm well aware that I cant please everyone. For those of you that like it, please buy! If not, then obviously do not buy it.<br />
<br />
<a href="http://itunes.apple.com/us/album/sirens/id496587129?i=496587133&amp;ign-mpt=uo%3D4" target="_blank">http://itunes.apple.com/us/album/sirens/...mpt=uo%3D4</a><br />
<br />
I encourage all feedback and opinions <img src="images/gaming-jam/smilies/sHa_happy.gif" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sales Vagex point's [Youtube boosting network]]]></title>
			<link>http://leetcoders.org/Thread-sales-vagex-point-s-youtube-boosting-network</link>
			<pubDate>Fri, 03 Feb 2012 11:19:16 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-sales-vagex-point-s-youtube-boosting-network</guid>
			<description><![CDATA[<div style="text-align: center;">Welcome :D</div>
<br />
Well vagex is a youtube boosting network free to join,<br />
If you want invite just pm me ? <img src="images/smilies/new/MsgPlus_Img0957.png" style="vertical-align: middle;" border="0" alt="Awesome Face" title="Awesome Face" /><br />
<br />
User can exchange point's/credit for view our money.<br />
How ever it take like 20k credit for 1 USD.And buying 1k credit cost 1 USD.<br />
Does not make sense our ? ^^.<br />
<br />
I am offering 4k credit for the prize off 1 USD,<br />
which you later one can spend one view,comment,subs &amp; likes.<br />
<br />
I only accept paypal, since this not illegal either will i use this money for illegal stuff. And 50 % all money goes to Leetcoder's inform off dontaion's. <br />
<br />
<span style="font-style: italic;">Please notice that you can not give away credit, you will have to tell what to spend them one.</span><br />
<br />
<div style="text-align: center;">Proof Of credit</div>
<img src="http://s7.postimage.org/aa9rltgu3/vagex1.png" border="0" alt="[Image: vagex1.png]" /><br />
<img src="http://s7.postimage.org/n2xvlqsfv/vagex2.png" border="0" alt="[Image: vagex2.png]" />]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;">Welcome :D</div>
<br />
Well vagex is a youtube boosting network free to join,<br />
If you want invite just pm me ? <img src="images/smilies/new/MsgPlus_Img0957.png" style="vertical-align: middle;" border="0" alt="Awesome Face" title="Awesome Face" /><br />
<br />
User can exchange point's/credit for view our money.<br />
How ever it take like 20k credit for 1 USD.And buying 1k credit cost 1 USD.<br />
Does not make sense our ? ^^.<br />
<br />
I am offering 4k credit for the prize off 1 USD,<br />
which you later one can spend one view,comment,subs &amp; likes.<br />
<br />
I only accept paypal, since this not illegal either will i use this money for illegal stuff. And 50 % all money goes to Leetcoder's inform off dontaion's. <br />
<br />
<span style="font-style: italic;">Please notice that you can not give away credit, you will have to tell what to spend them one.</span><br />
<br />
<div style="text-align: center;">Proof Of credit</div>
<img src="http://s7.postimage.org/aa9rltgu3/vagex1.png" border="0" alt="[Image: vagex1.png]" /><br />
<img src="http://s7.postimage.org/n2xvlqsfv/vagex2.png" border="0" alt="[Image: vagex2.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[some Problems]]></title>
			<link>http://leetcoders.org/Thread-some-problems</link>
			<pubDate>Fri, 03 Feb 2012 07:22:53 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-some-problems</guid>
			<description><![CDATA[Hello<br />
<br />
have some problem am grateful for every help.<br />
<br />
1. Thanks to CaptainBri I was able to do my own Crypter Coden although the RunPe also 64 bits is able it runs, unfortunately, only on 32 bits of systems what can this lie with?<br />
<br />
2. How I can store a picture from a Picturebox as an Icon <br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #007700">private&nbsp;</span><span style="color: #0000BB">String&nbsp;geticon</span><span style="color: #007700">(</span><span style="color: #0000BB">String&nbsp;pathoficon</span><span style="color: #007700">,</span><span style="color: #0000BB">Image&nbsp;img</span><span style="color: #007700">)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">String&nbsp;iconpath&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">Application</span><span style="color: #007700">.</span><span style="color: #0000BB">StartupPath&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #DD0000">"&#092;&#092;myicon.ico"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Bitmap&nbsp;myBitmap&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Bitmap</span><span style="color: #007700">(</span><span style="color: #0000BB">img</span><span style="color: #007700">,</span><span style="color: #0000BB">128</span><span style="color: #007700">,</span><span style="color: #0000BB">128</span><span style="color: #007700">);<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">File</span><span style="color: #007700">.</span><span style="color: #0000BB">Exists</span><span style="color: #007700">(</span><span style="color: #0000BB">iconpath</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">File</span><span style="color: #007700">.</span><span style="color: #0000BB">Delete</span><span style="color: #007700">(</span><span style="color: #0000BB">iconpath</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">IntPtr&nbsp;Hicon&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">myBitmap</span><span style="color: #007700">.</span><span style="color: #0000BB">GetHicon</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Icon&nbsp;newIcon&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Icon</span><span style="color: #007700">.</span><span style="color: #0000BB">FromHandle</span><span style="color: #007700">(</span><span style="color: #0000BB">Hicon</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//Icon&nbsp;newIcon&nbsp;=&nbsp;Icon.ExtractAssociatedIcon(pathoficon);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">FileStream&nbsp;fs&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">File</span><span style="color: #007700">.</span><span style="color: #0000BB">Create</span><span style="color: #007700">(</span><span style="color: #0000BB">iconpath</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">newIcon</span><span style="color: #007700">.</span><span style="color: #0000BB">Save</span><span style="color: #007700">(</span><span style="color: #0000BB">fs</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">fs</span><span style="color: #007700">.</span><span style="color: #0000BB">Close</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">iconpath</span><span style="color: #007700">;<br />}&nbsp;<br /></span></code></div></div></div>
<br />
The Icon looks Ugly What can i do?<br />
I use Win7 64 - VisualStudio2010<br />
Sorry for my Bad English<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hello<br />
<br />
have some problem am grateful for every help.<br />
<br />
1. Thanks to CaptainBri I was able to do my own Crypter Coden although the RunPe also 64 bits is able it runs, unfortunately, only on 32 bits of systems what can this lie with?<br />
<br />
2. How I can store a picture from a Picturebox as an Icon <br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #007700">private&nbsp;</span><span style="color: #0000BB">String&nbsp;geticon</span><span style="color: #007700">(</span><span style="color: #0000BB">String&nbsp;pathoficon</span><span style="color: #007700">,</span><span style="color: #0000BB">Image&nbsp;img</span><span style="color: #007700">)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">String&nbsp;iconpath&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">Application</span><span style="color: #007700">.</span><span style="color: #0000BB">StartupPath&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #DD0000">"&#092;&#092;myicon.ico"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Bitmap&nbsp;myBitmap&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Bitmap</span><span style="color: #007700">(</span><span style="color: #0000BB">img</span><span style="color: #007700">,</span><span style="color: #0000BB">128</span><span style="color: #007700">,</span><span style="color: #0000BB">128</span><span style="color: #007700">);<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">File</span><span style="color: #007700">.</span><span style="color: #0000BB">Exists</span><span style="color: #007700">(</span><span style="color: #0000BB">iconpath</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">File</span><span style="color: #007700">.</span><span style="color: #0000BB">Delete</span><span style="color: #007700">(</span><span style="color: #0000BB">iconpath</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">IntPtr&nbsp;Hicon&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">myBitmap</span><span style="color: #007700">.</span><span style="color: #0000BB">GetHicon</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Icon&nbsp;newIcon&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Icon</span><span style="color: #007700">.</span><span style="color: #0000BB">FromHandle</span><span style="color: #007700">(</span><span style="color: #0000BB">Hicon</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//Icon&nbsp;newIcon&nbsp;=&nbsp;Icon.ExtractAssociatedIcon(pathoficon);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">FileStream&nbsp;fs&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">File</span><span style="color: #007700">.</span><span style="color: #0000BB">Create</span><span style="color: #007700">(</span><span style="color: #0000BB">iconpath</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">newIcon</span><span style="color: #007700">.</span><span style="color: #0000BB">Save</span><span style="color: #007700">(</span><span style="color: #0000BB">fs</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">fs</span><span style="color: #007700">.</span><span style="color: #0000BB">Close</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">iconpath</span><span style="color: #007700">;<br />}&nbsp;<br /></span></code></div></div></div>
<br />
The Icon looks Ugly What can i do?<br />
I use Win7 64 - VisualStudio2010<br />
Sorry for my Bad English<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[ source ]Form Submiter]]></title>
			<link>http://leetcoders.org/Thread-source-form-submiter</link>
			<pubDate>Fri, 03 Feb 2012 04:56:55 +0000</pubDate>
			<guid isPermaLink="false">http://leetcoders.org/Thread-source-form-submiter</guid>
			<description><![CDATA[Hi everyone , i wanna share with you guys this form submiter , is coded for joomla admin panel.<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Public Class frmMain<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim PageInput As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("input")<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For Each elem As HtmlElement In PageInput<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If elem.GetAttribute("name") = "username" Then<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elem.SetAttribute("value", txtFName.Text)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If elem.GetAttribute("name") = "passwd" Then<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elem.SetAttribute("value", txtLName.Text)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elem.InvokeMember("click")<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Next<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;End Sub<br />
&nbsp;&nbsp;&nbsp;&nbsp;Private Sub frmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;End Sub<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WebBrowser1.Navigate(TextBox1.Text)<br />
&nbsp;&nbsp;&nbsp;&nbsp;End Sub<br />
End Class</code></div></div>
Enjoy!<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>http://www.mediafire.com/?a23f7ta0cusbza3</code></div></div>
]]></description>
			<content:encoded><![CDATA[Hi everyone , i wanna share with you guys this form submiter , is coded for joomla admin panel.<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Public Class frmMain<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim PageInput As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("input")<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For Each elem As HtmlElement In PageInput<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If elem.GetAttribute("name") = "username" Then<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elem.SetAttribute("value", txtFName.Text)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If elem.GetAttribute("name") = "passwd" Then<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elem.SetAttribute("value", txtLName.Text)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elem.InvokeMember("click")<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Next<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;End Sub<br />
&nbsp;&nbsp;&nbsp;&nbsp;Private Sub frmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;End Sub<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WebBrowser1.Navigate(TextBox1.Text)<br />
&nbsp;&nbsp;&nbsp;&nbsp;End Sub<br />
End Class</code></div></div>
Enjoy!<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>http://www.mediafire.com/?a23f7ta0cusbza3</code></div></div>
]]></content:encoded>
		</item>
	</channel>
</rss>
