my recentx ma box chad jga jalan ...
masukin code apa ???
utk masukin code ke tracker saia mah gag taw
cz saia dah lama gag pake tracker ...
absx serink gag update c ..
bknx visitor emild ada 7 ??
bkn 4 x ..
coba emild edit di tarackerx emild iank ada di ripway ...
brang x bsa ...
gag taw lgi klo skrng dh ada iank baru ...
maklum saia kan masih nubie ..
Last edited by gembel (2007-10-27 21:43:34)
ngapain hrz binun ..
fs km bagus kok bro ..
emank binun dri manax ???
Kaka2 ku..., knp ya FS aku????
Pas coment yang masuk diapprove ga bisa muncul di profil??
Td da bbrapa coment dah ku coba pas diapprove ga bisa muncul di FS, ga enak nih sama yg ngirim comment...
Tolong kasi tau knp??
Last edited by emild (2007-10-27 22:10:53)
tolong apa solusinya
[/quote]
@emild...
coba d cek fs nya....recent visitor ma wvm nya udah benar seperi yg saya kasih td mlm...
dari sini jln kok....
trs klo mau masukin box mp3 nya tinggal gabung aja d trackernya..mudah kan..
belum ada yang tau linker js yg baru ya..
malangnya nasibquh...
belum ada yang tau linker js yg baru ya..
malangnya nasibquh...
[/quote]
weeeddeeww...doble posting lagi...
begini ya bro...coba boro masuk k web host nya bro..lalu rename file [b].js[/b] nya menjadi [b].txt[/b]
nah setelah itu generate dsini
http://h1.ripway.com/formattedv2/generator/formattedgenerator.html
lalu hasil generate tsb masukan k about me or who i want to meet..ok bro..
pliis..bantuiin....
Last edited by emild (2007-10-28 04:04:57)
[quote]//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";
}
function onProfileLoad() {
//onload handler
addBox("RIGHT",pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker","2");
var credits="<center></br>WVMe Created by Marfillaster</br>"+
"Update/Fix by feruzz!</br>"+
"Edited by Ren Alvir</br>"+
"JS Linker Javanet Crew 10/25/07</br></br></center>";
addBox("RIGHT","Credits",credits,"credits", null);
}
/*TRACKER OBJECT*/
if (typeof TRACKER == "undefined") { TRACKER = {}; }
TRACKER = {
style: {
filter: "chroma(color='#FFFFFF')",
width: '300px',
height: '515px',
border: '0px'
},
attributes: {
frameborder: '0',
allowtransparency: 'true'
},
phplink: "http://h1.ripway.com/akeboshi227/Tracker/Tracker.php",
exitmessage: "Goodbye "+pageViewerFName,
/*do not edit below this line*/
/*
WVMe v2.2 copyright 2007 friendster.com/mumbhaki
credits: marfillaster, feruzz, renalvir, 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() {
document.getElementById("navBg").innerHTML+="<iframe id=\"wvmtemp\" src=\"about:blank\" style=\"display:none\" />";
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><br /><input type=\"button\" class=\"reloadbutt\" value=\"Refresh Tracker\" onclick=\"Reload();\" style=\"margin: 3px;\"></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+"&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 addBox (type,head,htm,id,sibling) {
//by marfillaster
/* ---------------------------
Available siblings
left side (mainbar)
"0" = controlpanel
"1" = photos
"13" = blogs
"12" = reviews
"6" = moreabout
"18" = publiccomments
"10" = scrapbook
right side (sidebar)
"15" = meettrail
"2" = friends
"14" = ads
"7" = fan
"8" = groups
--------------------------- */
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 MISC FUNCTIONS*/
//tracker refresher
function Reload () {
var f = document.getElementById('wvm');
f.src = f.src;
}
/* insert other codes below */[/quote]
[/quote]
nih kodenya
[quote]/* MASTER BOXES */
.commonbox {
border-width: 1px;
border-color: #ffffff;
border-style: solid;
background-color: transparent;
background-image: url(URL BG KSMU);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-color: transparent;
}
.commonbox .evenrow {
background-color: transparent;
background-image: url(URL BG KSMU);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-color: transparent;
}[/quote]
Last edited by Shiseiten (2007-10-28 04:37:16)
wee wii.. WVM nya suddenly working..
ada emild nyantol..
tapi waktu aku tes pakek profile q gak working..
apa WVM nya cuma working ke sesama pengguna WVM 2.2?
mu nnya nii..
kmrn gw udh masukin code .js bisa...
nah setelah ada update fs jadi ilank smwa..
minta tulung dunk..
code bwt box visitor and welcome note yg baru..
thx yah atas bantuan nya..
http://theftalk.com/t14281-WVMe-Version-10-25-07-UPDATED%21.html
ini buad welcome note n bbrp kode css
http://theftalk.com/t8106-%26%239827%3B-Magic-Code-Untuk-Extension-%26%239827%3B-%28for-newbie%29.html
masukin kode" diatas.
k txt kamu.
mudah"ann bisa bantu.
*hahah c emild so jagoo ginih.
mavv klo ada ksalahan memberi petunjuk.
x]