Whizard Innovation
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
PortalHomeGallerySearchLatest imagesRegisterLog in

 

 Welcome page *with Merlin Wizard* (prm version)

Go down 
2 posters
AuthorMessage
_XiRuKi_
Moderator
Moderator
_XiRuKi_


Female Number of posts : 76
Age : 32
Location : KARAKURA TOWN
Job/hobbies : soul slaying
Humor : shinigami
Registration date : 2008-04-30

Welcome page *with Merlin Wizard* (prm version) Empty
PostSubject: Welcome page *with Merlin Wizard* (prm version)   Welcome page *with Merlin Wizard* (prm version) Icon_minitimeWed Apr 30, 2008 5:58 pm

1st step,

save the code below, as .htm

preview here : CLICK ME

Quote :

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>The Title OF The Page</title>
<SCRIPT language="JavaScript">
(alert)('Welcome to my profile!');
//--------->
</SCRIPT>
<style>
body
{
background-color: #000000;
background-repeat: repeat-y;
scrollbar-arrow-color: #000000;
scrollbar-face-color: transparent;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-track-color: #787878;
scrollbar-darkshadow-color: #000000;
}
</style>

<body>


<TABLE BORDER=7 CELLSPACING=5 CELLPADDING=5 WIDTH=100%>
<TR HEIGHT=200>

<TD WIDTH100 ALIGN=CENTER BGCOLOR=#000000><br><b><marquee behavior="scroll" direction="up" scroll delay="60"><font color="#ffffff" size="9" face="Papyrus">WELCOME MESSAGE HERE</marquee></b></font>
</TABLE>
<TABLE BORDER=7 CELLSPACING=5 CELLPADDING=5 WIDTH=100%>
<TR HEIGHT=120>
<TD WIDTH=5% ALIGN=CENTER VALIGN=MIDDLE BGCOLOR=#000000><a href="http://profiles.friendster.com/USER ID HERE"><img src="http://hitskin.com/themes/10/58/45/i_icon_mini_profile.png" border="0"><br><br><br><BODY SIZE="4" TEXT="#ffffff"><B>continue?</BODY></B></a></TD>
<TD WIDTH=30% ROWSPAN=2 ALIGN=center VALIGN=top BGCOLOR=#000000><br><embed src="http://www.clocklink.com/clocks/0022-brown.swf?TimeZone=Philippines_Manila&" width="135" height="135" wmode="transparent" type="application/x-shockwave-flash"><br><br><br><BODY SIZE="4" TEXT="#ffffff"><B>THE TIME NOW+++</BODY></B></a></TD>
<TD WIDTH=5% ALIGN=CENTER BGCOLOR=#000000><a href="http://www.friendster.com"><img src="http://hitskin.com/themes/10/58/45/i_icon_mini_index.png" border="0"><br><br><br><BODY SIZE="4" TEXT="#ffffff"><B>wanna go home?</BODY></B></a></TD>
</TR>
<TR HEIGHT=120>

<TD WIDTH=30% ALIGN=CENTER BGCOLOR=#000000><a href="http://www.friendster.com/logout.php"><img src="http://hitskin.com/themes/10/58/45/i_icon_mini_logout.png" border="0"><br><br><br><marquee behavior="alternate" scrollamount="20"><BODY SIZE="4" TEXT="#ffffff"><B>wanna go out?</BODY></B></marquee></a></TD> <TD WIDTH=30% ALIGN=CENTER BGCOLOR=#000000><a href="http://www.yahoo.com"><img src="http://hitskin.com/themes/10/58/45/i_icon_mini_search.png" border="0"><br><br><br><marquee behavior="alternate" scrollamount="20"><BODY SIZE="4" TEXT="#ffffff"><B>wanna find something?</BODY></B></marquee></a></TD>
</TR>
</TABLE>

<object id="Rainbow" width="0" height="0"
classid="CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F"
codebase="#VERSION=2,0,0,0">
</object>

<object id="L&HTruVoice" width="0" height="0"
classid="CLSID:B8F2846E-CE36-11D0-AC83-00C04FD97575"
codebase="#VERSION=6,0,0,0">
</object>

<SCRIPT language="JavaScript" type="text/javascript">
<!--//
// * http://rainbow.arch.scriptmania.com/genie/

var Genie;
var UsedChars;
var GenieID;
var GenieACS;
var GenieURL;
var GenieStates;
var GenieAnimations;
var GenieReq;
var GenieStatesReq;
var GenieAnimationsReq;
var GenieLoaded;
var LoadReq;
var HideReq;
var GenieLeftX, GenieCenterX, GenieRightX;
var GenieTopY, GenieCenterY, GenieBottomY;
UsedChars = "Genie";
GenieID = "Genie";
GenieACS = "Genie.acs";
GenieURL = "http://agent.microsoft.com/agent2/chars/Genie/Genie.acf";
GenieStates = "Showing, Hiding, Speaking, Moving, Gesturing";
GenieAnimations = "Greet, Acknowledge, Alert, Blink, Announce, DoMagic1, DoMagic2, Explain, Wave";
GenieLoaded = false;

Window_OnLoad();

function Window_OnLoad() {
Rainbow.Connected = true;
GenieLoaded = LoadLocalAgent(GenieID, GenieACS);
if (!GenieLoaded) {
GenieLoaded = LoadLocalAgent(GenieID, ""); }
if (GenieLoaded) {
SetCharObj(); }
CheckLoadStatus();}
function LoadLocalAgent(CharID, CharACS) {
Rainbow.RaiseRequestErrors = false;
if (CharACS == "") {
LoadReq = Rainbow.Characters.Load(CharID); }
else {
LoadReq = Rainbow.Characters.Load(CharID, CharACS); }
Rainbow.RaiseRequestErrors = true;
if (LoadReq.Status != 1) {
return(true); }
return(false);}
function SetCharObj() {
Genie = Rainbow.Characters.Character(GenieID);
Genie.LanguageID = 0x409;}
function CheckLoadStatus() {
if (!GenieLoaded) {
window.status = "Loading " + GenieID + " Character. Please Wait...";
GenieReq = Rainbow.Characters.Load(GenieID, GenieURL);
return(false); }
window.status = "";
AgentIntro();
return(true);}
function LoadError() {
var strMsg;
window.status = "";
strMsg = "Error Loading Character: " + GenieID + "\n";
strMsg = strMsg + "This Microsoft Agent Script requires the character(s):\n";
strMsg = strMsg + UsedChars;
alert(strMsg);}
function GetScreenPositions() {
var ScreenWidth = window.screen.width;
var ScreenHeight = window.screen.height;
if ((ScreenWidth == 0) || (ScreenHeight == 0)) {
ScreenWidth = 800;
ScreenHeight = 600; }
GenieCenterX = (parseInt(ScreenWidth / 2) - parseInt(Genie.Width / 2));
GenieRightX = (ScreenWidth - Genie.Width);
GenieCenterY = (parseInt(ScreenHeight / 2) - parseInt(Genie.Height / 2));
GenieBottomY = (ScreenHeight - Genie.Height);}
function AgentIntro() {
GetScreenPositions();


// *** BEGIN CHARACTER SCRIPT ***

Genie.MoveTo(0, 0);
Genie.Show();
Genie.MoveTo(800, 500);
Genie.Play("Announce");
Genie.Speak("welcome to my profile");
Genie.Play("Greet");
Genie.Play("Blink");
Genie.Speak("How are you?");
Genie.Speak("Have a nice day");
Genie.Play("GetAttention");
Genie.Play("Uncertain");
Genie.Speak("Ok,I have something to do");
Genie.Play("Wave");
Genie.Speak("Enjoy!");
Genie.Play("Wave");
Genie.Speak("Goodbye!");
Genie.Hide();



// *** END CHARACTER SCRIPT ***
}
//-->
</SCRIPT>

<SCRIPT language="JavaScript" type="text/javascript" for="Rainbow" event="RequestComplete(RequestObject)">
<!--//
{
switch (RequestObject) {
case GenieReq :
if (RequestObject.Status == 0) {
SetCharObj();

if (GenieStates != "") {
window.status = "Loading " + GenieID + " States. Please Wait...";
GenieStatesReq = Rainbow.Characters(GenieID).Get("State", GenieStates, true);
}
else if (GenieAnimations != "") {
window.status = "Loading " + GenieID + " Animations. Please Wait...";
GenieAnimationsReq = Rainbow.Characters(GenieID).Get("Animation", GenieAnimations, true);
}
else {
GenieLoaded = true;
CheckLoadStatus();
}
}
else {
LoadError();
}
break;
case GenieStatesReq :
if (RequestObject.Status == 0) {
if (GenieAnimations != "") {
window.status = "Loading " + GenieID + " Animations. Please Wait...";
GenieAnimationsReq = Rainbow.Characters(GenieID).Get("Animation", GenieAnimations, true);
}
else {
GenieLoaded = true;
CheckLoadStatus();
}
}
else
{
LoadError();
}
break;
case GenieAnimationsReq :
if (RequestObject.Status == 0)
{
GenieLoaded = true;
CheckLoadStatus();
}
else
{
LoadError();
}
break;
case HideReq :
Rainbow.Characters.Unload(GenieID);
break;
} // end switch
}
//-->
</SCRIPT>


</body>
</head>
</html>

note: you can edit the merlin (SPEAK)

then after saving it as .htm

input your url inside the code below...

Quote :
var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=YOUR USER ID"){
}


else if (myplace == "http://profiles.friendster.com/user.php?uid=YOUR USER ID"){
}

else {
location.href = "THE URL OF UR .HTM";
}


save it as Js. extension...^^

PS: the merlin wizard will only show, if your using IE browser..

cheers (this is not copyright) *my own html codes **folks

but i just wanna say thanks/credits to:
rainbow scripts/ kuya sonn


Last edited by _XiRuKi_ on Thu May 01, 2008 4:49 pm; edited 2 times in total
Back to top Go down
http://www.xiruki217.7p.com
[Whiz]~Sakeral
Admin
Admin
[Whiz]~Sakeral


Male Number of posts : 411
Age : 33
Location : Antipolo CIty
Job/hobbies : Web Designer, Animation And Graphics Designer
Humor : Excellence
Registration date : 2008-04-12

Welcome page *with Merlin Wizard* (prm version) Empty
PostSubject: Re: Welcome page *with Merlin Wizard* (prm version)   Welcome page *with Merlin Wizard* (prm version) Icon_minitimeWed Apr 30, 2008 10:09 pm

first to comment.
nice layout but my suggestion is not use to much marquee this is the suggestion only
your layout is nice excellence thnx for sharing hehehe ^_^
Back to top Go down
https://whiz.forummotion.com
_XiRuKi_
Moderator
Moderator
_XiRuKi_


Female Number of posts : 76
Age : 32
Location : KARAKURA TOWN
Job/hobbies : soul slaying
Humor : shinigami
Registration date : 2008-04-30

Welcome page *with Merlin Wizard* (prm version) Empty
PostSubject: Re: Welcome page *with Merlin Wizard* (prm version)   Welcome page *with Merlin Wizard* (prm version) Icon_minitimeThu May 01, 2008 4:16 pm

^ yea.... thanks. But they can delete the marquee if they want...
Back to top Go down
http://www.xiruki217.7p.com
[Whiz]~Sakeral
Admin
Admin
[Whiz]~Sakeral


Male Number of posts : 411
Age : 33
Location : Antipolo CIty
Job/hobbies : Web Designer, Animation And Graphics Designer
Humor : Excellence
Registration date : 2008-04-12

Welcome page *with Merlin Wizard* (prm version) Empty
PostSubject: Re: Welcome page *with Merlin Wizard* (prm version)   Welcome page *with Merlin Wizard* (prm version) Icon_minitimeMon May 05, 2008 4:28 pm

hahaha i can't see merlin where he is? thnx for the layout thnx for sharing heheh ^_^
Back to top Go down
https://whiz.forummotion.com
_XiRuKi_
Moderator
Moderator
_XiRuKi_


Female Number of posts : 76
Age : 32
Location : KARAKURA TOWN
Job/hobbies : soul slaying
Humor : shinigami
Registration date : 2008-04-30

Welcome page *with Merlin Wizard* (prm version) Empty
PostSubject: Re: Welcome page *with Merlin Wizard* (prm version)   Welcome page *with Merlin Wizard* (prm version) Icon_minitimeSat May 17, 2008 10:48 pm

^It only works in Ie... Haha
Back to top Go down
http://www.xiruki217.7p.com
[Whiz]~Sakeral
Admin
Admin
[Whiz]~Sakeral


Male Number of posts : 411
Age : 33
Location : Antipolo CIty
Job/hobbies : Web Designer, Animation And Graphics Designer
Humor : Excellence
Registration date : 2008-04-12

Welcome page *with Merlin Wizard* (prm version) Empty
PostSubject: Re: Welcome page *with Merlin Wizard* (prm version)   Welcome page *with Merlin Wizard* (prm version) Icon_minitimeSun May 18, 2008 12:32 am

oh i c thnx i use firefox so that i cannot see the cutey merlin hahaha
Back to top Go down
https://whiz.forummotion.com
Sponsored content





Welcome page *with Merlin Wizard* (prm version) Empty
PostSubject: Re: Welcome page *with Merlin Wizard* (prm version)   Welcome page *with Merlin Wizard* (prm version) Icon_minitime

Back to top Go down
 
Welcome page *with Merlin Wizard* (prm version)
Back to top 
Page 1 of 1
 Similar topics
-
» Switching version (title bar)
» Insult the poser above you (english version)

Permissions in this forum:You cannot reply to topics in this forum
Whizard Innovation :: Friendster Design and Development :: Friendster Tricks and Tutorials-
Jump to: