<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Usernamedenied's Blog</title>
	<atom:link href="http://usernamedenied.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://usernamedenied.wordpress.com</link>
	<description>Reverse Engineering, Coding, Electronics and Projects</description>
	<lastBuildDate>Tue, 07 Apr 2009 19:49:41 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='usernamedenied.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f2de97209b607e11c70db9dc8ad17b1e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Usernamedenied's Blog</title>
		<link>http://usernamedenied.wordpress.com</link>
	</image>
			<item>
		<title>Installing MRTG and adding additional Data Sources @ Windows</title>
		<link>http://usernamedenied.wordpress.com/2009/04/07/installing-mrtg-and-configuring-detailed-graphs-on-windows/</link>
		<comments>http://usernamedenied.wordpress.com/2009/04/07/installing-mrtg-and-configuring-detailed-graphs-on-windows/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 19:46:28 +0000</pubDate>
		<dc:creator>usernamedenied</dc:creator>
				<category><![CDATA[MRTG]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[cfgmaker]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[indexmaker]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[mkcfg.vbs]]></category>
		<category><![CDATA[processor]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[usage]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://usernamedenied.wordpress.com/?p=100</guid>
		<description><![CDATA[This guide explains how to  install MRTG on Windows and monitor different signals like memory and network usage.
MRTG is a software used to monitor different &#8220;signals&#8221; and display them in nice graphs.
I will use Windows XP as Operating System but it also works on Windows Server 2003.

Download MRTG
I will install mrtg-2.16.2 which can be downloaded [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=100&subd=usernamedenied&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This guide explains how to  install MRTG on Windows and monitor different signals like memory and network usage.</p>
<p>MRTG is a software used to monitor different &#8220;signals&#8221; and display them in nice graphs.</p>
<p>I will use Windows XP as Operating System but it also works on Windows Server 2003.</p>
<p><span id="more-100"></span></p>
<p><span style="text-decoration:underline;"><strong>Download MRTG</strong></span></p>
<p>I will install<strong> </strong>mrtg-2.16.2 which can be downloaded <a href="http://oss.oetiker.ch/mrtg/pub/mrtg-2.16.2.zip" target="_blank">here</a>, however you should install the latest version which can be found <a href="http://oss.oetiker.ch/mrtg/pub/?M=D" target="_blank">here</a>.</p>
<p>After downloading it, unpack it to where you want, I will use the following path: <em>C:\mrtg-2.16.2</em></p>
<p><span style="text-decoration:underline;"><strong>Install Perl</strong></span></p>
<p>To run MRTG we need to install Perl first, I would recommend installing ActivePerl which can be found <a href="http://www.activestate.com/activeperl/" target="_blank">here</a>.</p>
<p>It is pretty simple to install Perl so I won&#8217;t cover it, just follow the Setup.</p>
<p><span style="text-decoration:underline;"><strong>Setting up the SNMP Service</strong></span></p>
<p>Browse to <em>Control Panel</em> &#8211; <em>Add or Remove Programs</em> &#8211; <em>Add / Remove Windows Components</em> and then select <em>Management and Monitoring Tools</em> and then click <em>Next</em>.</p>
<p>You will probably be requested to insert the Windows CD to copy the required files.</p>
<p>After installing it, we need to configure it.</p>
<p>Browse to <em>Control Panel</em> &#8211; <em>Administrative Tools</em> &#8211; <em>Services</em> and then find the Service called <em>SNMP Service</em>, double-click on it and then select the <em>Traps</em> tab.</p>
<p>In the <em>Community name </em>textbox, write <strong><em>public</em></strong> and then click the button <em>Add to list</em>.</p>
<p>Now switch to the <em>Security</em> tab.</p>
<p>Add <em><strong>public</strong></em> to the <em>Accepted community names</em> with the <strong><em>READ ONLY</em></strong> <em>community right</em>.</p>
<p>Then select <em>Accept SNMP packets from these hosts</em> and add <em><strong>127.0.0.1</strong></em> to the list.</p>
<p>We have successfully configured SNMP on our Windows machine.</p>
<p><span style="text-decoration:underline;"><strong>Install MRTG</strong></span></p>
<p>Now we need access to a Command Prompt. Click<em> Start</em> &#8211; <em>Run</em> and then insert <strong><em>cmd </em></strong>and press <em>enter</em>.</p>
<p>In my case I have extracted the MRTG files to the following path: <em>C:\mrtg-2.16.2</em></p>
<p><em>cd C:\mrtg-2.16.2</em><em>\bin</em></p>
<p>Now we are going to create our MRTG configuration file, the WorkDir is the Path to where you want the files to be written, for example the public folder of your webserver.</p>
<p><em>perl cfgmaker public@127.0.0.1 &#8211;global &#8220;WorkDir: c:\xampp\htdocs\mrtg&#8221; &#8211;output mrtg.cfg</em></p>
<p>If it doesn&#8217;t output anything, then it means it worked.</p>
<p><em>perl indexmaker &#8211;output index.html mrtg.cfg</em></p>
<p>This will create an html file with the layout. Now copy that index.html file into your WorkDir (in my case <em>c:\xampp\htdocs\mrtg)</em></p>
<p><em>copy index.html </em><em>c:\xampp\htdocs\mrtg</em></p>
<p>Don&#8217;t forget to replace <em>c:\xampp\htdocs\mrtg</em> with your WorkDir!</p>
<p><span style="text-decoration:underline;"><strong>Run MRTG</strong></span></p>
<p>We still need a command-prompt. Execute the following commands</p>
<p><em>cd C:\mrtg-2.16.2</em><em>\bin</em></p>
<p><em>perl mrtg mrtg.cfg</em></p>
<p>You have now manually triggered mrtg to get the data and draw it into the graphs.</p>
<p>Now we need to make this run automatically as it would be quite annoying if you had to manually run this command every 5 minutes..</p>
<p>Open your <em>mrtg.cfg</em> with a texteditor and add the line<strong> RunAsDaemon: yes</strong></p>
<p>Now execute <em>perl mrtg mrtg.cfg once again</em>, MRTG has been started as a daemon, this is quite annoying because the command-prompt has to stay open. You can also create a Windows Service (Click <a href="http://support.microsoft.com/kb/q137890/" target="_blank">here</a> for additional informations)</p>
<p><span style="text-decoration:underline;"><strong>Add Memory Usage and other Data sources</strong></span></p>
<p>First we need to configure the inbuilt Performance Log of Windows. Click on <em>Control Panel</em> &#8211; <em>Admistrative Tools</em> &#8211; <em>Performance</em> &#8211; <em>Performance Logs and Alert</em>s then select <em>Counter Logs</em>, then right-click on the blank window and select <em>New Log Settings</em>.</p>
<p><a rel="attachment wp-att-114" href="http://usernamedenied.wordpress.com/2009/04/07/installing-mrtg-and-configuring-detailed-graphs-on-windows/performance/"><img class="aligncenter size-full wp-image-114" title="performance" src="http://usernamedenied.files.wordpress.com/2009/03/performance.jpg?w=480&#038;h=335" alt="performance" width="480" height="335" /></a></p>
<p>Now we are going to create a new log, insert a name you want to use and then click <em>OK</em>.</p>
<p>A Counter is only one log, like the memory usage and an object is a collection of informations on memory for example.</p>
<p>Click the button <em>Add Counters</em> or <em>Add Objects</em>.</p>
<p>I am going to add a Counter for this example.</p>
<p>Select <em>Use local Computer counters</em> then select <strong><em>Memory</em></strong> in the <em>Performance Object</em> list then select <em><strong>Avaible MBytes</strong></em> and click <em>Add</em> then <em>Close</em>.</p>
<p><a rel="attachment wp-att-115" href="http://usernamedenied.wordpress.com/2009/04/07/installing-mrtg-and-configuring-detailed-graphs-on-windows/avaible_mbytes/"><img class="aligncenter size-full wp-image-115" title="avaible_mbytes" src="http://usernamedenied.files.wordpress.com/2009/03/avaible_mbytes.jpg?w=384&#038;h=386" alt="avaible_mbytes" width="384" height="386" /></a></p>
<p>Then select the <em>Log Files</em> tab.</p>
<p>Select <em><strong>Text File(Comma delimited)</strong></em> in the <em>Log file type</em> listbox and then click <em>OK</em>.</p>
<p><a rel="attachment wp-att-118" href="http://usernamedenied.wordpress.com/2009/04/07/installing-mrtg-and-configuring-detailed-graphs-on-windows/log_file_type/"><img class="aligncenter size-full wp-image-118" title="log_file_type" src="http://usernamedenied.files.wordpress.com/2009/03/log_file_type.jpg?w=404&#038;h=455" alt="log_file_type" width="404" height="455" /></a></p>
<p>Our .csv file is located at <em>C:\PerfLogs\</em></p>
<p>We are now going to configure a .cfg file in MRTG to parse the .csv file which is created by the Windows Log Tool.</p>
<p>Please note that this script is a little bit buggy and the final results needs some tweaking, such as setting the MaxByte value in the graphs etc. The script has been written by <a href="http://www.castellan.net" target="_blank">castellan.net</a></p>
<p>Download the script <a href="http://homepage.internet.lu/Deathboy/mrtg_mkcfg_getlog.zip" target="_blank">here</a>. If the link is broken download the mkcfg.vbs script <a href="http://www.castellan.net/mkcfg.zip" target="_blank">here</a> and the getlog.pl script <a href="http://www.castellan.net/getlog.pl.txt" target="_blank">here</a> (Don&#8217;t forget to name the script getlog.pl)</p>
<p>We need a command-prompt.  Execute the following commands:</p>
<p><em>cd C:\mrtg-2.16.2</em><em>\bin</em></p>
<p><em>cscript mkcfg.vbs c:\perflogs\memory.csv memory</em></p>
<p>This should create 2 files, .html and .cfg.</p>
<p>This is a little bit tricky, the mkcfg.vbs script is a little bit bugy, it repeats the last diagram a couple of times, so open up the memory.cfg with a text-editor and locate the duplicate diagrams. (Should be easy to spot)</p>
<p>After you deleted them, you need to change the WorkDir.</p>
<p>Copy the created .html file into your public mrtg folder and then execute this</p>
<p><em>perl mrtg memory.cfg</em></p>
<p>You have created a new graph display for your .csv file! (Don&#8217;t forget to update this .cfg file too, refer to <span style="text-decoration:underline;"><strong>Run MRTG</strong></span> for more help)</p>
<p>If the legend isn&#8217;t big enough, change <strong>MaxBytes</strong> in the .cfg file.</p>
<p>You can also include memory.cfg into mrtg.cfg . Add the following line into <em>mrt.cfg</em></p>
<p><strong>Include: memory.cfg</strong></p>
<p><span style="text-decoration:underline;"><strong>Indexmaker</strong></span></p>
<p>Doesn&#8217;t it annoy you that you have to visit 2 links to admire your graphs? Indexmaker can bind them together into one page.</p>
<p><em>perl indexmaker &#8211;output index.html mrtg.cfg memory.cfg</em></p>
<p>This command will bind both mrtg.cfg and memory.cfg into one file, named index.html. Now copy the index.html file into your WorkDir. That&#8217;s it. If you want to see detailed informations about a graph, click on it.</p>
<p><span style="text-decoration:underline;"><strong>Finally</strong></span></p>
<p>You might want to rename your legends and titles to make the graphs more readable.</p>
<p>I hope this quick guide was somewhat useful, if you have any questions, feel free to post a comment.</p>
<p>Thanks for reading and good luck.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usernamedenied.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usernamedenied.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usernamedenied.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usernamedenied.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usernamedenied.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usernamedenied.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usernamedenied.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usernamedenied.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usernamedenied.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usernamedenied.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=100&subd=usernamedenied&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://usernamedenied.wordpress.com/2009/04/07/installing-mrtg-and-configuring-detailed-graphs-on-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/30b69b12e02ae3b43f4249b5bffc854e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usernamedenied</media:title>
		</media:content>

		<media:content url="http://usernamedenied.files.wordpress.com/2009/03/performance.jpg" medium="image">
			<media:title type="html">performance</media:title>
		</media:content>

		<media:content url="http://usernamedenied.files.wordpress.com/2009/03/avaible_mbytes.jpg" medium="image">
			<media:title type="html">avaible_mbytes</media:title>
		</media:content>

		<media:content url="http://usernamedenied.files.wordpress.com/2009/03/log_file_type.jpg" medium="image">
			<media:title type="html">log_file_type</media:title>
		</media:content>
	</item>
		<item>
		<title>Dot LED Matrix Project</title>
		<link>http://usernamedenied.wordpress.com/2009/01/13/dot-led-matrix-project/</link>
		<comments>http://usernamedenied.wordpress.com/2009/01/13/dot-led-matrix-project/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 14:54:41 +0000</pubDate>
		<dc:creator>usernamedenied</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[dot]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://usernamedenied.wordpress.com/?p=88</guid>
		<description><![CDATA[Hi guys, I will also soon be posting pictures &#38; schematics of my small Dot LED Matrix project which I am doing at school.
We had some Profilab classes at school and the exercices were too easy.. so I thought of other funny things to do. The Teacher agreed on helping me. Stay tuned  
So, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=88&subd=usernamedenied&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi guys, I will also soon be posting pictures &amp; schematics of my small Dot LED Matrix project which I am doing at school.</p>
<p>We had some Profilab classes at school and the exercices were too easy.. so I thought of other funny things to do. The Teacher agreed on helping me. Stay tuned <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>So, we have been working on this, and we have failed because the clock isn&#8217;t synchronized, we generate it with hardware and input it into the computer, which epic fails.</p>
<p>Going to check out for more solutions&#8230;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usernamedenied.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usernamedenied.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usernamedenied.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usernamedenied.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usernamedenied.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usernamedenied.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usernamedenied.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usernamedenied.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usernamedenied.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usernamedenied.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=88&subd=usernamedenied&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://usernamedenied.wordpress.com/2009/01/13/dot-led-matrix-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/30b69b12e02ae3b43f4249b5bffc854e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usernamedenied</media:title>
		</media:content>
	</item>
		<item>
		<title>Happy new Year</title>
		<link>http://usernamedenied.wordpress.com/2009/01/02/happy-new-year/</link>
		<comments>http://usernamedenied.wordpress.com/2009/01/02/happy-new-year/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 15:36:59 +0000</pubDate>
		<dc:creator>usernamedenied</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[etech]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[happy]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[wrt54gl]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://usernamedenied.wordpress.com/?p=85</guid>
		<description><![CDATA[Happy 2009. I wish you health and whatever you may want  
By the way, the people from gpl-violations have not responded to my email about the E-Tech router that is violating the GNU-GPL license.
I have bought a wrt54gl and installed openwrt on it, it is very interesting. Can&#8217;t wait to spend more time playing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=85&subd=usernamedenied&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Happy 2009. I wish you health and whatever you may want <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>By the way, the people from gpl-violations have not responded to my email about the E-Tech router that is violating the GNU-GPL license.</p>
<p>I have bought a wrt54gl and installed openwrt on it, it is very interesting. Can&#8217;t wait to spend more time playing with it.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usernamedenied.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usernamedenied.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usernamedenied.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usernamedenied.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usernamedenied.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usernamedenied.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usernamedenied.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usernamedenied.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usernamedenied.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usernamedenied.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=85&subd=usernamedenied&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://usernamedenied.wordpress.com/2009/01/02/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/30b69b12e02ae3b43f4249b5bffc854e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usernamedenied</media:title>
		</media:content>
	</item>
		<item>
		<title>E-Tech ADRT04 and OpenWRT?</title>
		<link>http://usernamedenied.wordpress.com/2008/12/04/e-tech-adrt04-and-openwrt/</link>
		<comments>http://usernamedenied.wordpress.com/2008/12/04/e-tech-adrt04-and-openwrt/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 21:25:26 +0000</pubDate>
		<dc:creator>usernamedenied</dc:creator>
				<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[adrt04]]></category>
		<category><![CDATA[annex a]]></category>
		<category><![CDATA[e-tech]]></category>
		<category><![CDATA[ejtag]]></category>
		<category><![CDATA[etech]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[openwrt]]></category>

		<guid isPermaLink="false">http://usernamedenied.wordpress.com/?p=74</guid>
		<description><![CDATA[Hello everyone, I&#8217;ve been working on my router for 2 days now.
I have had it for some time now and I knew it ran busybox, but I didn&#8217;t have a telnet login and the Webpage didn&#8217;t have any Injection exploits..so a few days ago I wanted to see if there was a new firmware for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=74&subd=usernamedenied&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello everyone, I&#8217;ve been working on my router for 2 days now.</p>
<div id="attachment_76" class="wp-caption alignnone" style="width: 310px"><a href="http://usernamedenied.files.wordpress.com/2008/12/dsc00350em3.jpg"><img class="size-medium wp-image-76" title="ADRT04" src="http://usernamedenied.files.wordpress.com/2008/12/dsc00350em3.jpg?w=300&#038;h=225" alt="PCB" width="300" height="225" /></a><p class="wp-caption-text">PCB</p></div>
<p>I have had it for some time now and I knew it ran busybox, but I didn&#8217;t have a telnet login and the Webpage didn&#8217;t have any Injection exploits..so a few days ago I wanted to see if there was a new firmware for my router, and I downloaded a *new* package, I just took the wrong .rar, which ended up being a good thing&#8230;</p>
<p>There was an Executable in there and so I tried it, it logged in into the router with telnet, and gave me back from juicy informations like the Hardware Revision. I proceeded in sniffing the program logging into the router, and so I had my login.</p>
<p>I spent some time trying out things..and I ended up looking for some support on google, where I did not find anything. So I decided to rip the router open and analyze it.</p>
<p>That&#8217;s where I am currently, finding out stuff about the hardware. I can tell that it runs AR7, a Texas Instrument Chip (Mips) and probably got a 2mb rom. (Not too sure about that).<br />
Well, I&#8217;m entering the informations I can find here: <a title="http://wiki.openwrt.org/Hardware/E-Tech" href="http://wiki.openwrt.org/Hardware/E-Tech" target="_blank">http://wiki.openwrt.org/Hardware/E-Tech</a></p>
<p>It&#8217;s a very rewarding experience since I love playing with hardware but never have the *needed* hardware <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Btw, Busybox and the linux kernel are licensed under GPL..I wonder why I can&#8217;t find the source :/</p>
<p>This is totally not Linux right?</p>
<p># cat /proc/version<br />
Linux version 2.4.17_mvl21-malta-mips_fp_le (root@localhost.localdomain) (gcc version 2.95.3 20010315 (release/MontaVista)) #1 Tue Jun 13 14:17:31 CST 2006</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usernamedenied.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usernamedenied.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usernamedenied.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usernamedenied.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usernamedenied.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usernamedenied.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usernamedenied.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usernamedenied.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usernamedenied.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usernamedenied.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=74&subd=usernamedenied&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://usernamedenied.wordpress.com/2008/12/04/e-tech-adrt04-and-openwrt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/30b69b12e02ae3b43f4249b5bffc854e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usernamedenied</media:title>
		</media:content>

		<media:content url="http://usernamedenied.files.wordpress.com/2008/12/dsc00350em3.jpg?w=300" medium="image">
			<media:title type="html">ADRT04</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixing the joystick of a Sony Ericsson k750i</title>
		<link>http://usernamedenied.wordpress.com/2008/09/26/fixing-the-joystick-of-a-sony-ericsson-k750i/</link>
		<comments>http://usernamedenied.wordpress.com/2008/09/26/fixing-the-joystick-of-a-sony-ericsson-k750i/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 18:49:21 +0000</pubDate>
		<dc:creator>usernamedenied</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[ericsson]]></category>
		<category><![CDATA[joystick]]></category>
		<category><![CDATA[k700i]]></category>
		<category><![CDATA[k750i]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://usernamedenied.wordpress.com/?p=56</guid>
		<description><![CDATA[Hello everyone, I have had my good ol&#8217; k750i for quite some time now and my joystick stopped working..
Most people would throw it away and buy another phone but I am not like that&#8230; I wouldn&#8217;t throw something away that cost around 300€ just because one lousy little plastic piece that cost 0,10cents stopped working.
So [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=56&subd=usernamedenied&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello everyone, I have had my good ol&#8217; k750i for quite some time now and my joystick stopped working..</p>
<p>Most people would throw it away and buy another phone but I am not like that&#8230; I wouldn&#8217;t throw something away that cost around 300€ just because one lousy little plastic piece that cost 0,10cents stopped working.<span id="more-56"></span></p>
<p>So I began to think how I could fix it and came to the conclusion that I could try to &#8220;blow&#8221; into it and use some lubricant. However, do do that, I needed to open my phone so I started googling for some kind of tutorial and found this  <a href="http://repair4mobilephone.org/disassembly_sony_ericsson.html" target="_blank">good page</a></p>
<p>It tells you how to disassemble most of the current Sony Ericsson phones. <em>Don&#8217;t forget that you may void your warranty when opening your phone.</em></p>
<p>After opening the phone, I proceeded in disassembling the electronics until I separated the electronics from the cover.</p>
<p>You could clean the dust that might be inside the joystick with a compressor.<br />
After blowing some dust away(even if it&#8217;s with your mouth) you can insert the lubricant into the joystick.</p>
<p>You can use wd-40 or any other Spray that works like wd-40.<br />
<em>This is one method to insert the lubricant into the joystick.</em><br />
<img title="Pic1" src="http://img519.imageshack.us/img519/4939/joystickreparierenk700igp0.jpg" alt="" width="494" height="432" /></p>
<p>Another method to insert the lubricant into the joystick would be to spray it around the black plastic stick and then make sure it enters trough the small gaps around it.</p>
<p>After putting lubricant into the joystick move it around, top-bottom-left-right and that a few times, then let it rest and put some more into it.<br />
Then wait a bit before turning the phone on again or it could create a short-circuit and damage your phone.<br />
(You could throw it away after that)</p>
<p>That&#8217;s how I fixed mine. Good luck</p>
<p>Picture from <a href="http://www.kleiner-bastler.ch/html/k750i__k700__t610_joystick_rep.html" target="_blank">here</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usernamedenied.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usernamedenied.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usernamedenied.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usernamedenied.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usernamedenied.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usernamedenied.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usernamedenied.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usernamedenied.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usernamedenied.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usernamedenied.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=56&subd=usernamedenied&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://usernamedenied.wordpress.com/2008/09/26/fixing-the-joystick-of-a-sony-ericsson-k750i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/30b69b12e02ae3b43f4249b5bffc854e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usernamedenied</media:title>
		</media:content>

		<media:content url="http://img519.imageshack.us/img519/4939/joystickreparierenk700igp0.jpg" medium="image">
			<media:title type="html">Pic1</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM 3.0.04 Boot Order</title>
		<link>http://usernamedenied.wordpress.com/2008/09/08/ibm-3004-boot-order/</link>
		<comments>http://usernamedenied.wordpress.com/2008/09/08/ibm-3004-boot-order/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 22:14:34 +0000</pubDate>
		<dc:creator>usernamedenied</dc:creator>
				<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[3.0.04]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[boot agent]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://usernamedenied.wordpress.com/?p=51</guid>
		<description><![CDATA[Hello, I just got an old IBM NetVista workstation to play with 
The computer has 256mb ram and a Pentium 3 processor.
I wanted to install openBSD on it, but I couldn&#8217;t get the computer to boot from the CD, so I had to look around for a solution, the Boot Agent has two modes, normal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=51&subd=usernamedenied&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello, I just got an old IBM NetVista workstation to play with <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
The computer has 256mb ram and a Pentium 3 processor.</p>
<p>I wanted to install openBSD on it, but I couldn&#8217;t get the computer to boot from the CD, so I had to look around for a solution, the Boot Agent has two modes, normal user mode and admin mode.</p>
<p>In the user mode you can only change the order, like <em>Try network first, then local drives</em>.<br />
But you cannot set the CD boot as highest priority.</p>
<p>That&#8217;s why you have to get into the admin mode, to enter that mode, you need to press F1 while the computer boots, and then you can change the boot order.</p>
<p>As I have been thinking of buying a Soekris or any other embedded computer to create a firewall I&#8217;ll try to get it running on this workstation first to see if I really need it. (And also if I&#8217;m able to get it running).</p>
<p>I might also try to get a (secure) server running.</p>
<p>Well, see you around</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/usernamedenied.wordpress.com/51/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/usernamedenied.wordpress.com/51/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usernamedenied.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usernamedenied.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usernamedenied.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usernamedenied.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usernamedenied.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usernamedenied.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usernamedenied.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usernamedenied.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usernamedenied.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usernamedenied.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=51&subd=usernamedenied&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://usernamedenied.wordpress.com/2008/09/08/ibm-3004-boot-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/30b69b12e02ae3b43f4249b5bffc854e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usernamedenied</media:title>
		</media:content>
	</item>
		<item>
		<title>Sanitized PHP Include Navigation through GET variable</title>
		<link>http://usernamedenied.wordpress.com/2008/06/23/page-navigation-include-through-get-variable/</link>
		<comments>http://usernamedenied.wordpress.com/2008/06/23/page-navigation-include-through-get-variable/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 21:40:09 +0000</pubDate>
		<dc:creator>usernamedenied</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[file_exists]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[in_array]]></category>
		<category><![CDATA[rfi]]></category>
		<category><![CDATA[sanitize]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[str_replace]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://usernamedenied.wordpress.com/?p=49</guid>
		<description><![CDATA[We all have heard about the Remote File Inclusions, LFI, sql injections and all the other nasty variations of php &#8220;hacking&#8221;.
This mainly happens because people code pages without being aware of the security of their product.
In this tutorial I will explain how to sanitize a GET variable.
This programming design is used to build pages without [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=49&subd=usernamedenied&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We all have heard about the Remote File Inclusions, LFI, sql injections and all the other nasty variations of php &#8220;hacking&#8221;.<br />
This mainly happens because people code pages without being aware of the security of their product.</p>
<p>In this tutorial I will explain how to sanitize a GET variable.<br />
This programming design is used to build pages without using iframes or frames and to optimize the homepage for search engines.<br />
<span id="more-49"></span> An url usually looks like <em>www.domain.com/index.php?p=about</em> .</p>
<pre class="brush: php;">
include $_GET['page'];
</pre>
<p>Let&#8217;s take this piece of code for example, a normal url would look like <em>www.domain.com/index.php?page=about.php</em>. Now, an attacker could exploit this by simply changing the about.php into some shellcode like c99 or r57.<br />
He would include an evil piece of code that  is often used to deface homepages.<br />
The solution to this problem would be to check if the file exists, and if it doesn&#8217;t, then it should include an error page.</p>
<p>We can use a function in PHP called <code>file_exists</code>.</p>
<pre class="brush: php;">
file_exists($file);
</pre>
<p>It basically checks if the file exists in the current folder or not.</p>
<pre class="brush: php;">
$file = $_GET['page'].'.php';
if (file_exists($file)) {
   include $file;
}else{
   echo 'Error';
}
</pre>
<p>This would already do the job.<br />
You could also filter the forward slashes (/) and the double-dots(..) and delete them from $file.</p>
<p>The only problem is that the evil user can access all your files trough the <em>?page=&#8221;page here&#8221;</em>.<br />
We can define which pages we want to allow with an array. This is a quite simple task to do with PHP, god bless those useful functions, I mainly code in Pascal (at school) and pascal has very few really useful functions&#8230;<br />
We define an array with all the pages we want to allow and then use the function <code>in_array</code>.<br />
We could also check if there are symbols such as / and .. inside the requested page and delete them.<br />
This is the syntax for the <code>str_replace</code> function.</p>
<pre class="brush: php;">
str_replace (&quot;Text to find&quot;,&quot;Replace by&quot;,$_GET[&quot;page&quot;]);
</pre>
<p>The check would look like this</p>
<pre class="brush: php;">
  $allowed = array('page1','page2','page3');
  $selection = str_replace ('..','',$_GET['page']);
  $selection = str_replace ('/','',$_GET['page']);
  if(in_array($selection,$allowed) &amp;&amp; file_exists($selection)){
    include $selection;
  }
  }else{
    echo 'error, unauthorized page';
  }
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/usernamedenied.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/usernamedenied.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usernamedenied.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usernamedenied.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usernamedenied.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usernamedenied.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usernamedenied.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usernamedenied.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usernamedenied.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usernamedenied.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usernamedenied.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usernamedenied.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=49&subd=usernamedenied&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://usernamedenied.wordpress.com/2008/06/23/page-navigation-include-through-get-variable/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/30b69b12e02ae3b43f4249b5bffc854e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usernamedenied</media:title>
		</media:content>
	</item>
		<item>
		<title>ClickTeam Installer pro error</title>
		<link>http://usernamedenied.wordpress.com/2008/06/01/clickteam-installer-pro-error/</link>
		<comments>http://usernamedenied.wordpress.com/2008/06/01/clickteam-installer-pro-error/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 21:18:01 +0000</pubDate>
		<dc:creator>usernamedenied</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[clickteam]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[installer pro]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[seek]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[unnamed]]></category>

		<guid isPermaLink="false">http://usernamedenied.wordpress.com/?p=46</guid>
		<description><![CDATA[Hello, If you&#8217;ve been trying to create an Installer but it fails at 100% with the error seek failed on an unnamed file then your setup is too big.
You cannot create a file bigger than 2gb because of the filesystem on windows, FAT32 does not handle such big files..
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=46&subd=usernamedenied&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello, If you&#8217;ve been trying to create an Installer but it fails at 100% with the error <em>seek failed on an unnamed file</em> then your setup is too big.<br />
You cannot create a file bigger than 2gb because of the filesystem on windows, FAT32 does not handle such big files..</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/usernamedenied.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/usernamedenied.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usernamedenied.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usernamedenied.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usernamedenied.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usernamedenied.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usernamedenied.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usernamedenied.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usernamedenied.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usernamedenied.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usernamedenied.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usernamedenied.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=46&subd=usernamedenied&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://usernamedenied.wordpress.com/2008/06/01/clickteam-installer-pro-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/30b69b12e02ae3b43f4249b5bffc854e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usernamedenied</media:title>
		</media:content>
	</item>
		<item>
		<title>NeonCube Patcher :: not a valid rar</title>
		<link>http://usernamedenied.wordpress.com/2008/05/30/neoncube-patcher-not-a-valid-rar/</link>
		<comments>http://usernamedenied.wordpress.com/2008/05/30/neoncube-patcher-not-a-valid-rar/#comments</comments>
		<pubDate>Fri, 30 May 2008 21:25:05 +0000</pubDate>
		<dc:creator>usernamedenied</dc:creator>
				<category><![CDATA[Ragnarok Online]]></category>
		<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[eathena]]></category>
		<category><![CDATA[neoncube]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[patcher]]></category>
		<category><![CDATA[rar]]></category>
		<category><![CDATA[valid]]></category>

		<guid isPermaLink="false">http://usernamedenied.wordpress.com/?p=45</guid>
		<description><![CDATA[Hi everyone, quick post about the NeonCube patcher.
If you get the error filename.rar is not a valid RAR archive then you forgot a slash in your neoncube.ini. Probably in your patch_folder.
It should look like this : /folder/for/patches/
The last forward slash is very important.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=45&subd=usernamedenied&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi everyone, quick post about the NeonCube patcher.<br />
If you get the error <em>filename.rar is not a valid RAR archive</em> then you forgot a slash in your <em>neoncube.ini</em>. Probably in your patch_folder.<br />
It should look like this : <em>/folder/for/patches/</em><br />
The last forward slash is very important.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/usernamedenied.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/usernamedenied.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usernamedenied.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usernamedenied.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usernamedenied.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usernamedenied.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usernamedenied.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usernamedenied.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usernamedenied.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usernamedenied.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usernamedenied.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usernamedenied.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=45&subd=usernamedenied&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://usernamedenied.wordpress.com/2008/05/30/neoncube-patcher-not-a-valid-rar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/30b69b12e02ae3b43f4249b5bffc854e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usernamedenied</media:title>
		</media:content>
	</item>
		<item>
		<title>WinMySQLAdmin libmysql.dll error</title>
		<link>http://usernamedenied.wordpress.com/2008/05/26/winmysqladmin-libmysqldll-error/</link>
		<comments>http://usernamedenied.wordpress.com/2008/05/26/winmysqladmin-libmysqldll-error/#comments</comments>
		<pubDate>Mon, 26 May 2008 17:20:37 +0000</pubDate>
		<dc:creator>usernamedenied</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[libmysql.dll]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[winmysql]]></category>
		<category><![CDATA[winmysqladmin]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://usernamedenied.wordpress.com/?p=44</guid>
		<description><![CDATA[Hi, I&#8217;ve been running XAMPP and having a weird error, here&#8217;s the solution.
If you get an error like the following one when using XAMPP and WinMySQLAdmin and want to get rid of it, open the program, go to the .ini tab, and remove the password=Remove_this_part.
You can also remove the program from the Startup folder.
ThisAccess violation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=44&subd=usernamedenied&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi, I&#8217;ve been running XAMPP and having a weird error, here&#8217;s the solution.<br />
If you get an error like the following one when using XAMPP and WinMySQLAdmin and want to get rid of it, open the program, go to the .ini tab, and remove the password=Remove_this_part.<br />
You can also remove the program from the Startup folder.</p>
<blockquote><p>ThisAccess violation at address 10002593 in Module &#8216;LIBMYSQL.dll&#8217;. Read of address 00000000. </p></blockquote>
<p>Btw, the use of this program is deprecated, use phpmyadmin which also comes with XAMPP.</p>
<p>Source from <a href="http://www.apachefriends.org/f/viewtopic.php?p=115533&amp;sid=c848556477529d4edef3b99f46e79620" target="_blank">ApacheFriends Forum</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/usernamedenied.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/usernamedenied.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usernamedenied.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usernamedenied.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usernamedenied.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usernamedenied.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usernamedenied.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usernamedenied.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usernamedenied.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usernamedenied.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usernamedenied.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usernamedenied.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usernamedenied.wordpress.com&blog=3584903&post=44&subd=usernamedenied&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://usernamedenied.wordpress.com/2008/05/26/winmysqladmin-libmysqldll-error/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/30b69b12e02ae3b43f4249b5bffc854e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usernamedenied</media:title>
		</media:content>
	</item>
	</channel>
</rss>