<?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>Brett Jenkins &#187; Website</title>
	<atom:link href="http://www.brettjenkins.co.uk/category/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brettjenkins.co.uk</link>
	<description>brett@brettjenkins.co.uk</description>
	<lastBuildDate>Mon, 31 May 2010 02:25:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Icecast Total Hours Script</title>
		<link>http://www.brettjenkins.co.uk/2009/10/08/icecast-total-hours-script/</link>
		<comments>http://www.brettjenkins.co.uk/2009/10/08/icecast-total-hours-script/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 14:35:22 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SRA]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/?p=206</guid>
		<description><![CDATA[Hey,
I&#8217;ve had some interest in my icecast script over at the SRA forums, so I thought i&#8217;d post it here so that anyone who cares can read and do what they want with it!
This is my listener_join.php:
http://brettjenkins.co.uk/code/icecast/listener_join.txt
This is listener_leave.php:
http://brettjenkins.co.uk/code/icecast/listener_leave.txt
This is the SQL database structure:
CREATE TABLE IF NOT EXISTS `icecast` (
`id` int(11) NOT NULL auto_increment,
`icecast_id` int(11) [...]]]></description>
			<content:encoded><![CDATA[<p>Hey,</p>
<p>I&#8217;ve had some interest in my icecast script over at the <a href="http://www.studentradio.org.uk/site/forum.php?mode=thread&amp;cat=4&amp;thread=151" class="broken_link">SRA forums</a>, so I thought i&#8217;d post it here so that anyone who cares can read and do what they want with it!</p>
<p>This is my listener_join.php:</p>
<p><a href="http://brettjenkins.co.uk/code/icecast/listener_join.txt">http://brettjenkins.co.uk/code/icecast/listener_join.txt</a></p>
<p>This is listener_leave.php:</p>
<p><a href="http://brettjenkins.co.uk/code/icecast/listener_leave.txt">http://brettjenkins.co.uk/code/icecast/listener_leave.txt</a></p>
<p>This is the SQL database structure:<br />
<code>CREATE TABLE IF NOT EXISTS `icecast` (<br />
`id` int(11) NOT NULL auto_increment,<br />
`icecast_id` int(11) NOT NULL,<br />
`datetime_start` datetime NOT NULL,<br />
`datetime_end` datetime default NULL,<br />
`ip` varchar(20) NOT NULL,<br />
`mount` varchar(20) NOT NULL,<br />
`duration` int(11) default NULL,<br />
`agent` varchar(200) default NULL,<br />
`server` varchar(50) default NULL,<br />
`port` int(11) default NULL,<br />
`user` varchar(20) default NULL,<br />
`pass` varchar(20) default NULL,<br />
PRIMARY KEY  (`id`)<br />
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3087 ;</code></p>
<p>Some of the code probably isn&#8217;t as efficient as it could be, and if you want to tidy it up yourself thats cool, but I just programmed this fast.</p>
<p>This is a template for the icecast.xml file in the icecast server directory:</p>
<p><a href="http://brettjenkins.co.uk/code/icecast.xml">http://brettjenkins.co.uk/code/icecast.xml</a></p>
<p>Thats the backend sorted, there needs to be a front end to display the data, this is our main frontend stuff:<br />
<a href="http://brettjenkins.co.uk/code/icecast-admin/">http://brettjenkins.co.uk/code/icecast-admin/</a></p>
<p>I&#8217;ll just repeat that most of this was programmed quickly and wasn&#8217;t necessarily programmed with best practise in mind &#8211; the front end is very basic and there is a lot of scope for improvement if someone wanted to improve it.</p>
<p>Hope this helps!</p>
<p>P.S. Big thanks to the SRA for nominating me/xtreme for Best Technical Achievement Award <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2009/10/08/icecast-total-hours-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve now gone completely Wordpressed!</title>
		<link>http://www.brettjenkins.co.uk/2009/05/01/ive-now-gone-completely-wordpressed/</link>
		<comments>http://www.brettjenkins.co.uk/2009/05/01/ive-now-gone-completely-wordpressed/#comments</comments>
		<pubDate>Fri, 01 May 2009 02:10:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/2009/05/01/ive-now-gone-completely-wordpressed/</guid>
		<description><![CDATA[I&#8217;ve now gone completely wordpressed for this site, it was a lot easier than I thought it would be, and I even imported all the old blog posts from the old blog   Now all the pages and posts are managed by wordpress&#8230;. God I love wordpress  
I&#8217;ll post exciting stuff tomorrow! Keep [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve now gone completely wordpressed for this site, it was a lot easier than I thought it would be, and I even imported all the old blog posts from the old blog <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now all the pages and posts are managed by wordpress&#8230;. God I love wordpress <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ll post exciting stuff tomorrow! Keep tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2009/05/01/ive-now-gone-completely-wordpressed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site resolving</title>
		<link>http://www.brettjenkins.co.uk/2008/08/20/site-resolving/</link>
		<comments>http://www.brettjenkins.co.uk/2008/08/20/site-resolving/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 22:13:43 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[resolve]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/blog/?p=31</guid>
		<description><![CDATA[Hey folks,
Just so you know, I&#8217;ve done some changes to the DNS, so some links may not work (for example the RSS feed may not work for some people, as it links to a new sub-domain http://links.brettjenkins.co.uk/brettjenkins http://feeds.brettjenkins.co.uk/brettjenkins) However everything should resolve within the next 48 hours. For some people it has already resolved! Virgin [...]]]></description>
			<content:encoded><![CDATA[<p>Hey folks,</p>
<p>Just so you know, I&#8217;ve done some changes to the DNS, so some links may not work (for example the RSS feed may not work for some people, as it links to a new sub-domain <del datetime="2008-08-28T11:42:12+00:00">http://links.brettjenkins.co.uk/brettjenkins</del> <a href="http://feeds.brettjenkins.co.uk/brettjenkins">http://feeds.brettjenkins.co.uk/brettjenkins</a>) However everything should resolve within the next 48 hours. For some people it has already resolved! Virgin seems to be on their toes with their DNS caching, as is Swansea University (I checked via VPN). My ISP however hasn&#8217;t resolved yet <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  (Nildram, well Tiscalli now).</p>
<p>Anyway if you get a 404, chances are its due to this, try and wait it out and if it&#8217;s still broken in a couple of days, email me <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; <a href="mailto:brett@brettjenkins.co.uk"><a href="mailto:&#98;re%74%74&#64;%62%72%65&#116;&#116;%6ae%6ekin%73%2e%63o&#46;&#117;k">&#98;&#114;e&#116;&#116;&#64;bre&#116;&#116;&#106;e&#110;&#107;&#105;&#110;&#115;.&#99;o&#46;&#117;k</a></a>, if you didn&#8217;t know already <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Oh and while I&#8217;m here, I&#8217;ve just made a new 404 page for the new design, yeah I know I should have done it earlier but I forgot to do it <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  &#8211; Check it out: http://www.brettjenkins.co.uk/thisfolderdoesnotexist</p>
<p>Sorry for the inconvenience, and thanks for your patience.</p>
<p>Brett Jenkins</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2008/08/20/site-resolving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
