[/quote]
coba pake linker yang saya PM tadi
all
bro PM dunk linker baru na.... punyaku tak jalan ui...
[quote]var heinz;
try {
heinz = document.createElement("div");
}
catch (e) {
wakokok = document.createElement("<div>");
}
heinz.innerHTML = "<br><center><a href='ymsgr:sendim?babamsuryaman'><img src='http://opi.yahoo.com/online?u=[b]ID e-mail[/b]&m=g&t=2&l=us' alt='Send Message with Yahoo_Messanger' border='0'></a></center>";
heinz.setAttribute("style","text-align:left;padding-top:10px");
document.getElementById("0").getElementsByTagName("ul")[1].parentNode.appendChild(heinz);[/quote]
nach yang saya bold diganti dengan ID e-mail milik sob ..
example ..
[quote][b]SmarterDOS[/b]@yahoo.co.id[/quote]
nach yang saya bodl itu yang di sebut dengan ID e-mail ..
untuk trick ini, hanya bisa menggunakan e-mail dari [b]yahoo![/b] 
<">ingat, semua code disini hanya untuk JS external
Last edited by robbinhood (2008-08-23 09:46:17)
Last edited by anggasaputra (2008-08-23 09:46:01)
<">sekalian sob minta tutor atau scriptnya [b]mini viewer[/b]
makasih iah Last edited by nyubi (2008-08-23 09:48:38)
robbinhood n teguh
makasih yah linkernya,,, 
tapi itu kan linker emank buat d taro di wiwtm n about me.
nah jeleknya fs saya karna fs saya pk crossover.jadi kalo about me na gw klick.jd null fs gw,,
jadi saya harus pasank linker di mediabox sob2 sekalian...
ney fs saya kalo mao mampir,,
[url]http://www.friendster.com/prasdinov[/url]
[b]nyubi[/b] cari bagian ini [quote]VIEWERPIC.photo.getElementsByTagName("a")[0].href = "/" + pageViewerID;
VIEWERPIC.photo.getElementsByTagName("a")[0].target = "_blank";
VIEWERPIC.photo.getElementsByTagName("a")[0].title = pageViewerFName;
VIEWERPIC.photo.getElementsByTagName("a")[0].appendChild(document.createElement("img"));
[color=red]VIEWERPIC.photo.getElementsByTagName("a")[0].innerHTML=[/color]"[b]<img src ='"+htm+"' title=\"header=[= TAMU ISTIMEWAKU = ] body=[Hallo "+pageViewerFName+". Selamat datang di profileku. <img src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/5.gif'>]offsetx=[50] offsety=[-30] fade=[on]\"class='shakeimage' onMouseover='initshake(this);rattleimage()' onMouseout='stoprattle(this);top.focus()' onClick='top.focus()'>[/b]";
VIEWERPIC.photo.appendChild(document.createElement("br"));
VIEWERPIC.photo.appendChild(document.createElement("span"));
VIEWERPIC.photo.getElementsByTagName("span")[0].className = "q";[/quote]
plus tooltips buat kamu bams
ni mini viewer nya [spoiler]/*
Viewer's Main Photo Sidebar
Author: FeRuZZ � http://profiles.friendster.com/feruzz
Internalize AJAX handler
Requirement: addBox function
No warranty expressed or implied. Use at your own risk.
*/
if((pageViewerLangPref !== "en-US") || (window.location.href.indexOf("en-US") === -1)) {
window.location.href = "http://profiles.friendster.com/"+pageOwnerID+"?lang=en-US&updatelang=1";
}
if (!attachOnLoadHandler(function() { SPAWNPIC.init(); })) window.onload = function() { SPAWNPIC.init(); };
if (typeof SPAWNPIC == "undefined" || !SPAWNPIC) { SPAWNPIC = window.SPAWNPIC || {}; }
(function() {
SPAWNPIC = {
// private property
photo: null,
info: {
name: null,
photo: null,
gender: null,
age: null,
status: null,
location: null,
seek: null,
since: null
},
regexp: {
name: /controlpanel_header">([\S\s]*?)<a\s*name="controlpanel/i,
photo: /imgblock200"><a[\S\s]*?>([\S\s]*?)<\/a><\/div>/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
},
init: function() {
try {
SPAWNPIC.ajaxRequest("GET", "http://" + location.hostname + "/" + pageViewerID, true, null, SPAWNPIC.viewer, null);
} catch(e) {}
},
viewer: function(mypic) {
if (mypic.replace(/^\s*|\s*$/g, "") === null) {
alert("VMP Error: Unable to parse user details!");
return;
} else if (mypic) {
for (var val in SPAWNPIC.info) {
try {
SPAWNPIC.info[val] = new RegExp(SPAWNPIC.regexp[val]).exec(mypic)[1].replace(/^(\d)$/, "0$1");
} catch(e) {
SPAWNPIC.info[val] = "";
}
}
var status = SPAWNPIC.info.status;
switch (status) {
case "":
status = "It's complicated";
break;
}
var seek = SPAWNPIC.info.seek;
switch (seek) {
case "":
seek = "Just looking around";
break;
}
SPAWNPIC.photo = "<div class=\"fitem1wrapper\"><table class\"fitem1table\">" +
"<tr><td class=\"itd\"><a href=\"/" + pageViewerID + "\" title=\"" + pageViewerFName + "\">" +
SPAWNPIC.info.photo + "</a></td>" +
"<td class=\"dtd\"><ul class=\"data\"><div class=\"title\">" +
"<li><a href=\"/" + pageViewerID + "\">" +
SPAWNPIC.info.name + "</a><br>" +
pageViewerID.replace(/^\s*[\d]*?/gi, "Friendster ID: ") + "<br>" +
SPAWNPIC.info.gender + ", " + SPAWNPIC.info.age + ", " + status + "<br>" +
"Interested In: " + seek + "<br>" +
SPAWNPIC.info.since.replace(/^\s*[\w]*?/gi, "Member Since: ") + "<br>" +
SPAWNPIC.info.location.replace(/^\s*[\S\s]*?/gi, "Location: ") + "</li>" +
"</div></ul></td></tr></table></div>";
addBox("RIGHT","<a href=\"#\" onClick=\"show_hide('content_spawnpic'); return false\"><div title=\"header=[EDIT DISINI] body=[EDIT DISINI]\">Mini Viewer</div></a>", SPAWNPIC.photo, "spawnpic", "15");
show_hide('content_spawnpic');
}
},
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);
}
};
})();[/spoiler]
[b]prasdinov[/b] linker gue d media box kok
Last edited by teguh0203 (2008-08-23 10:01:08)

[/quote]
linker nya gag jalan bradaaa,..... saya PM aja dah
LordRiddle
bro linkernya ga jalan...
tulung donk.... baru hari ni nih fs saia linkernya ga jalan...
[b]vampira[/b] kalau bole tau kamu mo buat slide apa frend,primari ato apa?