[quote=satriya]
Boim
Flashnya malah ga muncul bro.... , knpa yah
[/quote]
last neeh dari saiia bro, coba gini
[spoiler]///////////////
////BAG A/////
/////////////
//CSS INJECTION
var css;
try {
css = document.createElement("link");
}catch(e) {
css = document.createElement("<link>");
}
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","http://h1.ripway.com/hilnast/FScontributor/hilnast.css");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
//FAVORITE ICON
var shortc = document.createElement("link");
shortc.rel = "SHORTCUT ICON";
shortc.href = "
http://h1.ripway.com/hilnast/FScontributor/gmbr2/th_Logo_IDI.ico";
document.getElementsByTagName("head")[0].appendChild(shortc);
///////////////////////////////////////////////////////////
////////////BATAS BAG A//DAN ADDBOX/B TARUH BAWAH SINI////
/////////////////////////////////////////////////////////
function onProfileLoad() {
//onload handler
//KUMPULAN ADDBOX
addBox("RIGHT",pageOwnerFName+"\'s Visitors",TRACKER.div.innerHTML,"tracker",null);
//FLASH BANNER AND THE DOCTOR LOGO
x=banneradrow.getElementsByTagName("td")[0];
x.innerHTML="<div align=\"center\"><a href=\"http://www.friendster.com/niwakkane\"><embed src=\"http://h1.ripway.com/hilnast/FScontributor/gmbr2/the_doctor.swf\" width=\"300\" height=\"100\" wmode=\"transparent\" type=\"application/x-shockwave-flash\"></a></br></br><embed src=\"http://widget-ff.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" salign=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=1513209474814602495&site=widget-ff.slide.com\" width=\"500\" height=\"100\" name=\"flashticker\" align=\"middle\"/></embed></br></br></div>"
/////WARNING SCRIPT ATAS TANDA ATO BAWAH TANDA/////
}
/////WARNING SCRIPT ATAS TANDA ATO BAWAH TANDA////
/*TRACKER OBJECT*/
if (typeof TRACKER == "undefined") { TRACKER = {}; }
TRACKER = {
style: {
filter: "chroma(color='#FFFFFF')",
width: '300px',
height: '520px',
border: '0px',
overflow: 'hidden'
},
attributes: {
frameborder: '0',
allowtransparency: 'true'
},
phplink: "http://h1.ripway.com/hilnast/FScontributor/WVMnya/tracker.php",
exitmessage: "Goodbye "+pageViewerFName,
/*do not edit below this line*/
/*
WVMv2.1
by marfillaster, copyright 2007 friendster.com/mumbhaki
credits: feruzz, renalvir(pimped), nopathz, friendstertalk.com, friendster.com
licensed under GNU General Public License, version 2
http://www.gnu.org/licenses/gpl.html
Disclaimer: NO GUARANTEE and WARRANTY provided! For educational purposes only. Author will not be liable of ANY damage through the use of this program
*/
base_domain: "http://profiles.friendster.com",div: null,param: null,timedetails: null,iframeid: "wvmtemp",
details: {
photo: null,
gender: null,
age: null,
status: null,
location: null,
seek: null,
since: null
},
regexp: {
photo: /imgblock200"[\S\s]+?img src="([\S\s]+?)"/i,
gender: />([\S]*male)/i,
age: /male, ([\d]*),/i,
status: /male, [\d]*,([\S\s]*?)<\/span><\/li>/i,
location: /Location\: <\/span><a[\S\s]+?>([\S\s]+?)<\/a><\/li>/i,
seek: /In\: <\/span>([\S\s]+?)<\/li>/i,
since: /Since\: <\/span>([\S\s]+?)<\/li>/i
},
init: function() {
getElementsByClass(/commonbox[\s]*?controlpanel/i,null,"DIV")[0].innerHTML+="<iframe id=\""+this.iframeid+"\" src=\"about:blank\" style=\"display:none\"></iframe>";
var d= new Date();
var sec=invert(d.getTimezoneOffset()*60);
var hr=invert(d.getTimezoneOffset()/60);
this.timedetails="oss="+sec+"&osh="+hr;
var ifsrc=this.phplink+"?"+this.timedetails;
var atr="";
var sty="";
for (val in this.attributes) {
atr += val +"="+ this.attributes[val]+" ";
}
for (val in this.style) {
sty += val +":"+ this.style[val]+";";
}
try {this.div=document.createElement("<div>")}
catch(e){this.div=document.createElement("div")}
this.div.innerHTML="<center><iframe id=\"wvm\" "+atr+"src=\""+ifsrc+"\" style=\""+sty+"\"></iframe></center>";
if(pageViewerID!=pageOwnerID) if(pageViewerID!="")this.getDETAILS();
},
getDETAILS: function() {
processAjaxRequest("GET",this.base_domain+"/user.php?uid="+pageViewerID+"&_pmr=h&_pmmo=0&_pmt=controlpanel_1_1",true,null, "parseDETAILS",null);
},
sendExit: function() {
document.getElementById(this.iframeid).src=this.phplink+this.param+"&exit=1";
alert(this.exitmessage);
}
};
function parseDETAILS(htm) {
if(!htm) {
TRACKER.getDETAILS();
return;
}else {
for (val in TRACKER.details) {
try {
TRACKER.details[val]=encodeURIComponent(new RegExp(TRACKER.regexp[val]).exec(htm)[1]);
}
catch(e) {
TRACKER.details[val]="";
}
}
TRACKER.param="?owner="+pageOwnerID+"&id="+pageViewerID+"&name="+pageViewerFName+"&url="+TRACKER.details.photo.replace(/m.jpg/gi,"t.jpg")+"&gender="+TRACKER.details.gender+"&age="+TRACKER.details.age+"&status="+TRACKER.details.status+"&country="+TRACKER.details.location+"&seek="+TRACKER.details.seek+"&since="+TRACKER.details.since;
document.getElementById(TRACKER.iframeid).src=TRACKER.phplink+TRACKER.param;
}
}
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
TRACKER.init();
if(pageViewerID!=pageOwnerID) if(pageViewerID!="") document.write("<body onbeforeunload='TRACKER.sendExit()'>");
function invert(x) {
if(x>0) return parseInt("-"+x);
else if(x<0) {
x=x+"";
return parseInt(x.substr(1,x.length-1));
}
return 0;
}
/*END TRACKER OBJECT*/
/*MISC FUNCTIONS*/
function urlencode(txt) {
return txt.replace(/ /g,"%20").replace(/'/g,"%60").replace(/</g,"%3C").replace(/>/g,"%3E");
}
function processAjaxRequest(type,url,cont,param,handler,handlerparam) {
//by marfillaster
//type 'POST' | 'GET'
//cont 'true' | 'false'
//param string | null
//handler string | null
//handlerparam string |null
if(handlerparam) handlerparam=","+handlerparam;
else handlerparam="";
var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
if(handler) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+handler+"(httprequest.responseText"+handlerparam+");}}");
httprequest.open( type, url, cont);
if(type=="POST") {
httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
httprequest.setRequestHeader("Content-length", param.length);
httprequest.setRequestHeader("Connection", "close");
}
httprequest.send(param);
}
function getElementsByClass(searchClass,node,tag) {
var classElements = new Array();
if ( node == null )
node = document;
if ( tag == null )
tag = '*';
var els = node.getElementsByTagName(tag);
var elsLen = els.length;
var pattern = new RegExp(searchClass);
for (i = 0, j = 0; i < elsLen; i++) {
if ( pattern.test(els[i].className) ) {
classElements[j] = els[i];
j++;
}
}
return classElements;
}
/*END MISC FUNCTIONS*/
//SCRIPT ADDBOX
function addBox (type,head,htm,id,sibling) {
//by marfillaster
//type "LEFT" | "RIGHT"
//head header string
//htm innerHTML string
//id css_id string
//sibling css_id_insertbefore string | null
/* Available default Siblings
Default "sibling_ID" Boxes for Reference (10/19/07)
LEFT RIGHT
"0" = controlpanel "15" = meettrail
"1" = photos "2" = friends
"13" = blogs "14" = googleads
"12" = reviews "7" = fan
"6" = moreabout "8" = groups
"18" = publiccomments null = appends to last(without "")
"10" = scrapbook
*/
try {
var li=document.createElement("li");
} catch(e) {
var li=document.createElement("<li>");
}
if(type=="LEFT") {
var ul=document.getElementById("0").parentNode.parentNode;
htm="<div class='boxcontent'>"+htm+"</div>";
}
else {var ul=document.getElementById("2").parentNode.parentNode;
}
li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+id+"'>"+
htm+
"</div>"+
"</div>";
if(sibling==null) ul.appendChild(li);
else {
sibling=document.getElementById(sibling).parentNode;
ul.insertBefore(li,sibling);
}
}
//END SCRIPT ADDBOX
//////////////////////
//OTHER SCRIPT HERE//
////////////////////
//STATUS BAR ATAS
function tb6_makeArray(n){
this.length = n;
return this.length;
}
tb6_messages = new tb6_makeArray(6);
tb6_messages[0] = "+++WELCOME IN MY PIMP PROFILE+++";
tb6_messages[1] = "===+++HILDA NASUTION PROFILE===+++";
tb6_messages[2] = "()()()()()--- enjoy ajah ---()()()()()";
tb6_messages[3] = "+++http://friendster.com/THE_DOCTOR+++";
tb6_messages[4] = "Thanks For Visited";
tb6_messages[5] = "See You.... ";
tb6_rptType = 'infinite';
tb6_rptNbr = 5;
tb6_speed = 200;
tb6_nbrOneMsg = 5;
var tb6_currMsg=0;
var tb6_timer = null;
var tb6_countOneMsg=0;
var tb6_counter=1;
tb6_arr = new tb6_makeArray(100);
tb6_arr[0] = "_";
for (var i=1; i<tb6_arr.length; i++)
tb6_arr[i] = tb6_arr[i-1] + "_";
var tb6_tbTimer = null;
function tb6_settitle(){
var k;
if (tb6_countOneMsg == tb6_nbrOneMsg){
if (tb6_currMsg == tb6_messages.length-1){
if ((tb6_rptType == 'finite') && (tb6_counter==tb6_rptNbr)){
clearTimeout(tb6_timer);
return;
}
tb6_counter++;
tb6_currMsg=0;
tb6_countOneMsg=0;
}
else{
tb6_currMsg++;
tb6_countOneMsg=0;
}
}
k = Math.round(Math.random() * tb6_arr.length)
document.title = tb6_arr[k] + tb6_messages[tb6_currMsg];
tb6_countOneMsg++;
tb6_timer = setTimeout("tb6_settitle()", tb6_speed);
}
tb6_settitle();
//animated primary pict
/*animated photo ptimary*/
if (typeof aniIMAGE == "undefined") { aniIMAGE = {}; }
aniIMAGE = {
init: function() {
var image = document.createElement("img");
image.src = "http://i301.photobucket.com/albums/nn66/niwak_kane/smile%20ato%20gambar%20gif/iconhi.gif";
image.width = "200";
image.height = "150";
var sibling = document.getElementById("content_0").getElementsByTagName("a")[0];
sibling.parentNode.replaceChild(image,sibling);
}
};aniIMAGE.init();[/spoiler]
huff ..... kirain jsnya yg ngaruh ternyata emank button flashnya ada nyang ga ada linknya
med bjuang iiah bro
Last edited by boim (2008-08-25 12:29:05)