Friendster Mobile Updates Spamming my Phone

Why am I receiving Friendster updates on my mobile phone EVEN IF I did not sign up for the service? Chances are, you are having the same problem.

For the past few days, I have been receiving unnecessary Friendster Bulletin Updates on my Globe handyphone. It's annoying plus they are charging me for it.
Tsk tsk...
This started happening a few days after I reloaded my prepaid account with 300 pesos and quickly saw my remaining balance vaporize into thin air.
Yup, thanks to their Friendster mobile I did not sign up for.

Anyways, to solve this problem, I came upon this solution.
Just point your web browsers to http://m.friendster.com
That's for the mobile version of Friendster which many see as a failed attempt to hold the Asian market, particularly the Philippines.

They send you spam. You get charged for it.
By the way, I've finally signed up for Facebook.
I personally don't like Facebook's layout, but hey at least they haven't sent me spam... (so far)

To continue the solution...
After you are able to log-in the mobile version of Friendster, quickly scroll down to the Menu called TEXT ALERTS.


Click it then Uncheck everything.
And click NO under the Receive text messages option.

Hope I helped.
Feel free to comment or ask a question and Skiverz will show you how to go about it.

How to Put a Garena Cursor on your FRIENDSTER profile


Here's what to do:

1) Open Friendster
2) Click My Profile
3) Click Edit Profile
4) Click Customize
5) Scroll down to customize CSS and add this:
*Take note of the highlighted text


/* {--friendster-layouts.com css code start--} */

/* FRIENDSTER-LAYOUTS.COM */
/* DOTA all stars by VHEM */

/* PAGE BACKGROUND */
body {
background-image: url(URL of image);
background-attachment: fixed;
background-position: center right;
background-repeat: no-repeat;
background-color: #000000;
cursor: url("http://www.geocities.com/gsbodf/ggcursor.cur"),crosshair;
}
/* GLOBAL FONTS */
.usercontent {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}
/* GLOBAL LINKS */
.usercontent a, .usercontent a:link, .usercontent a:visited, .usercontent a:hover, .usercontent a:active {
text-decoration: underline;
color: #ffffff;
}
.usercontent a:hover {
text-decoration: underline;
color: #424d61;
}
/* MASTER BOXES */
.commonbox {
background-color: transparent;
}
.commonbox .evenrow {
background-color: transparent;
}
/* MASTER HEADERS */
.commonbox h1, .commonbox h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
text-transform: uppercase;
background-color: transparent;
}
/* CONTROL PANEL: BOX */
.controlpanel {
background-color: transparent;
}
/* CONTROL PANEL: USER PHOTO */
.controlpanel .imgblock200 {
border-color: #ffffff;
}
/* CONTROL PANEL: DATA */
.controlpanel .q {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}
.controlpanel .data {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}
.data a {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
text-decoration: underline;
}
/* CONTROL PANEL: MORE ABOUT ME LINK */
a.more {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
text-decoration: underline;
}
/* CONTROL PANEL: BUTTONS */
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited {
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
color: #ffffff;
border-color: #424d61;
border-style: groove;
background-color: transparent;
}
#controlPanelButtons a:hover {
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
color: #424d61;
border-color: #ffffff;
background-color: transparent;
}
/* MISC: TESTIMONIALS/REVIEWS TEXT */
.data {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}
/* MISC: VIEW ALL LINKS */
.commonbox .viewall {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}
/* MISC: SMALL PHOTOS */
.commonbox .imgblock75, .ir {
border-width: 4px;
border-color: #ffffff;
border-style: double;
background-color: transparent;
}
/* MISC: SMALL PHOTO NAMES */
.commonbox .dr {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: transparent;
}

/* {--friendster-layouts.com css code end--} */

Remember this:
http://www.geocities.com/gsbodf/ggcursor.cur
The cursor is there

If you are good at CSS, please add a comment.