[/quote]
hahah! don't!! not yet!! i already forgot about this...
ok i'll update this one... wait pls...
[b]update:[/b] It's updated!!
Last edited by Refresh/Reload (2008-01-26 03:44:36)
so i hope everybody can cope on this one heheh...
nice update R/R yah iv seen it in your profile yesterday...coolllllll...
marqueee...good work buddy...thanks for sharing it...
@ all Thanx guys...
@ Chezter18 save ur energy kid... just use this updated one..
coz i think its pretty much everything due to lots
of friendster updates... the last original code i have
in my files is dated June 17, 2007 anno domini heheh...
if u do have the old code... then u can compare it..
you don't have to ask me ayytt?!!
Happy Weekend!!
[/quote]
Change the bold part of this code.
[quote]if (typeof Ffetcher == "undefined") { Ffetcher = {}; }
Ffetcher = {
friends: new Array(),
pages: null,
maxfriends: null,
container: null,
cached: new Array(),
[b]display: 6,[/b]
base_domain: "http://profiles.friendster.com",
init: function() {
var num=document.links;
for(var x=0;x<num.length;x++) {
if (num[x].href.match(/\/friends\/[\d]+?/)) {
var t=/\(([\d]+?)\)/;
this.maxfriends=t.exec(num[x].innerHTML)[1];
break;
}[/quote]