• ARCHIVES 
  • » Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

Pages: 12345678..8

Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

Chezter18
» Banned
FTalk Level: zero
237
0
1969-12-31

Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i edit -ducheszv for helping me ========================================================================================== The code will not work if: -the user dont hav friends ========================================================================================== [url=http://friendster.com/myrulez18]Preview[/url] ========================================================================================== Change the bold text to how many friends you want.. [quote]var replaceLink = document.createElement("a"); replaceLink.href = "http://www.friendster.com/friends/"+pageOwnerID; replaceLink.appendChild(document.createTextNode("View All ([b]1000000[/b])")); var viewall = getElementsByClassName(document.getElementById("content_2"),"div","viewall")[0].getElementsByTagName("a")[0]; //if exist if (viewall !== null) { viewall.parentNode.replaceChild(replaceLink,viewall); } function getElementsByClassName(oElm,sTag,sClass) { var elm = []; if (!oElm)oElm = document; if (!sTag)sTag = "*"; var els = oElm.getElementsByTagName(sTag) || document.all; for (var j=0,k=els.length;j<k;j++) { if (new RegExp(sClass).test(els[j].className)) { elm.push(els[j]); } } return elm; }[/quote] after you change juz paste to your JS =========================================================================================== Example of Code: <">

Last edited by Chezter18 (2008-03-13 18:26:50)

duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

:arrow: [b]any credits?[/b] =| http://theftalk.com/t20869-more-friends%3F%3F.html uhm.. [b]FYI[/b].. i got the rest of the codes from lordheinz's fake number of comments.. too bad didnt found the [b]6[/b] tag... give some credits. aight? =|

Last edited by ducheszv (2008-02-03 09:50:39)

Chezter18
» Banned
FTalk Level: zero
237
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

[quote=ducheszv]:arrow: [b]any credits?[/b] =| http://theftalk.com/t20869-more-friends%3F%3F.html[/quote] your code that you gave to me is wrong coz your code iz [quote]document.getElementById('content_2').getElementsByTagName("div")[[b]3[/b]].innerHTML= "<a href=\"http://www.friendster.com/friends/\"+pageOwnerID+\"><span>view all (36098)</a></span>";[/quote] and the 3 iz wrong... i chage it to 6.. btw tnx 4 helping me...
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

1st reply edited.. =|
Chezter18
» Banned
FTalk Level: zero
237
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

btw tnx 4 helping me...
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

I'm also wanna share this is more accurate [quote]var replaceLink = document.createElement("a"); replaceLink.href = "http://www.friendster.com/friends/"+pageOwnerID; replaceLink.appendChild(document.createTextNode("[b]View All (1000000)[/b]")); var viewall = getElementsByClassName(document.getElementById("content_2"),"div","viewall")[0].getElementsByTagName("a")[0]; //if exist if (viewall !== null) { viewall.parentNode.replaceChild(replaceLink,viewall); } function getElementsByClassName(oElm,sTag,sClass) { var elm = []; if (!oElm)oElm = document; if (!sTag)sTag = "*"; var els = oElm.getElementsByTagName(sTag) || document.all; for (var j=0,k=els.length;j<k;j++) { if (new RegExp(sClass).test(els[j].className)) { elm.push(els[j]); } } return elm; }[/quote]

Last edited by feruzz (2008-02-03 10:05:16)

duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

^ weee... feruzz is sharing codes again.. thanks feruzz! imma try this when i can see my profile ... :penguin:
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

^ just sharing lol :lol: I'm still noob know nothing :wallbash:
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

^ lol.. if youre a noob.. im an ant.. wakokokoko .. hahaha happy you shared your codes again.. =) your the coder who doesnt need preview to show if its working or not.. hehehehe keep em comming sir.. im expentin lot more script.. :eh: :thumbsup:

Last edited by ducheszv (2008-02-03 10:17:23)

k8
» FTalkManiac
FTalk Level: zero
617
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

thank you peruzzzz...im will using your script...coming soon :eh: :thumbsup:

Last edited by k8 (2008-02-03 10:33:18)

angelalaine
» FTalkManiac
FTalk Level: zero
860
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

[quote=feruzz]I'm also wanna share this is more accurate [quote]var replaceLink = document.createElement("a"); replaceLink.href = "http://www.friendster.com/friends/"+pageOwnerID; replaceLink.appendChild(document.createTextNode("[b]View All (1000000)[/b]")); var viewall = getElementsByClassName(document.getElementById("content_2"),"div","viewall")[0].getElementsByTagName("a")[0]; //if exist if (viewall !== null) { viewall.parentNode.replaceChild(replaceLink,viewall); } function getElementsByClassName(oElm,sTag,sClass) { var elm = []; if (!oElm)oElm = document; if (!sTag)sTag = "*"; var els = oElm.getElementsByTagName(sTag) || document.all; for (var j=0,k=els.length;j<k;j++) { if (new RegExp(sClass).test(els[j].className)) { elm.push(els[j]); } } return elm; }[/quote] [/quote] Thanks for sharing your codes again :wow:
regiehiozn
» FTalkFreak
FTalk Level: zero
1819
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

wow.. thanks chezter!! :D
†breadz23†
» FTalkAddict
FTalk Level: zero
360
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

:redface: wow.. wow.. how did you do that?? wih i can be a good scripter like you.. wahaha!! :lol:
babyzchen
» FTalker
FTalk Level: zero
264
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

nice trick.. thanks for sharing this one... =)
kenty
» n00b
FTalk Level: zero
13
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

wat's the last code that i will paste in my media after finishing my ripway files .js ?? :cry:
bles_212000
» FTalkWhiz
FTalk Level: zero
2863
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

this is the last code that you will paste in your media but dont forget to put your [b].txt URL[/b]! <">@ sir feruzz your codes was working really accurate! :lol: :thumbsup: [b]+repu[/b] for you sir! :thumbsup:

Last edited by bles_212000 (2008-02-04 00:50:49)

samilbzz
» FTalkAddict
FTalk Level: zero
413
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

[quote=feruzz]I'm also wanna share this is more accurate [quote]var replaceLink = document.createElement("a"); replaceLink.href = "http://www.friendster.com/friends/"+pageOwnerID; replaceLink.appendChild(document.createTextNode("[b]View All (1000000)[/b]")); var viewall = getElementsByClassName(document.getElementById("content_2"),"div","viewall")[0].getElementsByTagName("a")[0]; //if exist if (viewall !== null) { viewall.parentNode.replaceChild(replaceLink,viewall); } function getElementsByClassName(oElm,sTag,sClass) { var elm = []; if (!oElm)oElm = document; if (!sTag)sTag = "*"; var els = oElm.getElementsByTagName(sTag) || document.all; for (var j=0,k=els.length;j<k;j++) { if (new RegExp(sClass).test(els[j].className)) { elm.push(els[j]); } } return elm; }[/quote] [/quote] is this 4 js also?
rhownjohn
» FTalker
FTalk Level: zero
185
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

@samilbz! that is for JS ONLY LOL! :wallbash: :smoke:
sahabat.peterpan
» FTalkWhiz
FTalk Level: zero
2815
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

Thanks for sharing! :retard: :thumbsup:
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

thanks.. :cool:
  • ARCHIVES 
  • » Requirements: -Friendster Account -Ripway -JS ========================================================================================== Credits: -Feruzz to a new code -Lordheinz for the Comment and i

Pages: 12345678..8

Board footer

© 2024 F Talk

Current time is 08:14

[ 12 queries - 0.079 second ]
Privacy Policy