friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

  • Myspace
  •  » Welcome Page Trick(Now Works With IE and FF!!)

#1  2008-05-08 11:30:06

lilprincess950
» FriendsterFreak
lilprincess950's display avatar
I'm sweet like a sweetart
Artwork 101
Location: In your heart...
Registered: 2007-12-09
Posts: 1655
Reputation: 33
Friendster

Welcome Page Trick(Now Works With IE and FF!!)

Welcome Page Trick



Credits:
• Dynamic Drive

• andHa

• Shakiro214

• Bang Kanal

______________________________________________________________

Compatibility: Crossbrowser

______________________________________________________________

Preview: •Enter The Lab•

______________________________________________________________

Requirements:

• JS Extension

• Onload Handler

• Myspace Account

• Ripway Account

______________________________________________________________

Instructions:

• Copy this code and edit the bold parts:

<html>
<head>
<title>TITLE OF THE PAGE</title>
<style type="text/css">

body    { background-color:#HEX VALUE; color:brown; overflow:hidden }
#skipDiv    {position:absolute; visibility:hidden; width:80px; }
#skipDiv a:link, #skipDiv a:visited    {
    font-family: 'century gothic';
  font-size:10pt; color:#HEX VALUE; }

#wipeDiv1    { position:absolute; visibility:hidden; left:0px; top:0px;
    width:1px; height:1px; z-index:1; }
   

.wipe { color:#HEX VALUE;
    font-family: 'century gothic'; }   
   
.wipe1    { font-size:24pt; }   
.wipe2    { font-size:24pt; }
.wipe3    { font-size:24pt; }
   
   

</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;


// PUT THE URL OF IMAGES IN THE BOLD PART BELOW, SEPERATED BY COMMAS

var wipe_imgs=new Array(
    'IMG URL'
);
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];
    }
}

// THE WIPE WELCOME PAGE CONTENT
// U CAN PUT TEXT AT THE BOLD PART
// U ALSO CAN PUT IMAGE, MAKE SURE THE URL OF IMAGE SAME WITH THE URL OF IMAGE AT THE BOLD PART ABOVE
var wipe_array=new Array(
    '<span class="wipe1"><img src="IMG URL"/></span>',1000,
    '<span class="wipe3">TEXT</span>',2500,
    '<span class="wipe2">TEXT</span>',2500,
    '<span class="wipe3">TEXT</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;           

// PUT YOUR MYSPACE USER ID IN THE BOLD PART BELOW

function setDest() {
    window.location = "http://us.myspace.com/USERID";
}


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>



• Go to Ripway.com and save the code as .HTML

• Copy this code and edit the bolded part.


place=document.location.href
if(place=="http://profiles.friendster.com/user.php?uid="+pageOwnerID){
}
else{
top.location.href="URL OF WELCOME PAGE.HTM"
}



• Paste the code ABOVE THE ONLOAD HANDLER

______________________________________________________________

F.A.Q
Q. I don't know JS Extension....
A. Go here to learn:
http://friendstertalk.com/t22027-Making … ng%5D.html
Q. How can I find my USER ID?
A. Go here to learn:
http://friendstertalk.com/t19324-%7E%2A … 2A%7E.html
Q. I don't know where my onload handler is...
A. This is your onload handler:

function onProfileLoad() {

}

if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};

Paste the code above it.

Last edited by lilprincess950 (2008-05-13 20:54:30)


#2  2008-05-09 07:09:25

shakiro214
» FriendsterGeek
shakiro214's display avatar
[ Eternal Scientist ]
Class-S
Location: Rabanastre
Registered: 2007-08-12
Posts: 1365
Reputation: 87
Friendster

Re: Welcome Page Trick(Now Works With IE and FF!!)

ano... :paranoid: is this working now? :arrow: your welcome page


#3  2008-05-09 07:20:32

losher29
» Cursed Member
losher29's display avatar
I dont muthafuken kea!
Elite
Location: Hilo,Hawaii
Registered: 2008-04-02
Posts: 2166
Last visit: 2008-06-12
Reputation: 3

Re: Welcome Page Trick(Now Works With IE and FF!!)

yep it works but It has problems on IE =|
&&fairly good in FF
THANKs for sharing Lilprincess
and you block peolple too who DONT use FF
chyahhh :lol:

Last edited by losher29 (2008-05-09 07:22:00)

#4  2008-05-09 08:13:28

shakiro214
» FriendsterGeek
shakiro214's display avatar
[ Eternal Scientist ]
Class-S
Location: Rabanastre
Registered: 2007-08-12
Posts: 1365
Reputation: 87
Friendster

Re: Welcome Page Trick(Now Works With IE and FF!!)

ah i c :wasted: ok then

carry on :lol: :thumbsup:

:ninja: ~"this kind of reminds me of that story about the emperor's new clothes"

great trick! :D


#5  2008-05-10 11:55:50

lilprincess950
» FriendsterFreak
lilprincess950's display avatar
I'm sweet like a sweetart
Artwork 101
Location: In your heart...
Registered: 2007-12-09
Posts: 1655
Reputation: 33
Friendster

Re: Welcome Page Trick(Now Works With IE and FF!!)

Hmm...so I see.I'll say it works for me cause I'm using FF.I'll edit the post.


#6  2008-05-11 15:45:36

andHa
» Moderator
andHa's display avatar
[ Half.Wing.Angel ]
Class-S
Location: PiPa . hoLe
Registered: 2007-05-23
Posts: 3454
Last visit: Yesterday
Reputation: 114

Re: Welcome Page Trick(Now Works With IE and FF!!)

Confirmation

This trick is working fine both in IE and FF.

I've edit the redirect code with the new one (credit to bang kanal).


place=document.location.href
if(place=="http://profiles.friendster.com/user.php?uid="+pageOwnerID){
}
else{
top.location.href="URL OF WELCOME PAGE.HTM"
}



U just need to change the URL of the welcome page.
And paste the redirect code above ur OnLoadHandler.

For the topic starter.
Can u edit ur first post. :D

#7  2008-05-11 23:18:25

losher29
» Cursed Member
losher29's display avatar
I dont muthafuken kea!
Elite
Location: Hilo,Hawaii
Registered: 2008-04-02
Posts: 2166
Last visit: 2008-06-12
Reputation: 3

Re: Welcome Page Trick(Now Works With IE and FF!!)

^ ohh...TNX

#8  2008-05-12 21:10:04

lilprincess950
» FriendsterFreak
lilprincess950's display avatar
I'm sweet like a sweetart
Artwork 101
Location: In your heart...
Registered: 2007-12-09
Posts: 1655
Reputation: 33
Friendster

Re: Welcome Page Trick(Now Works With IE and FF!!)

@andHa
Ok,thanks I'll edit my post.This is great cause a lot of people are using IE. :eh:


#9  2008-05-13 03:33:03

andHa
» Moderator
andHa's display avatar
[ Half.Wing.Angel ]
Class-S
Location: PiPa . hoLe
Registered: 2007-05-23
Posts: 3454
Last visit: Yesterday
Reputation: 114

Re: Welcome Page Trick(Now Works With IE and FF!!)

lilprincess950 wrote:

@andHa
Ok,thanks I'll edit my post.This is great cause a lot of people are using IE. :eh:

u are welcome sist.
cross browser script will be the best thing. :D

#10  2008-06-30 02:52:06

CoWoCuPu
» FriendsterAgent
CoWoCuPu's display avatar
-»][cOwOcUpU][«-
Registered: 2008-04-01
Posts: 2253
Reputation: 80

Re: Welcome Page Trick(Now Works With IE and FF!!)

i will using this trick now....
hohoho...

thx for sharing!!! ;):thumbsup:


  • Myspace
  •  » Welcome Page Trick(Now Works With IE and FF!!)

Moderated by dale

Board footer

FriendsterTalk is not affiliated with Friendster.com
Based on PunBB © 2002–2008 Rickard Andersson

[ 21 queries - 0.299 second ]

FriendsterTalk.com x

Welcome to FriendsterTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)