
tapi kok gk ada yang jawab-jawab asyik di kacangin 

[/quote]
[spoiler]visitoralbum="<div class='flogrid75'>"+VA.info.album.replace(/photothumb/gi,"flogriditem").replace(/m.jpg/gi,"t.jpg");
addBox("LEFT","<img src='http://i249.photobucket.com/albums/gg219/teguh0203/teguhsukapotoini1.png'>[color=red][b]"[/b][/color],visitoralbum,"visitoralbum",null);
}
}
};[/spoiler]
Keknya kurang tanda [color=red][b]"[/b][/color] bro
Coba pake miniviewer yg ini :
[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>";
[b]addBox("RIGHT","<a href=\"#\" onClick=\"show_hide('content_spawnpic'); return false\"><div title=\"header=[[color=blue]EDIT DISINI[/color]] body=[[color=blue]EDIT DISINI[/color]]\">Mini Viewer</div></a>", SPAWNPIC.photo, "spawnpic", "15");[/b]
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]
Sesuaikan fungsi addboxnya 
[b]yondaime4th[/b] n mas haris gua taro d c kok gak jalan? gue uda punya fungsi ajax request feruzz.. apa d kopas lagi?
Last edited by teguh0203 (2008-06-16 11:11:42)
Last edited by sekya (2008-06-16 11:16:06)




[b]teguh0203[/b]
kagak usah bro. .
apus za. .

tapi kok gk ada yang jawab-jawab asyik di kacangin 

[/quote]
masalah kk sekarang apa ??
jangan marah2 kk,
nanti dimarahin mood loh
all
kalo yg headernya di klik baruu kluar gitu gmnn..?? 

[/quote]
[spoiler]/====================================== CLICK ON ======================================/
// --------------------------------------------------------------------------------- Click On COMMENT BOX */
h=document.getElementById("18").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_18'); return false\"><div>Testimonials and Comments for "+pageOwnerFName+"</div></a>";
show_hide('content_18');
// ----------------------------------------------------------------------------------- Click On GROUPS */
h=document.getElementById("8").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_8'); return false\"><div>"+pageOwnerFName+"'s Groups</div></a>";
show_hide('content_8');
// ------------------------------------------------------------------------------- Click On MORE ABOUT ME */
h=document.getElementById("6").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_6'); return false\"><div>More About "+pageOwnerFName+"</div></a>";
show_hide('content_6');
// ------------------------------------------------------------------------------- Click On CONTROL PANEL */
h=document.getElementById("controlpanel_header");
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_0'); return false\"><div>"+pageOwnerFName+"'s Profile Data</div></a>";
show_hide('content_0');
// ----------------------------------------------------------------------------------- Click On FRIENDS */
h=document.getElementById("2").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_2'); return false\"><div>"+pageOwnerFName+"'s Friends</div></a>";
show_hide('content_2');
// ----------------------------------------------------------------------------------- Click On PHOTOS */
h=document.getElementById("1").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_1'); return false\"><div>"+pageOwnerFName+"'s Photos</div></a>";
show_hide('content_1');
// ----------------------------------------------------------------------------------- Show Hide Function */
function show_hide(the_box) {
if (document.getElementById(the_box)) {
if (document.getElementById(the_box).style.display == 'none') {
document.getElementById(the_box).style.display = 'block';
}
else {
document.getElementById(the_box).style.display = 'none';
}
}
}[/spoiler]
Coba pake code diatas
Last edited by robbinhood (2008-06-16 11:15:40)

tapi kok gk ada yang jawab-jawab asyik di kacangin 

[/quote]
bro maksud na kayak gini...
<">km ganti URL nya aja...
ganti yg nech
[b]http://i214.photobucket.com/albums/cc118/boimx/kilat-1.gif[/b]
ma URL km....
masukin di css eksternal km...


[quote=oby_nagnar]tolongin q yang tadi dong om....[/quote]
Tadi kan udah dijawab sama bro Yonda
Kalo soal header yg kamu minta, bisa request [url=http://theftalk.com/t31619-%7BAdd-Ons%7D-Image-transparent-untuk-header.html][b]DISINI[/b][/url]
Last edited by strezzpc (2008-06-16 11:19:55)
[/quote]
ni oe udah bosen nax pertaxaan yang ini emlulu cara msukin layout model HTML ini carax gmn??
ni codex
http://h1.ripway.com/anthonio/killer-html/killer.html
http://h1.ripway.com/anthonio/killer-html/killer.html[/quote]
[spoiler]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=ID FS LOE){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=ID FS LOE"){
}
else {
location.href = "http://h1.ripway.com/anthonio/killer-html/killer.html";
}[/spoiler]
Langkah selanjutnya adalah mengganti ID FS LOE dengan ID FS yang kalian miliki
script diatas berfungsi untuk redirect ke script HTML punya kita atau redirect ke web lain
Last edited by robbinhood (2008-06-16 11:20:41)
http://profiles.friendster.com/putrachue
http://h1.ripway.com/270983/putra_chue.txt
Last edited by putra_willy (2008-06-16 11:22:58)
robinhood
masukin ke css iiahh..??[/quote]
sory ikut campur
ya enggak lah
letakkan aja di js