friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2007-07-26 09:04:46

Refresh/Reload
» FriendsterManiac
Refresh/Reload's display avatar
choose now!!
Location: Philippines
Registered: 2007-03-22
Posts: 716
Last visit: 2008-10-29
Reputation: 15
Friendster

ENTER/WELCOME PAGE TRICK w/ sound for fun!!

UPDATED: July 11, 2008  both works now in IE and FX

REQUIREMENTS:

1. A working ENTER/WELCOME/REDIRECTION PAGE
    with clickable image or button to use for redirection...

     --go look at trick and tutorial section on how to make one...
       or see eehjay's compilation of codes...

2. wav sound files with a less kb. (you can get one at the links below).
   download it and upload it on ur Ripway account...
   or just get the file url from the sites...
   but i recommend you to download and host it coz
   sometimes file url on some sites are temporary...
    http://simplythebest.net/sounds/WAV/sou…index.html
    http://www.members.tripod.com/%7Ebugger…dir184.htm

How to apply codes on your Enter/Welcome page...
note: this is only a shortcut version... just showing you how or where to put the codes...

:arrow:  version 1 for IE only

<html>
<head>
<title>My Enter/Welcome/Redirection/Whatever Page</title>
<script language="javascript" type="text/javascript">
function playSound1() {
  document.all.tune.src = "http://virus45.fileave.com/intros/intro.wav"
}
function playSound2() {
  document.all.tune.src = "http://virus45.fileave.com/intros/toiletflush.wav"
}
function playSound3() {
  document.all.tune.src = "http://virus45.fileave.com/intros/evil_laugh.wav"
}

</script>
</head>

<body OnLoad="playSound1()" bg color="ffffff">
<bgsound id="tune">


//clickable image button
<center><a href='http://profiles.friendster.com/user.php?uid=YOUR FRIENDSTER ID'><img src="PUT YOUR IMAGE/BUTTON HERE" onmouseover="playSound2()" onmouseout="playSound3()"></a></center>


</body>
</html>

:arrow: version 2 for IE and FX

  a. make another file... named it sounds.js
  b. paste and edit the codes below... then save

//onload or background sound
if (navigator.appName == "Microsoft Internet Explorer") {
document.write('<bgsound src="http://virus45.fileave.com/intros/intro.wav" LOOP="false">');
}
else {
document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" Name="MediaPlayer" src="http://virus45.fileave.com/intros/intro.wav" AutoStart="true" ShowStatusBar="0" ShowControls="0" ShowDisplay="0" volume="-1" HEIGHT="1" WIDTH="1" loop="false">');
}

//image button sounds
function playSound1(solemn1) {
  var thisclaimer1=document.getElementById(solemn1);
  thisclaimer1.Play();
}
document.write('<embed src="http://virus45.fileave.com/intros/make_my_day.wav" ShowStatusBar="0" ShowControls="0" ShowDisplay="0" autostart=false width=0 height=0 id="solemn1" enablejavascript="true">');

function playSound2(solemn2){
  var thisclaimer2=document.getElementById(solemn2);
  thisclaimer2.Play();
}
document.write('<embed src="http://virus45.fileave.com/intros/standing_by.wav" ShowStatusBar="0" ShowControls="0" ShowDisplay="0" autostart=false width=0 height=0 id="solemn2" enablejavascript="true">');

NOTE: at the //onload or background sound...  you can put a midi or mp3 filetype...
          don't use a mp3 filetype on image button  coz it loads slow...

c. then on your ENTER/WELCOME PAGE...         

<html>
<head>
<title>My Enter/Welcome/Redirection/Whatever Page</title>
</head>
<body>


//clickable image button
<center><a href='http://profiles.friendster.com/user.php?uid=YOUR FRIENDSTER ID'><img src="PUT YOUR IMAGE/BUTTON HERE" onmouseover="playSound1('solemn1')" onmouseout="playSound2('solemn2')"></a></center>


//put sound file js URL here at the lowest part of the body
<script src="PUT sounds.js URL HERE" language="javascript" type="text/javascript"></script>
</body>
</html>

so if you're going to add more buttons and sounds...
just follow the number (1,2,3...etc.)patterns when adding a code/script...

NOTE: choose only one version.

and the redirection code for your js extension...(put on top)

place=document.location.href;
if(place!="http://profiles.friendster.com/user.php?uid="+pageOwnerID){
top.location.href="YOUR TARGET ENTER PAGE LINK HERE"
}

or

var place=document.location.href;
if(place!="http://profiles.friendster.com/user.php?uid="+pageOwnerID){
top.location.href="YOUR TARGET ENTER PAGE LINK HERE";
}

redirection credits to: Angell De Ville

don't forget to clear all your cache/temporary files first before entering your profile...

Preview: I'm not using a clickable image anymore... just html buttons...
                       but this will give you an idea...
         go here: Welcome Page Preview

hope this helps... :D

Last edited by Refresh/Reload (2008-09-10 17:18:51)


#2  2007-07-26 09:07:31

dale
» Moderator
dale's display avatar
Clique Mee
Location: G.Lagro.subd.
Registered: 2007-05-24
Posts: 7196
Last visit: 2008-11-29
Reputation: 67
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

wow men!! nice tricks!!!  :thumbsup:


#3  2007-07-26 11:12:28

slashedkite
» FriendsterGeek
slashedkite's display avatar
Former LS member..
Friendstertalk University
Location: onloadhandler
Registered: 2007-01-23
Posts: 1077
Last visit: 2008-11-29
Reputation: 15
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

hehehe! you made it first to post it! nice! ;)  :thumbsup:



:ninja::ninja:

#4  2007-07-26 11:41:28

Refresh/Reload
» FriendsterManiac
Refresh/Reload's display avatar
choose now!!
Location: Philippines
Registered: 2007-03-22
Posts: 716
Last visit: 2008-10-29
Reputation: 15
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

slashedkite wrote:

hehehe! you made it first to post it! nice! ;)  :thumbsup:

any idea how to make it work on firefox??  =(


#5  2007-07-26 12:17:52

balz
» FriendsterNewbie
Location: Quezon City
Registered: 2007-05-09
Posts: 43
Last visit: 2008-11-18
Reputation: ~
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

its not working i tried your codes  :(

#6  2007-07-26 12:34:59

slashedkite
» FriendsterGeek
slashedkite's display avatar
Former LS member..
Friendstertalk University
Location: onloadhandler
Registered: 2007-01-23
Posts: 1077
Last visit: 2008-11-29
Reputation: 15
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

It works only in IE ;)



:ninja::ninja:

#7  2007-07-26 12:38:44

balz
» FriendsterNewbie
Location: Quezon City
Registered: 2007-05-09
Posts: 43
Last visit: 2008-11-18
Reputation: ~
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

yes Im using IE but still not working

#8  2007-07-26 13:25:54

ezil2007
» Moderator
ezil2007's display avatar
Loomis Etlune
Class-S
Location: Neo Venezia
Registered: 2007-06-28
Posts: 4017
Last visit: Today
Reputation: 31

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

thanks for sharing..  very helpful in IE users  :thumbsup:



Embrace each morning as your last, so you may die in the evening free of regret.

#9  2007-07-26 23:42:41

Refresh/Reload
» FriendsterManiac
Refresh/Reload's display avatar
choose now!!
Location: Philippines
Registered: 2007-03-22
Posts: 716
Last visit: 2008-10-29
Reputation: 15
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

balz wrote:

yes Im using IE but still not working

ur profile is in private... if u want help change it to public for a while  =)


#10  2007-07-27 04:34:07

rexis28
» FriendsterAddict
rexis28's display avatar
Certified Lazy . . .
Location: Philippines
Registered: 2007-05-15
Posts: 346
Last visit: 2008-11-29
Reputation: ~
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

Nice Code ^_^ thnx for sharing ThIs One MaN!!!! :D




#11  2007-07-27 06:02:36

dj_dhey
» Promoter
dj_dhey's display avatar
just a newbie
Location: ¿¿??¿¿??¿¿??¿¿¿¿??
Registered: 2007-05-19
Posts: 3892
Reputation: 44
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

i was try that code bro at my enter page
but why it didn't work  :wallbash:  :wallbash:  :wallbash:


u like me..i like u...sudah jgn bilang sapa sapa...\:d/

#12  2007-07-27 06:07:03

menvermandolin
» FriendsterNewbie
Registered: 2007-04-23
Posts: 51
Last visit: 2008-11-01
Reputation: ~

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

ahm..can we replace this wav with mp3 files?

#13  2007-07-27 06:09:33

Ephemeral
» Moderator
Ephemeral's display avatar
L'Interdit
Class-S
Location: Perdido Paraíso
Registered: 2006-10-20
Posts: 10239
Reputation: 281
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

^Sure much better  :lol:



#14  2007-07-27 06:31:59

jagcopra
» FriendsterAddict
jagcopra's display avatar
Let me guess??
Location: Where I belong..
Registered: 2007-03-14
Posts: 572
Last visit: 2008-11-13
Reputation: 4

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

uhm.. i was wondering abotu this line :

Code:

<head>
function playSounds() {
  document.all.tune.src = "http://h1.ripway.com/azozena/enter/attention.wav"
}
function playSounds1() {
  document.all.tune.src = "http://h1.ripway.com/azozena/enter/evil_laugh.wav"
}
function playSounds2() {
  document.all.tune.src = "http://h1.ripway.com/azozena/enter/baby_cry.wav"
}//-->
</script>
</head>

is it not necessary to put the <script type="text/javascript">  tag on the start of the script? or is it automatically read by the computer as a script??


Get Firefox now!
Features:
>Tabbed browsing make reading webpages easier.
>It's more secure against viruses and spyware
>It keeps Microsoft from controlling the future of the internet
>It's better for web designers and developers

#15  2007-07-27 07:25:14

frostmourne_05
» FriendsterManiac
frostmourne_05's display avatar
just silent....
Friendstertalk University
Location: in my yhab's heart
Registered: 2007-06-23
Posts: 778
Reputation: 11
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

nice code hehehe!!!thanks for sharing!!! :thumbsup:  :thumbsup:




DIABLO 3: The Sin Wars...Coming Soon :thumbsup: :thumbsup:

#16  2007-07-27 08:14:22

Refresh/Reload
» FriendsterManiac
Refresh/Reload's display avatar
choose now!!
Location: Philippines
Registered: 2007-03-22
Posts: 716
Last visit: 2008-10-29
Reputation: 15
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

jagcopra wrote:

uhm.. i was wondering abotu this line :

Code:

<head>
function playSounds() {
  document.all.tune.src = "http://h1.ripway.com/azozena/enter/attention.wav"
}
function playSounds1() {
  document.all.tune.src = "http://h1.ripway.com/azozena/enter/evil_laugh.wav"
}
function playSounds2() {
  document.all.tune.src = "http://h1.ripway.com/azozena/enter/baby_cry.wav"
}//-->
</script>
</head>

is it not necessary to put the <script type="text/javascript">  tag on the start of the script? or is it automatically read by the computer as a script??

oh my!! i made a big typo mistake there!! my bad!! thanx jagcopra for noticing it!!
i'll update it now... yes you can put it or just <script><!--  Thanx!!  :D

@ balz and dj_dhey... pls try again... i updated the codes...

Last edited by Refresh/Reload (2007-07-27 08:35:31)


#17  2007-07-27 09:01:23

slashedkite
» FriendsterGeek
slashedkite's display avatar
Former LS member..
Friendstertalk University
Location: onloadhandler
Registered: 2007-01-23
Posts: 1077
Last visit: 2008-11-29
Reputation: 15
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

Hehehe! Finally you have notice it! :D



:ninja::ninja:

#18  2007-07-27 11:03:09

Refresh/Reload
» FriendsterManiac
Refresh/Reload's display avatar
choose now!!
Location: Philippines
Registered: 2007-03-22
Posts: 716
Last visit: 2008-10-29
Reputation: 15
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

slashedkite wrote:

Hehehe! Finally you have notice it! :D

hahah!! yeah thanx to jagcopra... i still can't believe i miss that important part heheh... :D


#19  2007-07-27 11:06:15

rexis28
» FriendsterAddict
rexis28's display avatar
Certified Lazy . . .
Location: Philippines
Registered: 2007-05-15
Posts: 346
Last visit: 2008-11-29
Reputation: ~
Friendster

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

i got the code properly but the problem is.....
 
   how can i make the loading the wavsounds fast ? ? ?

it takes 2 -3 seconds before it finishes the DL time of the Wav. sounds on My ProFiLe

:arrow:  www.friendster.com/rempsis

thats my ProFile...

Last edited by rexis28 (2007-07-27 11:17:30)




#20  2007-07-27 14:53:51

mz_cutie143
» FriendsterNewbie
Registered: 2007-03-26
Posts: 13
Last visit: 2007-09-20
Reputation: ~

Re: ENTER/WELCOME PAGE TRICK w/ sound for fun!!

thanks guys for sharing

Search Friendstertalk

Board footer

FriendsterTalk is not affiliated with Friendster.com
Copyright © 2002–2008 PunBB

[ 28 queries - 0.819 second ]

Pay Per Click Ads by pay per click advertising by Kontera

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. =)