WNT SUM INTRO? xD
4 posters
Page 1 of 1
WNT SUM INTRO? xD
SInce a lot of our users ask for this, iL open mine to public. xD
I got this code from friendstertalk.com, you may haven't seen this code yet. Even me, has taken an hour to get this one. Anyway, Let's start this.
I got this code from friendstertalk.com, you may haven't seen this code yet. Even me, has taken an hour to get this one. Anyway, Let's start this.
READY:
host account (very important)
[I prefer freewebtown.com for html and stormpages.com for js]
notepad
user id of yerr fs account
PATIENCE
words of wisdom
pc and internet XD[
1. In a Notepad, Copy, Paste
EDIT THE MESSAGES IN ANY WORDS THAT YOU WANT,
AND USER ID
- Code:
<html>
<head>
<title>TITLE BAR MESSAGE HERE</title>
<script language=Javascript>
function clickIE() {
if (document.all) {
return false;
}
}
function clickNS(e) {
if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS;
}
else{
document.onmouseup=clickNS;
document.oncontextmenu=clickIE;
}
document.oncontextmenu=new Function("return false")
</script>
<script language="Javascript" type="text/javascript">
/***out of control intro page by Xiruki***/
/*** Credits to AC Javascripts***/
<!--
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
var str=new Array();
var URL="http://Dynamicscripts.tk";
str=["WELCoME MESSAGE 2","WELCOME MESSAGE 2","WELCOME MESSAGE 3","WELCOME MESSAGE 4","WELCOME MESSAGE 5"];
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
var gcount=0;
var bool=true,bools=true,toggle=true;
var T=10;
var negate=40,assert=-40;var Negate=40,Assert=-40;
var _wide=1,_Wide=50;
var spans;
window.onload=init;
function init()
{
HUCKO(); // Richard Hucko
setStr(0);
animText();
}
function setStr(rhucko1)
{
spans=document.getElementById('DYNAMIC').getElementsByTagName('span');
for(var x=0;x<spans.length;x++)
document.getElementById('sid'+x).innerHTML=str[rhucko1];
}
function animText()
{
if(toggle)
{
for(var x=0;x<spans.length;x++)
spans[x].style.visibility="hidden";
toggle=false;
}
else if(bool)
{
T=150;
with(document.getElementById('sid1').style)
{
fontSize=50;
letterSpacing=1;
visibility="visible";
}
bool=false;
} // - SPLASH INTRO SCREEN - OUT OF CONTROL TEXT - DHTML EFFECT - CROSS BROWSER
else if(bools)
{
T=10;
bools=false;
}
else if(_wide<50)
{
document.getElementById('sid1').style.letterSpacing=_wide;
_wide+=1;
}
else if(_Wide>1)
{
document.getElementById('sid0').style.visibility="visible";
document.getElementById('sid2').style.visibility="visible";
document.getElementById('sid0').style.top=Assert;
document.getElementById('sid2').style.top=Negate;
document.getElementById('sid1').style.letterSpacing=_Wide;
_Wide-=1;
Assert+=1;Negate-=1;
}
else if(assert<0)
{
document.getElementById('sid0').style.visibility="visible";
document.getElementById('sid2').style.visibility="visible";
if(assert==-1) {document.getElementById('sid0').style.visibility="hidden";document.getElementById('sid2').style.visibility="hidden";T=500;}
with(document.getElementById('sid0').style)
{
top=negate;
}
with(document.getElementById('sid2').style)
{
top=assert;// - Created By Richard Hucko Kaneohe, Hawaii 96744 - www.Dynamicscripts.tk - DHTML scripts and More . . .
}
assert+=1;negate-=1;
}
else if(gcount<str.length-1)
{
_wide=1;_Wide=50;
negate=40;Negate=40;
assert=-40;Assert=-40;
bool=true;bools=true;toggle=true;
gcount++;
document.getElementById('sid1').style.visibility="hidden";
setStr(gcount);
}
else if(gcount==str.length-1)
document.getElementById('sid1').style.fontSize=75;
else
{
clearIt();// -RHucko1
}
Timer=setTimeout("animText();",T);
}
function HUCKO()
{
document.getElementById('sid1').onclick=RICHARD;
}
function RICHARD()
{
location.href=URL;
}
function clearIt()
{
clearTimeout(Timer);
}
//-->
</script>
<style type="text/css">
<!--
body .alignment #DHTML #DYNAMIC span {
position:relative;
font-weight:900;
font-size:40;
}
-->
</style>
</head>
<body style="background-color:black;color:cyan;">
<br /><br /><br /><br /><br />
<center class="alignment">
<div id="DHTML">
<div id="DYNAMIC">
<span id="sid0"></span><br />
<span id="sid1">PAUSE or STANDYBY MESSAGE HERE</span><br />
<span id="sid2"></span><br />
</div>
</div><br><br><br>
<a href="http://profiles.friendster.com/user.php?uid=YOUR_FS_ID"><img src="http://img.photobucket.com/albums/v674/88jerseygirl/Enter%20Buttons/Button.gif"></a>
</center>
</body>
</html>
NOTE:
you can edit the button and fonts der.. you can even change the bg color or the bg itself.
next thing, save it as .html after the filename (eg. intro.html)
after saving the html file, upload it in ur host account
after uploading, get its direct link and leave it for a while..
2. JS portion
create new js file
if u dont have yet proceed here to know how to make it --> http://tutorials.niceboards.org/learn-javascript-f8/wat-is-js-in-fs-tweakng-and-how-to-have-it-t11.htm
these wud be the codes to be compile in yer js file
- Spoiler:
- var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=USER ID"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=USER ID"){
}
else {
location.href = "HTML DIRECT LINK HERE";
}
save it of course as JS FILE
(eg. intro.js) den upload it to ur host acc. get its direct link
put it in a js linker
- Code:
<script src="JS DIRECT LINK HERE"></script>
put the script code at the top of all yerr codes in your apps.
enjoy the basic html tweak
credits:
fstalk
my patience
and mind
live preview in my main account:
--> http://www.friendster.com/violetcesza <--
[DYOSZA]cesza- ADMIN
- Posts : 58
Reputation : 24
Join date : 2009-05-26
Age : 32
Location : taguig
Re: WNT SUM INTRO? xD
ate help nmn po!!
pano po yung ganun?? tulad syu?? kc ang pangit ng nagawa q ehh
ginamit q po yung code nyu kso di q po kyang alisin yung google adds
and ang pangit po ng font q
help nmn po
pati yung enter button di q ma edit
help nmn po
pano po yung ganun?? tulad syu?? kc ang pangit ng nagawa q ehh
ginamit q po yung code nyu kso di q po kyang alisin yung google adds
and ang pangit po ng font q
help nmn po
pati yung enter button di q ma edit
help nmn po
Jhayson♪♫™- Newbie
- Posts : 7
Reputation : 4
Join date : 2009-06-16
Age : 33
Location : San Mateo Rizal
[DYOSZA]gane- MOD
- Posts : 221
Reputation : 122
Join date : 2009-05-26
Age : 27
Location : Baguio City, Philippines
Re: WNT SUM INTRO? xD
nosyahj16 wrote:ate help nmn po!!
pano po yung ganun?? tulad syu?? kc ang pangit ng nagawa q ehh
ginamit q po yung code nyu kso di q po kyang alisin yung google adds
and ang pangit po ng font q
help nmn po
pati yung enter button di q ma edit
help nmn po
hmmn.. it depends on ur host site .. for exmple you use either geocities or stormpages.. it is automatic that there would be their ads when you use them as ur host site to promote them more but u can remove it .. i think there's a code for it but unfortunately, i dont have it yet.. xD
anyway, you can change the font through editing it in the html codes. i think its in the bottom portion already.. just scan da codes carefully so u can see it.
only common/default fonts can be used for it..
for the enter button its just an image all u nid to do is make ur own button and replace the URL LABEL for da image.. its also on the bottom part..
[DYOSZA]cesza- ADMIN
- Posts : 58
Reputation : 24
Join date : 2009-05-26
Age : 32
Location : taguig
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum