<?xml version="1.0" encoding="utf-8"?>
			<rss version="2.0">
				<channel>
					<title>ShoutLand - All Discussions Feed</title>
					<lastBuildDate>Fri, 03 Sep 2010 19:15:41 -0600</lastBuildDate>
					<link>http://shoutland.com/</link>
					<description></description>
					<generator>
						Lussumo Vanilla 1.1.9 &amp; Feed Publisher
					</generator>
					<item>
			<title>Scam site?</title>
			<link>http://shoutland.com/discussion/2141/scam-site-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/2141/scam-site-/</guid>
			<pubDate>Wed, 25 Nov 2009 01:44:00 -0700</pubDate>
			<author>JackT</author>
			<description>
				<![CDATA[ Hi guys, i found this website early in the day :
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">&nbsp;http&#58;//www.chaoyegroup.com/</td></tr></table>
<br />

<br />
im pretty sure its a scam website all price are fu***** low ps3 160$ hard drive 1Tb 22$ so anyway does any one can confirm if its safe or scam? Thanks... ]]>
			</description>
		</item>
		<item>
			<title>All files corrupt</title>
			<link>http://shoutland.com/discussion/2154/all-files-corrupt/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/2154/all-files-corrupt/</guid>
			<pubDate>Mon, 07 Sep 2009 01:15:00 -0600</pubDate>
			<author>Askalton</author>
			<description>
				<![CDATA[ <p>
	Hi all &nbsp;Aint it nice to be back here &nbsp;<br />
	<br />
	Anyway here is my question. I lost my broadband conenction last week and since then its been down from 50mb to 2mb, Virgin have said there is a network problem and are working on a box on my street. My problem is every single file i download no matter how big/small is corrupt. Could this be due to the faulty connection im having ? I just dont want my speed to get fixed and not be able to download anything and trying to explain to virgin media about corrupt rar files is somthing i dont want to do. Its not the pc as my laptop is the same.</p>... ]]>
			</description>
		</item>
		<item>
			<title>CoD:MW2 and Eset Smart Security</title>
			<link>http://shoutland.com/discussion/1500/codmw2-and-eset-smart-security/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1500/codmw2-and-eset-smart-security/</guid>
			<pubDate>Fri, 08 Jan 2010 05:22:00 -0700</pubDate>
			<author>kurdboy</author>
			<description>
				<![CDATA[ So i have Eset Smart Security and when i am playing Call of Duty modern warfare 2 the Nat type is strict now ive heard you have to open ports for it to become open. When i open the ports it still says strict but when i disable my firewall it says open so what can i do to Eset smart security which it will allow me to play cod;mw2 with a open NAT. Do i need to add it to the firewall if so how can i do this? 
<br />

<br />
Thnx much appreciation
<br />

<br />
Solved found out how to allow software/programs... ]]>
			</description>
		</item>
		<item>
			<title>JAVA program for Postfix Evaluation</title>
			<link>http://shoutland.com/discussion/1012/java-program-for-postfix-evaluation-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1012/java-program-for-postfix-evaluation-/</guid>
			<pubDate>Sun, 11 Oct 2009 06:44:00 -0600</pubDate>
			<author>Junyann</author>
			<description>
				<![CDATA[ <span style="font-style:italic">I have tried a lot to make a program which evaluates an postfix expression and ended up with this.</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">/** Program to evaluate a postfix expression
<br />
&nbsp;* Program written by Soumyadeep
<br />
&nbsp;* **/
<br />

<br />
import java.io.*;
<br />
public class posteval
<br />
&#123;
<br />
&nbsp; &nbsp; private stack theStack; //the stack class
<br />
&nbsp; &nbsp; private String input; //The input is taken in this string
<br />
&nbsp; &nbsp; private double output; //The output is in this double
<br />
&nbsp; &nbsp; public posteval&#40;String in&#41;//constructor
<br />
&nbsp; &nbsp; &#123;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; input=in;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; int stackSize = input.length&#40;&#41;; //sets the stack's length
<br />
&nbsp; &nbsp; &nbsp; &nbsp; theStack = new stack&#40;stackSize&#41;; 
<br />
&nbsp; &nbsp; &nbsp; &nbsp; output = 0.0;
<br />
&nbsp; &nbsp; &#125;
<br />
&nbsp; &nbsp; public static void main&#40;String&#91;&#93; args&#41;throws IOException //main function
<br />
&nbsp; &nbsp; &#123;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; BufferedReader br = new BufferedReader&#40;new InputStreamReader&#40;System.in&#41;&#41;;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; System.out.println&#40;&quot;Insert the expression&quot;&#41;;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; String input = br.readLine&#40;&#41;;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; double output;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; posteval theEval = new posteval&#40;input&#41;; //creates the object theEval
<br />
&nbsp; &nbsp; &nbsp; &nbsp; output = theEval.doEval&#40;&#41;; //Calls doEval&#40;&#41;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; System.out.println&#40;&quot;The result is &quot; + output&#41;;
<br />
&nbsp; &nbsp;... ]]>
			</description>
		</item>
		<item>
			<title>Where is the Farm Frenzy 2 save file location?</title>
			<link>http://shoutland.com/discussion/1639/where-is-the-farm-frenzy-2-save-file-location/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1639/where-is-the-farm-frenzy-2-save-file-location/</guid>
			<pubDate>Fri, 25 Dec 2009 08:35:00 -0700</pubDate>
			<author>TIMMO64</author>
			<description>
				<![CDATA[ <p>
	If you&#39;re on Vista or Win 7 typing in &quot;Farm Frenzy&quot; in the search box located in the start menu should pull up the file no problem.</p>... ]]>
			</description>
		</item>
		<item>
			<title>Missing Display Options tabs</title>
			<link>http://shoutland.com/discussion/4508/missing-display-options-tabs/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4508/missing-display-options-tabs/</guid>
			<pubDate>Sat, 25 Apr 2009 05:16:00 -0600</pubDate>
			<author>juanri</author>
			<description>
				<![CDATA[ When I go into the control panel to fix the display options or even right clicking on the desk top, I get a box with no tabs so I can't change anything.  Is there a way to fix this?  Thank you!
<br />
<img src="http://i283.photobucket.com/albums/kk286/MyImages1294/Temporary%20Images/displayproperties-sshot.jpg" alt="Image" title="Image" border="0" />... ]]>
			</description>
		</item>
		<item>
			<title>[Solved] Hiding IP</title>
			<link>http://shoutland.com/discussion/6634/solved-hiding-ip/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6634/solved-hiding-ip/</guid>
			<pubDate>Tue, 24 Mar 2009 08:37:00 -0600</pubDate>
			<author>[Aname]</author>
			<description>
				<![CDATA[ What software do you recommend for hiding/changing IP. I'v ran into a sudden state of paranoia and most programs that I'v found either have bad reviews for slowing computers/browsers down, or just don't work.
<br />

<br />
What's recommended?
<br />

<br />
Thanks fellas'... ]]>
			</description>
		</item>
		<item>
			<title>my website do not run aspx</title>
			<link>http://shoutland.com/discussion/6568/my-website-do-not-run-aspx/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6568/my-website-do-not-run-aspx/</guid>
			<pubDate>Fri, 27 Mar 2009 02:47:00 -0600</pubDate>
			<author>TIMMO64</author>
			<description>
				<![CDATA[ Hello guys
<br />

<br />
I have a website.
<br />

<br />
first it was with linux server, which meant it could only support php or such pages.
<br />

<br />
now i paid them to change it to windows, to support ASP.NET pages but the .aspx pages cannot open in it.
<br />

<br />
you people jsut check the following link about the error it gives.
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//www.surani.com.pk/asp/default.aspx</td></tr></table>
<br />

<br />
I created this asp folder to check the temporary site, after the success, i will load it on the root.
<br />

<br />
I checked it in the root also but there also i get the same error.
<br />

<br />

<br />
I am using Visual Web developer 2008 Express Edition for creating ASP.NET pages
<br />

<br />

<br />
If you people can help, I will be mostly thankful to you all... ]]>
			</description>
		</item>
		<item>
			<title>screen reader?</title>
			<link>http://shoutland.com/discussion/5000/screen-reader/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5000/screen-reader/</guid>
			<pubDate>Mon, 12 Apr 2010 09:49:00 -0600</pubDate>
			<author>CrazyScott</author>
			<description>
				<![CDATA[ hi.  i was wondering if you guys have a recommendation for a screen reader?   my wife said her eyes get tired quickly when reading on her computer screen and i can remember when even an old mac from years and years ago used to be able to read documents/web pages so it's not a challenge technologically.   (my wife uses a PC)
<br />

<br />
so i'm just checking with you guys to see which program you guys would recommend.
<br />

<br />
thanks!... ]]>
			</description>
		</item>
		<item>
			<title>[YT] Prank on Halo 3 Girl</title>
			<link>http://shoutland.com/discussion/6504/yt-prank-on-halo-3-girl-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6504/yt-prank-on-halo-3-girl-/</guid>
			<pubDate>Thu, 24 Jun 2010 10:21:00 -0600</pubDate>
			<author>Disaster!</author>
			<description>
				<![CDATA[ This is so funny, watch it plz
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//www.youtube.com/watch?v=Zbvneshz8dQ</td></tr></table>... ]]>
			</description>
		</item>
		<item>
			<title>windows firewall security centre not notifying:SOLVED THANKS</title>
			<link>http://shoutland.com/discussion/6232/windows-firewall-security-centre-not-notifyingsolved-thanks/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6232/windows-firewall-security-centre-not-notifyingsolved-thanks/</guid>
			<pubDate>Thu, 02 Apr 2009 09:42:00 -0600</pubDate>
			<author>ACRaJ</author>
			<description>
				<![CDATA[ i have got all the options for notification checked but when start up there is no message to say firewall not activated but when you go to the security centre it is turned off you can turn it on again and stays there till reboot i am running avast pro and malwarebytes protection do not understand why its not reporting
<br />
i run schedule scan on both every morning no virus or adware found in logs
<br />

<br />
xp
<br />
2002
<br />
sp3
<br />

<br />
any suggestions would be much appreciated... ]]>
			</description>
		</item>
		<item>
			<title>[Question] Why some games size so SMALL? (Calling bgump_69)</title>
			<link>http://shoutland.com/discussion/6306/question-why-some-games-size-so-small-calling-bgump69/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6306/question-why-some-games-size-so-small-calling-bgump69/</guid>
			<pubDate>Tue, 31 Mar 2009 02:58:00 -0600</pubDate>
			<author>The_18th_Letter</author>
			<description>
				<![CDATA[ <p>
	How come there are some games able to be rip in this small size? <br />
	Any idea?</p>... ]]>
			</description>
		</item>
		<item>
			<title>Event-Driven Programming Languages</title>
			<link>http://shoutland.com/discussion/3102/eventdriven-programming-languages/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/3102/eventdriven-programming-languages/</guid>
			<pubDate>Tue, 17 Nov 2009 06:09:00 -0700</pubDate>
			<author>lucky78</author>
			<description>
				<![CDATA[ <p>
	Hi guys, I&#39;m currently taking up my course in PROGRAMMING LANGUAGES. Actually I googled for <br />
	this but I just want to have your opinions about event-driven programming languages<span style="font-weight:bold">(eg. ActionScript, Curl, GML, HyperNext, Object Pascal, Simula, SmallTalk, TCL, VB, Visual Prolog)</span> and how they differ with other programming languages<span style="font-weight:bold">(eg. Object-Oriented, Functional)</span>. <br />
	If you have tried these programming languages<span style="font-weight:bold">(event-driven)</span> please post here what you think are the pros and cons of that certain one over the others<span style="font-weight:bold">(OO, Functional)</span>. BTW I do know C and Java, only two. Thanks!&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>any free server/hosting support torrentflux and rapidleech?</title>
			<link>http://shoutland.com/discussion/199/any-free-serverhosting-support-torrentflux-and-rapidleech-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/199/any-free-serverhosting-support-torrentflux-and-rapidleech-/</guid>
			<pubDate>Mon, 06 Jul 2009 10:58:00 -0600</pubDate>
			<author>buenohead</author>
			<description>
				<![CDATA[ any??... ]]>
			</description>
		</item>
		<item>
			<title>Problems with IDM &amp;amp;&amp;amp; Win 7</title>
			<link>http://shoutland.com/discussion/2828/problems-with-idm-win-7-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/2828/problems-with-idm-win-7-/</guid>
			<pubDate>Sun, 22 Nov 2009 06:59:00 -0700</pubDate>
			<author>Disaster!</author>
			<description>
				<![CDATA[ When im downloading something on idm it slows my computer down never did it with vista nor xp. Is this just a bug or does anyone know a fix for it. only happens when im downloading big files four at a time... ]]>
			</description>
		</item>
		<item>
			<title>Unlimited MegaUpload Premium Link Generator</title>
			<link>http://shoutland.com/discussion/1826/unlimited-megaupload-premium-link-generator/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1826/unlimited-megaupload-premium-link-generator/</guid>
			<pubDate>Sun, 01 Nov 2009 02:06:00 -0700</pubDate>
			<author>JackT</author>
			<description>
				<![CDATA[ <table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				<br />
				http://leech.gopro4vn.com <br />
				<br />
				http://leech.gopro4vn.com/beta <br />
				<br />
				http://sv1.gopro4vn.com/ <br />
				<br />
				http://sv1.gopro4vn.com/mega <br />
				<br />
				http://blog.gopro4vn.com/tips-tricks/megaupload-rapidshare-premium-link-generator/</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	<br />
	plz say thank to keep this topic alive <br />
	<br />
	P/S:sometimes server slow down because too many jobs,try to refresh the page <br />
	<br />
	<img alt="Image" border="0" src="http://i41.tinypic.com/2ur8ta1.jpg" title="Image" /> <br />
	<font><span class="Apple-style-span" style="font-size: 10px;"><b><br />
	</b></span></font></p>... ]]>
			</description>
		</item>
		<item>
			<title>What the? BLocked?</title>
			<link>http://shoutland.com/discussion/6056/what-the-blocked/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6056/what-the-blocked/</guid>
			<pubDate>Sun, 05 Apr 2009 03:59:00 -0600</pubDate>
			<author>KamilKJHF</author>
			<description>
				<![CDATA[ I can't seem to get some random sites to work on my PC anymore it seems to just redirect me to the site but all thats displayed (in firefox) is a gif image 1x1 pixels.
<br />

<br />
And this is so strange as if I attempt to google that site the results page does the same thing.
<br />

<br />
Its like someone installed website blocking software on my PC.
<br />

<br />
Any help?... ]]>
			</description>
		</item>
		<item>
			<title>Good Pop-up blocker</title>
			<link>http://shoutland.com/discussion/5749/good-popup-blocker/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5749/good-popup-blocker/</guid>
			<pubDate>Sun, 12 Apr 2009 08:16:00 -0600</pubDate>
			<author>xTRiiXzZ-</author>
			<description>
				<![CDATA[ Hey just wanted to see if anybody knows a good Pop-Up blocker for Inertnet Explorer 7 if so let me know Thanks... ]]>
			</description>
		</item>
		<item>
			<title>NTH file</title>
			<link>http://shoutland.com/discussion/6050/nth-file/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6050/nth-file/</guid>
			<pubDate>Sun, 05 Apr 2009 10:15:00 -0600</pubDate>
			<author>.xOr</author>
			<description>
				<![CDATA[ <span style="font-weight:bold">Hi, I need to open an NTH file, can anyone help pls? Thanks alot! </span>... ]]>
			</description>
		</item>
		<item>
			<title>20-year-old receives first combination heart, kidney transpl</title>
			<link>http://shoutland.com/discussion/6647/20yearold-receives-first-combination-heart-kidney-transpl-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6647/20yearold-receives-first-combination-heart-kidney-transpl-/</guid>
			<pubDate>Sat, 19 Jun 2010 01:14:00 -0600</pubDate>
			<author>Benny6890</author>
			<description>
				<![CDATA[ 20-year-old receives first combination heart, kidney transplant 
<br />

<br />

<br />

<br />
A 20-year-old man is recovering after receiving a combination heart and kidney transplant at Barnes-Jewish Hospital this month.
<br />

<br />
Jonathan Sadowski of O’Fallon, Illinois had his first heart transplant when he was just a month old. The transplant allowed him to live a normal life. He grew up playing hockey and played for the Fort Zumwalt West High School team.
<br />

<br />
After 20 years, Sadowski’s heart began to fail again. His kidney’s suffered because of all the medication he was taking.
<br />

<br />
Earlier this month, Sadowski underwent a five hour surgery to replace his heart for a second time. The next morning he went under the knife for four more hours and received a new kidney.
<br />

<br />
The combination transplant was a first at Barnes-Jewish Hospital.
<br />

<br />
Traditionally, patients with heart failure are disqualified as candidates for transplants if they also have kidney failure.
<br />

<br />
Doctors are now saying that double transplants in patients like Sadowski are increasing the chances of long-term survival.
<br />

<br />

<br />

<br />

<br />

<br />
-... ]]>
			</description>
		</item>
		<item>
			<title>I need help in dBpowerAMP</title>
			<link>http://shoutland.com/discussion/4643/i-need-help-in-dbpoweramp/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4643/i-need-help-in-dbpoweramp/</guid>
			<pubDate>Thu, 23 Apr 2009 07:55:00 -0600</pubDate>
			<author>ShaneMcmahon619</author>
			<description>
				<![CDATA[ I recently use dBpowerAMP to rip my original audio cds.
<br />
but while trying to rip, a problem &quot;Not in AcurateRip&quot; appears in the &quot;Rip Status&quot; section.
<br />
the problem shown in the follwoing image:
<br />

<br />
<img src="http://i663.photobucket.com/albums/uu358/nniyazii/Variety/not_in_accuraterip.jpg" alt="Image" title="Image" border="0" />
<br />

<br />
please, help me to fix this problem.
<br />

<br />
thanks in advance.... ]]>
			</description>
		</item>
		<item>
			<title>empire total war special forces edition-razor 1911</title>
			<link>http://shoutland.com/discussion/6444/empire-total-war-special-forces-editionrazor-1911/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6444/empire-total-war-special-forces-editionrazor-1911/</guid>
			<pubDate>Sat, 28 Mar 2009 11:36:00 -0600</pubDate>
			<author>ACRaJ</author>
			<description>
				<![CDATA[ hello,
<br />
i have problem, i can't load my game from campaign of world domination, when i go to the continue campaign or to load game, game crack and turn out on the desktop, and in installation folder appear 3 files:
<br />

<br />
out_of_memory_dump_heaps_map.tga
<br />
out_of_memory_dump_memory_map.tga
<br />
out_of_memory_dump_virtual_map.tga
<br />

<br />
i tried all fixes and crack and is not working.
<br />
please help me!
<br />

<br />
	
<br />
Sorry if I have a mistake in the writing, my English is not just the best.... ]]>
			</description>
		</item>
		<item>
			<title>Java Program -  Ip address location Help</title>
			<link>http://shoutland.com/discussion/6162/java-program--ip-address-location-help-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6162/java-program--ip-address-location-help-/</guid>
			<pubDate>Sat, 26 Jun 2010 05:52:00 -0600</pubDate>
			<author>flazh</author>
			<description>
				<![CDATA[ I was wondering does anyone have any code of a java IP address location APP. I have code to get the IP address of a website but I now need code to give me the location of the IP address. I know there are websites there to do this but I really need the Java code for it. If any1 doesnt have in Java any other language would do(No web Programming languages, needs to be in a desktop app)
<br />

<br />
Any help would be appreicated
<br />

<br />
Cheers... ]]>
			</description>
		</item>
		<item>
			<title>Windows XP fails to log in</title>
			<link>http://shoutland.com/discussion/5943/windows-xp-fails-to-log-in/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5943/windows-xp-fails-to-log-in/</guid>
			<pubDate>Wed, 08 Apr 2009 03:48:00 -0600</pubDate>
			<author>kadeer</author>
			<description>
				<![CDATA[ Hello my problem is this when I log on to my Lap top which is running XP home with all the latest updates. 
<br />

<br />
It crashes it comes up with two error msgs one saying windows explorer needs to close and the other saying windows debugger needs to close then the whole thing freezes and I have to restart. 
<br />

<br />
Does any one what can cause this and how to fix it.
<br />

<br />
Thanks in advance Bartiemus... ]]>
			</description>
		</item>
		<item>
			<title>Search server express</title>
			<link>http://shoutland.com/discussion/6439/search-server-express/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6439/search-server-express/</guid>
			<pubDate>Fri, 27 Mar 2009 03:13:00 -0600</pubDate>
			<author>CODE4FOOD</author>
			<description>
				<![CDATA[ i need to know what is the use of this program? does anyone have any idea what it is for?
<br />

<br />
does such a program save anything you do in the computer?
<br />
please i need information what is the use of this program.... ]]>
			</description>
		</item>
		<item>
			<title>Can Someone Revoke A Steam Game Gift After You Have DLed It?</title>
			<link>http://shoutland.com/discussion/6438/can-someone-revoke-a-steam-game-gift-after-you-have-dled-it/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6438/can-someone-revoke-a-steam-game-gift-after-you-have-dled-it/</guid>
			<pubDate>Sat, 28 Mar 2009 08:12:00 -0600</pubDate>
			<author>Levi666</author>
			<description>
				<![CDATA[ I traded a WoW account for a Steam Gift Game (Civ4 Collection). But the guy said he was going to get the Gift back =\
<br />

<br />
I have already started dling the gift, can he actually get it revoked?
<br />

<br />
Thanks,
<br />
Cameron.... ]]>
			</description>
		</item>
		<item>
			<title>PHP Question: Parsing XML</title>
			<link>http://shoutland.com/discussion/6299/php-question-parsing-xml-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6299/php-question-parsing-xml-/</guid>
			<pubDate>Sun, 13 Jun 2010 11:30:00 -0600</pubDate>
			<author>TIMMO64</author>
			<description>
				<![CDATA[ Hi All
<br />

<br />
I've got a method inside my class that is really bad in that there must be a better way todo this! 
<br />

<br />
The Method:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">public function episodeInfo&#40;$showid,$season = NULL,$episodenum = NULL&#41;
<br />
&nbsp; &nbsp; &#123;
<br />

<br />
&nbsp; &nbsp;&nbsp; &nbsp;if&#40;is_numeric&#40;$showid&#41;&#41;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&#123;&nbsp; &nbsp;&nbsp; &nbsp;
<br />

<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$constructed_url = $this-&gt;tvrage_url_epinfo.&quot;?key=&quot;.$this-&gt;tvrage_key.&quot;&amp;sid=&quot;.urlencode&#40;$showid&#41;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$object = simplexml_load_file&#40;$constructed_url&#41;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;if&#40;$season&#41; //We check to see if a season was requested.
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&#123;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;foreach&#40;$object-&gt;Episodelist-&gt;Season as $season_object&#41; //If it was - foreach through until we find the season
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&#123;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;if&#40;$season == $season_object&#91;'no'&#93;&#41; //when we find the season. We need to check if an episode was specifed. 
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&#123;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;if&#40;empty&#40;$episodenum&#41;&#41; // if it was not. then lets return our season in an object form
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&#123;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
<br />
&nbsp; &nbsp;&nbsp;... ]]>
			</description>
		</item>
		<item>
			<title>Conficker</title>
			<link>http://shoutland.com/discussion/6369/conficker/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6369/conficker/</guid>
			<pubDate>Wed, 01 Apr 2009 01:21:00 -0600</pubDate>
			<author>KamilKJHF</author>
			<description>
				<![CDATA[ can i get this by downloading by this site? or rlslog via rapidshare?
<br />
thanks... ]]>
			</description>
		</item>
		<item>
			<title>Sites blocked?</title>
			<link>http://shoutland.com/discussion/4826/sites-blocked/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4826/sites-blocked/</guid>
			<pubDate>Sat, 01 May 2010 05:08:00 -0600</pubDate>
			<author>bogcess</author>
			<description>
				<![CDATA[ Many W sites says <span style="font-style:italic">This webpage is not available.</span>
<br />

<br />
Are those sites blocked?
<br />

<br />
Checked, they aren't down.
<br />

<br />
How to access them? Tried a few proxies, it says couldn't connect to the host.... ]]>
			</description>
		</item>
		<item>
			<title>domain</title>
			<link>http://shoutland.com/discussion/6434/domain/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6434/domain/</guid>
			<pubDate>Sat, 28 Mar 2009 02:41:00 -0600</pubDate>
			<author>Blaze9</author>
			<description>
				<![CDATA[ domain not login one time login administrator after login in domain... ]]>
			</description>
		</item>
		<item>
			<title>Downloader that I can use with hotfile ????</title>
			<link>http://shoutland.com/discussion/3752/downloader-that-i-can-use-with-hotfile-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/3752/downloader-that-i-can-use-with-hotfile-/</guid>
			<pubDate>Tue, 19 May 2009 05:03:00 -0600</pubDate>
			<author>kadeer</author>
			<description>
				<![CDATA[ Hi all,
<br />

<br />
I want a downloader that I can use with hotfile.com (as well as rapidshare and megaupload.
<br />
I tried Tucan Download Manager but it does not support hotfile.
<br />

<br />
Any suggestions please???... ]]>
			</description>
		</item>
		<item>
			<title>Megapremilink.co.cc Megaupload premium Link Generator</title>
			<link>http://shoutland.com/discussion/2806/megapremilinkcocc-megaupload-premium-link-generator/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/2806/megapremilinkcocc-megaupload-premium-link-generator/</guid>
			<pubDate>Wed, 11 Nov 2009 02:13:00 -0700</pubDate>
			<author>ACRaJ</author>
			<description>
				<![CDATA[ <p>
	Guys, please donate an account if you have used this site. My Megaupload account will expire soon and I need your help! <br />
	Either donate accounts or visit the support me page! <br />
	<br />
	<span style="font-size:24px; line-height:normal"><span style="orange">Megapremilink</span></span></p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				http://megapremilink.co.cc/</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	Mirror!</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				http://ym102.co.cc/PremiumLinkGen/</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	<span style="font-weight:bold">Donate An Account</span> <br />
	You can donate an account to become a VIP, as a VIP member, you are able to download files with no limits. Besides, sharing an account here is very safe, there will be no one who can change your password while everybody gets to use it. <br />
	<br />
	<span style="font-weight:bold">Why will you want to donate an account? <br />
	</span>Basically, if you have only Megaupload or Rapidshare premium account and will like to use the premium service of another filehost, you can donate your account to get better VIP service which is almost equivalent to the premium service. </p>... ]]>
			</description>
		</item>
		<item>
			<title>Megaupload Direct Download Method ;)</title>
			<link>http://shoutland.com/discussion/3222/megaupload-direct-download-method-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/3222/megaupload-direct-download-method-/</guid>
			<pubDate>Wed, 25 Nov 2009 02:06:00 -0700</pubDate>
			<author>CrazyScott</author>
			<description>
				<![CDATA[ <p>
	<span style="font-weight:bold"><span style="green">Hope You Like This </span></span>&nbsp;<br />
	<br />
	If you want to download this :-</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				http://www.megaupload.com/?d=?????</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	<span style="font-weight:bold"><span style="red">Don&#39;t Want to Wait For Countdown...? &nbsp;</span></span><br />
	Add the code below&nbsp;</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				.com/mgr_dl.php?d=?????</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	<span style="font-weight:bold"><span style="text-decoration:underline"><span style="font-style:italic">Full Link</span></span></span></p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				http://www.megaupload.com/mgr_dl.php?d=?????</td>
		</tr>
	</tbody>
</table>... ]]>
			</description>
		</item>
		<item>
			<title>Is there any way to change the Movie language into English</title>
			<link>http://shoutland.com/discussion/3982/is-there-any-way-to-change-the-movie-language-into-english/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/3982/is-there-any-way-to-change-the-movie-language-into-english/</guid>
			<pubDate>Tue, 12 May 2009 02:49:00 -0600</pubDate>
			<author>buenohead</author>
			<description>
				<![CDATA[ <p>
	Recently I downloaded a movie from the links provided and found that the conversation was in a language foreign to me and not in English. Is there any way to change the language into English and if there is a way to do this, I would like to know the steps to achieve this conversion. Can anyone help me with this problem? <br />
	<br />
	Thanks in advance.</p>... ]]>
			</description>
		</item>
		<item>
			<title>A really nasty registry/malaware agent removal</title>
			<link>http://shoutland.com/discussion/5977/a-really-nasty-registrymalaware-agent-removal/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5977/a-really-nasty-registrymalaware-agent-removal/</guid>
			<pubDate>Fri, 18 Jan 2008 08:51:00 -0700</pubDate>
			<author>Junyann</author>
			<description>
				<![CDATA[ Hello guys!
<br />
Mate of mine (that I'm helping with) has downloaded some &quot;realy nice torrent&quot; (something like blues...)
<br />
So yep! anytime you do try to touch the file
<br />

<br />

<br />

<br />
I've tryed Eraser 5.86; ace utilities; WinXP Manager (all that has advanced file erasing utilities) with no avail....
<br />
With Eraser:
<br />

<br />

<br />
With XP manager:
<br />

<br />

<br />
I've scaned pc with Unhack me, antispwares, antiviruses- Nothing; Used UnlockMe; Checked the registry myself- could not see anything unusual; Tryed reinstaling K-Lite codecs, running G-spot...
<br />
It used to be default download folder (customised), using XPMan it had managed to delete customasation and few other files that where there, but not the one that is in BitTorrent Files and inside the mentioned blues something... once the initial Download file is tryed to be opened/ erased/ moved/ deleted- winExplorer gets an error.
<br />
One more behaviour patern- after reboot at all times Quick launch dissapear on Win toolbar. 
<br />
I do remember something of the similar file on one of forums download (but that one has allowed to delete it with XP Manager) a while ago, but now it seems to affect administrative rights in such sophisticated way that is out of mine ability... ]]>
			</description>
		</item>
		<item>
			<title>How much Bandwidth?</title>
			<link>http://shoutland.com/discussion/4829/how-much-bandwidth/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4829/how-much-bandwidth/</guid>
			<pubDate>Tue, 04 May 2010 03:59:00 -0600</pubDate>
			<author>lucky78</author>
			<description>
				<![CDATA[ If theres a forum where approx 1000 users visit and browse, then approx how much Bandwidth would be sufficient per month?
<br />

<br />

<br />
Thanks... ]]>
			</description>
		</item>
		<item>
			<title>ipod touch cracked apps</title>
			<link>http://shoutland.com/discussion/4746/ipod-touch-cracked-apps/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4746/ipod-touch-cracked-apps/</guid>
			<pubDate>Thu, 13 May 2010 08:44:00 -0600</pubDate>
			<author>-wiseman-</author>
			<description>
				<![CDATA[ <p>
	I downloaded a app from net and i cant seem to find out how to get it onto my ipod. I jailbroke it with redsnow. Could someone please direct me to a video helping me with this or try to help me with this problem?</p>... ]]>
			</description>
		</item>
		<item>
			<title>GIS(geographic information system)</title>
			<link>http://shoutland.com/discussion/6158/gisgeographic-information-system-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6158/gisgeographic-information-system-/</guid>
			<pubDate>Tue, 22 Jun 2010 02:49:00 -0600</pubDate>
			<author>buenohead</author>
			<description>
				<![CDATA[ Im currently taking my elective on GIS. what software  would you recommend for this one?... ]]>
			</description>
		</item>
		<item>
			<title>C# Alarm Clock (WAV Looper) - Source code INCLUDED</title>
			<link>http://shoutland.com/discussion/94/c-alarm-clock-wav-looper-source-code-included-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/94/c-alarm-clock-wav-looper-source-code-included-/</guid>
			<pubDate>Wed, 11 Nov 2009 03:27:00 -0700</pubDate>
			<author>arshdeep79</author>
			<description>
				<![CDATA[ <span style="font-weight:bold"><span style="indigo"><span style="font-size:24px; line-height:normal">C# (C-Sharp / CSharp) .NET Application</span></span>
<br />
<span style="darkblue"><span style="font-size:18px; line-height:normal">WAV Looper 1.0</span></span>
<br />
<span style="darkblue"><span style="font-size:18px; line-height:normal">Alarm Clock</span></span></span>
<br />

<br />

<br />
<span style="font-weight:bold"><span style="font-size:18px; line-height:normal"><span style="indigo">Screenshot</span></span></span>
<br />

<br />
<img src="http://i38.tinypic.com/24q4ff9.png" alt="Image" title="Image" border="0" />
<br />

<br />

<br />

<br />
<span style="font-weight:bold"><span style="font-size:18px; line-height:normal"><span style="indigo">Some Information</span></span></span>
<br />

<br />
I have created this project in a few minutes - so it's not the best it could be. My program makes use of a OpenFileDialog, Timer, and SoundPlayer. Other minor things used within my Projects are Events, MessageBox, Conversion to Integers, IF statements, File.Exists, etc). I have used <span style="font-weight:bold">Microsoft Visual Studio 2008</span> with .NET Framework 3.0 - so please don't complain if this doesn't work on older versions. Also, I haven't made use of Try-Catch statements so there could be a chance of an exception being unhandled (causing the application to close) if you manage to find a reason for it to crash (such as starting the timer, and then deleting the .WAV file once the timer has started). It would only require a couple lines of code to fix this - but you're intersted in C# then I guess you can do it yourself - practice is always the way to learn (TIP:... ]]>
			</description>
		</item>
		<item>
			<title>need free pics?</title>
			<link>http://shoutland.com/discussion/6260/need-free-pics/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6260/need-free-pics/</guid>
			<pubDate>Sat, 28 Mar 2009 06:23:00 -0600</pubDate>
			<author>KamilKJHF</author>
			<description>
				<![CDATA[ i need some free hammock pics for my website. where could get free pics of hammocks?
<br />
thank you.... ]]>
			</description>
		</item>
		<item>
			<title>[Solved]How to use if function to compare 2 variables?</title>
			<link>http://shoutland.com/discussion/6330/solvedhow-to-use-if-function-to-compare-2-variables-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6330/solvedhow-to-use-if-function-to-compare-2-variables-/</guid>
			<pubDate>Sat, 12 Jun 2010 08:06:00 -0600</pubDate>
			<author>kyuubi92</author>
			<description>
				<![CDATA[ Erm, ok.. let say, now i have these 2 variables:
<br />

<br />
alpha = 'A';
<br />
alpha1 = 'a';
<br />

<br />
and when user is asked for an input, i wan the program to be able to detect A or a, (meaning no case-sensitive issues), such as
<br />

<br />
char input;
<br />
scanf(&quot;%c&quot;, &amp;input);
<br />

<br />
by using this IF function to compare.
<br />

<br />
if( input == alpha)
<br />
{
<br />
printf(&quot;You''ve input the correct alphabet&quot;);
<br />
}
<br />

<br />
if i were to just write like that, only when user input a capital letter of A, that the program will show up this message. If user input a small letter of A, the program wouldn't show this message.
<br />
How can i put it, so that whenever the user input A or a, the program will be able to detect the correct answer and show this message &quot;You've input the correct alphabet&quot;? 
<br />

<br />
i've tried using this..
<br />

<br />
if(input == (alpha || alpha1))
<br />
{
<br />
printf(&quot;You''ve input the correct alphabet&quot;);
<br />
}
<br />

<br />
however... it seems that now the program cannot even detect A or a... and it won't show this message no matter i input 'A' or 'a' ... 
<br />

<br />
Is my method wrong? And why? Or did i... ]]>
			</description>
		</item>
		<item>
			<title>Worms problem T.T</title>
			<link>http://shoutland.com/discussion/4233/worms-problem-tt/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4233/worms-problem-tt/</guid>
			<pubDate>Wed, 29 Apr 2009 01:28:00 -0600</pubDate>
			<author>xbradx</author>
			<description>
				<![CDATA[ Hello all,I'm happy to find the forum,I'm new here.Today my problem is,I downloaded the RIPPED Worms 4 mayhem and Worms 3D and I go to their website and downloaded the patch but I can't patch it cause it say it cannot find Worms Mayhem,3D installed on my computer,so anyone can help?Your help is greatly appriciated!... ]]>
			</description>
		</item>
		<item>
			<title>Proxy servers</title>
			<link>http://shoutland.com/discussion/6054/proxy-servers/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6054/proxy-servers/</guid>
			<pubDate>Sun, 05 Apr 2009 07:08:00 -0600</pubDate>
			<author>hyderabadi</author>
			<description>
				<![CDATA[ Hi, 
<br />
I'm looking for a way of fooling a website to thinking im in the USA (im in the UK).
<br />

<br />
I read online someone was using a program called Torpark to do this. 
<br />

<br />
Does anyone know if this would work? Or can suggest something else?
<br />

<br />
Cheers.... ]]>
			</description>
		</item>
		<item>
			<title>php command line redirection</title>
			<link>http://shoutland.com/discussion/6305/php-command-line-redirection-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6305/php-command-line-redirection-/</guid>
			<pubDate>Sat, 12 Jun 2010 07:25:00 -0600</pubDate>
			<author>eggnificent</author>
			<description>
				<![CDATA[ I have made a php script that cron executes and then should pass params. to a different script using header('Location: test.php'); and sending the Get commands;
<br />

<br />
This work fine from a web browser however I need to run it from the command line.
<br />

<br />
Any help would be great thanks.
<br />

<br />
<span style="font-weight:bold">Edit</span>: I basically have the problem on this page:
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//gregorygrubbs.com/wordpress/how-to-get-your-command-line-php-script-working-with-wordpress-mu-27/</td></tr></table> 
<br />
but I can't figure out how to do it on windows.... ]]>
			</description>
		</item>
		<item>
			<title>wii games dowload</title>
			<link>http://shoutland.com/discussion/1518/wii-games-dowload/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1518/wii-games-dowload/</guid>
			<pubDate>Sat, 26 Dec 2009 12:27:00 -0700</pubDate>
			<author>hyderabadi</author>
			<description>
				<![CDATA[ I've wii with chip and can play some back up games but all the games I've downloaded can't play them, any idea why?Tks... ]]>
			</description>
		</item>
		<item>
			<title>Compressing VOB files</title>
			<link>http://shoutland.com/discussion/5455/compressing-vob-files-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5455/compressing-vob-files-/</guid>
			<pubDate>Sun, 13 Jun 2010 08:26:00 -0600</pubDate>
			<author>KamilKJHF</author>
			<description>
				<![CDATA[ What's the best way to compress VOB files that have been ripped from an authentic DVD?
<br />

<br />
I've ripped 10 seasons of The Simpsons from my DVD's, does anyone  know of the best method/format to compress them into? At the moment they're 1GB per episode, which seems a bit heavy.
<br />

<br />
Which format and which program is best?... ]]>
			</description>
		</item>
		<item>
			<title>Norton Ghost question (urgent)</title>
			<link>http://shoutland.com/discussion/1741/norton-ghost-question-urgent/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1741/norton-ghost-question-urgent/</guid>
			<pubDate>Sun, 20 Dec 2009 10:33:00 -0700</pubDate>
			<author>CrazyScott</author>
			<description>
				<![CDATA[ Hi.
<br />

<br />
Is there any version of Norton Ghost like a cd boot that can clone a hard drive ? I specificaly need a version of Ghost that can be booted from a cd and not runned from windows.
<br />

<br />
Very urgent
<br />

<br />
Thanks in advance... ]]>
			</description>
		</item>
		<item>
			<title>[Solved] Maxtor External Drive Error</title>
			<link>http://shoutland.com/discussion/5904/solved-maxtor-external-drive-error/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5904/solved-maxtor-external-drive-error/</guid>
			<pubDate>Wed, 08 Apr 2009 09:19:00 -0600</pubDate>
			<author>Benny6890</author>
			<description>
				<![CDATA[ My friend brought over his Maxtor external harddrive and when I put it in and opened it up it said &quot;The disk in drive K: is not formatted. Do you want to format it now?&quot;
<br />
From what he has told me, he doesn't disconnect the drive properly and just pulls out the USB plug. I think this is what caused it.
<br />

<br />
Any chance of fixing this?
<br />
I've tried a &quot;Error-checking&quot; but the window closes straight away without checking anything.
<br />

<br />
Any help would be great.... ]]>
			</description>
		</item>
		<item>
			<title>How to remove Virtumonde Adware?</title>
			<link>http://shoutland.com/discussion/5684/how-to-remove-virtumonde-adware/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5684/how-to-remove-virtumonde-adware/</guid>
			<pubDate>Wed, 15 Apr 2009 10:10:00 -0600</pubDate>
			<author>`KrSd</author>
			<description>
				<![CDATA[ <img src="http://i39.tinypic.com/mwfcpx.jpg" alt="Image" title="Image" border="0" />
<br />

<br />
My NOD32 keeps on quarantining it again and again, to delete on next restart. But even after the restart, same thing... NOD32 popping up alert every 2 minutes and giving report of quarantining the file.
<br />

<br />
Also has made the system very slow.
<br />

<br />
NOD32 has detected 2 DLL files in the system32 folder.
<br />

<br />
I tried deleting the files in safe mode, VunduFix but nothing deleted it...
<br />

<br />
Any suggestions (except formatting) ...
<br />

<br />

<br />
Thanks... ]]>
			</description>
		</item>
		<item>
			<title>Rainmeter Skins</title>
			<link>http://shoutland.com/discussion/5616/rainmeter-skins/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5616/rainmeter-skins/</guid>
			<pubDate>Thu, 16 Apr 2009 10:23:00 -0600</pubDate>
			<author>masantula</author>
			<description>
				<![CDATA[ Hey i installed Rainmeter HUD Version onto my computer, now how can i open  and use the skins?... ]]>
			</description>
		</item>
		<item>
			<title>Help with converting movies to 300MB</title>
			<link>http://shoutland.com/discussion/4015/help-with-converting-movies-to-300mb/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4015/help-with-converting-movies-to-300mb/</guid>
			<pubDate>Mon, 11 May 2009 06:18:00 -0600</pubDate>
			<author>[Aname]</author>
			<description>
				<![CDATA[ Hi,  I am very new at this. I would like to know how to convert movies to 300 MB, in very easy terms... ]]>
			</description>
		</item>
		<item>
			<title>Messages : Outbox [SOLVED]</title>
			<link>http://shoutland.com/discussion/6042/messages-outbox-solved/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6042/messages-outbox-solved/</guid>
			<pubDate>Mon, 06 Apr 2009 05:33:00 -0600</pubDate>
			<author>DjNaZz</author>
			<description>
				<![CDATA[ ` Hi
<br />
Im query about my outbox ?
<br />
Because i've sent a request requesting to be apart of a team here.
<br />
And i don't know if it has sent or if its pending.Though, the person has been online after i have sent it as i've checked their posts.
<br />

<br />
- Do they need to receive it to be in sent ?
<br />
- Do i just need to resend ?
<br />
Or do I have to wait for them to come online for it to be sent... ]]>
			</description>
		</item>
		<item>
			<title>Please Help about elite proxy</title>
			<link>http://shoutland.com/discussion/5969/please-help-about-elite-proxy/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5969/please-help-about-elite-proxy/</guid>
			<pubDate>Tue, 07 Apr 2009 04:02:00 -0600</pubDate>
			<author>juanri</author>
			<description>
				<![CDATA[ I need at least one <span style="font-weight:bold">fresh private elite(high-anonymous) proxy </span>every day. I have been looking for long time, got registered to lot of forums searched lots for a site but what been supplied were all shit.
<br />

<br />
Can anybody help me by any way to get <span style="font-weight:bold">fresh private elite proxy of US and UK.</span>
<br />

<br />
I am looking forward for a generous help. 
<br />

<br />
Thanks... ]]>
			</description>
		</item>
		<item>
			<title>Ten Sports (HQ) Live Stream - 24 X 7</title>
			<link>http://shoutland.com/discussion/5660/ten-sports-hq-live-stream-24-x-7-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5660/ten-sports-hq-live-stream-24-x-7-/</guid>
			<pubDate>Fri, 18 Jun 2010 04:43:00 -0600</pubDate>
			<author>appleseed155</author>
			<description>
				<![CDATA[ <span style="blue"><span style="font-size:18px; line-height:normal">Watch Best Sports Channel Ten Sports Live Stream 24X7</span></span>
<br />

<br />
<span style="blue"><span style="font-size:18px; line-height:normal">at</span></span>
<br />

<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//cricket20-livestream.blogspot.com/</td></tr></table>... ]]>
			</description>
		</item>
		<item>
			<title>xbox live games</title>
			<link>http://shoutland.com/discussion/3029/xbox-live-games/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/3029/xbox-live-games/</guid>
			<pubDate>Sun, 27 Dec 2009 02:54:00 -0700</pubDate>
			<author>`KrSd</author>
			<description>
				<![CDATA[ how do u get these games to work i knw how to burn normal games but live games r only 300 mb and r not iso files can any1 help... ]]>
			</description>
		</item>
		<item>
			<title>What do you think about Gainward Radeon HD 4870 1GB Golden S</title>
			<link>http://shoutland.com/discussion/6380/what-do-you-think-about-gainward-radeon-hd-4870-1gb-golden-s/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6380/what-do-you-think-about-gainward-radeon-hd-4870-1gb-golden-s/</guid>
			<pubDate>Sun, 29 Mar 2009 02:46:00 -0600</pubDate>
			<author>flazh</author>
			<description>
				<![CDATA[ <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Quote:</strong></span></td></tr><tr><td class="quote">My processor is Phenom 9850 4 x 2,5 ghz, 4 GB DDR2 800, Monitor Gateway `22</td></tr></table>
<br />
Gainward Radeon HD 4870 1GB Golden Sample
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//www.bit-tech.net/hardware/graphics/2008/11/18/gainward-radeon-hd-4870-1gb-golden-sample/1</td></tr></table>
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//benchit.pl/karty+graficzne/ATI/Radeon/HD+4870/1GB/1024/53</td></tr></table>... ]]>
			</description>
		</item>
		<item>
			<title>Need for speed shift error solved</title>
			<link>http://shoutland.com/discussion/5223/need-for-speed-shift-error-solved/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5223/need-for-speed-shift-error-solved/</guid>
			<pubDate>Sat, 13 Mar 2010 07:01:00 -0700</pubDate>
			<author>schurke2000</author>
			<description>
				<![CDATA[ <p>
	works now <br />
	but i cant use my analog controller <br />
	how??? <br />
	cause lastime i just put the set2 in controls to make it work in analog but now <br />
	not working <br />
	anyone???</p>... ]]>
			</description>
		</item>
		<item>
			<title>SHARE YOUR DREAMS HERE !</title>
			<link>http://shoutland.com/discussion/6441/share-your-dreams-here-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6441/share-your-dreams-here-/</guid>
			<pubDate>Wed, 07 Jul 2010 07:54:00 -0600</pubDate>
			<author>masantula</author>
			<description>
				<![CDATA[ Great website for sharing your dreams, read the other comments about your dream, some time you will get the meaning of your dream, come back later and check whether it actually happen in your life.
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//mylastnightdream.com</td></tr></table>... ]]>
			</description>
		</item>
		<item>
			<title>Rip Blu-ray</title>
			<link>http://shoutland.com/discussion/4879/rip-bluray/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4879/rip-bluray/</guid>
			<pubDate>Wed, 28 Apr 2010 08:17:00 -0600</pubDate>
			<author>appleseed155</author>
			<description>
				<![CDATA[ I have been wanting to rip a blu-ray movie for a while now and i have seen lots of tutorials online but none of them are clear.  I've seen a lot of blu-ray releases in mkv format and i was intrigued of how to do this.  can some one draw up a little guide of what programs and how to do this?
<br />

<br />
Thanks... ]]>
			</description>
		</item>
		<item>
			<title>Best RAM disk program for WinXP?</title>
			<link>http://shoutland.com/discussion/4541/best-ram-disk-program-for-winxp/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4541/best-ram-disk-program-for-winxp/</guid>
			<pubDate>Mon, 27 Apr 2009 06:18:00 -0600</pubDate>
			<author>xTRiiXzZ-</author>
			<description>
				<![CDATA[ What is currently the best RAM disk program, and why? I'm running WinXP with 3 GB RAM.  My system rarely uses anything near 1.5 GB of it.  So I'm thinking about turning the other 1.5 GB into the virtual memory paging file with a RAM disk program, and not using a paging file on my hard drive.  Does this seem like a good idea?  Any problems or advice?  Thanks.... ]]>
			</description>
		</item>
		<item>
			<title>PHP mission, decoding a json multi-array script</title>
			<link>http://shoutland.com/discussion/6283/php-mission-decoding-a-json-multiarray-script/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6283/php-mission-decoding-a-json-multiarray-script/</guid>
			<pubDate>Sun, 13 Jun 2010 05:59:00 -0600</pubDate>
			<author>timmy1201</author>
			<description>
				<![CDATA[ <p>
	Ok, this is what I&#39;ve got and its nasty... <br />
	<br />
	What I need to do is decode the script below so that I can grab each heading (text or url or ...) and output it separately to a webpage table, decoding is the easy part but how to indentify say the url in section 1 from the url in section 2 and so forth.... <br />
	<br />
	Regards. <br />
	&nbsp;</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				Input: http://www.metservice.com/publicData/thunderstormOutlook&nbsp; &nbsp;(json format) <br />
				Output: http://metservice.com/national/warnings/severe-thunderstorm-outlook&nbsp; &nbsp; (html format)</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	it can have up to 4 sections, each section has a standard format <br />
	<br />
	[{&quot;issuedTime&quot; &quot;text&quot; &quot;url&quot; &quot;validToTime&quot;},{&quot;issuedTime&quot; &quot;text&quot; &quot;url&quot; &quot;validToTime&quot;},{&quot;issuedTime&quot; &quot;text&quot; &quot;url&quot; &quot;validToTime&quot;}] <br />
	<br />
	the &quot;url&quot; = http://metservice.com + &quot;url&quot; to get full png pic url. <br />
	<br />
	sample of the json file that I need to use (it updates regularly <br />
	<br />
	[{ <br />
	&quot;issuedTime&quot;:&quot;9:10am Sunday 13 June 2010&quot;, <br />
	&quot;text&quot;:&quot;\nAn active front moves east over the North Island early this afternoon. The flow changes to the southwest about northern and western areas of the island behind it, but a strong southerly flow spreads north over southeastern regions. A high risk of thunderstorms this morning from Waikato to the... ]]>
			</description>
		</item>
		<item>
			<title>My new build</title>
			<link>http://shoutland.com/discussion/4387/my-new-build-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4387/my-new-build-/</guid>
			<pubDate>Sat, 08 May 2010 02:30:00 -0600</pubDate>
			<author>CODE4FOOD</author>
			<description>
				<![CDATA[ I just bought an ASUS P6T motherboard with an i7 2.66ghz cpu, 3x2gig corsair 1600mghz ram, pny geforce 8500gt card with windows 7 32bit (i know I'm getting x64 right now) but I installed cod 4 to test it out i set the screen size to &quot;something&quot; x 1080 and left everything the alone. I keep getting a gitter or whatever you call it. so I tried disableing hyper threading but that didn't help. anyone have any ideas on how to fix this problem? thanks... ]]>
			</description>
		</item>
		<item>
			<title>Need help to save address book in 2007</title>
			<link>http://shoutland.com/discussion/6213/need-help-to-save-address-book-in-2007/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6213/need-help-to-save-address-book-in-2007/</guid>
			<pubDate>Thu, 02 Apr 2009 03:41:00 -0600</pubDate>
			<author>BELLASOFIA</author>
			<description>
				<![CDATA[ Was hoping someone knew how to save a wab file ( address book in 2007 ) so as to save for future backing up thanks in advance... ]]>
			</description>
		</item>
		<item>
			<title>Need help with C++ string analyzer</title>
			<link>http://shoutland.com/discussion/6147/need-help-with-c--string-analyzer-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6147/need-help-with-c--string-analyzer-/</guid>
			<pubDate>Thu, 24 Jun 2010 03:04:00 -0600</pubDate>
			<author>furyz0r</author>
			<description>
				<![CDATA[ hey guys, can someone help me out with creating this program
<br />
i'm fairly new with c++
<br />

<br />
i need a program that will accept any string and would display how many characters are in total and how many letters, numbers and special characters are in it.
<br />

<br />
any help would be much appreciated...... ]]>
			</description>
		</item>
		<item>
			<title>Application to get music artist info etc</title>
			<link>http://shoutland.com/discussion/6245/application-to-get-music-artist-info-etc/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6245/application-to-get-music-artist-info-etc/</guid>
			<pubDate>Wed, 01 Apr 2009 05:42:00 -0600</pubDate>
			<author>lucky78</author>
			<description>
				<![CDATA[ The Iphone has a great tool for getting the names of songs, artists etc.
<br />

<br />

<br />
Are they are any software alternatives for home computers?
<br />

<br />

<br />
Thanks,
<br />
Zola... ]]>
			</description>
		</item>
		<item>
			<title>Windows Live Messenger 9.0</title>
			<link>http://shoutland.com/discussion/5627/windows-live-messenger-90/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5627/windows-live-messenger-90/</guid>
			<pubDate>Thu, 16 Apr 2009 04:30:00 -0600</pubDate>
			<author>CODE4FOOD</author>
			<description>
				<![CDATA[ I have Windows Vista x32 Ultimate Cracked Version, I was wondering if there was a Windows Live Messenger 9.0 Crack so i can run it! I Downloaded before from the Windows Live Messenger site, installed, and worked fine for a few weeks, not it wont work at all! WHY? and Can you help me fix this! please, thx you!... ]]>
			</description>
		</item>
		<item>
			<title>Help XP service pack 3</title>
			<link>http://shoutland.com/discussion/3915/help-xp-service-pack-3/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/3915/help-xp-service-pack-3/</guid>
			<pubDate>Mon, 17 Nov 2008 02:29:00 -0700</pubDate>
			<author>rufusj89</author>
			<description>
				<![CDATA[ I tried installing XP service Pack 3 but after installation it could not see the LAN card and could not be connected ti internet,pls help me out... ]]>
			</description>
		</item>
		<item>
			<title>Windows XP Boot Screen Changing ?</title>
			<link>http://shoutland.com/discussion/5859/windows-xp-boot-screen-changing-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5859/windows-xp-boot-screen-changing-/</guid>
			<pubDate>Thu, 26 Mar 2009 09:24:00 -0600</pubDate>
			<author>`KrSd</author>
			<description>
				<![CDATA[ Hi all fellows, 
<br />
I want to modify my “Windows XP Boot Screen”
<br />
But
<br />
Want a modification in my uninstalled source. ? (Which is save in my hard drive)
<br />
Not after installing the windows.
<br />
Can I do this?
<br />
Because I saw may windows saying pirate addition, etc. if they can do then why I can’t?
<br />

<br />
Please help me in this way.
<br />
Always regards
<br />
Waiting... ]]>
			</description>
		</item>
		<item>
			<title>9600GT Crysis question</title>
			<link>http://shoutland.com/discussion/5932/9600gt-crysis-question/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5932/9600gt-crysis-question/</guid>
			<pubDate>Wed, 08 Apr 2009 09:14:00 -0600</pubDate>
			<author>PiKa88</author>
			<description>
				<![CDATA[ Hey guyiez,
<br />

<br />
Was wondering if I get this GFX card:
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//www.asus.com/Product.aspx?P_ID=uaHqwtnkmltVBl1o</td></tr></table>
<br />

<br />
Will it be able to play crysis MAX with solid FPS?
<br />

<br />
Thanks
<br />
MrJingles... ]]>
			</description>
		</item>
		<item>
			<title>Formatting C: drive</title>
			<link>http://shoutland.com/discussion/4533/formatting-c-drive/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4533/formatting-c-drive/</guid>
			<pubDate>Tue, 28 Apr 2009 03:55:00 -0600</pubDate>
			<author>micromed</author>
			<description>
				<![CDATA[ <p>
	Ok, so I wont to format c drive thing is all my apps and games are on my D:/E: They are installed to those drives as well only thing on C: is windows it self. drives if I format C: <br />
	<br />
	1. Will they still work <br />
	2. How if possible can I relink them to control panel? <br />
	<br />
	Why I&#39;m asking is I don&#39;t wont to have to reinstall everything again. <br />
	<br />
	Or will Most of them not work due to the registry being erased hence all record of their installation will be gone. <br />
	<br />
	Just hoping there would be around it, please help if you know.</p>... ]]>
			</description>
		</item>
		<item>
			<title>Increasing audio level in MKV file</title>
			<link>http://shoutland.com/discussion/6205/increasing-audio-level-in-mkv-file/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6205/increasing-audio-level-in-mkv-file/</guid>
			<pubDate>Mon, 30 Mar 2009 02:55:00 -0600</pubDate>
			<author>BELLASOFIA</author>
			<description>
				<![CDATA[ Some mkv files has very low audio level. How to increase the audio level in the mkv file to more or less the standard level and then save it without losing quality?
<br />
Thanks
<br />

<br />
<span style="red">
<br />
Edited 3 april, 2009
<br />
Thanks apoche, will try the MPC.</span>... ]]>
			</description>
		</item>
		<item>
			<title>Please help to make patch file?</title>
			<link>http://shoutland.com/discussion/6270/please-help-to-make-patch-file/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6270/please-help-to-make-patch-file/</guid>
			<pubDate>Thu, 23 Jul 2009 05:23:00 -0600</pubDate>
			<author>masantula</author>
			<description>
				<![CDATA[ <p>
	hello&nbsp; Friends i&#39;m a beginner programmer.I had sound knowledge of c++.PHP,Java and so on. I had made one software &amp; it is protected by execryptor <br />
	i had it&#39;s registration name as well as serial key. I want to make patch file any idea please share me?</p>... ]]>
			</description>
		</item>
		<item>
			<title>(RS/MU users) Has anyone checked this out ???</title>
			<link>http://shoutland.com/discussion/4759/rsmu-users-has-anyone-checked-this-out-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4759/rsmu-users-has-anyone-checked-this-out-/</guid>
			<pubDate>Wed, 12 May 2010 03:17:00 -0600</pubDate>
			<author>PiKa88</author>
			<description>
				<![CDATA[ <p>
	I stumbled upon this website: <br />
	&nbsp;</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Quote:</strong></span></td>
		</tr>
		<tr>
			<td class="quote">
				www.downloadnow.net</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	As it says, with just $5.99/month (which is even less than RS), we can download files like premium users from multiple servers like RS, MU, Netload, Depositfiles etc. <br />
	<br />
	I used the 250MB trial, and that worked very well with parallel downloads and resume support. <br />
	<br />
	Just wanted to check with you guys before paying for the premium amt. <br />
	<br />
	Hope it ain&#39;t a scam or anything.</p>... ]]>
			</description>
		</item>
		<item>
			<title>Visual c++ ..Tank Sample[Solved]</title>
			<link>http://shoutland.com/discussion/5875/visual-c--tank-samplesolved-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5875/visual-c--tank-samplesolved-/</guid>
			<pubDate>Thu, 17 Jun 2010 10:16:00 -0600</pubDate>
			<author>juanri</author>
			<description>
				<![CDATA[ these are the files .plz copy paste to your project and run(Dev c++ or Microsoft vC++...slight vary)    and rotate the gun...it shrinks in size.....
<br />
the formula for rotate is   
<br />
x = x*cosf(t) - y*sinf(t);
<br />
y = y*cosf(t) + x*sinf(t);
<br />

<br />

<br />
Vector.h_______
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">#ifndef VECTOR_H
<br />
#define VECTOR_H
<br />
#include&lt;windows.h&gt;
<br />
class Vector
<br />
&#123;
<br />
public&#58;
<br />
&nbsp; &nbsp;Vector&#40;float s,float t&#41;;
<br />
&nbsp; &nbsp;Vector&#40;&#41;;
<br />
&nbsp; &nbsp;operator POINT&#40;&#41;;
<br />

<br />
&nbsp; &nbsp;Vector&amp; operator +=&#40;const Vector&amp; rhs&#41;;
<br />
&nbsp; &nbsp;Vector&amp; operator*&#40;const Vector&amp; rhs&#41;;
<br />
&nbsp; &nbsp; &nbsp;Vector&amp; rotate&#40;float t&#41;;
<br />
&nbsp; &nbsp;float x;
<br />
&nbsp; &nbsp;float y;
<br />
&#125;;
<br />
#endif
<br />

<br />

<br />
</td></tr></table>                 
<br />

<br />

<br />
Vector.cpp_________
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">#include&quot;Vector.h&quot;
<br />
#include&lt;math.h&gt;
<br />

<br />
Vector&#58;&#58;Vector&#40;&#41; &#58; x&#40;0&#41;,y&#40;0&#41;
<br />
&#123;&#125;
<br />

<br />
Vector&#58;&#58;Vector&#40;float s,float t&#41;&#58;x&#40;s&#41;,y&#40;t&#41;
<br />
&#123;&#125;
<br />

<br />
Vector&#58;&#58;operator POINT&#40;&#41;
<br />
&#123;
<br />
&nbsp; &nbsp;POINT p = &#123;&#40;int&#41;x,&#40;int&#41;y&#125;;
<br />
&nbsp; &nbsp;return p;
<br />
&#125;
<br />
Vector&amp; Vector&#58;&#58;operator *&#40;const Vector&amp; rhs&#41;
<br />
&#123;
<br />
&nbsp; &nbsp;x *=rhs.x;
<br />
&nbsp; &nbsp;y *=rhs.y;
<br />
&nbsp; &nbsp;return *this;
<br />
&#125;
<br />

<br />
Vector&amp; Vector&#58;&#58;operator +=&#40;const Vector&amp; rhs&#41;
<br />
&#123;
<br />
&nbsp; &nbsp;x +=rhs.x;
<br />
&nbsp; &nbsp;y +=rhs.y;
<br />
&nbsp; &nbsp;return *this;
<br />
&#125;
<br />
Vector&amp; Vector&#58;&#58;rotate&#40;float t&#41;
<br />
&#123;
<br />
&nbsp; &nbsp;x = x * cosf&#40;t&#41; - y * sinf&#40;t&#41;;
<br> ]]>
			</description>
		</item>
		<item>
			<title>How to convert movie to DVD??</title>
			<link>http://shoutland.com/discussion/3672/how-to-convert-movie-to-dvd/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/3672/how-to-convert-movie-to-dvd/</guid>
			<pubDate>Sun, 24 May 2009 12:47:00 -0600</pubDate>
			<author>ACRaJ</author>
			<description>
				<![CDATA[ I was use CovertXtoDvd to convert movie to DVD but it`s was so slow..
<br />
So, anybody can tell me what software can reduce time to convert movie..
<br />

<br />
Sharing is caring..... ]]>
			</description>
		</item>
		<item>
			<title>Can I use a keylogger?</title>
			<link>http://shoutland.com/discussion/3366/can-i-use-a-keylogger/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/3366/can-i-use-a-keylogger/</guid>
			<pubDate>Tue, 02 Jun 2009 11:37:00 -0600</pubDate>
			<author>hyderabadi</author>
			<description>
				<![CDATA[ I want to know how my children use my PC with internet. If I install a keylogger programme, will it spy my computer for someone else and send all the information to them? I have ebanking facility. So I have to be cautious. Please explain if it is safe[/b] to install a keylogger in my PC.... ]]>
			</description>
		</item>
		<item>
			<title>Need help downloading</title>
			<link>http://shoutland.com/discussion/6015/need-help-downloading/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6015/need-help-downloading/</guid>
			<pubDate>Mon, 06 Apr 2009 05:24:00 -0600</pubDate>
			<author>Irmo</author>
			<description>
				<![CDATA[ I'm new to this whole download thing. I need to download season 3 of Rescue me. How do I go about this. What programs do i need. I'm using windows btw.  Thanks everyone.... ]]>
			</description>
		</item>
		<item>
			<title>Quiz website php</title>
			<link>http://shoutland.com/discussion/6333/quiz-website-php/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6333/quiz-website-php/</guid>
			<pubDate>Wed, 09 Jun 2010 09:56:00 -0600</pubDate>
			<author>kadeer</author>
			<description>
				<![CDATA[ <p>
	Hello people i need some help regarding making a quiz website . I am having problem with the admin part. Requirements are: <br />
	define the number of questions <br />
	the answers to that question <br />
	<br />
	the question is , how can i dynamically generate the quiz page with questions and its choices ? I know the basic php so be easy on me</p>... ]]>
			</description>
		</item>
		<item>
			<title>Python Version</title>
			<link>http://shoutland.com/discussion/6269/python-version-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6269/python-version-/</guid>
			<pubDate>Wed, 16 Jun 2010 07:00:00 -0600</pubDate>
			<author>-wiseman-</author>
			<description>
				<![CDATA[ So, I'm gonna start learning Python.
<br />

<br />
Quick question, download V.3.1 or V.2.6?... ]]>
			</description>
		</item>
		<item>
			<title>problem with deinstalling programms</title>
			<link>http://shoutland.com/discussion/5802/problem-with-deinstalling-programms/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5802/problem-with-deinstalling-programms/</guid>
			<pubDate>Fri, 10 Apr 2009 06:31:00 -0600</pubDate>
			<author>masantula</author>
			<description>
				<![CDATA[ <p>
	hi guys, <br />
	<br />
	i have asome issues with deinstalling something under vista ultimate. <br />
	<br />
	can some1 plz help me?&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>[C] ID3 Tag Reader Help.</title>
			<link>http://shoutland.com/discussion/5871/c-id3-tag-reader-help-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5871/c-id3-tag-reader-help-/</guid>
			<pubDate>Thu, 17 Jun 2010 09:41:00 -0600</pubDate>
			<author>Trick</author>
			<description>
				<![CDATA[ Hi,
<br />

<br />
I was working on a basic TAG reader in C. The problem am facing is that I have lots of unwanted characters in the file, which I do not want to print. How should I avoid this? 
<br />

<br />
I came to find another piece of code in which the person was successfully able to print the details, without encountering the unwanted characters. 
<br />

<br />
Can someone help me?... ]]>
			</description>
		</item>
		<item>
			<title>[SOLVED] Unable To Run A RAR File</title>
			<link>http://shoutland.com/discussion/4408/solved-unable-to-run-a-rar-file/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4408/solved-unable-to-run-a-rar-file/</guid>
			<pubDate>Sat, 02 May 2009 08:16:00 -0600</pubDate>
			<author>JackT</author>
			<description>
				<![CDATA[ <p>
	hey all, i downloaded a game today,</p>
<p>
	i downloaded them with RS manager these are the rar files but when after the download was complete i saw that the files not Winrar or Power archivers files they were Firefox documents, here is the screenshot of the downloaded files <br />
	<br />
	<img alt="Image" border="0" src="http://i435.photobucket.com/albums/qq76/Rhyaan/d.jpg" title="Image" /> <br />
	<br />
	can anyone tell how to extract these files</p>... ]]>
			</description>
		</item>
		<item>
			<title>GTA 4 graphics</title>
			<link>http://shoutland.com/discussion/6079/gta-4-graphics/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6079/gta-4-graphics/</guid>
			<pubDate>Fri, 03 Apr 2009 11:24:00 -0600</pubDate>
			<author>-wiseman-</author>
			<description>
				<![CDATA[ Plz see this picture and tell me
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//i40.tinypic.com/8xuhk4.jpg</td></tr></table>
<br />

<br />
I have 1gb ram, Intel core 2 duo,Nvidia Geforce 8500 gs 512mb and windows xp sp3..genuine.... ]]>
			</description>
		</item>
		<item>
			<title>xp outlook files to windows 7</title>
			<link>http://shoutland.com/discussion/5487/xp-outlook-files-to-windows-7-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5487/xp-outlook-files-to-windows-7-/</guid>
			<pubDate>Mon, 14 Jun 2010 12:29:00 -0600</pubDate>
			<author>Lordofminor</author>
			<description>
				<![CDATA[ My computer with XP crashed. Now I want to recover my outlook files to my new computer.
<br />

<br />
I took out my harddrive on my old computer and used a ide adapter and transferred all my 'Documents and settings' folder.
<br />

<br />
I am trying to have my outlook mail, contacts, calendar, etc. exactly the same as my xp computer.
<br />

<br />
What steps would I have to take to accomplish this.... ]]>
			</description>
		</item>
		<item>
			<title>Missing fortune found at dump</title>
			<link>http://shoutland.com/discussion/5689/missing-fortune-found-at-dump-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5689/missing-fortune-found-at-dump-/</guid>
			<pubDate>Thu, 03 Jun 2010 01:03:00 -0600</pubDate>
			<author>limpeh</author>
			<description>
				<![CDATA[ Missing fortune found at dump
<br />

<br />
<img src="http://i45.tinypic.com/30nky0l.jpg" alt="Image" title="Image" border="0" />
<br />

<br />
A Chinese woman was overjoyed to be reunited with her life savings after her husband accidentally sold the cash with a pile of rubbish for recycling.
<br />
Fan did not realise his wife, Liu Yuan, had hidden the money, worth £1,500, in a cardboard box and sold it to rubbish collectors for less than 1p.
<br />
Liu, who runs a lottery shop in Jinan, Shandong province, was distraught as the money was intended to pay for her niece's hospital bills.
<br />
She immediately called the police and sent out her husband and a shop worker to search for the money at every recycling centre in the city.
<br />
Later that morning, Liu received a call from her worker, Xiao Wang, to say he had found another carton from the lottery shop in a recycling centre.
<br />
&quot;I called her immediately, as we sold the rubbish together, so the money should also be in this recycling centre,&quot; he said.
<br />
Soon, the couple, Xiao Wang, and recycling centre owner Pan Rongzhong were sifting their way through mountains of rubbish in search of the missing fortune.
<br />
And eventually they found the money, still wrapped in... ]]>
			</description>
		</item>
		<item>
			<title>Nero for Macs? or other suitable</title>
			<link>http://shoutland.com/discussion/5688/nero-for-macs-or-other-suitable/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5688/nero-for-macs-or-other-suitable/</guid>
			<pubDate>Sun, 05 Apr 2009 03:35:00 -0600</pubDate>
			<author>Boogalah</author>
			<description>
				<![CDATA[ Hey Anyone here know if there is a Nero program that will convert these movie DL's into DVD burning material? if there's no Nero program....is there another kind that is Mac friendly?
<br />

<br />
Any help would be much appreciated!... ]]>
			</description>
		</item>
		<item>
			<title>Can PC be made to run PS2 or XBOX Games?</title>
			<link>http://shoutland.com/discussion/5758/can-pc-be-made-to-run-ps2-or-xbox-games/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5758/can-pc-be-made-to-run-ps2-or-xbox-games/</guid>
			<pubDate>Tue, 10 Apr 2007 05:20:00 -0600</pubDate>
			<author>masantula</author>
			<description>
				<![CDATA[ Is there a software that can make my PC run PS2 or XBOX Games?... ]]>
			</description>
		</item>
		<item>
			<title>remove the windows genuine advantage (WGA</title>
			<link>http://shoutland.com/discussion/5897/remove-the-windows-genuine-advantage-wga/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5897/remove-the-windows-genuine-advantage-wga/</guid>
			<pubDate>Wed, 08 Apr 2009 11:47:00 -0600</pubDate>
			<author>Aceloop1</author>
			<description>
				<![CDATA[ I would like to know if anyone could help me. I would like to remove the windows genuine advantage (WGA). 
<br />

<br />
thx in advance... ]]>
			</description>
		</item>
		<item>
			<title>TuneUp utilities 2009 problem</title>
			<link>http://shoutland.com/discussion/6038/tuneup-utilities-2009-problem/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6038/tuneup-utilities-2009-problem/</guid>
			<pubDate>Sat, 04 Apr 2009 10:28:00 -0600</pubDate>
			<author>BackY</author>
			<description>
				<![CDATA[ <img src="http://i42.tinypic.com/30ab4pj.png" alt="Image" title="Image" border="0" />
<br />

<br />
When I try to click that button nothing happens, what should I do?... ]]>
			</description>
		</item>
		<item>
			<title>mysql_real_escape_string</title>
			<link>http://shoutland.com/discussion/5896/mysqlrealescapestring-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5896/mysqlrealescapestring-/</guid>
			<pubDate>Tue, 22 Jun 2010 03:47:00 -0600</pubDate>
			<author>ThaGame</author>
			<description>
				<![CDATA[ i was wondering how to make the text back i have a textarea like this
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">
<br />
&lt;textarea&gt;
<br />
line
<br />
new line 
<br />
'''' dsad'asd &quot;&nbsp; all kind of characters
<br />
&lt;/textarea&gt;
<br />
</td></tr></table>
<br />

<br />
the problem is that \n character is displayed and its not a new line... ]]>
			</description>
		</item>
		<item>
			<title>I think somone is stealing my wireless internet</title>
			<link>http://shoutland.com/discussion/6033/i-think-somone-is-stealing-my-wireless-internet-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6033/i-think-somone-is-stealing-my-wireless-internet-/</guid>
			<pubDate>Sun, 27 Jun 2010 10:30:00 -0600</pubDate>
			<author>rufusj89</author>
			<description>
				<![CDATA[ i have a wireless internet and i constantly think somone is stealing my internet because its so slow.
<br />

<br />
what can i do to see if anyone is using it?
<br />

<br />
how can i make it more secure?
<br />

<br />
and is there anything i can do to take people off if they are using it?
<br />

<br />
all advice will be much appericated!
<br />

<br />
Thanks... ]]>
			</description>
		</item>
		<item>
			<title>Spirit Exploit Ported for iOS 4 and iPhone 4</title>
			<link>http://shoutland.com/discussion/5961/spirit-exploit-ported-for-ios-4-and-iphone-4-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5961/spirit-exploit-ported-for-ios-4-and-iphone-4-/</guid>
			<pubDate>Sun, 27 Jun 2010 02:48:00 -0600</pubDate>
			<author>username</author>
			<description>
				<![CDATA[ <img src="http://i47.tinypic.com/2gtw75w.jpg" alt="Image" title="Image" border="0" />          <img src="http://i48.tinypic.com/r87znc.jpg" alt="Image" title="Image" border="0" />
<br />

<br />
Original size of images ( iPhone 4, 900*600 )
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//i45.tinypic.com/2aa0a35.jpg</td></tr></table>
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//i46.tinypic.com/2rhwzcz.jpg</td></tr></table>
<br />

<br />
Our good friends, MuscleNerd and planetbeing, have announced that Comex's Spirit userland jailbreak has been ported to work on iOS 4 and even the iPhone 4!
<br />

<br />
<span style="font-weight:bold"><span style="red"><span style="font-size:24px; line-height:normal">Before you go asking like crazy, I'll tell you now... There is still no release date</span></span></span>, but rather, just great news that our next Jailbreak tool is right around the corner. The image above that you see is high-resolution, at the native iPhone 4 resolution, just a bit of extra proof that it's working.
<br />

<br />
Tweet from MuscleNerd:
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//twitter.com/musclenerd</td></tr></table>
<br />

<br />
<img src="http://i46.tinypic.com/3ria9.jpg" alt="Image" title="Image" border="0" />
<br />

<br />
Tweet from PlanetBeing:
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//twitter.com/planetbeing</td></tr></table>
<br />

<br />
<img src="http://i47.tinypic.com/24g57o6.jpg" alt="Image" title="Image" border="0" />
<br />
Stay tuned folks, our next Jailbreak tool will arrive shortly. 
<br />

<br />
<span style="font-weight:bold"><span style="red"><span style="font-size:18px; line-height:normal"><span style="font-style:italic">NOTE</span></span></span></span>: This is not the bootrom exploit, but rather another userland jailbreak,... ]]>
			</description>
		</item>
		<item>
			<title>Funny Children Pics, have fun</title>
			<link>http://shoutland.com/discussion/5824/funny-children-pics-have-fun/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5824/funny-children-pics-have-fun/</guid>
			<pubDate>Mon, 07 Jun 2010 03:22:00 -0600</pubDate>
			<author>Blaze9</author>
			<description>
				<![CDATA[ <p>
	<img alt="Image" border="0" src="http://i48.tinypic.com/sybi29.jpg" title="Image" />&nbsp;<br />
	<br />
	<img alt="Image" border="0" src="http://i50.tinypic.com/15517ip.jpg" title="Image" /></p>... ]]>
			</description>
		</item>
		<item>
			<title>Mkv to avi</title>
			<link>http://shoutland.com/discussion/5757/mkv-to-avi/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5757/mkv-to-avi/</guid>
			<pubDate>Sat, 11 Apr 2009 01:56:00 -0600</pubDate>
			<author>ihmed2</author>
			<description>
				<![CDATA[ please suggest me a good software to convert mkv to avi. thank you.... ]]>
			</description>
		</item>
		<item>
			<title>1.5 Million Facebook Accounts Up For Sale</title>
			<link>http://shoutland.com/discussion/5754/15-million-facebook-accounts-up-for-sale-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5754/15-million-facebook-accounts-up-for-sale-/</guid>
			<pubDate>Thu, 03 Jun 2010 08:54:00 -0600</pubDate>
			<author>eggnificent</author>
			<description>
				<![CDATA[ 1.5 Million Facebook Accounts Up For Sale
<br />

<br />

<br />
A hacker named Kirllos has a rare deal for anyone who wants to spam, steal or scam on Facebook: an unprecedented number of user accounts offered at rock-bottom prices.
<br />

<br />
Researchers at VeriSign’s iDefense group recently spotted Kirllos selling Facebook user names and passwords in an underground hacker forum, but what really caught their attention was the volume of credentials he had for sale: 1.5 million accounts.
<br />

<br />
IDefense doesn’t know if Kirllos’ accounts are legitimate, and Facebook didn’t respond to messages Thursday seeking comment. If they are legitimate, he has the account information of about one in every 300 Facebook users. His asking price varies from $25 to $45 per 1,000 accounts, depending on the number of contacts each user has.
<br />

<br />
To date, Kirllos seems to have sold close to 700,000 accounts, according to VeriSign Director of Cyber Intelligence Rick Howard.
<br />

<br />
Hackers have been selling stolen social-networking credentials for a while — VeriSign has seen a brisk trade in names and passwords for Russia’s VKontakte, for example. But now the trend is to go after global targets such as Facebook, Howard said.
<br />

<br />
Facebook has more than 400... ]]>
			</description>
		</item>
		<item>
			<title>What do you do and how do you like it?</title>
			<link>http://shoutland.com/discussion/6327/what-do-you-do-and-how-do-you-like-it-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/6327/what-do-you-do-and-how-do-you-like-it-/</guid>
			<pubDate>Sat, 12 Jun 2010 06:01:00 -0600</pubDate>
			<author>Disaster!</author>
			<description>
				<![CDATA[ Hi I'd like to know what you do. I'm still a student and I'm looking forward to both do designing on application/system level and code when I'm done with my education. So I want to hear from all you developers and programmers that are out there working in fields from maintenance to QA to embedded systems.
<br />

<br />
Thanks in advance... ]]>
			</description>
		</item>
		<item>
			<title>put your picture in a video</title>
			<link>http://shoutland.com/discussion/4912/put-your-picture-in-a-video/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/4912/put-your-picture-in-a-video/</guid>
			<pubDate>Mon, 19 Apr 2010 05:31:00 -0600</pubDate>
			<author>hyderabadi</author>
			<description>
				<![CDATA[ Hi guys,
<br />

<br />
My friend showed me a video clip that has a picture of him on it. 
<br />
kinda like commercial video. then i was watching it and suprise his picture is in it. He didnt tell me how he did it..
<br />

<br />
Is there a program for it to do that? or kinda like site that you can do it?... ]]>
			</description>
		</item>
		<item>
			<title>how can i find driver for KONICA MINOLTA 163 SCANNER</title>
			<link>http://shoutland.com/discussion/3332/how-can-i-find-driver-for-konica-minolta-163-scanner/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/3332/how-can-i-find-driver-for-konica-minolta-163-scanner/</guid>
			<pubDate>Tue, 02 Jun 2009 01:05:00 -0600</pubDate>
			<author>PleaseDie</author>
			<description>
				<![CDATA[ <p>
	&nbsp;how can i find driver for KONICA MINOLTA 163 SCANNER. <br />
	please help me to find this driver. &nbsp;<br />
	<br />
	<br />
	Best regards,&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>does anyone know how to Copy and Burn PS3 Games?</title>
			<link>http://shoutland.com/discussion/5163/does-anyone-know-how-to-copy-and-burn-ps3-games/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5163/does-anyone-know-how-to-copy-and-burn-ps3-games/</guid>
			<pubDate>Thu, 25 Mar 2010 12:13:00 -0600</pubDate>
			<author>masantula</author>
			<description>
				<![CDATA[ I've googled it and have gotten nothing but spam. Does anyone know how to legitimately illegitimately do it?... ]]>
			</description>
		</item>
		<item>
			<title>[ReQ]  HotFile Uploader</title>
			<link>http://shoutland.com/discussion/5055/req-hotfile-uploader-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/5055/req-hotfile-uploader-/</guid>
			<pubDate>Tue, 25 May 2010 06:37:00 -0600</pubDate>
			<author>flazh</author>
			<description>
				<![CDATA[ <span style="font-weight:bold">Guys Plz Help 
<br />

<br />
I need  Any Program 4 Hotfile manager .. 
<br />

<br />
Any Chance 4 iT </span>... ]]>
			</description>
		</item>
		
				</channel>
			</rss>