<?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>Simon Cook &#187; admin</title>
	<atom:link href="http://simoncook.org/blog/tag/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://simoncook.org</link>
	<description>Home Page of Simon Cook</description>
	<lastBuildDate>Thu, 19 Jan 2012 23:41:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Minecraft Admin Wrapper&#8230; now with Levels!</title>
		<link>http://simoncook.org/blog/2010/08/minecraft-admin-wrapper-now-with-levels/</link>
		<comments>http://simoncook.org/blog/2010/08/minecraft-admin-wrapper-now-with-levels/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 15:33:34 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[minecraft]]></category>
		<category><![CDATA[techious]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=579</guid>
		<description><![CDATA[I&#8217;m writing a variation on a Minecraft Admin Wrapper, and this will act as a nice page with when things have been added (instead of me spamming new messages every few minutes, I&#8217;ll just edit this post) 16:30: Now with Levels! And now I&#8217;m going to go and get dinner, I&#8217;ll be back in about [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing a variation on a Minecraft Admin Wrapper, and this will act as a nice page with when things have been added (instead of me spamming new messages every few minutes, I&#8217;ll just edit this post)</p>
<p><strong>16:30: Now with Levels! </strong><em>And now I&#8217;m going to go and get dinner, I&#8217;ll be back in about 2 hours, ready to program the next stage of the wrapper.</em></p>
<p style="text-align: center;"><strong><a href="https://simoncook.org/wordpress/uploads/2010/08/javaw-2010-08-22-16-28-20-29.png" rel="lightbox[579]"><img class="aligncenter size-medium wp-image-580" title="Now with levels (see, I'm root!)" src="https://simoncook.org/wordpress/uploads/2010/08/javaw-2010-08-22-16-28-20-29-300x169.png" alt="Now with levels (see, I'm root!)" width="300" height="169" /></a>20:40</strong> <em>Version Beta 1 is being used on the server, hopefully it works fine! I will release the source code once complete.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/08/minecraft-admin-wrapper-now-with-levels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minecraft Tools: SnapShotter 1.0</title>
		<link>http://simoncook.org/blog/2010/08/minecraft-tools-snapshotter-1-0/</link>
		<comments>http://simoncook.org/blog/2010/08/minecraft-tools-snapshotter-1-0/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 10:58:34 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[minecraft]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=573</guid>
		<description><![CDATA[Although I did post this on the Minecraft Forums, I think I should post this here for anyone who wants to see how simple this script is. What it does is to take a copy of the Minecraft map and copy it to a folder for people to grab (also good for backups when someone [...]]]></description>
			<content:encoded><![CDATA[<p>Although I did post this on the <a href="http://www.minecraftforum.net/viewtopic.php?f=1012&amp;t=27116">Minecraft Forums</a>, I think I should post this here for anyone who wants to see how simple this script is.</p>
<p>What it does is to take a copy of the Minecraft map and copy it to a folder for people to grab (also good for backups when someone TNTs the hell out of your map). If you have any suggestions/improvements, feel free to comment.</p>
<p>(To stop the spamming of rubbish your RSS reader won&#8217;t understand I&#8217;ll put the code under the break.)</p>
<p><span id="more-573"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #666666; font-style: italic;"># Minecraft World Snapshotter</span>
<span style="color: #666666; font-style: italic;"># Version 1.0</span>
<span style="color: #666666; font-style: italic;"># Created by Simon Cook (simon@simoncook.org)</span>
&nbsp;
<span style="color: #666666; font-style: italic;">## CONFIG START</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># WORLD contains the name of the directory the Minecraft world is in</span>
<span style="color: #007800;">WORLD</span>=<span style="color: #ff0000;">&quot;world&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># FILENAME contains the name that will be appended with the date</span>
<span style="color: #007800;">FILENAME</span>=<span style="color: #ff0000;">&quot;world2-&quot;</span>
<span style="color: #666666; font-style: italic;"># DATE contains the date formatting to be used for a file name</span>
<span style="color: #007800;">DATE</span>=<span style="color: #ff0000;">&quot;%Y%m%d-%H%M%S&quot;</span>
<span style="color: #666666; font-style: italic;"># TYPE defines the file type to create (valid: tar bz2 7z zip)</span>
<span style="color: #007800;">TYPE</span>=<span style="color: #ff0000;">&quot;7z&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># DEST if valid, the snapshot will be copied or moved to this directory</span>
<span style="color: #007800;">DEST</span>=<span style="color: #ff0000;">&quot;/var/www/simoncook.org/web/static/minecraft/&quot;</span>
<span style="color: #666666; font-style: italic;"># CPMV is whether to move or copy if DEST is valid (valid: cp mv)</span>
<span style="color: #007800;">CPMV</span>=<span style="color: #ff0000;">&quot;cp&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">## CONFIG END</span>
<span style="color: #666666; font-style: italic;">## DO NOT EDIT UNDER THIS LINE</span>
&nbsp;
<span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span><span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">date</span> +<span style="color: #007800;">$DATE</span><span style="color: #000000; font-weight: bold;">`</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$WORLD</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Sorry, World <span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #007800;">$WORLD</span><span style="color: #000099; font-weight: bold;">\&quot;</span> does not exist!&quot;</span>
    <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">1</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;tar&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.tar
    <span style="color: #c20cb9; font-weight: bold;">tar</span> cf <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;bz2&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.tar
    <span style="color: #c20cb9; font-weight: bold;">tar</span> cf <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #c20cb9; font-weight: bold;">bzip2</span> <span style="color: #660033;">-9</span> <span style="color: #007800;">$FILENAME</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.bz2
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;7z&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.7z
    7za a <span style="color: #660033;">-mx9</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;zip&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.zip
    <span style="color: #c20cb9; font-weight: bold;">zip</span> <span style="color: #660033;">-9rq</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$DEST</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$CPMV</span>&quot;</span> == <span style="color: #ff0000;">&quot;mv&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$DEST</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;File moved to <span style="color: #007800;">$DEST</span>&quot;</span>
    <span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$CPMV</span>&quot;</span> == <span style="color: #ff0000;">&quot;cp&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$DEST</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;File copied to <span style="color: #007800;">$DEST</span>&quot;</span>
    <span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">fi</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/08/minecraft-tools-snapshotter-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spore, spore, spore, spore, spore</title>
		<link>http://simoncook.org/blog/2008/09/spore-spore-spore-spore-spore/</link>
		<comments>http://simoncook.org/blog/2008/09/spore-spore-spore-spore-spore/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 14:24:27 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[techious]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[left4dead]]></category>
		<category><![CDATA[spore]]></category>
		<category><![CDATA[tf2]]></category>
		<category><![CDATA[uni]]></category>
		<category><![CDATA[xfire]]></category>

		<guid isPermaLink="false">http://www.spcook.co.uk/?p=40</guid>
		<description><![CDATA[Is it just me or is every other advert on TV for spore at the moment. Apparently it is the best game in the universe or something. And yea, I want it, but I can&#8217;t afford it. Cheapest I can find it is £26.99 on Play.com and I can&#8217;t afford that dammit. So, I&#8217;m still [...]]]></description>
			<content:encoded><![CDATA[<p>Is it just me or is every other advert on TV for spore at the moment. Apparently it is the best game in the universe or something. And yea, I want it, but I can&#8217;t afford it. Cheapest I can find it is £26.99 on Play.com and I can&#8217;t afford that dammit. So, I&#8217;m still stuck with the free creature creator until I can either find some money or it comes down in price (both happening would be the most ideal situation).</p>
<p>However, I sense the curse of buying games will follow me. It seems any game I buy on release is almost half the price a month later, and any game that I don&#8217;t buy in the first month will remain like that for the next million years or so. Being I haven&#8217;t got spore, chances are it is going to be one of the latter, especially with it being the huge hit it appears to be. I mean half my Steam list is on spore, and well it&#8217;s not even on Steam, thats just people that launch it through there. It&#8217;s currently 4th on the Xfire most played game list, and being it&#8217;s not even been out for a week, thats some feat! Only trailing between COD4,2 and WoW (wow that rubbish is popular).</p>
<p>My computer is running well, apart from I only get a framerate of 5-10 when I forget to turn folding@home-gpu off (6 hour work unit ftw!).</p>
<p>Left4Dead coming out in October, that shall also be awesome, can&#8217;t wait to see what Valve have done to pimp the Source Engine some more, though it seems that soon Source might be having a huge graphical upgrade, so DX10.1 might come in useful for ep3 <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  More games to buy, just great. Now let me work this out, if I don&#8217;t eat for the next 3 months while I&#8217;m at Uni, I can afford to get spore and l4d. I know, I&#8217;ll try this new votey thing and see what the two people who read this thing I should do!</p>
<p>Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</p>
<p>In other more home news, my photos site is down (noooooo) while I upload all 1 million gigabytes to the new server. It&#8217;s about 40% done so should be back up and running by the end of the week. And don&#8217;t worry Reedy, your blog&#8217;ll be back up soon enough!</p>
<p>Moving to Uni on the 27th. That is going to be one heck of a shock when I move in, though a bit of TF2 or HL2DM might take the edge off <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  No more matches though, I think last night set that we are screwed with that, and with the admin plugin kicking the wrong person :/ yeah, I think we need a bit of work all round,</p>
<p>That&#8217;s about it, hopefully enough for you to spam comments on Skillers <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2008/09/spore-spore-spore-spore-spore/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

