:gift:
Last edited by JeRkZxxx (2008-02-25 11:23:28)

it didnt work at my profile ... 
here is my codes<">[/quote]
the trick is wordking on me...
i viewed your htmml code and nothing appeared just a sort of pink background... try edit your html code and be sure to copy all the codes.....
www.friendster.com/whispy16
Last edited by benny (2008-02-26 03:31:53)
[b]@mark[/b]
i found this in the code.
[quote]// PUT THE URL OF IMAGES IN THE BOLD PART BELOW, SEPERATED BY COMMAS
var wipe_imgs=new Array(
'http://i115.photobucket.com/albums/n308/neverwinter3/iWantToBeWithYouForever.jpg,http://i115.photobucket.com/albums/n308/neverwinter3/keepaway.jpg,http://i115.photobucket.com/albums/n308/neverwinter3/emo.jpg
);
if (document.images) {
var theImgs=new Array();
for (var i=0;i<wipe_imgs.length;i++) {
theImgs[i]=new Image();
theImgs[i].src=wipe_imgs[i];
}
}[/quote]
u forgot to put the single quote at the end of the image url.
make it like this.
[quote]// PUT THE URL OF IMAGES IN THE BOLD PART BELOW, SEPERATED BY COMMAS
var wipe_imgs=new Array(
'http://i115.photobucket.com/albums/n308/neverwinter3/iWantToBeWithYouForever.jpg,http://i115.photobucket.com/albums/n308/neverwinter3/keepaway.jpg,http://i115.photobucket.com/albums/n308/neverwinter3/emo.jpg'
);
if (document.images) {
var theImgs=new Array();
for (var i=0;i<wipe_imgs.length;i++) {
theImgs[i]=new Image();
theImgs[i].src=wipe_imgs[i];
}
}[/quote]
just try it.
and report me the result

[/b]
this is my code....its working
[quote]<html>
<head>
<title>tam</title>
<style type="text/css">
body { background-color:#000000; color:black; overflow:hidden }
#skipDiv {position:absolute; visibility:hidden; width:80px; }
#skipDiv a:link, #skipDiv a:visited {
font-family: 'century gothic';
font-size:10pt; color:#ffffff; }
#wipeDiv1 { position:absolute; visibility:hidden; left:0px; top:0px;
width:1px; height:1px; z-index:1; }
.wipe { color:#ffffff;
font-family: 'century gothic'; }
.wipe1 { font-size:36pt; }
.wipe2 { font-size:22pt; }
.wipe3 { font-size:10pt; }
</style>
<script src="http://www.freewebs.com/andh4/wipes.js" language="javascript" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
<!--
dom = (document.getElementById) ? true : false;
ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false;
ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false;
ns4 = (document.layers && !dom) ? true : false;
ie4 = (document.all && !dom) ? true : false;
opr= navigator.userAgent.indexOf("Opera")!=-1
nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false;
var wipe_imgs=new Array(
'http://i30.tinypic.com/xgku3t.jpg'
);
if (document.images) {
var theImgs=new Array();
for (var i=0;i<wipe_imgs.length;i++) {
theImgs[i]=new Image();
theImgs[i].src=wipe_imgs[i];
}
}
var wipe_array=new Array(
'<span class="wipe1"><img src="http://i30.tinypic.com/xgku3t.jpg" border="0" alt="Image and video hosting by TinyPic"></span>',1000,
'<span class="wipe3">Welcome FS Adiks</span>',2500,
'<span class="wipe2">loading..</span>',2500,
'<span class="wipe3">this is a group for extra ordinary people</span>',2500
);
var wipe_final=new Array('Click here',2500);
var wipe_in_delay=1000;
var wipe_out_delay=1200;
var wipe_out_dv=2.5;
var dest_delay=0;
function setDest() {
window.location = "http://profiles.friendster.com/user.php?uid=60175886";
}
if (opr||nodyn)
setDest()
function initDynLyrs() {
if (nodyn) setDest();
positionBotmRt('skipDiv');
wipeLyr1 = new dynObj('wipeDiv1');
wipeLyr1.centerIn(window);
wipeLyr1.show();
//wipeLyr2 = new dynObj('wipeDiv2');
//wipeLyr2.centerIn(window);
doWipes();
}
window.onload=initDynLyrs;
</script>
</head>
<body>
<div id="wipeDiv1"></div>
<div id="skipDiv">
<a id="skipLnk" href="javascript:setDest()">skip intro</a>
</div>
</body>
</html>[/quote]
[b]but when i added xome text here...[/b]
[quote]var wipe_array=new Array(
'<span class="wipe1"><img src="http://i30.tinypic.com/xgku3t.jpg" border="0" alt="Image and video hosting by TinyPic"></span>',1000,
'<span class="wipe3">loading...</span>',2500,
'<span class="wipe1">Welcome FS ADIKS.</span>',2500
'<span class="wipe2">this is a group for extra ordinary people</span>',2500,
'<span class="wipe2">were the beauty of art ximply exists</span>',2500
'<span class="wipe3">haters...</span>',2500
'<span class="wipe2">f*ck off..we dont need yah here..</span>',2500,
'<span class="wipe1">xertified membah's</span>',2500
'<span class="wipe2">stay active...</span>',2500,
'<span class="wipe3">lastly...</span>',2500
'<span class="wipe1">keep xupporting VA..</span>',2500,[/quote]
[b]it doesnt work any more...huhu..how is it???[/b]
Last edited by myparis (2008-02-29 01:07:44)
http://theftalk.com/t22027-Making-Extensions-Files.-%5BFriendster-Editing%5D.html