<?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>Download Spot</title>
	<atom:link href="http://www.downloadspot.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.downloadspot.com</link>
	<description>The best downloads</description>
	<lastBuildDate>Sun, 13 Dec 2009 19:15:56 +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>Install Zend</title>
		<link>http://www.downloadspot.com/2009/12/instal-zend/</link>
		<comments>http://www.downloadspot.com/2009/12/instal-zend/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 18:47:52 +0000</pubDate>
		<dc:creator>Download Spot</dc:creator>
				<category><![CDATA[Admin Tools]]></category>
		<category><![CDATA[Website Tools]]></category>
		<category><![CDATA[zend download]]></category>

		<guid isPermaLink="false">http://www.downloadspot.com/?p=83</guid>
		<description><![CDATA[
Download Zend Optimizer from the command line of the server.
wget http://downloadspot.com/downloads/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz
Then untar
tar xvfz ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz
Then enter the Zend directory
cd ZendOptimizer-3.3.9-linux-glibc23-i386/data/
Then find the phpversion match .so file
Copy the full patch to the file:
zend_extension=&#60;/root/ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp/ZendOptimizer.so&#62;
Then copy the full path to the file php.ini file located in the /usr/local/lib/ folder:
zend_extension=&#60;/root/ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp/ZendOptimizer.so&#62;
Restart Apache
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/12/zend-logo.png"><img class="alignnone size-full wp-image-84" title="zend-logo" src="http://www.downloadspot.com/wp-content/uploads/2009/12/zend-logo.png" alt="zend-logo" width="207" height="74" /></a></p>
<p>Download Zend Optimizer from the command line of the server.</p>
<blockquote><p>wget http://downloadspot.com/downloads/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz</p></blockquote>
<p>Then untar</p>
<blockquote><p>tar xvfz ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz</p></blockquote>
<p>Then enter the Zend directory</p>
<blockquote><p>cd ZendOptimizer-3.3.9-linux-glibc23-i386/data/</p></blockquote>
<p>Then find the phpversion match .so file</p>
<p>Copy the full patch to the file:</p>
<blockquote><p>zend_extension=&lt;/root/ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp/ZendOptimizer.so&gt;</p></blockquote>
<p>Then copy the full path to the file php.ini file located in the /usr/local/lib/ folder:</p>
<blockquote><p>zend_extension=&lt;/root/ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp/ZendOptimizer.so&gt;</p></blockquote>
<p>Restart Apache</p>
]]></content:encoded>
			<wfw:commentRss>http://www.downloadspot.com/2009/12/instal-zend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install FFmpeg + FFmpeg-PHP + Mplayer + Mencoder + flv2tool + LAME MP3 Encoder</title>
		<link>http://www.downloadspot.com/2009/10/how-to-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder/</link>
		<comments>http://www.downloadspot.com/2009/10/how-to-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 20:42:26 +0000</pubDate>
		<dc:creator>Download Spot</dc:creator>
				<category><![CDATA[Admin Tools]]></category>
		<category><![CDATA[FFmpeg]]></category>
		<category><![CDATA[FFmpeg-PHP]]></category>
		<category><![CDATA[flv2tool]]></category>
		<category><![CDATA[LAME MP3 Encoder]]></category>
		<category><![CDATA[Mencoder]]></category>
		<category><![CDATA[Mplayer]]></category>

		<guid isPermaLink="false">http://www.downloadspot.com/?p=78</guid>
		<description><![CDATA[
This was taken from a thread off the DWHS Forum http://www.dwhs.net/hostingforum/viewtopic.php?p=101337
The file needed at the end of this thread is HERE
This process requires root access and a full dedicated server.
cd /usr/local/src/
DOWNLOAD MODULES
wget www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
wget rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz
wget easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz
wget superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.1.tbz2
wget downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
wget downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz
EXTRACT MODULES
tar zxvf lame-3.97.tar.gz
tar zxvf libogg-1.1.3.tar.gz
tar zxvf libvorbis-1.1.2.tar.gz
tar zxvf flvtool2_1.0.5_rc6.tgz
tar jxvf essential-20061022.tar.bz2
tar jxvf ffmpeg-php-0.5.1.tbz2
mkdir /usr/local/lib/codecs/
yum install gcc gmake <a href="http://www.downloadspot.com/2009/10/how-to-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/10/ffmpeg-logo.png"><img class="alignnone size-medium wp-image-79" title="ffmpeg-logo" src="http://www.downloadspot.com/wp-content/uploads/2009/10/ffmpeg-logo-300x73.png" alt="ffmpeg-logo" width="300" height="73" /></a></p>
<p>This was taken from a thread off the DWHS Forum <a href="http://www.dwhs.net/hostingforum/viewtopic.php?p=101337">http://www.dwhs.net/hostingforum/viewtopic.php?p=101337</a></p>
<p>The file needed at the end of this thread is <a href="http://www.downloadspot.com/downloads/ffmpeginstall.3.1.tar.gz">HERE</a></p>
<p><em>This process requires root access and a full dedicated server.</em></p>
<p>cd /usr/local/src/</p>
<p>DOWNLOAD MODULES</p>
<p>wget www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2<br />
wget rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz<br />
wget easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz<br />
wget superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.1.tbz2<br />
wget downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz<br />
wget downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz</p>
<p>EXTRACT MODULES</p>
<p>tar zxvf lame-3.97.tar.gz<br />
tar zxvf libogg-1.1.3.tar.gz<br />
tar zxvf libvorbis-1.1.2.tar.gz<br />
tar zxvf flvtool2_1.0.5_rc6.tgz<br />
tar jxvf essential-20061022.tar.bz2<br />
tar jxvf ffmpeg-php-0.5.1.tbz2</p>
<p>mkdir /usr/local/lib/codecs/</p>
<p>yum install gcc gmake make libcpp libgcc libstdc++ gcc4 gcc4-c++ gcc4-gfortran subversion ruby ncurses-devel -y</p>
<p>DOWNLOAD FFMPEG and MPLAYER</p>
<p>svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg<br />
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer<br />
cd /usr/local/src/mplayer</p>
<p>svn update</p>
<p>cd /usr/local/src/<br />
mv /usr/local/src/essential-20061022/* /usr/local/lib/codecs/<br />
chmod -R 755 /usr/local/lib/codecs/</p>
<p>LAME:</p>
<p>cd /usr/local/src/lame-3.97<br />
./configure<br />
make &amp;&amp; make install</p>
<p>LIBOGG</p>
<p>cd /usr/local/src/<br />
cd /usr/local/src/libogg-1.1.3<br />
./configure &#8211;enable-shared &amp;&amp; make &amp;&amp; make install<br />
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<br />
export PKG_CONFIG_PATH</p>
<p>LIBVORBIS</p>
<p>cd /usr/local/src/<br />
cd /usr/local/src/libvorbis-1.1.2<br />
./configure &amp;&amp; make &amp;&amp; make install</p>
<p>FLVTOOL2</p>
<p>cd /usr/local/src/<br />
cd /usr/local/src/flvtool2_1.0.5_rc6/<br />
ruby setup.rb config<br />
ruby setup.rb setup<br />
ruby setup.rb install</p>
<p>MPLAYER</p>
<p>cd /usr/local/src/<br />
cd /usr/local/src/mplayer<br />
./configure &amp;&amp; make &amp;&amp; make install</p>
<p>cd /usr/local/src/</p>
<p>FFMPEG:</p>
<p>cd /usr/local/src/ffmpeg/<br />
./configure &#8211;enable-libmp3lame &#8211;enable-libvorbis &#8211;disable-mmx &#8211;enable-shared<br />
make<br />
make install</p>
<p>export LD_LIBRARY_PATH=/usr/local/lib/</p>
<p>ln -s /usr/local/lib/libavformat.so.50 /usr/lib/libavformat.so.50<br />
ln -s /usr/local/lib/libavcodec.so.51 /usr/lib/libavcodec.so.51<br />
ln -s /usr/local/lib/libavutil.so.49 /usr/lib/libavutil.so.49<br />
ln -s /usr/local/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0<br />
ln -s /usr/local/lib/libavformat.so.51 /usr/lib/libavformat.so.51</p>
<p>FFMPEG-PHP:</p>
<p>cd /usr/local/src/<br />
cd /usr/local/src/ffmpeg-php-0.5.1/<br />
phpize<br />
./configure<br />
make<br />
make install</p>
<p>NOTICE: Make sure this is the correct php.ini for the box!!</p>
<p>echo &#8216;extension=ffmpeg.so&#8217; &gt;&gt; /usr/local/Zend/etc/php.ini</p>
<p>NOTICE: Make sure this is the correct php.ini for the box!!</p>
<p>RESTART APACHE</p>
<p>service httpd restart 	<span> </span></p>
<p>Known issues:</p>
<table border="0" cellspacing="1" cellpadding="3" width="90%" align="center">
<tbody>
<tr>
<td><span><strong>Quote:</strong></span></td>
</tr>
<tr>
<td>Sometimes your /tmp folder will not allow the installation so create a new one like this:</p>
<p>1. cd /usr/local/src<br />
2. mkdir tmp<br />
3. chmod 777 tmp<br />
4. export TMPDIR=/usr/local/src/tmp<br />
5. cd /usr/local/src/ffmpeg/<br />
6. ./configure &#8211;enable-libmp3lame &#8211;enable-libvorbis &#8211;disable-mmx &#8211;enable-shared &amp;&amp; make &amp;&amp; make install</td>
</tr>
</tbody>
</table>
<p><span> </span></p>
<table border="0" cellspacing="1" cellpadding="3" width="90%" align="center">
<tbody>
<tr>
<td><span><strong>Quote:</strong></span></td>
</tr>
<tr>
<td>If ffmpeg-php fails try the auto installer:</p>
<p>wget <a href="http://www.downloadspot.com/downloads/ffmpeginstall.3.1.tar.gz">http://www.downloadspot.com/downloads/ffmpeginstall.3.1.tar.gz</a></p>
<p>tar -xvzf ffmpeginstall.3.1.tar.gz</p>
<p>cd ffmpeginstall.3.1</p>
<p>./install.sh</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.downloadspot.com/2009/10/how-to-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VLC</title>
		<link>http://www.downloadspot.com/2009/07/vlc/</link>
		<comments>http://www.downloadspot.com/2009/07/vlc/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 16:46:17 +0000</pubDate>
		<dc:creator>Download Spot</dc:creator>
				<category><![CDATA[Essential Downloads]]></category>
		<category><![CDATA[Home Computer Downloads]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.downloadspot.com/?p=63</guid>
		<description><![CDATA[

http://www.downloadspot.com/downloads/vlc-1.0.0-win32.rar
The cross-platform open-source multimedia framework, player and server
VLC media player is a highly portable multimedia player and multimedia framework capable of reading most audio and video formats (MPEG-2, MPEG-4, H.264, DivX, MPEG-1, mp3, ogg, aac &#8230;) as well as DVDs, Audio CDs VCDs, and various streaming protocols. See the full features list.
It can also be <a href="http://www.downloadspot.com/2009/07/vlc/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/07/vlc.jpg"><img class="size-full wp-image-64" title="vlc" src="http://www.downloadspot.com/wp-content/uploads/2009/07/vlc.jpg" alt="vlc" width="303" height="303" /><br />
</a></p>
<p><a href="http://www.downloadspot.com/downloads/vlc-1.0.0-win32.rar">http://www.downloadspot.com/downloads/vlc-1.0.0-win32.rar</a></p>
<p>The cross-platform open-source multimedia framework, player and server</p>
<p>VLC media player is a highly portable multimedia player and multimedia framework capable of reading most audio and video formats (MPEG-2, MPEG-4, H.264, DivX, MPEG-1, mp3, ogg, aac &#8230;) as well as DVDs, Audio CDs VCDs, and various streaming protocols. See the full features list.<br />
It can also be used as a media converter or a server to stream in unicast or multicast in IPv4 or IPv6 on networks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.downloadspot.com/2009/07/vlc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Icons</title>
		<link>http://www.downloadspot.com/2009/06/free-icons/</link>
		<comments>http://www.downloadspot.com/2009/06/free-icons/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 06:56:47 +0000</pubDate>
		<dc:creator>Download Spot</dc:creator>
				<category><![CDATA[Download Spot News]]></category>
		<category><![CDATA[Free Icons]]></category>

		<guid isPermaLink="false">http://www.downloadspot.com/?p=39</guid>
		<description><![CDATA[social-media-icons
sem_labs_icon_pack
icons
flavour-icon-set-png
animals_icon_set
2009-2-Handycons2
free-blockie-set
sctchy_social_icons
origami-free-set
]]></description>
			<content:encoded><![CDATA[
<a href='http://www.downloadspot.com/2009/06/free-icons/add/' title='add'><img width="48" height="48" src="http://www.downloadspot.com/wp-content/uploads/2009/06/add.png" class="attachment-thumbnail" alt="" title="add" /></a>
<a href='http://www.downloadspot.com/2009/06/free-icons/alarm/' title='alarm'><img width="128" height="128" src="http://www.downloadspot.com/wp-content/uploads/2009/06/alarm.png" class="attachment-thumbnail" alt="" title="alarm" /></a>
<a href='http://www.downloadspot.com/2009/06/free-icons/blinklist_128/' title='blinklist_128'><img width="128" height="128" src="http://www.downloadspot.com/wp-content/uploads/2009/06/blinklist_128.png" class="attachment-thumbnail" alt="" title="blinklist_128" /></a>
<a href='http://www.downloadspot.com/2009/06/free-icons/blogger-128x128/' title='blogger-128x128'><img width="128" height="128" src="http://www.downloadspot.com/wp-content/uploads/2009/06/blogger-128x128.png" class="attachment-thumbnail" alt="" title="blogger-128x128" /></a>
<a href='http://www.downloadspot.com/2009/06/free-icons/butterfly_256x256/' title='Butterfly_256x256'><img width="150" height="150" src="http://www.downloadspot.com/wp-content/uploads/2009/06/Butterfly_256x256-150x150.png" class="attachment-thumbnail" alt="" title="Butterfly_256x256" /></a>
<a href='http://www.downloadspot.com/2009/06/free-icons/flavour-preview/' title='flavour-preview'><img width="150" height="150" src="http://www.downloadspot.com/wp-content/uploads/2009/06/flavour-preview-150x150.jpg" class="attachment-thumbnail" alt="" title="flavour-preview" /></a>
<a href='http://www.downloadspot.com/2009/06/free-icons/icons/' title='Icons'><img width="150" height="150" src="http://www.downloadspot.com/wp-content/uploads/2009/06/Icons-150x150.jpg" class="attachment-thumbnail" alt="" title="Icons" /></a>
<a href='http://www.downloadspot.com/2009/06/free-icons/preview/' title='preview'><img width="150" height="150" src="http://www.downloadspot.com/wp-content/uploads/2009/06/preview-150x150.jpg" class="attachment-thumbnail" alt="" title="preview" /></a>
<a href='http://www.downloadspot.com/2009/06/free-icons/previews/' title='previews'><img width="150" height="150" src="http://www.downloadspot.com/wp-content/uploads/2009/06/previews-150x150.jpg" class="attachment-thumbnail" alt="" title="previews" /></a>

<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/06/social-media-icons.zip">social-media-icons</a></p>
<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/06/sem_labs_icon_pack.zip">sem_labs_icon_pack</a></p>
<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/06/icons.zip">icons</a></p>
<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/06/flavour-icon-set-png.zip">flavour-icon-set-png</a></p>
<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/06/animals_icon_set.zip">animals_icon_set</a></p>
<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/06/2009-2-Handycons2.zip">2009-2-Handycons2</a></p>
<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/06/free-blockie-set.zip">free-blockie-set</a></p>
<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/06/sctchy_social_icons.zip">sctchy_social_icons</a></p>
<p><a href="http://www.downloadspot.com/wp-content/uploads/2009/06/origami-free-set.zip">origami-free-set</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.downloadspot.com/2009/06/free-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revealer</title>
		<link>http://www.downloadspot.com/2009/06/revealer/</link>
		<comments>http://www.downloadspot.com/2009/06/revealer/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 08:33:29 +0000</pubDate>
		<dc:creator>Download Spot</dc:creator>
				<category><![CDATA[Admin Tools]]></category>
		<category><![CDATA[password show]]></category>
		<category><![CDATA[revealer]]></category>

		<guid isPermaLink="false">http://www.downloadspot.com/archives/37</guid>
		<description><![CDATA[ 
Password Revealer (only 65 kB &#8211; Windows                   95/98/Me/NT) is a utility that can show you most passwords that are typed in a               <a href="http://www.downloadspot.com/2009/06/revealer/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p> <a href="http://www.rekenwonder.com/revealer.htm" title="revealer"><img src="http://www.downloadspot.com/wp-content/uploads/2009/06/revealer1.gif" alt="revealer" border="0" /></a></p>
<p><span class="ProgTitle">Password Revealer</span> (only 65 kB &#8211; Windows                   95/98/Me/NT) is a utility that can show you most passwords that are typed in a                 password edit box (those that hide the password and show asterisks instead).</p>
<p><span class="ProgTitle"></span>Bring the password box on the                 screen, run Password Revealer, and click the button                 to reveal the password. That&#8217;s all.</p>
<p>Please note that Password Revealer does                   NEVER work with the following passwords, because they use                   special edit boxes:</p>
<ul>
<li>user passwords in Windows NT User                       Manager (this includes user passwords in Windows                       2000, XP and 2003).</li>
<li>site passwords in Internet Explorer 5.0                       and higher (such as Hotmail or AOL passwords)</li>
<li>most passwords under Windows                       2000, XP, Server 2003, Vista and Server 2008. Microsoft got smarter!</li>
</ul>
<p>Currently, we DO NOT have a solution for these passwords.</p>
<p><font face="Verdana" size="2">Password                 Revealer doesn&#8217;t come with an installation                 program, to keep it small for downloading. Just                 select the appropriate destination folder when                 downloading.</font></p>
<p style="color: red">WARNING: some antivirus programs may mark                   this program as a &#8220;Potentially unwanted program&#8221;. This is to let                   you know that if it is left on your computer without you knowing                   it, that someone with access to your computer may have used it to                    reveal your passwords.<br />
Please note that Password Revealer is NOT a virus, nor does it contain                   viruses if you copy it from a reliable source, and if it has not                   been infected in another way. Password Revealer                    will not secretly send passwords over a network, it will reveal them                   on the screen only.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.downloadspot.com/2009/06/revealer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
