[b]matthew[/b]
beuh..
maksud'a apa euy..??
hmm..
kamu udah pnya webhost blm..??
klo blm..daftar di [url=http://www.stormpages.com]SINI[/url]..
klo udah..kamu login...
trus kamu masuk ke Base Directory...
kamu buat file baru dengan ekstensi css..
misal : [b]magiccode.css[/b]
nanti kamu ambil link'a...
http://www.stormpages.com/username/magiccode.css
trus kamu taruh di linker yang sudah saiia PMkan tadi...
*cara pemakaian linker juga sudah saiia jelaskan lewat PM..
^_^
[hr]cara dapetin link'a..
kamu klik View/Open..
trus liad di address bar...
ato...
kamu klik kanan di View/Open..
trus Copy Link Location..
kamu paste di linker...
*dmn aja juga bisa klo mw liat url'a duank...
^_^
[b]nyubi[/b]
udah jawab di belakang sob..
Last edited by dj_afran (2008-09-07 06:19:57)
[/quote]
hha...
sma, sya jga dpet nyolong....
dri page yg ad d archive...
yasud, adik gpp dh...
[hr]
[quote=matthewambon]kk magic codenya di pakenya kpn c..??[/quote]
coba ksini:
[url]http://theftalk.com/t8106-%7BTUTORIAL%7D-Magic-Code-Untuk-Extension-(for-newbie).html[/url]
kli aj itu yg sob mksd... 
Last edited by odloc (2008-09-07 06:24:40)
[b]nyubi[/b]
huff..
saiia juga kurang tau sob..
coz saiia ga pernah make tuh script..
huff..
cuba aja kamu pake yang dari [b]om odloc[/b]..
^_^
*tinggal ganti embed'a aja..
[b]odloc[/b]
[quote]tmbh aj tnda garing (\) sblom tnda quote (")[/quote]
u iy loopa..
huff..
ikutin saran [b]om odloc[/b]...
*tapi yang embed'a aja...
Last edited by dj_afran (2008-09-07 06:25:17)
di stu kn ad bnyak kode magic yg di kasih tu..
naa saya bingung makenya kpan,di taro dimana trus bwat ap..
Sori kk all bnyak nanya abis sangat amat tereamat bingung tentang code2 tersebut..
Thx kk..
matthewambon
udah mampir ke [url=http://theftalk.com/t8106-%7BTUTORIAL%7D-Magic-Code-Untuk-CSS-Extension-%28for-newbie%29.html]sini[/url]kan??
klo yang [url=http://theftalk.com/t21339-%7BTUTORIAL%7D-Tweak-FS-for-newbie.html]ini[/url] udah lom ???
[hr]
dj_afran...
duh, msa dpnggil mas sh??? gag enk kn jdi'a....
Last edited by odloc (2008-09-07 06:35:43)
[b]nyubi[/b]
beuh..
penjajahin ini mah nama'a..
edit dewek dunk..
kan cuma..
[quote]tmbh aj tnda garing (\) sblom tnda quote (")[/quote]
di bagian embed duank...
huff..
*bukan pelit..
tapi biar ga manja..
biar belajar..
biar paham...
Last edited by odloc (2008-09-07 06:56:52)
[b]matthew[/b]
beuh..
makin muter� aje..
gw cuma mau bantu si [b]Ervass[/b]..
baca ulang postingan gw yang [url=http://theftalk.com/p1627135-Today-10%3A17%3A12.html#p1627135]INI[/url]...
*ntu tutorial buat daftar webhost...




[/quote]
nech bro...
[spoiler][quote]/*
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 (!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("left","<a href=\"#\" onClick=\"show_hide('content_spawnpic'); return false\"><div>Welcome</div></a>", SPAWNPIC.photo, "spawnpic", "0");
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);
}
};
})();[/quote]
[/spoiler]
[quote=matthewambon]Udah..
Naah yang <B>sini</b> itu ada magic codenya..
gw gk ngerti itu bwat ap,trus dipake dimna n kapan..[/quote]
kayak nya bro baca dulu yg ada di forum...
smua lengkap koq...
tinggal kita berkreasi sendiri...
klo mang tuch dah susah banget baru mampir kesini...
percuma klo para senior ajarin tp kita ga ngerti...
makanya kita baca smua nya, jgn cuma sepintas2 aja...
key....

buka Puasa...
selamat menunaikan ibadah puasa buat yg menjalan kan nya...
Last edited by ily (2008-09-07 06:58:49)


[/quote]
ni bro:
[spoiler]// mini viewer
if (!attachOnLoadHandler(function() { mainVpic();})) window.onload = function() { mainVpic();};
function mainVpic() {
if(pageViewerID!="") SPAWNPIC.init();
}
if (typeof SPAWNPIC == "undefined") { SPAWNPIC = {}; }
SPAWNPIC = {
photo: [], li: [], ul: [],
info: {
name: null, photo: null, status: null, since: null, location: null
},
regexp: {
name: /controlpanel_header">([^@]+?)<a\s+name="controlpanel/i,
photo: /imgblock200"><a[^@]*?>([^@]+?)<\/a><\/div>/i,
status: /data">([^@]+?)<\/span><\/li>/i,
since: /Since\:\s+<\/span>([^@]+?)<\/li>/i,
location: /Location\:\s+<\/span>([^@]+?)<\/li>/i
},
init: function() {
this.ajaxRequest("/"+pageViewerID,"SPAWNPIC.viewer",null);
},
viewer: function(ph) {
if (ph.replace(/^\s*|\s*$/g,"") === "") {
alert("VMP Error: Unable to parse the photo!");
return;
}else if (ph) {
for (val in this.info) {
try {
this.info[val] = new RegExp(this.regexp[val]).exec(ph)[1].replace(/^(\d)$/,"0$1");
}catch(e) {
this.info[val] = "";
}
}
this.photo = "<div class=\"fitem1wrapper\">"+
"<table class\"fitem1table\">"+
"<tr>"+
"<td class=\"itd\">"+
"<a href=\"/"+pageViewerID+"\" title=\""+pageViewerFName+"\">"+
this.info.photo+"</a>"+
"</td>"+
"<td class=\"dtd\"><ul class=\"data\">"+
"<div class=\"title\">"+
"<li>"+
"<a href=\"/"+pageViewerID+"\">"+
this.info.name+"</a>\n"+
"Friendster ID: <a href=\"/"+pageViewerID+"\">"+pageViewerID+"</a>"+
this.info.status+"\n"+
"Member Since: "+this.info.since+"\n"+
"Location: "+this.info.location+"</li>"+
"</div>"+
"</ul>"+
"</td>"+
"</tr>"+
"</table>"+
"</div>";
this.photo = this.photo.replace(/\n/g,"<br />").replace(/<br>/gi,"<br />");
this.HTML("alow "+this.info.name,this.photo,"spawnpic",/friends/i,"above");
}
},
ajaxRequest: function(url,ajaxfunc,handler) {
if(handler) handler = ","+handler;
else handler = "";
var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
if(ajaxfunc) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+ajaxfunc+"(httprequest.responseText"+handler+");}}");
httprequest.open('GET', url, true);
httprequest.send(null);
},
HTML: function(head,code,id,sibling,x) {
this.li = document.createElement("LI");
if (!head) head = "";
else head = "<h2>"+head+"</h2>";
this.li.innerHTML = "<div class=\"commonbox "+id+"\" id=\""+id+"\">"+
head+
"<div id=\"content_"+id+"\">"+
code+
"</div>"+
"</div>";
if (!x) this.getModuleByClassName(sibling)[0].parentNode.parentNode.appendChild(this.li);
else if (x == "below") this.getModuleByClassName(sibling)[0].parentNode.appendChild(this.li);
else if (x == "above") {
this.ul = this.getModuleByClassName(sibling)[0];
this.ul.parentNode.parentNode.insertBefore(this.li,this.ul.parentNode);
}
},
getModuleByClassName: function(sClass) {
var elm = [];
var els = document.getElementsByTagName("*") || document.all;
for (var j=0,k=els.length;j<k;j++) {
if (new RegExp(sClass).test(els[j].className))elm.push(els[j]);
}
return elm;
}
};[/spoiler]
sumber: [url]http://theftalk.com/p445879-2007-12-18-10%3A02%3A04.html#p445879[/url]
gag tw dah msih workin atw gag, cuz dah gag demen lgi sma yg nma'a overlay...
lain kli, usahain cari dlu yh.... 
Last edited by odloc (2008-09-07 07:04:13)