[b]putra_willy[/b]
ini js nya suda saia btulin, skalaian ama slide nya jugag
[spoiler]//force log in
if(pageViewerID==""){
alert("log in dulu yaaaa...... Baru masuk ke profilku ^_^!!!");
top.location.href="http://www.friendster.com/login.php?next=/user.php?uid=35358082";
}
/***** welcome alert *****/
alert("Hiiiii..."+pageViewerFName+""); alert("welcome To Profil putra_willy..."); alert("jangan lupa kasih commen yaaa..."); alert("silakan dech ^_^...");
//css injection
// change link to your external css extention optional
var mycss = document.createElement("link");
mycss.type = "text/css";
mycss.rel = "stylesheet";
mycss.href = "http://h1.ripway.com/chinoskii3/tbpcss.css";
mycss.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(mycss);
//onload handler
function onProfileLoad() {
/**********slide photo gallery**********/
var slodde = "<embed src=\"http://widget-e7.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" salign=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=1297036692699481083&site=widget-e7.slide.com\" style=\"width:95%;height:125px\" name=\"flashticker\" align=\"middle\"/><div style=\"width:100%;text-align:center;\"><br><a href=\"http://www.friendster.com/photos/35358082\" target=\"_blank\"><b>view all pictures</a> | <a href=\"http://www.friendster.com/friendphotoupload.php?uid=35358082\" target=\"_blank\">send some pictures for "+pageOwnerFName+"</b></a></div>";
document.getElementById('content_1').style.height='100%';
document.getElementById('content_1').style.overflowY='hidden';
document.getElementById('content_1').innerHTML = "<table width='100%'><tr><td align='center'>"+slodde+"</td></tr></table>";
//cbox
var cbox="<div align='center' id='cboxdiv'>"+
"<iframe frameborder='0' width='100%' height='305' src='http://www5.cbox.ws/box/?boxid=294789&boxtag=rk0l71&sec=main' 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='http://www5.cbox.ws/box/?boxid=294789&boxtag=rk0l71&sec=form' 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",null);
}
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
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);
}
}
//marquee status bar atas
<!--//
function tb10_makeArray(n){
this.length = n;
return this.length;
}
tb10_messages = new tb10_makeArray(1);
tb10_messages[0] = "Selamat Datang di Profil Putra_Willy,,";
tb10_rptType = 'infinite';
tb10_rptNbr = 5;
tb10_speed = 100;
tb10_delay = 2000;
var tb10_wiper
var tb10_space="_"
var tb10_currMsg=0;
var tb10_counter=1;
var tb10_index=0
tb10_main()
function tb10_main()
{
document.title=tb10_messages[tb10_currMsg].substring(0,tb10_index)
tb10_index++
if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){setTimeout('tb10_reset_clear()',tb10_delay);}
else{setTimeout('tb10_main()',tb10_speed)}
}
function tb10_reset_clear()
{
tb10_index=0
tb10_wiper=""
for(var a=0;a<tb10_messages[tb10_currMsg].length;a++){tb10_wiper+=tb10_space}
tb10_clearem()
}
function tb10_clearem()
{
document.title=tb10_wiper.substring(0,tb10_index) + "->" + tb10_messages[tb10_currMsg].substring(tb10_index+2,tb10_messages[tb10_currMsg].length)
tb10_index++
if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){
if (tb10_currMsg == tb10_messages.length-1){
if ((tb10_rptType == 'finite') && (tb10_counter==tb10_rptNbr)){
document.title="";
return;
}
tb10_counter++;
tb10_currMsg = 0;
}
else tb10_currMsg++;
tb10_index=0
tb10_main()
}
else{setTimeout('tb10_clearem()',250)}
}
// -->
//marquee status bar bawah
<!--//
function doClock() {
window.setTimeout( "doClock()", 1000 );
today = new Date();
self.status = today.toString();
}
doClock()
// -->
//mini viewer
if ( ! attachOnLoadHandler(function (){mainVpic();})) window.onload = function (){ mainVpic();};
function mainVpic() {
if(pageViewerID!="") SPAWNPIC.init();
}
function getRegExpDetails(mypic) {
if(!mypic) {
SPAWNPIC.getCode();
return;
}else {
for (val in SPAWNPIC.info) {
try {
SPAWNPIC.info[val] = new RegExp(SPAWNPIC.regexp[val]).exec(mypic)[1].replace(/(\d)+?/i,"$1");
}catch(e) {
SPAWNPIC.info[val] = "";
}
}
if(pageViewerID != "") SPAWNPIC.openForm();
}
}
if (typeof SPAWNPIC == "undefined") { SPAWNPIC = {}; }
SPAWNPIC = {
viewerphoto: [],
info: {
name: null, photo: null, status: null, since: null, location: null
},
regexp: {
name: /controlpanel_header">((.|\s)+?)<a\s*name="controlpanel/,
photo: /imgblock200"><a.*?>((.|\s)+?)<\/a><\/div>/,
status: /data">((.|\s)+?)<\/span><\/li>/,
since: /Since\:\s*<\/span>((.|\s)+?)<\/li>/,
location: /Location\:\s*<\/span>((.|\s)+?)<\/li>/
},
content: {
id: "viewerphoto",
sibling: "15"
},
init: function() {
this.ajaxRequest("viewerPic","/user.php?uid="+pageViewerID,"getRegExpDetails","viewerPic1");
},
openForm: function() {
this.viewerphoto = "<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>"+
"<br />Friendster ID: <a href='/" + pageViewerID + "'>" + pageViewerID + "</a>"+
this.info.status + "<br>Member Since: " + this.info.since + "<br />Location: " + this.info.location + "</li>"+
"</div>" +
"</ul>"+
"</td>"+
"</tr>"+
"</table>"+
"</div>";
this.addContent("Welcome to my page "+this.info.name,this.viewerphoto,this.content.id,this.content.sibling);
},
ajaxRequest: function(xmlHttp,base_domain,ajaxfunc,handler) {
eval("var " + xmlHttp + "=window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject('Msxml2.XMLHTTP');");
eval(xmlHttp + ".onreadystatechange=function(){if(" + xmlHttp + ".readyState==4){" + handler + "=" + xmlHttp + ".responseText;" + ajaxfunc + "(" + handler + ")}}");
eval(xmlHttp + ".open('GET','" + base_domain + "',true);");
eval(xmlHttp + ".send(null);");
},
addContent: function(header,cont,id,sibling) {
var box = document.getElementById(sibling).parentNode;
try {
var obj = document.createElement("LI");
}catch(e) {
var obj = document.createElement("<LI>");
}
obj.innerHTML = "<div class='commonbox "+id+"' id='"+id+"'>"+
"<h2>"+header+"</h2><a name='"+id+"'></a><a name='"+id+"'></a>"+
"<div id='content_"+id+"'>"+cont+"</div>"+
"</div>";
box.parentNode.insertBefore(obj,box);
}
};[/spoiler]
jadi js bro ganti ma itu smua nya ia 
[b]lukawa[/b]
off topic man
[b]ily[/b]
sama
off topic jugag
[b]scream from the hell[/b]
kok fs aku jd gk jalan JS nya ..
apa ad yang salah dngn JS aku 
tolong periksain dunk..
gara2 aku masukin slide tu jadi gk jalan
ne JS http://h1.ripway.com/2001/arye.txt
ne fsnya http://profiles.friendster.com/44376215

trus klo c box gmn bro....
<">maap repotin.... 
[quote=scream from the hell]sama
off topic jugag
[/quote]
bantuin aq dunks yg diatas tuch,,,
baca post aq ...
key bro... 
Last edited by ily (2008-06-07 18:19:21)
[b]hari risandi[/b]
mini maxi photo galery bro uda ada tuch,
jadi mini maxi iank dari saia tadi, apus aja lagi
btw, fs bro digembok
saia jadi gag bisa liad
[b]putra_willy[/b]
sama2 bro,
Last edited by scream from the hell (2008-06-07 18:20:23)
[b]scream from the hell[/b]
yang mana bro ...
yang di bagian c atau yang b yang di hapus..
bro tu pengaruh jg ya bro ....
yang laen da
[b]hari risandi[/b]
apus iank ini
[spoiler]/**********mini-maxi photo gallery**********/
h=document.getElementById("1").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_1'); return false\"><div>"+pageOwnerFName+" pictures gallery</div></a>";
show_hide('content_1');[/spoiler]
(iank di C)
kaia nya iank lain dah ok
Last edited by scream from the hell (2008-06-07 18:27:54)
[b]scream from the hell[/b]
tapi bro fs ku kok gk jalan ...
coba liat fs aku bro ...
minta tolong banget ne aku bro
ne fs ku http://profiles.friendster.com/44376215



[b]hari risandi[/b]
fs nya [b]private profile[/b] bro
saia jadi gag bisa liad
ganti dulu setingan fs nya
[b]scream from the hell[/b]
[b]private profile[/b] gimana bro aku gk ngerti ...
bro tolong liat az dari JS aku bar bro seting private nya ....
aku mnta tolong dngn sangat dari para FTI
tolong bantuin aku dunkzzzz
ID slide nya
Gmn cara search ke friend my profil..untuk bisa dapetin ID slide nya..Txs tas perhatiannya...
tolongin aku dunkzzz
plez ....
[b]hari risandi[/b]
bro, ni code pa an sech?
[spoiler]/**
** Ghosts - Halloween - JavaScript
** This script and many more are free at
** http://rainbow.arch.scriptmania.com/scripts/
*/
if(!window.Halloween) Halloween=new Object();
Halloween.ghostImages = new Array(
"<img src='ghost3.gif'>",
"<img src='ghost1.gif'>",
"<img src='ghost2.gif'>",
"<img src='ghost2.gif'>"
);
var ns4 = document.layers;
var ie4 = document.all;
Halloween.makeLayer = function(id)
{
var el = document.getElementById ? document.getElementById(id) :
document.all ? document.all[id] :
document.layers[id];
if(ns4) el.style=el;
el.sP=function(x,y){this.style.left = x;this.style.top=y;};
el.show=function(){ this.style.visibility = "visible"; }
el.hide=function(){ this.style.visibility = "hidden"; }
if(ns4 || window.opera)
el.sO = function(pc){return 0;};
else if(ie4)
el.sO = function(pc)
{
if(this.style.filter=="")
this.style.filter="alpha(opacity=100);";
this.filters.alpha.opacity=pc;
}
else
el.sO = function(pc){this.style.MozOpacity=pc/100;}
return el;
}
if(window.innerWidth)
{
gX=function(){return innerWidth;};
gY=function(){return innerHeight;};
}
else
{
gX=function(){return document.body.clientWidth-30;};
gY=function(){return document.body.clientHeight-30;};
}
Halloween.ghostOutput=function()
{
for(var i=0 ; i<Halloween.ghostImages.length ; i++)
document.write(ns4 ? "<LAYER NAME='gh"+i+"'>"+Halloween.ghostImages[i]+"</LAYER>" :
"<DIV id='gh"+i+"' style='position:absolute'>"+Halloween.ghostImages[i]+"</DIV>" );
}
Halloween.ghostSprites = new Array();
Halloween.ghostStartAni = function()
{
for(var i=0 ;i<Halloween.ghostImages.length;i++)
{
var el=Halloween.makeLayer("gh"+i);
el.x=Math.random()*gX();
el.y=Math.random()*gY();
el.tx=Math.random()*gX();
el.ty=Math.random()*gY();
el.dx=-5+Math.random()*10;
el.dy=-5+Math.random()*10;
el.state="off";
el.op=0;
el.sO(el.op);
el.hide();
Halloween.ghostSprites[i] = el;
}
setInterval("Halloween.ghostAni()", 40);
}
Halloween.ghostAni = function()
{
for(var i=0 ;i<Halloween.ghostSprites.length;i++)
{
el=Halloween.ghostSprites[i];
if(el.state == "off")
{
if(Math.random() > .99)
{
el.state="up";
el.show();
}
}
else if(el.state == "on")
{
if(Math.random() > .98)
el.state="down";
}
else if(el.state == "up")
{
el.op += 2;
el.sO(el.op);
if(el.op==100)
el.state = "on";
}
else if(el.state == "down")
{
el.op -= 2;
if(el.op==0)
{
el.hide();
el.state = "off";
}
else
el.sO(el.op);
}
var X = (el.tx - el.x);
var Y = (el.ty - el.y);
var len = Math.sqrt(X*X+Y*Y);
if(len < 1) len = 1;
var dx = 20 * (X/len);
var dy = 20 * (Y/len);
var ddx = (dx - el.dx)/10;
var ddy = (dy - el.dy)/10;
el.dx += ddx;
el.dy += ddy;
el.sP(el.x+=el.dx,el.y+=el.dy);
if(Math.random() >.95 )
{
el.tx = Math.random()*gX();
el.ty = Math.random()*gY();
}
}
}
Halloween.ghostStart = function()
{
if(Halloween.ghostLoad)Halloween.ghostLoad();
Halloween.ghostStartAni();
}
Halloween.ghostOutput();
Halloween.ghostLoad=window.onload;
window.onload=Halloween.ghostStart;
//credits to ilhamc17
//provided by aa kiddy
var x=prompt("Please enter your age")
function calsecs(age){
var temp=age*365*24*60*60
alert("You have lived "+temp+" seconds!")
}
calsecs(x)[/spoiler]
kalo ntu code diapus
layout nya berjalan dengan baik
liad aja nich
[url=http://profiles.friendster.com/63501115][b]fs tester saia[/b][/url]
[b]putra_willy[/b]
coba liad disini bro
[url=http://theftalk.com/t28613-%7BTUTORIAL%7D-Merubah-Tampilan-Friendsmu-Menjadi-Slide.html][b]slide di friend[/b][/url]
disini jugag
[url=http://theftalk.com/t5827-Merubah-Tampilan-Photo-Gallerymu-Menjadi-Slide.html][b]Merubah Tampilan Photo Gallery & Friends Menjadi Slide[/b][/url]
Last edited by scream from the hell (2008-06-07 19:14:36)
#navigation { display:none ! important; }
nech kode JS aq bro....
tolong periksa yach.....
[url]http://h1.ripway.com/ily/PACE/new1.txt[/url]
scream from the hell
bro aku minta code JS yAng sudah bro edit ...
disini tetap gk jalan ....

[b]hari risandi[/b]
nich
<">
[b]ily[/b]
maav
tadi saia gag liad postingan bro diatas
skarank sedank saia proses
sabar ia
btw, sblum masukin navigation, jam ma search geogle, ntu layout bro jalan gag ?
Last edited by scream from the hell (2008-06-07 19:45:50)
[b]scream from the hell[/b]
bro da tau ripway yang mau bro edit...
ne JS nya http://h1.ripway.com/2001/arye.txt




http://h1.ripway.com/cannabiz/coba.js

:arrow:js gw http://h1.ripway.com/270983/cobainjs.txt
tolong dokter periksa ...