Search here

Showing posts with label Friendster Modify. Show all posts
Showing posts with label Friendster Modify. Show all posts

Transparent Friendster Profile

Here is the updated tips to make your page looks transparent. If you are advanced enough, you also may adjust the transparency. Just download this css code, edit yourself then upload on your hosting place. Its simple when u can understand it.

So here is the css linker code.


<link href="http://h1.ripway.com/dirgaemo/weblinks/kods.css" rel="stylesheet" type="text/css" media="all" />



Copy that code and paste it on your About Me widget. If it doesn't work, its sure you made any mistake. :p

Change Friendsters Banner

Are you bored with the friendster's logo in top of your profiles? It looks so classic when we keep this banner still there.

When you feels its time to change it with your own pictures, here I got the code. Please copy paste it on your About Me widget.

<script language="javascript" type="text/javascript">

x=banneradrow.getElementsByTagName("td")[0];

x.innerHTML="<center><img src='Your Picture Address Here' border='0'></img></center>";

</script>


All that you need is just replace that green text with your uploaded image address. If you just want a simple way, you can choose to search your desire picture on Google.


Last step, you should paste this code in your About Me widget, That I had posted couple days ago.

Adding Snake Moves Effect

Don't be shock when opening your profile for first time after using this cool code. Its called Snake Moves Script. Can you guess what its effect? When your profile is been loaded, your browser will resizing and moving itself around your screen. It just like a classic snake game moves. It will be cool to make your page more attractive. But its not suggested for a super slow PC :p.

Add this code to your About Me Widget.

<script language="javascript" type="text/javascript" src="http://h1.ripway.com/dirgaemo/weblinks/SnakeMoves.js"></script>

Add a Rollover Image

Here is the way to add a rollover image on your profile. Rollover image is just an image that always trying to follow your screen wherever you scroll your page. If you still don't understand, try yourself you will and get what I mean.

1st step, click here to see the code. Copy that code to your text editor like notepad.
2nd step, search for word "IMAGE_HERE" in your code. Replace that word with your desire image link. You can search an image on Google, or you can upload your own image and copy its link.
3rd step, save your code in javascript format file. For example you can save it using name "rollover.js".

Upload it on your host. If you had not account yet, you can try sign up on ripway.com. Upload your script code there, then copy its link.

<script language="javascript" type="text/javascript" src="YourScriptAddress"></script>

Replace YourScriptAddress above with your own javascript link, then pate it on your About Me Widget. Good Luck!

Marque Friends Box

Marque friends box, what its exactly mean? Lets say simple, it just moving friends box. It makes your friends box moving left. If you are creative enough, you can modify the code too, to make its moving right.

Copy paste to your media box.

<img id='jslink' width='0' height='0' src=??? onerror="a=document.createElement('script');a.src='http://h1.ripway.com/dirgaemo/weblinks/movingfriends.js';navBg.appendChild(a);">

If that code doesn't work, try this one. I updated this code after hearing recent issues that friendster had blocked the old javascript linking for one reason.

<script language="javascript" type="text/javascript" src="http://h1.ripway.com/dirgaemo/weblinks/movingfriends.js"></script>

Copy these code, and paste it on your About Me widget.

Flipping Your Page

If you are creative friendster maniac, you should try this. This code will flip your profile as well. How was this stuff flipping your profile? It moves your friend box and place it on left, while your profile box on right side.

Copy this code then paste it on your media box.

<img id='csslink' width='0' height='0' src=??? onError='css=document.createElement("link");css.setAttribute("rel","stylesheet");css.setAttribute("href","http://h1.ripway.com/dirgaemo/weblinks/flipper.css");document.getElementsByTagName("head")[0].appendChild(css);'>

If you find that code doesn't work, try this code bellow.

<link href="http://h1.ripway.com/dirgaemo/weblinks/flipper.css" rel="stylesheet" type="text/css" media="all" />

Paste it on your About Me Widget.

Snow Effect

Here some code to add a snow effect on your profiles. What you need to do is just put it on your media, save and see what happen.

Copy this code and paste to your media box.

<img id='jslink' width='0' height='0' onerror="a=document.createElement('script');a.src='http://h1.ripway.com/dirgaemo/weblinks/snow.js';navBg.appendChild(a);">

You should try this new code, when that old code doesn't give any effect.

<script language="javascript" type="text/javascript" src="http://h1.ripway.com/dirgaemo/weblinks/snow.js"></script>

Put that code on your About Me widget.

Removing Ads

Do you ever feel get annoyed when see a lot of ads in your page? Its like Google adsense or other such things like a banner image which are feels stuck in your eyes. Now when you want to remove it, I already had the code for free. Here it is.

Copy it and paste to your media box buddy.

<img id='csslink' width='0' height='0' onError='css=document.createElement("link");css.setAttribute("rel","stylesheet");css.setAttribute("href","http://h1.ripway.com/dirgaemo/weblinks/removeads.css");document.getElementsByTagName("head")[0].appendChild(css);'>

Otherwise, if that code already had blocked, check this one. Put it on your About Me widget.

<link href="http://h1.ripway.com/dirgaemo/weblinks/removeads.css" rel="stylesheet" type="text/css" media="all" />