FTalk

FTalk

Welcome guest! Please Login or Register.

#1  2008-05-11 10:38:55

feruzz
 a.k.a 0tai
» Former Moderator
FTalk Level: zero
Some FTalkers ♥ My Threads!
Malaysia
8268
140
2009-02-23
Website

Hide Gender, Age, Status, Last Login etc....

Hi, I'm newbie here :cool:
I saw many people ask on how to hide the status, last login etc.
These simple tricks will hide your status or last login at your control panel box
Any suggestions & comments are much appreciated so I'll continue to update the code



:arrow: Hide Gender, Age, Status

:arrow: Screenshot

Before



After



:arrow: Code

Code:

/* Hide Gender, Age & Status */
/*global ctrlpnl, xy*/
ctrlpnl = document.getElementById("0").getElementsByTagName("li");
xy = 0;
while (xy < ctrlpnl.length) {
    if (ctrlpnl[xy].innerHTML.match(/[\S]*male,\s*[\d]*,\s*[\S\s]*?/i)) {
        ctrlpnl[xy].parentNode.removeChild(ctrlpnl[xy]);
        break;
    }
    xy += 1;
}



:arrow: Hide Member Since

:arrow: Screenshot

Before



After



:arrow: Code

Code:

/* Hide Member Since */
/*global ctrlpnl, xy*/
ctrlpnl = document.getElementById("0").getElementsByTagName("li");
xy = 0;
while (xy < ctrlpnl.length) {
    if (ctrlpnl[xy].innerHTML.match(/Member\s*Since:|<[\S]*?>[\S]*\s*[20][\d]*/i)) {
        ctrlpnl[xy].parentNode.removeChild(ctrlpnl[xy]);
        break;
    }
    xy += 1;
}



:arrow: Hide Last Login

:arrow: Screenshot

Before



After



:arrow: Code

Code:

/* Hide Last Login */
if (pageViewerID !== pageOwnerID) {
    /*global ctrlpnl, xy*/
    ctrlpnl = document.getElementById("0").getElementsByTagName("li");
    xy = 0;
    while (xy < ctrlpnl.length) {
        if (ctrlpnl[xy].innerHTML.match(/Last\s*Login:|[\d]*\s*(hours|days|week[s])/)) {
            ctrlpnl[xy].parentNode.removeChild(ctrlpnl[xy]);
            break;
        }
        xy += 1;
    }
}



:arrow: Hide all your information (JS version)

:arrow: Code

Code:

/* Hide All */
/*global ctrlpnl, xy*/
ctrlpnl = document.getElementById("0").getElementsByTagName("ul");
xy = 0;
while (xy < ctrlpnl.length) {
    if (ctrlpnl[xy].className === "data") {
        ctrlpnl[xy].parentNode.removeChild(ctrlpnl[xy]);
        break;
    }
    xy += 1;
}



Paste this code at the top of your JS File

Last edited by feruzz (2008-05-14 08:31:37)

                    

bobcbar[?], and dr.love[?] like this topic.

#2  2008-05-11 10:48:06

japzy
japzy's display avatar
» Promoter
FTalk Level: zero
Novice PromoterSome FTalkers ♥ Me!
Tales of Klitorika
2805
325

Re: Hide Gender, Age, Status, Last Login etc....

1st to comment..!!! nyc 1 sir feruzz..

newbie?? jahaha.. gonna try this one.!!




Follow me on tumblr. :)

#3  2008-05-11 10:50:57

rudyhartadi
 rudy-pg
rudyhartadi's display avatar
» FTalker
FTalk Level: zero
rudyhartadi.web.id
183
7
2009-07-30

Re: Hide Gender, Age, Status, Last Login etc....

2nd comment, cihuy,

hm, simple script but usefull,
thanks for share :thumbsup:

@feruzz
one question, u're new newbie, right!? :D

Last edited by rudyhartadi (2008-05-11 10:55:16)


Bukan Newbie Biasa - Hanya seorang 'SUPER DUPER NEWBIE' :D

#4  2008-05-11 10:54:56

cklahrckiey
 Cklarck Vi Britannia
cklahrckiey's display avatar
» FTalkFreak
FTalk Level: 2
[ Tha Mafia ]
Class-S
3 Stars and A Sun
1857
52
Website

Re: Hide Gender, Age, Status, Last Login etc....

great trick....the great ferruz has done it again!!! :D :thumbsup:

#5  2008-05-11 11:05:00

KhErMiNaToR
 Kher Navarro
KhErMiNaToR's display avatar
» Former Moderator
FTalk Level: 6
Novice PromoterFTalkers ♥♥ My Threads!
No Problemo..!
Class X
C:\Program Files
5255
197
Website

Re: Hide Gender, Age, Status, Last Login etc....

feruzz wrote:

:arrow: Hide all your information

CSS Version:

.controlpanel .data {display:none!important;}

nice trick bro..:thumbsup:


#6  2008-05-11 11:11:17

japzy
japzy's display avatar
» Promoter
FTalk Level: zero
Novice PromoterSome FTalkers ♥ Me!
Tales of Klitorika
2805
325

Re: Hide Gender, Age, Status, Last Login etc....

there are so many users who ask this code in the help section. thanks again sir feruzz. im gonna share this one to my friends in the help section. =) :thumbsup:




Follow me on tumblr. :)

#7  2008-05-11 11:12:35

Lordheinz
 aynztot
Lordheinz's display avatar
» FTalkElite
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
Friendstertalk University
dubai.U.A.E.
5194
242
2010-02-28
Website

Re: Hide Gender, Age, Status, Last Login etc....

:arrow: here comes the genuis...

>>great script feruzz..:thumbsup:

#8  2008-05-11 12:23:11

dr.love
dr.love's display avatar
» FTalker
FTalk Level: zero
ʎɹɔ ou uɐ&
ʎʇıɔ &#592
217
1
2009-07-15
Website

Re: Hide Gender, Age, Status, Last Login etc....

This is a cool way of ensuring privacy! Great trick! :thumbsup: I've always wanted this. +1

If I would just replace the info, how could I do it? I think this code has that potential!

Last edited by dr.love (2008-05-11 12:25:20)

#9  2008-05-11 16:55:55

feruzz
 a.k.a 0tai
» Former Moderator
FTalk Level: zero
Some FTalkers ♥ My Threads!
Malaysia
8268
140
2009-02-23
Website

Re: Hide Gender, Age, Status, Last Login etc....

thanks for your comment guys :)
just a simple script :crybaby: :thumbsup:

#10  2008-05-11 18:47:32

losher29
 Kurisutiyan.
» FTalkElite
FTalk Level: HARDCORE!
FTalkers ♥♥ Me!Topic Initiator
Class-S
Fuxxing tree hut
5479
619
Website

Re: Hide Gender, Age, Status, Last Login etc....

this is great..
thanks!
the recent
one thats the same thing as this
is sort of hard to understand
but dang..
this one awesome.
for those who have jobs
need this
to hide their last log-in
hehe.. :D

Last edited by losher29 (2008-05-11 18:59:21)

#11  2008-05-11 20:24:26

bobcbar
 Bob
bobcbar's display avatar
» Former Moderator
FTalk Level: HARDCORE!
Novice ModeratorTop PosterSome FTalkers ♥ Me!
Dongduchon, Korea
11549
374
Website

Re: Hide Gender, Age, Status, Last Login etc....

Great codes feruzz thanks for sharing like you said many always asking for these :thumbsup:


#12  2008-05-11 23:03:20

sprongky
 Louise Azarcon
sprongky's display avatar
» Banned
FTalk Level: zero
Now You See Me!
Santiago Isabela
884
21
2009-03-31
Website

Re: Hide Gender, Age, Status, Last Login etc....

waa another Nice Script By Boss Feruzz,

thanks For That,



Hit My Spoiler

#13  2008-05-12 00:06:22

rocktdy
 same with your name
rocktdy's display avatar
» n00b
FTalk Level: zero
Team Crackerz
cemetery
26
0
2008-05-16

Re: Hide Gender, Age, Status, Last Login etc....

how about if we want to change the information? (personalize) is it possible sir feruzz?



******If you have seen me before please be quite******

#14  2008-05-12 00:12:19

mudpoet
 rick ryan medillo
mudpoet's display avatar
» FTalkManiac
FTalk Level: zero
in my dreams
947
12
2010-01-23
Website

Re: Hide Gender, Age, Status, Last Login etc....

great :thumbsup:
this is very useful codes... thanks for sharing... i think im gonna use the hide the last login



click for mudpoet's layout

#15  2008-05-12 01:39:19

.L.
 elle.
.L.'s display avatar
» FTalkManiac
FTalk Level: zero
Rockstars
886
69

Re: Hide Gender, Age, Status, Last Login etc....

thanks for sharing this sir =D

#16  2008-05-12 03:13:08

ricardojeffry
» n00b
FTalk Level: zero
1
0
2008-05-12

Re: Hide Gender, Age, Status, Last Login etc....

why it doesn't working on my fs profile??:cry::(
I copy-paste the following codes in my Edit Profile>Customized>Customized CSS
and it's doesn't work.. help!=(

#17  2008-05-12 03:20:04

iyca
» n00b
FTalk Level: zero
1
0
2008-05-13

Re: Hide Gender, Age, Status, Last Login etc....

hi .. help me guys .. how i can beautify my friendster account?? the codes here in friendstertalk doesnt work on me .. :(

#18  2008-05-12 08:15:17

luvnel14
» n00b
FTalk Level: zero
3
0
2008-05-12

Re: Hide Gender, Age, Status, Last Login etc....

where can i put the code?in the about me section?or css section?thanks!!!=)

#19  2008-05-12 08:17:22

luvnel14
» n00b
FTalk Level: zero
3
0
2008-05-12

Re: Hide Gender, Age, Status, Last Login etc....

help,im still confused.it doesnt work on my profile.:crybaby:

#20  2008-05-12 10:13:45

gue_di
 Ricardo Jeffry Setiawan Oey
gue_di's display avatar
» n00b
FTalk Level: zero
life is calling..
Bandung - Ind
7
0
2008-07-06
Website

Re: Hide Gender, Age, Status, Last Login etc....

Hey.. I'm truly newbie here...:lol::lol::lol:
I've create the css file, and using newest linker,

http://the-cradle.users-board.com/JS-Linker-h63.htm

but there is nothing happen with my profile. (I use firefox2.0.0)
the status still appear...
please help...........................................:cry::cry::cry:


smile always.. :lol:

Search Friendstertalk

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 08:36:57 GMT

[ 10 queries - 0.056 second ]
Powered by SyntheticNetwork

FTalk

Welcome to FTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)

( hide )