<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brudvik.org &#187; code</title>
	<atom:link href="http://www.brudvik.org/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brudvik.org</link>
	<description>Hvor drømmer blir virkelighet</description>
	<lastBuildDate>Tue, 07 Sep 2010 07:20:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Secure Online Passwords</title>
		<link>http://www.brudvik.org/2009/05/secure-online-passwords/</link>
		<comments>http://www.brudvik.org/2009/05/secure-online-passwords/#comments</comments>
		<pubDate>Tue, 05 May 2009 17:15:34 +0000</pubDate>
		<dc:creator>Kjell Arne Brudvik</dc:creator>
				<category><![CDATA[Utvikling]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[EXE]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Passwords]]></category>
		<category><![CDATA[PIN]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[SHA]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.brudvik.org/?p=494</guid>
		<description><![CDATA[Use your default password and generate secure passwords on the various web-sites you visit. It&#8217;s a definitive fact that most of the people online uses just one, or at most &#8211; 3 passwords when they travel around the internet. Often these passwords are way to easy to figure out, either based on family, names, birthdates, [...]


Related posts:<ol><li><a href='http://www.brudvik.org/2009/03/store-your-application-config-as-xml/' rel='bookmark' title='Permanent Link: Store your application config as XML'>Store your application config as XML</a> <small>As I stated in the previous post, the new project...</small></li>
<li><a href='http://www.brudvik.org/2009/01/eraser-secure-file-deletion/' rel='bookmark' title='Permanent Link: Eraser &#8211; Secure file deletion'>Eraser &#8211; Secure file deletion</a> <small>Often when you work, you end up having documents that...</small></li>
<li><a href='http://www.brudvik.org/2009/05/comment-using-your-facebook-profile/' rel='bookmark' title='Permanent Link: Comment using your Facebook profile'>Comment using your Facebook profile</a> <small>Ok, let&#8217;s face it &#8211; quite a few of the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Use your default password and generate secure passwords on the various web-sites you visit. It&#8217;s a definitive fact that most of the people online uses just one, or at most &#8211; 3 passwords when they travel around the internet. Often these passwords are way to easy to figure out, either based on family, names, birthdates, soccer clubs or dictionary words. Taken this into consideration and based on some ideas that others suggested, I&#8217;ve put together a small tool that will help you make yourself more secure online. Using your default password you can generate website-spesific passwords that would be far harder to break than your ordinary password. The tool uses a hashing algorithm of your choice (<em>SHA1, SHA256, SHA384, SHA512 </em>or<em> MD5</em>). You can also define the maximum length of the password in case you want to make sure that all websites will handle it; good idea would be to limit it to 50 characters.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-12-494">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-63" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/secure-online-passwords/sop_config.jpg" title=" " class="shutterset_set_12" >
								<img title="sop_config.jpg" alt="sop_config.jpg" src="http://www.brudvik.org/wp-content/gallery/secure-online-passwords/thumbs/thumbs_sop_config.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-64" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/secure-online-passwords/sop_input.jpg" title=" " class="shutterset_set_12" >
								<img title="sop_input.jpg" alt="sop_input.jpg" src="http://www.brudvik.org/wp-content/gallery/secure-online-passwords/thumbs/thumbs_sop_input.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>The hash is then generated based on your password and the website, and using the &#8220;PIN code&#8221; you enter as salt-base. What you enter as &#8220;PIN code&#8221; doesn&#8217;t really matter, but should be something that you can easily remember. This is just here to make it even harder to replicate the hashes. Here you can enter anything, default is the name of your computer in upper-case. Do note that the combination of password, the pin-code and website needs to be accurate in order to re-produce your password for later entrance. Thus, you should decide for one &#8220;pin-code&#8221; and stick to that on different computers to make sure you aren&#8217;t making it harder on yourself.</p>
<p>You can also tell the application to store your password/pin code for you, so that you don&#8217;t need to remember them. The password/pin-code is then encrypted before being stored in the local <em>settings.xml</em> file. All settings are stored in this file, and written when you click the &#8220;Exit&#8221; button. All you need is the EXE and XML file transferred to other computers to ensure that you have the same configuration on several computers. A good idea could be to put this on a USB stick and bring that with you.</p>
<p><strong>Usage:</strong></p>
<p>The tool is simple to use, enter your password &#8211; the pin-code and the website you want to generate a password for. Could be a good idea to explore the settings and test the various settings before you settle for a configuration you would like to use. When entering a website, you only need to enter the basename of the website. For instance, if you would like to register here, you would then just enter <span style="color: #000080;">www.brudvik.org</span> into the URL textbox, and hit generate. The generated password is what you would use as password. You do not need to remember this password, because next time you want to log in here, you just start the tool again, enter your password/pin-code (unless you allowed the tool to store it), enter <span style="color: #000080;">www.brudvik.org</span> &#8211; and it will generate the password again, which you then can just copy and paste into the login box.</p>
<p>If you have any ideas, thoughts or feedback &#8211; then feel free to express them in the comment field below.</p>
<p><strong>Download:</strong></p>
<ul>
<li><a class="downloadlink" href="http://www.brudvik.org/wp-content/plugins/download-monitor/download.php?id=11" title="Version1 downloaded 8747 times" >Secure Online Passwords (8747)</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.brudvik.org/2009/05/secure-online-passwords/&amp;title=Secure+Online+Passwords" rel="nofollow" class="external" title="Del innlegget på del.icio.us">Del innlegget på del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.brudvik.org/2009/05/secure-online-passwords/&amp;t=Secure+Online+Passwords" rel="nofollow" class="external" title="Del innlegget på Facebook">Del innlegget på Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Secure+Online+Passwords&amp;body=Link: http://www.brudvik.org/2009/05/secure-online-passwords/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Use%20your%20default%20password%20and%20generate%20secure%20passwords%20on%20the%20various%20web-sites%20you%20visit.%20It%27s%20a%20definitive%20fact%20that%20most%20of%20the%20people%20online%20uses%20just%20one%2C%20or%20at%20most%20-%203%20passwords%20when%20they%20travel%20around%20the%20internet.%20Often%20these%20passwords%20are%20way%20to%20easy%20to%20figure%20out%2C%20either%20based%20on%20family%2C" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.brudvik.org/2009/05/secure-online-passwords/&amp;title=Secure+Online+Passwords&amp;summary=Use%20your%20default%20password%20and%20generate%20secure%20passwords%20on%20the%20various%20web-sites%20you%20visit.%20It%27s%20a%20definitive%20fact%20that%20most%20of%20the%20people%20online%20uses%20just%20one%2C%20or%20at%20most%20-%203%20passwords%20when%20they%20travel%20around%20the%20internet.%20Often%20these%20passwords%20are%20way%20to%20easy%20to%20figure%20out%2C%20either%20based%20on%20family%2C&amp;source=Brudvik.org" rel="nofollow" class="external" title="Del innlegget på LinkedIn">Del innlegget på LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.brudvik.org/2009/05/secure-online-passwords/&amp;title=Secure+Online+Passwords" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Secure+Online+Passwords+-+http://b2l.me/xzpwu&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.brudvik.org/2009/05/secure-online-passwords/&amp;n=Secure+Online+Passwords&amp;pli=1" rel="nofollow" class="external" title="Blogg innlegget på Blogger">Blogg innlegget på Blogger</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Secure+Online+Passwords&amp;link=http://www.brudvik.org/2009/05/secure-online-passwords/" rel="nofollow" class="external" title="Del innlegget på FriendFeed">Del innlegget på FriendFeed</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Secure+Online+Passwords&quot;+-+from+http://b2l.me/xzpwu" rel="nofollow" class="external" title="Legg inn dette innlegget på Identica">Legg inn dette innlegget på Identica</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://www.brudvik.org/2009/03/store-your-application-config-as-xml/' rel='bookmark' title='Permanent Link: Store your application config as XML'>Store your application config as XML</a> <small>As I stated in the previous post, the new project...</small></li>
<li><a href='http://www.brudvik.org/2009/01/eraser-secure-file-deletion/' rel='bookmark' title='Permanent Link: Eraser &#8211; Secure file deletion'>Eraser &#8211; Secure file deletion</a> <small>Often when you work, you end up having documents that...</small></li>
<li><a href='http://www.brudvik.org/2009/05/comment-using-your-facebook-profile/' rel='bookmark' title='Permanent Link: Comment using your Facebook profile'>Comment using your Facebook profile</a> <small>Ok, let&#8217;s face it &#8211; quite a few of the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.brudvik.org/2009/05/secure-online-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoLocations &#8211; Track that IP</title>
		<link>http://www.brudvik.org/2009/02/geolocations-track-that-ip/</link>
		<comments>http://www.brudvik.org/2009/02/geolocations-track-that-ip/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 18:09:52 +0000</pubDate>
		<dc:creator>Kjell Arne Brudvik</dc:creator>
				<category><![CDATA[Arkiv]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[country]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[generating]]></category>
		<category><![CDATA[GeoLocations]]></category>
		<category><![CDATA[Howtos]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ip 2 location]]></category>
		<category><![CDATA[ip to location]]></category>
		<category><![CDATA[ip2location]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[location from ip]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[Marc]]></category>
		<category><![CDATA[Track]]></category>

		<guid isPermaLink="false">http://www.brudvik.org/?p=338</guid>
		<description><![CDATA[Ever wanted to create a service to mark your visitors on a map, and actually pin-point in what city they originate from? This free database give you that possibillity. Marc released his project to the public free of charge, and with this database you are just a few lines of code away from having your [...]


Related posts:<ol><li><a href='http://www.brudvik.org/2009/05/age-of-conan-free-trial-codes/' rel='bookmark' title='Permanent Link: Age of Conan &#8211; Free trial codes'>Age of Conan &#8211; Free trial codes</a> <small>Those of you gamers out there interresting in testing out...</small></li>
<li><a href='http://www.brudvik.org/2009/01/java-decompiler/' rel='bookmark' title='Permanent Link: Java Decompiler'>Java Decompiler</a> <small>It&#8217;s not often one come across free nice little applications...</small></li>
<li><a href='http://www.brudvik.org/2009/03/information-and-tools-for-mp3hd/' rel='bookmark' title='Permanent Link: Information and tools for MP3HD'>Information and tools for MP3HD</a> <small>Earlier today we heard about the coming of MP3HD, in...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-364" title="geolocations1" src="http://www.brudvik.org/wp-content/uploads/2009/02/geolocations1.png" alt="geolocations1" width="575" height="114" /></p>
<p>Ever wanted to create a service to mark your visitors on a map, and actually pin-point in what city they originate from? This free database give you that possibillity. Marc released his project to the public free of charge, and with this database you are just a few lines of code away from having your very own ip-to-location database. Easily take a IP address and convert it to country and city. This can easily also give you IP ranges for spesific countries, great for use when generating blocklists for instance.</p>
<ul>
<li><a href="http://blogama.org/node/58">Marc&#8217;s Linux Howtos</a></li>
<li><a href="http://www.blogama.org/ipinfodb.sql.bz2">Direct download of the database</a> (10.7 MB)</li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.brudvik.org/2009/02/geolocations-track-that-ip/&amp;title=GeoLocations+-+Track+that+IP" rel="nofollow" class="external" title="Del innlegget på del.icio.us">Del innlegget på del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.brudvik.org/2009/02/geolocations-track-that-ip/&amp;t=GeoLocations+-+Track+that+IP" rel="nofollow" class="external" title="Del innlegget på Facebook">Del innlegget på Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=GeoLocations+-+Track+that+IP&amp;body=Link: http://www.brudvik.org/2009/02/geolocations-track-that-ip/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AEver%20wanted%20to%20create%20a%20service%20to%20mark%20your%20visitors%20on%20a%20map%2C%20and%20actually%20pin-point%20in%20what%20city%20they%20originate%20from%3F%20This%20free%20database%20give%20you%20that%20possibillity.%20Marc%20released%20his%20project%20to%20the%20public%20free%20of%20charge%2C%20and%20with%20this%20database%20you%20are%20just%20a%20few%20lines%20of%20code%20away%20from%20having" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.brudvik.org/2009/02/geolocations-track-that-ip/&amp;title=GeoLocations+-+Track+that+IP&amp;summary=%0D%0A%0D%0AEver%20wanted%20to%20create%20a%20service%20to%20mark%20your%20visitors%20on%20a%20map%2C%20and%20actually%20pin-point%20in%20what%20city%20they%20originate%20from%3F%20This%20free%20database%20give%20you%20that%20possibillity.%20Marc%20released%20his%20project%20to%20the%20public%20free%20of%20charge%2C%20and%20with%20this%20database%20you%20are%20just%20a%20few%20lines%20of%20code%20away%20from%20having&amp;source=Brudvik.org" rel="nofollow" class="external" title="Del innlegget på LinkedIn">Del innlegget på LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.brudvik.org/2009/02/geolocations-track-that-ip/&amp;title=GeoLocations+-+Track+that+IP" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=GeoLocations+-+Track+that+IP+-+http://b2l.me/x7x9y&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.brudvik.org/2009/02/geolocations-track-that-ip/&amp;n=GeoLocations+-+Track+that+IP&amp;pli=1" rel="nofollow" class="external" title="Blogg innlegget på Blogger">Blogg innlegget på Blogger</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=GeoLocations+-+Track+that+IP&amp;link=http://www.brudvik.org/2009/02/geolocations-track-that-ip/" rel="nofollow" class="external" title="Del innlegget på FriendFeed">Del innlegget på FriendFeed</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;GeoLocations+-+Track+that+IP&quot;+-+from+http://b2l.me/x7x9y" rel="nofollow" class="external" title="Legg inn dette innlegget på Identica">Legg inn dette innlegget på Identica</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://www.brudvik.org/2009/05/age-of-conan-free-trial-codes/' rel='bookmark' title='Permanent Link: Age of Conan &#8211; Free trial codes'>Age of Conan &#8211; Free trial codes</a> <small>Those of you gamers out there interresting in testing out...</small></li>
<li><a href='http://www.brudvik.org/2009/01/java-decompiler/' rel='bookmark' title='Permanent Link: Java Decompiler'>Java Decompiler</a> <small>It&#8217;s not often one come across free nice little applications...</small></li>
<li><a href='http://www.brudvik.org/2009/03/information-and-tools-for-mp3hd/' rel='bookmark' title='Permanent Link: Information and tools for MP3HD'>Information and tools for MP3HD</a> <small>Earlier today we heard about the coming of MP3HD, in...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.brudvik.org/2009/02/geolocations-track-that-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeCiv &#8211; Civilization a&#8217;hoy!</title>
		<link>http://www.brudvik.org/2009/02/freeciv-civilization-ahoy/</link>
		<comments>http://www.brudvik.org/2009/02/freeciv-civilization-ahoy/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 13:22:51 +0000</pubDate>
		<dc:creator>Kjell Arne Brudvik</dc:creator>
				<category><![CDATA[Arkiv]]></category>
		<category><![CDATA[Artificial]]></category>
		<category><![CDATA[C. Of]]></category>
		<category><![CDATA[Civilization]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Colonization]]></category>
		<category><![CDATA[freeciv]]></category>
		<category><![CDATA[FreeCol]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[Modpack]]></category>
		<category><![CDATA[multiplayer]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[Sid Meier]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[TCP]]></category>

		<guid isPermaLink="false">http://www.brudvik.org/?p=313</guid>
		<description><![CDATA[After my previous post regarding FreeCol &#8211; a Colonization type of game, I recieved a few upset emails from people asking why I didn&#8217;t mention FreeCiv. I honestly didn&#8217;t know about FreeCiv until people told me about it, though after testing it a bit, I must say it keeps true to the old Civilization spirit. [...]


Related posts:<ol><li><a href='http://www.brudvik.org/2009/02/freecol-colonization-of-america/' rel='bookmark' title='Permanent Link: FreeCol &#8211; Colonization of America'>FreeCol &#8211; Colonization of America</a> <small>If you&#8217;re like me, then you probably played the old...</small></li>
<li><a href='http://www.brudvik.org/2009/02/openttd-connect-that-train/' rel='bookmark' title='Permanent Link: OpenTTD &#8211; Connect that train!'>OpenTTD &#8211; Connect that train!</a> <small>As a follow-up to the post I made earlier today...</small></li>
<li><a href='http://www.brudvik.org/2009/03/customer-tweet-how-can-i-help-you/' rel='bookmark' title='Permanent Link: Customer tweet, how can I help you?'>Customer tweet, how can I help you?</a> <small>What is the first thing you do whenever you have...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.brudvik.org/wp-content/uploads/2009/02/freeciv.png"><img class="alignnone size-full wp-image-314" title="freeciv" src="http://www.brudvik.org/wp-content/uploads/2009/02/freeciv.png" alt="freeciv" width="607" height="120" /></a></p>
<p>After my previous post regarding <a href="http://www.brudvik.org/2009/02/freecol-colonization-of-america/">FreeCol</a> &#8211; a Colonization type of game, I recieved a few upset emails from people asking why I didn&#8217;t mention FreeCiv. I honestly didn&#8217;t know about FreeCiv until people told me about it, though after testing it a bit, I must say it keeps true to the old Civilization spirit. Civilization is yet another old game from Sid Meier. This is at least a nice free alternative to the old game; still under development though I can&#8217;t say I experienced much bugs while I tested it.</p>
<p><span id="more-313"></span>
<div class="ngg-galleryoverview" id="ngg-gallery-9-313">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-49" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/freeciv/big_window.png" title=" " class="shutterset_set_9" >
								<img title="big_window.png" alt="big_window.png" src="http://www.brudvik.org/wp-content/gallery/freeciv/thumbs/thumbs_big_window.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-50" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/freeciv/freeciv-210-beta3-sdl_slack110.png" title=" " class="shutterset_set_9" >
								<img title="freeciv-210-beta3-sdl_slack110.png" alt="freeciv-210-beta3-sdl_slack110.png" src="http://www.brudvik.org/wp-content/gallery/freeciv/thumbs/thumbs_freeciv-210-beta3-sdl_slack110.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-51" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/freeciv/freeciv-no.png" title=" " class="shutterset_set_9" >
								<img title="freeciv-no.png" alt="freeciv-no.png" src="http://www.brudvik.org/wp-content/gallery/freeciv/thumbs/thumbs_freeciv-no.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-52" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/freeciv/freeciv_210-sdl.jpg" title=" " class="shutterset_set_9" >
								<img title="freeciv_210-sdl.jpg" alt="freeciv_210-sdl.jpg" src="http://www.brudvik.org/wp-content/gallery/freeciv/thumbs/thumbs_freeciv_210-sdl.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-53" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/freeciv/shot1.png" title=" " class="shutterset_set_9" >
								<img title="shot1.png" alt="shot1.png" src="http://www.brudvik.org/wp-content/gallery/freeciv/thumbs/thumbs_shot1.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</p>
<p>I like the idea that it can also be scripted (using LUA) and the port itself is written in C. Of course as with all open-source software, this too comes with complete source code if you want to break your neck trying to get a grip on C &#8211; I tried countless times, but so far given up getting the pointers in it. Other features (in general) are as follows:</p>
<ul>
<li>Generally comparable with Civilization I &amp; II.</li>
<li>Up to 30 players!</li>
<li>Artificial Intelligence (AI) computer-controlled players.</li>
<li>Internet &amp; LAN multiplayer (TCP/IP).</li>
<li>Support for a great number of platforms see Requirements.</li>
<li>Premade maps &amp; scenarios!</li>
<li>More than 50 playable units and far beyond 100 nations.</li>
<li>Modpack support!</li>
<li>Internationalization (i18n): Translations for 29 languages available.</li>
</ul>
<p><strong>Links:</strong></p>
<ul>
<li><a href="http://freeciv.wikia.com/wiki/Main_Page">FreeCiv &#8211; Download it today</a></li>
<li><a href="http://en.wikipedia.org/wiki/Sid_Meier">Sid Meier &#8211; the mastermind himself</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.brudvik.org/2009/02/freeciv-civilization-ahoy/&amp;title=FreeCiv+-+Civilization+a%27hoy%21" rel="nofollow" class="external" title="Del innlegget på del.icio.us">Del innlegget på del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.brudvik.org/2009/02/freeciv-civilization-ahoy/&amp;t=FreeCiv+-+Civilization+a%27hoy%21" rel="nofollow" class="external" title="Del innlegget på Facebook">Del innlegget på Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=FreeCiv+-+Civilization+a%27hoy%21&amp;body=Link: http://www.brudvik.org/2009/02/freeciv-civilization-ahoy/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AAfter%20my%20previous%20post%20regarding%20FreeCol%20-%20a%20Colonization%20type%20of%20game%2C%20I%20recieved%20a%20few%20upset%20emails%20from%20people%20asking%20why%20I%20didn%27t%20mention%20FreeCiv.%20I%20honestly%20didn%27t%20know%20about%20FreeCiv%20until%20people%20told%20me%20about%20it%2C%20though%20after%20testing%20it%20a%20bit%2C%20I%20must%20say%20it%20keeps%20true%20to%20the%20old%20Civilizati" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.brudvik.org/2009/02/freeciv-civilization-ahoy/&amp;title=FreeCiv+-+Civilization+a%27hoy%21&amp;summary=%0D%0A%0D%0AAfter%20my%20previous%20post%20regarding%20FreeCol%20-%20a%20Colonization%20type%20of%20game%2C%20I%20recieved%20a%20few%20upset%20emails%20from%20people%20asking%20why%20I%20didn%27t%20mention%20FreeCiv.%20I%20honestly%20didn%27t%20know%20about%20FreeCiv%20until%20people%20told%20me%20about%20it%2C%20though%20after%20testing%20it%20a%20bit%2C%20I%20must%20say%20it%20keeps%20true%20to%20the%20old%20Civilizati&amp;source=Brudvik.org" rel="nofollow" class="external" title="Del innlegget på LinkedIn">Del innlegget på LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.brudvik.org/2009/02/freeciv-civilization-ahoy/&amp;title=FreeCiv+-+Civilization+a%27hoy%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=FreeCiv+-+Civilization+a%27hoy%21+-+File: /data/app/webapp/functions.php<br />Line: 7<br />Message: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (11)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.brudvik.org/2009/02/freeciv-civilization-ahoy/&amp;n=FreeCiv+-+Civilization+a%27hoy%21&amp;pli=1" rel="nofollow" class="external" title="Blogg innlegget på Blogger">Blogg innlegget på Blogger</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=FreeCiv+-+Civilization+a%27hoy%21&amp;link=http://www.brudvik.org/2009/02/freeciv-civilization-ahoy/" rel="nofollow" class="external" title="Del innlegget på FriendFeed">Del innlegget på FriendFeed</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;FreeCiv+-+Civilization+a%27hoy%21&quot;+-+from+File: /data/app/webapp/functions.php<br />Line: 7<br />Message: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (11)" rel="nofollow" class="external" title="Legg inn dette innlegget på Identica">Legg inn dette innlegget på Identica</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://www.brudvik.org/2009/02/freecol-colonization-of-america/' rel='bookmark' title='Permanent Link: FreeCol &#8211; Colonization of America'>FreeCol &#8211; Colonization of America</a> <small>If you&#8217;re like me, then you probably played the old...</small></li>
<li><a href='http://www.brudvik.org/2009/02/openttd-connect-that-train/' rel='bookmark' title='Permanent Link: OpenTTD &#8211; Connect that train!'>OpenTTD &#8211; Connect that train!</a> <small>As a follow-up to the post I made earlier today...</small></li>
<li><a href='http://www.brudvik.org/2009/03/customer-tweet-how-can-i-help-you/' rel='bookmark' title='Permanent Link: Customer tweet, how can I help you?'>Customer tweet, how can I help you?</a> <small>What is the first thing you do whenever you have...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.brudvik.org/2009/02/freeciv-civilization-ahoy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
