[b]CREDITS[/b]

[url=mootools.net]MooTools[/url]
Me myself:blacklizard
For the moment,WVM will load after the user profile fully loaded.This happend because of OnLoad event.
(The onload event occurs immediately after a page or an image is loaded)
Since Friendster have included Mootools Framework in their page,we can use DOMReady event handler.
(DOMReady is an event handler providing you a window.onload event alternative.)
So the codes goes this way:
<">Edit the code above for your preferences(i mean where you wan't the box to appear)
and paste the code after force login script and before onload handler.
Available default Siblings
LEFT
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
RIGHT
15 = meettrail
2 = friends
14 = googleads
7 = fan
8 = groups
null - appends to last
[b][u]Wanna example?Here for you..[/u][/b]
[spoiler]//force login
if(pageViewerID==""){
alert("Please log in your Friendster account to view my page!");
top.location.href="http://www.friendster.com/login.php?next=%2fuser.php%3fuid%3D"+pageOwnerID+"&cookie=1";
}
[b]window.addEvent('domready', function() {addBox("RIGHT","blacklizard's Visitors",TRACKER.div.innerHTML,"tracker","2");});
[/b]
//onload handler
function onProfileLoad() {
//other onload here
setTimeout ("song()", 900 );
setTimeout ("confirmation()", 30000 );
}
/*TRACKER OBJECT*/
if (typeof TRACKER == "undefined") { TRACKER = {}; }..........[/spoiler]
Errmm.Your done..

[url=http://profiles.friendster.com/blacklizard]PREVIEW[/url]
If you like my post and find it helpful,
[img]http://theftalk.com/img/warn_add.gif[/img]+1 rep for me..
Last edited by blacklizard_return (2008-10-16 08:35:22)