<?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>Vidiscript Video Sharing Script - Free Youtube Clone - Free video upload php script &#187; chris</title>
	<atom:link href="http://vidiscript.co.uk/author/chris/feed" rel="self" type="application/rss+xml" />
	<link>http://vidiscript.co.uk</link>
	<description>Setup your own Video Sharing community site</description>
	<lastBuildDate>Wed, 12 Sep 2012 16:35:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>New Vidiscript Templates Coming Soon</title>
		<link>http://vidiscript.co.uk/vidiscript-blog/new-vidiscript-templates-coming-soon-358</link>
		<comments>http://vidiscript.co.uk/vidiscript-blog/new-vidiscript-templates-coming-soon-358#comments</comments>
		<pubDate>Thu, 27 Jan 2011 08:11:15 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.vidiscript.co.uk/?p=358</guid>
		<description><![CDATA[One of our developers is working on a brand new Vidiscript template &#8211; check back soon for download details. This will be a free premium Vidiscript template that will work with 1.0.3 and 1.0.3a]]></description>
				<content:encoded><![CDATA[<p>One of our developers is working on a brand new Vidiscript template &#8211; check back soon for download details. This will be a free premium Vidiscript template that will work with 1.0.3 and 1.0.3a</p>
]]></content:encoded>
			<wfw:commentRss>http://vidiscript.co.uk/vidiscript-blog/new-vidiscript-templates-coming-soon-358/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Vidiscript 1.0.3a Available</title>
		<link>http://vidiscript.co.uk/vidiscript-blog/vidiscript-1-0-3a-available-354</link>
		<comments>http://vidiscript.co.uk/vidiscript-blog/vidiscript-1-0-3a-available-354#comments</comments>
		<pubDate>Sun, 16 Jan 2011 10:15:42 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[1.0.3]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vidiscript]]></category>

		<guid isPermaLink="false">http://www.vidiscript.co.uk/?p=354</guid>
		<description><![CDATA[We would strongly recommend that if you have downloaded Vidiscript from us in the last couple of weeks that you download this version. This new version has a number of essential tweaks including: stops users changing titles to include ” and therefore damaging database fixes damaged .inc files causing admin errors updates flowplayer to latest [...]]]></description>
				<content:encoded><![CDATA[<p>We would strongly recommend that if you have downloaded Vidiscript  from us in the last couple of weeks that you download this version.  This new version has a number of essential tweaks including:</p>
<ul>
<li>stops users changing titles to include ” and therefore damaging database</li>
<li> fixes damaged .inc files causing admin errors</li>
<li>updates flowplayer to latest version</li>
<li>plus a few other minor tweaks.</li>
</ul>
<p>You can get this for FREE (as always) from our site directly at <a href="../download-vidiscript" target="_blank">http://www.vidiscript.co.uk/download-vidiscript</a></p>
<p>Lots of other exciting stuff coming soon, new templates, further updates and development of Vidiscript, mods and more</p>
]]></content:encoded>
			<wfw:commentRss>http://vidiscript.co.uk/vidiscript-blog/vidiscript-1-0-3a-available-354/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change your Vidiscript Background Image</title>
		<link>http://vidiscript.co.uk/vidiscript-tutorials/how-to-change-your-vidiscript-background-image-341</link>
		<comments>http://vidiscript.co.uk/vidiscript-tutorials/how-to-change-your-vidiscript-background-image-341#comments</comments>
		<pubDate>Sat, 08 Jan 2011 13:56:56 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Vidiscript Tutorials]]></category>

		<guid isPermaLink="false">http://www.vidiscript.co.uk/?p=341</guid>
		<description><![CDATA[(Thanks to Dan9078 for this) This also changes the images just rename your images (what ever you want) but for this example will use images as 1st.jpg ,2nd.jpg 3rd.jpg 4th.jpg What this will do is it changes your images on the front page of vidiscript every hour or every 12 hours you can set it [...]]]></description>
				<content:encoded><![CDATA[<p>(Thanks to <a href="http://forum.vidiscript.com/showthread.php?t=8218" target="_blank" class="broken_link">Dan9078</a> for this)</p>
<p>This also changes the images just rename your images (what ever you  want) but for this example will use images as 1st.jpg ,2nd.jpg 3rd.jpg   4th.jpg<br />
What this will do is it changes your images on the front page of vidiscript  every hour or every 12 hours you can set it to what you want. Note keep  all images in same directory.<br />
Insert the below into the &lt;HEAD&gt; section of your page (Index.php)</p>
<p><code>&lt;script type="text/javascript"&gt;// &lt;![CDATA[<br />
 day=new Date() //..get the date x=day.getHours() //..get the hour if(x&gt;=0 &amp;&amp; x&lt;4) {</p>
<p>document.write('&lt;style type="text/css"&gt;body{background: white url(1st.jpg); color: black}"&gt;&lt;/style&gt;')</p>
<p>} else</p>
<p>if(x&gt;=4 &amp;&amp; x&lt;12) {</p>
<p>document.write('&lt;style type="text/css"&gt;body{background: white url(2nd.jpg); color: black}&lt;/style&gt;')</p>
<p>} else</p>
<p>if(x&gt;=12 &amp;&amp; x&lt;18) {</p>
<p>document.write('&lt;style type="text/css"&gt;body{background: white url(3rd.jpg); color: black}&lt;/style&gt;')</p>
<p>} else</p>
<p>if (x&gt;=18 &amp;&amp; x&lt;24) {</p>
<p>document.write('&lt;style type="text/css"&gt;body{background: white url(4th.jpg); color: black}&lt;/style&gt;')</p>
<p>}<br />
// ]]&gt;&lt;/script&gt; </code></p>
<pre>PLEASE NOTE VIDISCRIPT.CO.UK TAKE NO RESPONSIBILITY FOR ANY PROBLEMS ARISING AS A RESULT OF THIS TUTORIAL</pre>
]]></content:encoded>
			<wfw:commentRss>http://vidiscript.co.uk/vidiscript-tutorials/how-to-change-your-vidiscript-background-image-341/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Change Background Colour Vidiscript</title>
		<link>http://vidiscript.co.uk/vidiscript-tutorials/change-background-colour-vidiscript-332</link>
		<comments>http://vidiscript.co.uk/vidiscript-tutorials/change-background-colour-vidiscript-332#comments</comments>
		<pubDate>Sat, 08 Jan 2011 11:10:46 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Vidiscript Tutorials]]></category>

		<guid isPermaLink="false">http://www.vidiscript.co.uk/?p=332</guid>
		<description><![CDATA[Change Background Colour Vidiscript (Thanks to Dan9078 for this) This tutorial will enable you to change your background&#8217;s colour every time some one goes to your websitel. Description: This simple script randomises ths background color of your page each time it&#8217;s loaded. Specify any number of colors for the script to choose from. Example: Reload [...]]]></description>
				<content:encoded><![CDATA[<h2>Change Background Colour Vidiscript</h2>
<p>(Thanks to <a href="http://forum.vidiscript.com/showthread.php?t=8218" target="_blank" class="broken_link">Dan9078</a> for this)</p>
<p>This tutorial will enable you to change your background&#8217;s colour every time some one goes to your websitel.</p>
<p><strong>Description: </strong><br />
This simple script randomises ths background color of  your page each time it&#8217;s loaded. Specify any number of colors for the  script to choose from.</p>
<p><strong>Example:</strong><br />
Reload the page to see a different random color.</p>
<p><strong>Directions:</strong><br />
Just insert the following code into the &lt;BODY&gt; section of your page.</p>
<p><code>&lt;script&gt;</p>
<p>/*Random background color- by javascriptkit.com<br />
Visit JavaScript Kit (http://javascriptkit.com) for script<br />
Credit must stay intact for use*/</p>
<p>//Enter list of bgcolors:<br />
var bgcolorlist=new Array("#DFDFFF", "#FFFFBF", "#80FF80", "#EAEAFF", "#C9FFA8", "#F7F7F7", "#FFFFFF", "#DDDD00")</p>
<p>document.body.style.background=bgcolorlist[Math.floor(Math.random()*bgcolorlist.length)]<br />
&lt;/script&gt; </code></p>
<pre>PLEASE NOTE VIDISCRIPT.CO.UK TAKE NO RESPONSIBILITY FOR ANY PROBLEMS ARISING AS A RESULT OF THIS TUTORIAL
</pre>
]]></content:encoded>
			<wfw:commentRss>http://vidiscript.co.uk/vidiscript-tutorials/change-background-colour-vidiscript-332/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vidiscript Blog January 3rd</title>
		<link>http://vidiscript.co.uk/vidiscript-blog/vidiscript-blog-january-3rd-299</link>
		<comments>http://vidiscript.co.uk/vidiscript-blog/vidiscript-blog-january-3rd-299#comments</comments>
		<pubDate>Mon, 03 Jan 2011 10:29:39 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.vidiscript.co.uk/?p=299</guid>
		<description><![CDATA[So we have been looking through a number of old forum posts from other sites about Vidiscript which has uncovered a whole host of bugs here and there. We are collating a list of these and are planning to implement the fixes for most of these into our own release of Vidiscript &#8211; most likely [...]]]></description>
				<content:encoded><![CDATA[<p>So we have been looking through a number of old forum posts from other sites about Vidiscript which has uncovered a whole host of bugs here and there.</p>
<p>We are collating a list of these and are planning to implement the fixes for most of these into our own release of Vidiscript &#8211; most likely this will be the start of our forked version of Vidiscript (yet to be named)! We plan to release our own Vidiscript version 1.0.4 (yeah not official but such is life) which will include the newest version of Flowplayer, fix a couple of bugs and have a few other cosmetic changes.</p>
<p>Our next step is at the end of January to be working on our further release to correct the majority of other bugs we find this month.</p>
<p>If you have any thoughts on this, or know of any bugs you want to point out let us know here or in the forums.</p>
]]></content:encoded>
			<wfw:commentRss>http://vidiscript.co.uk/vidiscript-blog/vidiscript-blog-january-3rd-299/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vidiscript.co.uk launched!</title>
		<link>http://vidiscript.co.uk/vidiscript-blog/vidiscript-co-uk-launched-310</link>
		<comments>http://vidiscript.co.uk/vidiscript-blog/vidiscript-co-uk-launched-310#comments</comments>
		<pubDate>Fri, 24 Dec 2010 10:06:57 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.vidiscript.co.uk/?p=310</guid>
		<description><![CDATA[We have just launched Vidiscript.co.uk as a direct result of trying to find unsuccessfully a download for Vidiscript! The original Vidiscript site seems to have been taken over by an affiliate marketer with no links to download Vidiscript. Vidiscript.co.uk now has a direct download for Vidiscript 1.0.3 we will be working on developing this project [...]]]></description>
				<content:encoded><![CDATA[<p>We have just launched Vidiscript.co.uk as a direct result of trying to find unsuccessfully a download for Vidiscript! The original Vidiscript site seems to have been taken over by an affiliate marketer with no links to download Vidiscript.</p>
<p>Vidiscript.co.uk now has a direct download for Vidiscript 1.0.3 we will be working on developing this project over time.</p>
]]></content:encoded>
			<wfw:commentRss>http://vidiscript.co.uk/vidiscript-blog/vidiscript-co-uk-launched-310/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: vidiscript.co.uk @ 2013-05-23 21:39:46 -->