<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>techguruji.com</title>
	
	<link>http://techguruji.com</link>
	<description>Go On, Get Your Technology OUT</description>
	<lastBuildDate>Thu, 19 Nov 2009 03:55:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/techguruji" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="techguruji" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How to make a fake computer virus : part 2</title>
		<link>http://techguruji.com/how-to-make-a-fake-computer-virus-part-2/</link>
		<comments>http://techguruji.com/how-to-make-a-fake-computer-virus-part-2/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 03:53:00 +0000</pubDate>
		<dc:creator>mayank</dc:creator>
				<category><![CDATA[Hacks & Cracks]]></category>
		<category><![CDATA[prank]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://techguruji.com/?p=543</guid>
		<description><![CDATA[Fake Error message

This one is by far, the easiest one to make and all you have to do is to make a new text document with notepad, type msg * YOUR MESSAGE and save as anything.bat. As always, make sure that you select All files instead of Text Document.



Technorati Tags: prank, trick, virus


]]></description>
			<content:encoded><![CDATA[<p><strong>Fake Error message</strong><br />
<img src="http://techguruji.com/wp-content/uploads/2009/11/fake-error-message.JPG" alt="fake error message" title="fake error message" width="385" height="107" class="aligncenter size-full wp-image-544" /><br />
This one is by far, the easiest one to make and all you have to do is to make a new text document with notepad, type <strong>msg * YOUR MESSAGE</strong> and save as <strong>anything.bat</strong>. As always, make sure that you select <strong>All files </strong>instead of Text Document.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/prank' rel='tag' target='_blank'>prank</a>, <a class='technorati-link' href='http://technorati.com/tag/trick' rel='tag' target='_blank'>trick</a>, <a class='technorati-link' href='http://technorati.com/tag/virus' rel='tag' target='_blank'>virus</a></p>

<!-- end wp-tags-to-technorati -->
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftechguruji.com%2Fhow-to-make-a-fake-computer-virus-part-2%2F&amp;linkname=How%20to%20make%20a%20fake%20computer%20virus%20%3A%20part%202"><img src="http://techguruji.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://techguruji.com/how-to-make-a-fake-computer-virus-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to make a fake computer virus : Part 1</title>
		<link>http://techguruji.com/how-to-make-a-fake-computer-virus-part-1/</link>
		<comments>http://techguruji.com/how-to-make-a-fake-computer-virus-part-1/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 14:43:50 +0000</pubDate>
		<dc:creator>mayank</dc:creator>
				<category><![CDATA[Hacks & Cracks]]></category>
		<category><![CDATA[prank]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://techguruji.com/?p=537</guid>
		<description><![CDATA[Why not have some fun and prank your friends. I will tell you how to make a fake computer virus.
Create a new text file(Notepad). And Copy the code given below
@echo off
title VIRUS
color 06 
echo YOU HAVE A VIRUS ON YOUR COMPUTER
pause
echo CONTACTING ANTI-VIRUS&#8230;. 
pause
echo DO YOU WANT TO DELETE VIRUS?
pause
echo ACCESS DENIED
echo ACCESS DENIED
echo ACCESS [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://www.worldofstock.com/slides/BTE1840.jpg" class="alignleft" width="300" height="200" />Why not have some fun and prank your friends. I will tell you <strong>how to make a fake computer virus</strong>.<br />
Create a new text file(Notepad). And Copy the code given below</p>
<p><strong>@echo off<br />
title VIRUS<br />
color 06 </p>
<p>echo YOU HAVE A VIRUS ON YOUR COMPUTER<br />
pause<br />
echo CONTACTING ANTI-VIRUS&#8230;. <span id="more-537"></span><br />
pause<br />
echo DO YOU WANT TO DELETE VIRUS?<br />
pause<br />
echo ACCESS DENIED<br />
echo ACCESS DENIED<br />
echo ACCESS DENIED<br />
pause<br />
echo ACTIVATING VIRUS&#8230;..<br />
echo VIRUS ACTIVATED!!!!<br />
pause<br />
:1<br />
dir/s<br />
goto 1</strong></p>
<p>Now save(save as) file as <strong>anyfilename.bat</strong><br />
Now you are done with your fake computer virus.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/prank' rel='tag' target='_blank'>prank</a>, <a class='technorati-link' href='http://technorati.com/tag/trick' rel='tag' target='_blank'>trick</a>, <a class='technorati-link' href='http://technorati.com/tag/virus' rel='tag' target='_blank'>virus</a></p>

<!-- end wp-tags-to-technorati -->
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftechguruji.com%2Fhow-to-make-a-fake-computer-virus-part-1%2F&amp;linkname=How%20to%20make%20a%20fake%20computer%20virus%20%3A%20Part%201"><img src="http://techguruji.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://techguruji.com/how-to-make-a-fake-computer-virus-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Speed Up Your Windows XP By Disabling File Indexing</title>
		<link>http://techguruji.com/speed-up-your-windows-xp-by-disabling-file-indexing/</link>
		<comments>http://techguruji.com/speed-up-your-windows-xp-by-disabling-file-indexing/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 17:56:53 +0000</pubDate>
		<dc:creator>mayank</dc:creator>
				<category><![CDATA[Hacks & Cracks]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://techguruji.com/?p=530</guid>
		<description><![CDATA[
File indexing is a Windows service which is used mainly in searching process.So, if you do not search very frequently then you can disable this option. Believe me this will make your Windows xp to run little faster.This will speed up actions like opening and closing files and folders on your Windows XP.
To disable the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://techguruji.com/wp-content/uploads/2009/11/speed-up-your-windows-xp.JPG" alt="speed up your windows xp" title="speed up your windows xp" width="200" height="300" class="alignleft size-full wp-image-531" /><br />
File indexing is a Windows service which is used mainly in searching process.So, if you do not search very frequently then you can disable this option. Believe me this will make your Windows xp to run little faster.This will speed up actions like opening and closing files and folders on your Windows XP.</p>
<p>To disable the Indexing Service-<span id="more-530"></span><br />
Go to <strong>My Computer</strong> and right click on your hard drive click on <strong>properties</strong>. At the bottom of the window that opens, you will see a check box titled<strong> Allow Indexing Service to index the disk for fast file searching</strong>.  </p>
<p><strong>Uncheck it</strong>. And you are done.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/tricks' rel='tag' target='_blank'>tricks</a>, <a class='technorati-link' href='http://technorati.com/tag/windows' rel='tag' target='_blank'>windows</a>, <a class='technorati-link' href='http://technorati.com/tag/xp' rel='tag' target='_blank'>xp</a></p>

<!-- end wp-tags-to-technorati -->
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftechguruji.com%2Fspeed-up-your-windows-xp-by-disabling-file-indexing%2F&amp;linkname=Speed%20Up%20Your%20Windows%20XP%20By%20Disabling%20File%20Indexing"><img src="http://techguruji.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://techguruji.com/speed-up-your-windows-xp-by-disabling-file-indexing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change the start button text in Windows XP</title>
		<link>http://techguruji.com/how-to-change-the-start-button-text-in-windows-xp/</link>
		<comments>http://techguruji.com/how-to-change-the-start-button-text-in-windows-xp/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 07:21:03 +0000</pubDate>
		<dc:creator>mayank</dc:creator>
				<category><![CDATA[Hacks & Cracks]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://techguruji.com/?p=516</guid>
		<description><![CDATA[
Are you bored of old tiring &#8220;START&#8221; button on the left corner of your XP desktop???
With a few modifications in the Windows Registry, you can replace the “start” text with anything you like.


STEP 1 &#8211; Modify explorer.exe

We are going to change Explorer.exe, the backbone of your Windows XP. Everything should be safe as long as [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://techguruji.com/wp-content/uploads/2009/11/change-start-buton-text-in-XP.JPG" alt="change start buton text in XP" title="change start buton text in XP" width="540" height="112" class="aligncenter size-full wp-image-518" /><br />
Are you bored of old tiring &#8220;START&#8221; button on the left corner of your XP desktop???<br />
With a few modifications in the Windows Registry, you can replace the “start” text with anything you like.<br />
<span id="more-516"></span></p>
<ul>
<strong>STEP 1 &#8211; Modify explorer.exe<br />
</strong></ul>
<p>We are going to change Explorer.exe, the backbone of your Windows XP. Everything should be safe as long as you follow these steps closely.<br />
As explorer is a binary file, we need a special tool to modify it.<br />
So, <a href="http://www.angusj.com/resourcehacker/" TARGET="_blank">download Resource Hacker</a></p>
<p>Now, go to <strong>C:\windows\</strong> and make a new folder <strong>abc</strong>.</p>
<p>Once you have installed resource hacker, Open file <strong>Explore.exe</strong> ( C:\windows\explorer.exe) from resource hacker only.<br />
<img src="http://techguruji.com/wp-content/uploads/2009/11/change-explorer.JPG" alt="change explorer" title="change explorer" width="681" height="368" class="alignleft size-full wp-image-520" />. And <strong>navigate to String Table -> 37 -> 1033. The “start” value is on line 4, after the 578</strong>. Change the text “start” to anything you want, making sure you keep the quotes.In this example.As shown in the pic I have changed the text to Mayank.</p>
<p>Press the Compile Script button to make Resource Hacker put together the code. </p>
<p><strong>Now click File and Save the script as explorer.exe into C:\WINDOWS\abc\ </strong></p>
<p><strong>Note: make sure you choose Save AS, NOT just save!!</strong></p>
<ul>
 <strong>Step 2 &#8211; Change the Registry</strong>
</ul>
<p>By now, you have a modified explorer sitting in the /windows/abc, so we need to tell Windows to use that one, instead of the original one.<br />
So, here we go:</p>
<p>-Click <strong>start</strong><br />
-Click <strong>Run</strong><br />
-type <strong>regedit</strong></p>
<p>in the registry editor window that opens, navigate to<strong> HKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\ Windows NT\ CurrentVersion\ Winlogon</strong> and look for the registry entry <strong>“shell”</strong>. Click it.<br />
<img alt="" src="http://www.xptricks.net/wp-content/uploads/regedit1.png" class="alignnone" width="494" height="530" /><br />
<img src="http://techguruji.com/wp-content/uploads/2009/11/change-eexplorer-name.JPG" alt="change eexplorer name" title="change eexplorer name" width="382" height="168" class="aligncenter size-full wp-image-523" /></p>
<p>Change the <strong>explorer.exe</strong> to <strong>abc/explorer.exe</strong></p>
<p>You&#8217;re done!!!<br />
Enjoy your new custom Windows XP start button!<br />
All you have to do now is reboot &#8230;.<br />
Enjoy!!!</p>
<p><strong>Please leave comment if you liked the post.</strong></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/trick' rel='tag' target='_blank'>trick</a>, <a class='technorati-link' href='http://technorati.com/tag/windows' rel='tag' target='_blank'>windows</a>, <a class='technorati-link' href='http://technorati.com/tag/xp' rel='tag' target='_blank'>xp</a></p>

<!-- end wp-tags-to-technorati -->
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftechguruji.com%2Fhow-to-change-the-start-button-text-in-windows-xp%2F&amp;linkname=How%20to%20change%20the%20start%20button%20text%20in%20Windows%20XP"><img src="http://techguruji.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://techguruji.com/how-to-change-the-start-button-text-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Best Proxy Websites</title>
		<link>http://techguruji.com/best-proxy-websites/</link>
		<comments>http://techguruji.com/best-proxy-websites/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 03:16:24 +0000</pubDate>
		<dc:creator>mayank</dc:creator>
				<category><![CDATA[Hacks & Cracks]]></category>

		<guid isPermaLink="false">http://techguruji.com/?p=507</guid>
		<description><![CDATA[Why use proxy?
When you use a proxy, the request is not send to the website directly, but to the proxy. This request is the one with your personal information. The proxy sends your request to the website, but uses the information of that its own server ie,proxy server . It simply means that you are [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Why use proxy?</strong><br />
When you use a proxy, the request is not send to the website directly, but to the proxy. This request is the one with your personal information. The proxy sends your request to the website, but uses the information of that its own server ie,proxy server . It simply means that you are not directly connected to the website you want to view, but the proxy site or server is. But this sometimes make browsing go slower.<span id="more-507"></span></p>
<p>I have extensively searched the internet and tested hundred of proxy sites.<br />
<a href="www.ultrareach.com/" target="_blank">Ultra Surf</a> is one of the best way to break through your College/Office or School firewall unblocking websites like Orkut,Myspace or Youtube etc or even for secured anonymous surfing.</p>
<p>Top proxy websites :<br />
1) <a href="http://anonymouse.org/anonwww.html" target="_blank">Anonymouse</a> It&#8217;s free and easy to use.<br />
2) <a href="http://anonymizer.nntime.com/" target="_blank">CIP-C</a> Change IP country<br />
3) <a href="http://www.youarehidden.com/" target="_blank">You Are Hidden</a>Unblock any website and hide your ip address<br />
4) <a href="http://www.maximumproxy.com/" target="_blank">Maximum Proxy</a>Browse the internet securely. You can unblock popular sites such as Orkut, Gmail, Yahoo, MySpace, Bebo, Facebook, YouTube, Friendster and many other sites<br />
5) <a href="http://www.nr1surf.com/" target="_blank">Nr1Surf</a>The best and fastest free anonymous proxy. Surf and browse the web anonymously at school and work.<br />
6) <a href="http://iamunblocked.com/" target="_blank">I am Unblocked</a> Fast, easy and free anonymous webbrowsing.<br />
7) <a href="http://www.top10proxy.com/" target="_blank">Top 10 proxy list</a> This contains list of best proxy websites.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<!-- end wp-tags-to-technorati -->
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftechguruji.com%2Fbest-proxy-websites%2F&amp;linkname=Best%20Proxy%20Websites"><img src="http://techguruji.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://techguruji.com/best-proxy-websites/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Wanna Run Firefox in Firefox…</title>
		<link>http://techguruji.com/wanna-run-firefox-in-firefox/</link>
		<comments>http://techguruji.com/wanna-run-firefox-in-firefox/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 19:12:37 +0000</pubDate>
		<dc:creator>rahul</dc:creator>
				<category><![CDATA[Hacks & Cracks]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://techguruji.com/?p=503</guid>
		<description><![CDATA[How to run Firefox inside Firefox.?
Yes you can run Firefox inside another firefox just by typing following url.
How about Opening Firefox inside Firefox which is again in another Firefox..?
Not bad huh?
You can keep on nesting this firefox&#8230;
And its really easy too just type in this url in Firefox&#8217;s address bar and press enter &#8230;
n you [...]]]></description>
			<content:encoded><![CDATA[<p>How to run Firefox inside Firefox.?</p>
<p>Yes you can run Firefox inside another firefox just by typing following url.<span id="more-503"></span></p>
<p>How about Opening Firefox inside Firefox which is again in another Firefox..?<br />
Not bad huh?<br />
You can keep on nesting this firefox&#8230;<br />
And its really easy too just type in this url in Firefox&#8217;s address bar and press enter &#8230;<br />
n you are done!!<br />
Sounds interesting na!!!<br />
Firefox inside Firefox!</p>
<p>copy paste following url in mozilla firefox</p>
<p>chrome://browser/content/browser.xul</p>
<p>so!! try this and enjoy!!!</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/firefox' rel='tag' target='_blank'>firefox</a></p>

<!-- end wp-tags-to-technorati -->
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftechguruji.com%2Fwanna-run-firefox-in-firefox%2F&amp;linkname=Wanna%20Run%20Firefox%20in%20Firefox%26%238230%3B"><img src="http://techguruji.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://techguruji.com/wanna-run-firefox-in-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Top 10 yahoo messenger tricks</title>
		<link>http://techguruji.com/top-10-yahoo-messenger-tricks/</link>
		<comments>http://techguruji.com/top-10-yahoo-messenger-tricks/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 10:20:15 +0000</pubDate>
		<dc:creator>mayank</dc:creator>
				<category><![CDATA[Hacks & Cracks]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[messenger]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://techguruji.com/?p=462</guid>
		<description><![CDATA[

 Find out who is invisible on yahoo messenger
How will you get to know if someone is invisible or offline you on Yahoo messenger. We can use some third party hacking tools or websites to track. But many times they are down or they don’t work, and sometimes you need to install big files on [...]]]></description>
			<content:encoded><![CDATA[<ul><strong><br />
</strong></ul>
<ul> <strong>Find out who is invisible on yahoo messenger</strong></ul>
<p>How will you get to know if someone is invisible or offline you on Yahoo messenger. We can use some third party hacking tools or websites to track. But many times they are down or they don’t work, and sometimes you need to install big files on your machine. Read my previus post <a href="http://techguruji.com/detect-invisible-on-yahoo-messenger/" target="_blank">Detect Invisible on Yahoo Messenger</a> to see if someone is invisible or offline.</p>
<ul><strong><br />
</strong></ul>
<ul><strong>How to run multiple yahoo messenger</strong></ul>
<p>Some of you might have multiple yahoo ids. And you always want to run multiple yshoo messenger on one system. Here is an easy way to do that without istalling any software. Read this  <a href="http://techguruji.com/how-to-run-multiple-yahoo-messengers/" target="_blank">How To Run Multiple Yahoo Messengers</a></p>
<ul><strong><br />
</strong></ul>
<ul><strong>Finding IP address and location of the email sender in Yahoo! Mail</strong></ul>
<p>When you receive an email, the email comes with important information called the header information. <span id="more-462"></span>The header information has entry of the IP address of the sender, that can tell where the email was sent from and possibly who sent it.<a href="http://techguruji.com/finding-ip-address-and-location-of-the-email-sender-in-yahoo-mail/" target="_blank">Continue to read this</a>.</p>
<ul><strong><br />
</strong></ul>
<ul><strong>Hack yahoo messenger and find IP addresses</strong></ul>
<p>We all chat with our friends using Yahoo messenger. But Yahoo messenger does not show us the IP address of those people we are talking with.But this is possible to apply some simple tricks to bypass yahoo’s security settings and hack anyone’s IP addresses.<a href="http://techguruji.com/hack-yahoo-messenger-and-find-ip-addresses/" target="_blank">Read this</a>.</p>
<ul><strong><br />
</strong></ul>
<ul><strong>Latest Special Character Yahoo Messenger trick</strong></ul>
<p>This trick will hang your friend’s system or he’ll get disconnected from yahoo messenger. You just need to send a message to your victim or invite him/her to yahoo conference, in few seconds there yahoo messenger will be lagged and ultimately it will get disconnect.<a href="http://techguruji.com/latest-special-character-yahoo-messenger-trick/ " target="_blank">Read This</a>.</p>
<ul><strong><br />
</strong></ul>
<ul><strong>Online Status Changer and Manager</strong></ul>
<p>HyperIM is currently the best status changer &amp; manager for Yahoo messenger available at present. <a href="http://numedecod.ro/HyperIM/take.php" target="_blank">Download it here</a>.</p>
<ul><strong><br />
</strong></ul>
<ul><strong>Access Yahoo Messenger Chat archives offline</strong></ul>
<p>You can access your Yahoo chat logs using Yahoo Message Archive Decoder. It reads Yahoo! Messenger <strong>.dat files</strong> and presents them in a readable form. It decodes the message archive without logging in ie,offline mode and no passwords required.<a href="http://www.ikitek.com/products/Yahoo-Message-Archive-Decoder.html" target="_blank">Download this</a>.</p>
<ul><strong><br />
</strong></ul>
<ul><strong> Download Yahoo! Messenger 10 BETA Offline Installer</strong></ul>
<p>Official version of the Yahoo! Messenger 10 Beta is released.This new version has a whole new look and feel, along with some great new features that make it well worth the upgrade.Among the new features in Yahoo! Messenger 10 is enhanced video calling in high definition and full screen, new Updates view with latest friends’ updates from Yahoo!, Twitter and much more.<a href="http://download.yimg.com/ycs/msg/dl/msgr10/us/ymsgr1000_525_us.exe">Click Here To Download Yahoo! Messenger 10 Beta</a></p>
<ul><strong><br />
</strong></ul>
<ul><strong>Yahoo! Messenger Button on FACEBOOK</strong></ul>
<p>Put an &#8220;Add To Yahoo! Messenger&#8221; button on your profile and let your friends add you to their Yahoo! Messenger with a simple click!<br />
This app also allows you to see your friends with Yahoo! Messenger and send add request to friends.<a href="http://www.facebook.com/apps/application.php?id=6453903251" target="_blank">CLICK HERE TO GO TO THIS APPLICATION</a>.</p>
<ul><strong><br />
</strong></ul>
<ul> <strong>YAHOO MESSENGER EMOTIONS (Shortcut For Emotions)</strong></ul>
<p>Surprise your friends with these hidden emotions while chatting.<br />
You won&#8217;t find these in the emoticon menu, but you can send them by typing the keyboard shortcuts directly into your message.<a href="http://messenger.yahoo.com/features/hiddenemoticons/" target="_blank">SEE ALL EMOTIONS SHORTCUT</a>.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/hack' rel='tag' target='_blank'>hack</a>, <a class='technorati-link' href='http://technorati.com/tag/messenger' rel='tag' target='_blank'>messenger</a>, <a class='technorati-link' href='http://technorati.com/tag/tips' rel='tag' target='_blank'>tips</a>, <a class='technorati-link' href='http://technorati.com/tag/tricks' rel='tag' target='_blank'>tricks</a>, <a class='technorati-link' href='http://technorati.com/tag/yahoo' rel='tag' target='_blank'>yahoo</a></p>

<!-- end wp-tags-to-technorati -->
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftechguruji.com%2Ftop-10-yahoo-messenger-tricks%2F&amp;linkname=Top%2010%20yahoo%20messenger%20tricks"><img src="http://techguruji.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://techguruji.com/top-10-yahoo-messenger-tricks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Latest Special Character Yahoo Messenger trick</title>
		<link>http://techguruji.com/latest-special-character-yahoo-messenger-trick/</link>
		<comments>http://techguruji.com/latest-special-character-yahoo-messenger-trick/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 05:39:29 +0000</pubDate>
		<dc:creator>mayank</dc:creator>
				<category><![CDATA[Hacks & Cracks]]></category>
		<category><![CDATA[messenger]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://techguruji.com/?p=471</guid>
		<description><![CDATA[In the previous post I told you how to run multiple yahoo messenger on a single PC . Now, I will tell you about special character trick. This trick will hang your friend&#8217;s system or he&#8217;ll get disconnected from yahoo messenger. You just need to send a message to your victim or invite him/her to [...]]]></description>
			<content:encoded><![CDATA[<p>In the previous post I told you <a href="http://techguruji.com/how-to-run-multiple-yahoo-messengers/" target="_blank">how to run multiple yahoo messenger on a single PC</a> . Now, I will tell you about special character trick. This trick will hang your friend&#8217;s system or he&#8217;ll get disconnected from yahoo messenger. You just need to send a message to your victim or invite him/her to yahoo conference, in few seconds there yahoo messenger will be lagged and ultimately it will get disconnect.</p>
<p>Just log the id %%%yahooid%%% with same yahoo password. So When you send message to your Friends and they will get booted or disconnected. Very Easy yahoo messenger trick to Boot yahoo User without any third party software.<span id="more-471"></span></p>
<p>For example You Have This ID  &#8220;MyID&#8221;</p>
<p>Open Yahoo Messenger 9 or 10<br />
and Write Your Yahoo ID with symbols Like this: <strong>%%%MyID%%%</strong><br />
and Write Password<br />
Then Just Press [ Sign In ] Button and enjoy<br />
Note: you can not take yahoo id in yahoo room if you using special character while login in.<br />
      : This works only in Yahoo Messenger 9 or 10<br />
technorati : j26pbedwfh<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/-8t3MJP7NQ4&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/-8t3MJP7NQ4&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/messenger' rel='tag' target='_blank'>messenger</a>, <a class='technorati-link' href='http://technorati.com/tag/tricks' rel='tag' target='_blank'>tricks</a>, <a class='technorati-link' href='http://technorati.com/tag/yahoo' rel='tag' target='_blank'>yahoo</a></p>

<!-- end wp-tags-to-technorati -->
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftechguruji.com%2Flatest-special-character-yahoo-messenger-trick%2F&amp;linkname=Latest%20Special%20Character%20Yahoo%20Messenger%20trick"><img src="http://techguruji.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://techguruji.com/latest-special-character-yahoo-messenger-trick/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Run Multiple Yahoo Messengers</title>
		<link>http://techguruji.com/how-to-run-multiple-yahoo-messengers/</link>
		<comments>http://techguruji.com/how-to-run-multiple-yahoo-messengers/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 04:40:05 +0000</pubDate>
		<dc:creator>mayank</dc:creator>
				<category><![CDATA[Hacks & Cracks]]></category>
		<category><![CDATA[messenger]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://techguruji.com/?p=456</guid>
		<description><![CDATA[Some of you might have multiple yahoo ids. Because it is more comfortable to have multiple id&#8217;s rather than always being invisible and now days you can detect if anyone is invisible or not.So you always want to run multiple yahoo messenger on one system. Here is an easy way to do that without istalling [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://techguruji.com/wp-content/uploads/2009/09/multimessengervl9-150x150.jpg" alt="multimessenger" title="multimessenger" width="200" height="150" class="alignleft size-thumbnail wp-image-457" />Some of you might have multiple yahoo ids. Because it is more comfortable to have multiple id&#8217;s rather than always being invisible and now days <a href="http://techguruji.com/detect-invisible-on-yahoo-messenger/" target="_blank">you can detect if anyone is invisible or not</a>.So you always want to run multiple yahoo messenger on one system. Here is an easy way to do that without istalling any software. You just have to edit registry.<br />
Follow these instructions.<br />
1) Download the following <a href="http://s000.tinyupload.com/index.php?file_id=57676336829740540928&#038;gk=leasing" target="_blank">multiyahoo.reg</a> and save it to your hard disk.<br />
2) Double click on it.<span id="more-456"></span><br />
<img src="http://techguruji.com/wp-content/uploads/2009/09/yahoo_popup.png" alt="yahoo_popup" title="yahoo_popup" width="584" height="126" class="aligncenter size-full wp-image-458" /><br />
3) The above dialog will popup, click ‘Yes’.<br />
4) Start the yahoo messenger login with your first ID. Then again start another yahoo messenger by clicking on the messenger icon and log in with your second ID.This works with all versions of Yahoo Messengers.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/messenger' rel='tag' target='_blank'>messenger</a>, <a class='technorati-link' href='http://technorati.com/tag/yahoo' rel='tag' target='_blank'>yahoo</a></p>

<!-- end wp-tags-to-technorati -->
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftechguruji.com%2Fhow-to-run-multiple-yahoo-messengers%2F&amp;linkname=How%20To%20Run%20Multiple%20Yahoo%20Messengers"><img src="http://techguruji.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://techguruji.com/how-to-run-multiple-yahoo-messengers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding IP address and location of the email sender in Yahoo! Mail</title>
		<link>http://techguruji.com/finding-ip-address-and-location-of-the-email-sender-in-yahoo-mail/</link>
		<comments>http://techguruji.com/finding-ip-address-and-location-of-the-email-sender-in-yahoo-mail/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 19:58:44 +0000</pubDate>
		<dc:creator>mayank</dc:creator>
				<category><![CDATA[Hacks & Cracks]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://techguruji.com/?p=431</guid>
		<description><![CDATA[In the previous post i told you how to find ip address and location of the email sender in gmail.When you receive an email, the email comes with important information called the header information. The header information has entry of the IP address of the sender, that can tell where the email was sent from [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://techguruji.com/wp-content/uploads/2009/09/yahoo3-150x150.jpg" alt="yahoo" title="yahoo" width="150" height="150" class="alignleft size-thumbnail wp-image-436" />In the previous post i told you <a href="http://techguruji.com/find-the-ip-address-and-location-of-the-email-sender-in-gmail/">how to find ip address and location of the email sender in gmail</a>.When you receive an email, the email comes with important information called the header information. The header information has entry of the IP address of the sender, that can tell where the email was sent from and possibly who sent it.Now,we&#8217;ll follow slightly different procedure than what we did in gmail.<br />
Follow these steps:-<br />
- Log into your Yahoo! mail with your username and password.<br />
- Click on Inbox or any folder you have stored your mail.<br />
- Click on the Subject of the email you want to track and right-click.<span id="more-431"></span><br />
- Click on <strong>view full headers</strong><br />
- Look for <strong>Received: from</strong> followed by the IP address between square brackets [ ].<br />
  That should most likely be the IP address of the sender.<br />
  If there are many instances of Received: from with the IP address, select the IP address in the last  pattern. If there are no instances of Received: from with the IP address, select the first IP address in X-Originating-IP.<br />
- Now,if you want to find its location then you can go to <a href="http://www.ip2location.com/free.asp">ip2location</a> and type that ip address.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/ip' rel='tag' target='_blank'>ip</a>, <a class='technorati-link' href='http://technorati.com/tag/yahoo' rel='tag' target='_blank'>yahoo</a></p>

<!-- end wp-tags-to-technorati -->
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftechguruji.com%2Ffinding-ip-address-and-location-of-the-email-sender-in-yahoo-mail%2F&amp;linkname=Finding%20IP%20address%20and%20location%20of%20the%20email%20sender%20in%20Yahoo%21%20Mail"><img src="http://techguruji.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://techguruji.com/finding-ip-address-and-location-of-the-email-sender-in-yahoo-mail/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
