bg venusvhie
Kalo js sampah aja bang yang dah gk d'pke pkog na . . .
ada gak . . .



dhenk[/b]
biasanya kalo ada tulisan kayak gitu pasti kurang [b]mv.txt [/b]nya
kok gak biasa nya yah

venusvhie[/b]
kayaknya dia itu orang lama....



[/quote]
ne bonus buat lo broo... 
JS mentah...
tapi lainkali usaha ya,,,
yar pintar... 
[url=http://h1.ripway.com/sonixx/mentah.js][b]tambahin doang[/b][/url]
Last edited by sonixx (2008-08-09 10:33:05)
[i]Visitor Log [/i]gmn yaa?? 

Last edited by jujum (2008-08-09 10:31:22)
sonixx
thx bang
D
iqbal_cupu[/b]
nih aku share JS nya....
edit sendiri yah.....
[quote]var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "CSS URL";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);
function onProfileLoad() {
//onload handler
//(pattern) addBox("L-R","Header",htm,"cssid","sibling");
addBox("RIGHT",pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker",null);
//other boxes goes here
}
/*TRACKER OBJECT*/
if (typeof TRACKER == "undefined") { TRACKER = {}; }
TRACKER = {
style: {
filter: "chroma(color='#FFFFFF')",
width: '285px',
height: '520px',
border: '0px',
overflow: 'hidden'
},
attributes: {
frameborder: '0',
allowtransparency: 'true'
},
phplink: "URL TO UR TRACKER.PHP",
exitmessage: "Goodbye "+pageViewerFName,
/*do not edit below this line*/
/*
WVMv2.1
by: Ken marfilla, http://profiles.friendster.com/mumbhaki,copyright 2007
credits: feruzz, renalvir(pimped), 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>/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=\"border: 1px #000000 solid; background-color: c9c9c9; 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 addBox (type,head,htm,id,sibling) {
//by marfillaster
//type "LEFT" | "RIGHT"
//head header string
//htm innerHTML string
//id css_id string
//sibling css_id_insertbefore string | null
/* Available default Siblings
LEFT
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
RIGHT
15 = meettrail
2 = friends
14 = googleads
7 = fan
8 = groups
null - appends to last
*/
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);
}
}
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);
}
/*END MISC FUNCTIONS*/
//tracker refresher
function Reload () {
var f = document.getElementById('wvm');
f.src = f.src;
}[/quote]

maklum newbie 

maklum newbie 
[/quote]
ga ada alesan newbie
nih klo mo bikin salju
[spoiler]<">[/spoiler]
simpan sebagai js
kmudian inject ke js kamu
dengan [quote]document.write("<script type='text/javascript' src='URL SALJU'></script>");[/quote]
thx kuntilanak
oya minta css donk yang simple
maap merepod kan
mohon bantuan nya 




maklum newbie 
[/quote]
coba masuk kesini bro
[url=http://theftalk.com/t23212-%5BAdd-Ons%5D-Falling-Images|Cursor-Image-Trail|Snow-Effect-%5BUpdate%5D.html]klik sampe ancur[/url]
iqbal_cupu
ini bro
[spoiler]/* PAGE BACKGROUND */
body {
background-image: url(URL BGROUND KAMU);
background-attachment: scrollable;
background-position: center;
background-repeat: repeat;
background-color: #000000;
scrollbar-face-color: 0000ff; scrollbar-highlight-color: #0000ff; scrollbar-shadow-color: #0000ff; scrollbar-3dlight-color: #0000ff; scrollbar-arrow-color: #0000ff; scrollbar-track-color: #0000ff; scrollbar-darkshadow-color: #0000ff;
cursor: url(""),default;
}
#ArchAngell { display: none !important; }
#navdivider {display:none;background:transparent;}
#marketing_bg {display:none;}
#mainnav {height:0px; width:700px;}
.secondary_links{display:none;}
/* MASTER BOXES */
.commonbox {
-moz-border-radius: 9px;
border-width: 10px;
border-color: #transparent;
border-style: ridge;
background-image: url();
background-position: center center;
background-repeat: repeat;
background-color: ffffff;
cursor: url(""),default;
}
/* BERURUTAN DARI ATAS KE BAWAH : SUBNAV, SEARCH, SURFER, LANGUAGE DAN LOGO */
#subnav {display:none;}
#search {display:none;background:transparent;}
#search form {display:none;background:transparent;}
#surfer {display:none;}
#NavLang {display:none;}
#logo {display :none;}
/* FriendsterMagic - remove more about me link */
.controlpanel a.more {display:none;}
#controlpanelbuttons a {display:none;}
.myfans {display:none;}
.fanof {display:none;}
.groups {display:none;}
.scrapbook{display:none;background:transparent;}
/* FriendsterMagic - remove top banner */
.banner_ad_fix{display:none;}
/* FriendsterMagic - remove logo */
#logo {display:none;background:transparent;}
/* FriendsterMagic remove search form*/
#search {display:none;background:transparent;}
#search form {display:none;background:transparent;}
/* FriendsterMagic - hide the connection box */
.meettrail{display:none;background:transparent;}
/* FriendsterMagic - hide google ads */
#content_14 {display:none!important;}
/* FriendsterMagic - hide report abuse */
#reportabuse{display:none;}
/* FriendsterMagic - remove featured sponsor */
#marketing_bg{display:none;background:transparent;}
#footer_container {
display: none;
}
#footer {
display: none;
}
/*KHER IMAGE EFFECT*/
a:hover img { filter:alpha(Opacity=100,FinishOpacity=0,Style=2); }
A:hover img{filter:alpha(finishopacity=0, style=2)}
/*************header***********/
.commonbox h1, .commonbox h2 {
color: #ff0000; text-align: center;
font-size: 10px;
width: auto;
background-image:url(URL HEADER);
background-attachment: scrolling;
background-position: top center;
background-color:transparent;
background-repeat: no-repeat;
border-bottom: #0000ff 2px double;}
/*Transparent Shoutout*/
{transparent shoutout}
.controlpanel .so { margin: 0 -20px 10px 0; width: 257px; position: relative; background:url() repeat-y top left; color: #0000ff; font-weight: bold; }
.controlpanel .so a { color: #0000ff; }
.controlpanel .so div#cpShoutoutBox, .controlpanel .so div#cpShoutoutEditBox { padding: 7px 7px 5px 7px; margin: 0; }
.controlpanel .so div#cpShoutoutEditBox { display: none; }
.controlpanel .sol { position: absolute; left: -5px; top: 8px; width: 6px; height: 11px; background:url() no-repeat; }
.controlpanel .sob { width: 257px; height: 2px; background:url() no-repeat; line-height: 0; font-size: 0; }
/* MAIN */
.controlpanel .q {
background: url() no-repeat left;
padding: 0 0 0 25px;}
/* MORE ABOUT */
.usercontent .q{
background: url() no-repeat left;
padding: 0 0 0 16px;}
.commonbox {
background-color:transparent;
background-image:url('');
background-repeat:repeat;
}
/* FriendsterMagic - remove more about me link */
.controlpanel a.more {display:none;}
/* Hide the arrows in your mainnav dropdown links */
#mainnav .mainfoldericon {display:none!important;}
/* Hide About me paragraph in control panel*/
.controlpanel p {display:none!important;}
/* Hide Recent Updates */
.user_tracker {display:none!important;}
/* Hide Google Search */
#search form { display : none !important; }
/* Hide Friendster Classifieds */
#marketing {display:none!important;}
/* Hide friendster logo */
#logo {display:none!important;}
/* Hide sidebar google ads*/
#content_14 {display:none!important;}
/* Hide Messages | Setting | Help | Log out*/
#subnav {display:none!important;}
/* Hide How you are connected box */
#content_15 {display:none!important;}
/* Hide White bar under navigation */
#marketing_bg {display:none!important;}
/* Hide the whole top navigation */
#navigation {display:none!important;}
/* Hide the surfer */
#surfer {display:none!important;}
/* Hide Classifieds | Jobs | */
.secondary_links {display:none!important;}
/* Hide banner ads on top */
.banner_ad_fix {display:none!important;}
/* Hide Group updates */
#content_8 .data {display:none!important;}
/* Media Box */
.scrapbook {display:none!important;}
/* Google Ads */
#content_14 {display:none!important;}
body {
border: 4px ridge #ffffff ;
}
/* code */
.publiccomments div div .dtd ul {
color:#0000FF;
overflow: hidden;
width: 400px;
height: 75px;
border: 2px solid #0000ff;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5; opacity: 0.5; border: 4px solid #0000ff; -moz-border-radius: 10px;
padding: 10px;
}
.publiccomments div div .dtd ul:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1; height: 100%; min-height: 100px;
border: 4px solid #0000ff;
}
.publiccomments .title{
width:400px;
background:transparent;
-moz-border-radius: 10px;
padding:10px;
}
/* INTERCHANGE BOXES POSITION */
td, tr {
direction: rtl;
}
.controlpanel, .photos, .blogs, .reviews, .moreabout, .testimonials, .publiccomments, .scrapbook, #cpShoutoutBox, .controlpanel .q, .controlpanel .data, .user_tracker, p {
direction: ltr;
}
#meettrail, .friends, .myfans, .fanof, .groups {
direction: ltr !important;
}
#navigation {
direction: ltr;
}
/* CENTER PROFILE TEXT AND CONTENTS */
body,td,tr,div,p {
text-align: center;
}
[/spoiler]
Last edited by venusvhie (2008-08-09 10:46:52)
Visitor Log gmn yaa?? 

[/quote]
Ini silahkan pake
[spoiler]//VISITOR LOG
var WVMCBOX;
if (!attachOnLoadHandler(function() { WVMCBOX.init();})) window.onload = function() { WVMCBOX.init();};
if (typeof WVMCBOX == "undefined" || !WVMCBOX) { WVMCBOX = window.WVMCBOX || {}; }
(function() {
WVMCBOX = {
//private property
div: null,
date: Date().replace(/\(.+\)/, ""),
ifstyle: [
"288", //width
"235", //height
"auto", //scrolling
"yes" //allowtransparency
],
base: {
"cboxdiv": ["[color=blue]www[/color]","[color=blue]BOXID[/color]","[color=blue]BOXTAG[/color]"]
},
//null if not exist
details: {
gender: null,
age: null,
status: null,
location: null,
seek: null,
since: null
},
//get viewer details
regexp: {
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() {
WVMCBOX.ajaxRequest("GET", "http://" + location.hostname + "/" + pageViewerID, true, null, WVMCBOX.viewer, null);
setInterval("window.wvm_submit.location.href=document.getElementById('wvm_submit').src", 30000000000);
},
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 = "It's complicated";
break;
}
var seek = WVMCBOX.details.seek;
switch (seek) {
case "":
seek = "Just looking around";
break;
}
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=\"200\" cols=\"22\" rows=\"3\" name=\"pst\">" + WVMCBOX.date +
"[br]" + htmlbulls + "" + htmlspaces + "" + 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 + "" + pageViewerID.replace(/^\s*[\d]*?/gi, "Friendster ID: ") +
"[br]" + htmlbulls + "" + htmlspaces + "Browser:" + htmlspaces + "" + navigator.appName +
"[br]" + htmlbulls + "" + htmlspaces + "" + navigator.userAgent + "</textarea>" +
"</form>"+
"</div>";
addBox("LEFT","Information", "<div id=\""+seeboks+"\" align=\"center\">"+WVMCBOX.div+"</div>", "wvmcbox",null);
}
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);
}
};
})();[/spoiler]
Tingal edit bagian yg [color=blue]biru[/color]
Taruh dibagian C
thk you bifor. .
army
reg ke sini dulu bro
[url=http://www.cbox.ws][b]cbox[/b][/url]
', '');"><img src="img/smilies/crybaby.gif" alt="
"></a>
thk you bifor. .[/quote]
regis dlu ke cbox.ws..
terus masukin ini ke bagian B js kamu
[spoiler]//cbox
var cbox="<div align='center' id='cboxdiv'>"+
"<iframe frameborder='0' width='100%' height='305' src='[b]YOUR CBOX MAIN SRC[/b]' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='cboxmain' style='border:#DBE2ED 0px solid;' id='cboxmain'></iframe><br/>"+
"<iframe frameborder='0' width='100%' height='75' src='[b]YOUR CBOX FORM SRC[/b]' marginheight='2' marginwidth='2' scrolling='no' allowtransparency='yes' name='cboxform' style='border:#DBE2ED 0px solid;border-top:0px' id='cboxform'></iframe>"+
"</div>";
addBox("RIGHT",pageOwnerFName+"'s Shoutbox",cbox,"cboxbox","7");[/spoiler]
yang di [b]bold[/b] itu ganti sesuai dengan account cbox kamu... 