• ARCHIVES 
  • » [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

Pages: 1

[b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

ashdesignz
» FTalkGeek
FTalk Level: zero
1077
0
1969-12-31

[b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

[b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]INSTRUCTIONS #1:[/b] 1. Copy the CSS codes and EDIT it on a NotePad 2. Save the file as yourfilename.css 3. Upload it to any web hosting site <">[b]INSTRUCTIONS #2:[/b] 1: Copy the JS codes and EDIT it on a NotePad 2. Save the file as yourfilename.js 3. Upload it to any web hosting site. [quote]/*************************** Do not remove this headings! Coded by - ka Paul Layout by ashdesignz pauldemonteverde@yahoo.com ***************************/ //newnavigation var nav_1 = "<a href=\"http://www.friendster.com/\">Home </a>:: "; var nav_2 = "<a href=\"http://www.friendster.com/user.php\"> Profile </a>:: "; var nav_3 = "<a href=\"http://www.friendster.com/friends.php\"> Friends </a>:: "; var nav_4 = "<a href=\"http://www.friendster.com/explore.php\"> Explore </a>:: "; var nav_5 = "<a href=\"http://www.friendster.com/gallery.php\"> Search </a>:: "; var nav_12 = "<a href=\"http://friendstermagic.net\"> Forum </a>:: "; var nav_13 = "<a href=\"http://www.friendster.com/invite.php\"> Invite </a>"; var navigation_opening = "<div id=\"newnavigation\">"; var navigation_closing = "</div>"; var new_navigation = ""+navigation_opening+nav_1+nav_2+nav_3+nav_4+nav_5+nav_12+nav_13+navigation_closing+""; //boxnav var box_1 = "|| <a href=\"javascript:onClick=get_properties('content_0')\">My Profile</a> ||"; var box_2 = "<a href=\"javascript:onClick=get_properties('content_6')\"> About Me</a> ||"; var box_3 = "<a href=\"javascript:onClick=get_properties('content_2')\"> Friends</a> ||"; var box_4 = "<a href=\"javascript:onClick=get_properties('content_1')\"> Gallery</a> ||"; var box_5 = "<a href=\"javascript:onClick=get_properties('content_18')\"> Comments</a> ||"; var box_6 = "<a href=\"javascript:onClick=get_properties('shoutbox')\"> Shoutbox</a> ||"; var box_7 = "<a href=\"javascript:onClick=get_properties('content_10')\"> Media Box</a> ||"; var box_8 = "<a href=\"javascript:onClick=get_properties('credits')\"> Credits</a> ||"; var boxnav_opening = "<div id=\"boxnav\">"; var boxnav_closing = "</div>"; var all_box = ""+boxnav_opening+box_1+box_2+box_3+box_4+box_5+box_6+box_7+box_8+boxnav_closing+""; // function get_properties(id) { document.getElementById('newlayout').innerHTML=document.getElementById(id).innerHTML } // function get_item_box(){ var main_box = window.document.getElementById('content_0').innerHTML; var show_box_info = "<center>"+all_box+"<div id=\"newlayout\">"+main_box+"</div>"+new_navigation+"</center>"; window.document.getElementById('footer_container').innerHTML = show_box_info; } document.write('<span align="center" id="credits"><br><br><font face="Verdana" color="#f8f8e6" size="1"><b>CREDITS</b><br><br>Creation by:<br><a target="_blank" href="http://www.friendster.com/ashdesignz">ashdesignz™</a><br><br><br><a target="_top" href="http://www.friendstermagic.net">FriendsterMagic.net</a><br><br><a target="_top" href="http://www.friendstermagic.net"><img border="0" src="http://i159.photobucket.com/albums/t122/Wavegirl01/fm_logo7-1.gif" alt="FriendsterMagic.net" width="88" height="31"></a><br><br>Inspired by the codes of<br><a href="http://www.friendster.com/kapaul">ka Paul</a><br><br>ACKNOWLEDGEMENT<br>Thanks for the support of our members and of my co-forum moderators, specially to Mr. Skull, the FriendsterMagic Admin.<br><br>CROSSOVER<br>All Rights Reserved.<br>2007<br><br></font></span>') ; document.write('<body onload="get_item_box()">') ; document.write('<style type=text/css>table#flo_wrapper {display:none} #footer {display:none}</style>'); document.write('<span id="shoutbox"><div align="center" id="cboxdiv"><iframe frameborder="0" width="300" height="75" src="[color=#eb0000]http://www2.cbox.ws/box/?boxid=######&amp;boxtag=####&amp;sec=form[/color]" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: #f8f8e6 1px dashed;border-bottom:0px;" id="cboxform"></iframe><br><iframe frameborder="0" width="300" height="320" src="[color=#ff0000]http://www2.cbox.ws/box/?boxid=#######&amp;boxtag=####&amp;sec=main[/color]" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: #f8f8e6 1px dashed;" id="cboxmain"></iframe></div></span>') ;[/quote] Edit the red part, link of CBOX at the last part of the JS codes and get your own CBOX at cbox.ws if you want to have CBOX on your profile. [b]INSTRUCTIONS #3:[/b] 1. Make sure to compile your CSS and JS as one file. (codes below) [quote]var script = document.createElement("script"); script.type = "text/javascript";script.src = "[color=#e10000]JS URL HERE[/color]"; document.getElementsByTagName("head")[0].appendChild(script); var css = document.createElement("link"); css.type = "text/css"; css.rel = "stylesheet";css.href = " [color=#ff0000]CSS URL HERE[/color]"; css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css)[/quote] 2. Save your final work as yourfilename.[color=#0000ff]SWF[/color], upload to any file hosting site like freewebtown.com. 3. Paste your SWF file URL in our latest JS Linker generator. Credits to Ka Paul, Wavegirl Tutorials

Last edited by ashdesignz (2008-08-08 18:31:18)

paijoooo
» FTalkAgent
FTalk Level: zero
2068
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

i think its very complicated 4 newbies :lol: but thanks 4 share :thumbsup: kip it up :thumbsup:
ammar1408
» FTalkFreak
FTalk Level: zero
1522
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

nice layout ... good job you do.. have a nice day =)
Hoshigaki
» FTalkAgent
FTalk Level: zero
2328
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

Nice layout .. thanks for sharing .. +repu for you ... ;)
emo_freak
» FTalkFreak
FTalk Level: zero
1695
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

Wow good job for newbies thanx for share i like it..
kacang`z
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ My Threads!
2662
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

nice layout thanks for sharing.... :D
ashdesignz
» FTalkGeek
FTalk Level: zero
1077
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

[quote=paijoooo]i think its very complicated 4 newbies :lol: but thanks 4 share :thumbsup: kip it up :thumbsup:[/quote] you can make it, just follow steps:D [quote=ammar1408]nice layout ... good job you do.. have a nice day =)[/quote] really? thanks :D [quote=Hoshigaki]Nice layout .. thanks for sharing .. +repu for you ... ;)[/quote] thanks 4 the repu, Mr. promoter, btw im ash :D
gaara_gfzz
» FTalkFreak
FTalk Level: zero
1799
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

yeah.=| kinda complicated. i wanna use this but i'm too lazy to edit and upload this layie. tnx for sharin eniweix. cool layie. :thumbsup: =33
ashdesignz
» FTalkGeek
FTalk Level: zero
1077
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

[quote=emo_freak]Wow good job for newbies thanx for share i like it..[/quote] your welcome, feel free to use and study :D [quote=kacang`z]nice layout thanks for sharing.... :D[/quote] thanks for the compliment :D [quote=gaara_gfzz]yeah.=| kinda complicated. i wanna use this but i'm too lazy to edit and upload this layie. tnx for sharin eniweix. cool layie. :thumbsup: =33[/quote] don't worry, ill be making more for girls so you would be interested about crossover too :D
xPEPPERMINTx
» FTalkAgent
FTalk Level: zero
2462
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

wow, looks like it's strictly for boys. :D but i like it! thanks 4 sharing! :thumbsup:
ashdesignz
» FTalkGeek
FTalk Level: zero
1077
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

[quote=xPEPPERMINTx]wow, looks like it's strictly for boys. :D but i like it! thanks 4 sharing! :thumbsup:[/quote] ill be making for gurls too :lol:
cupu
» FTalkAddict
FTalk Level: zero
519
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

nice layout.. :) thnx For sharing It :thumbsup: Love You Layouts :wow::wow:
abellia_berlian
» Banned
FTalk Level: zero
674
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

nice layout thank 4 sharing good job.. :thumbsup: :thumbsup:
muska
» FTalkFreak
FTalk Level: zero
1581
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

nice on9!!!! :thumbsup::thumbsup:
Eliot Kid
» FTalkAddict
FTalk Level: zero
453
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

nice layout bro thanks for sharing [b] +repu for you :D [/b]
nia_pearl19
» FTalkWhiz
FTalk Level: zero
2529
0
1969-12-31

Re: [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

nice!nice!.., keep workin'.. sahre moar
  • ARCHIVES 
  • » [b]TITLE:[/b] Mind Freak Crossover Layout [b]LIVE PREVIEW:[/b] http://ashdesignz1.fileave.com/mindfreak.htm [b]SCREENSHOT:[/b] [img]http://boxstr.com/files/2826952_9rskk/mindfreakprev.JPG[/img] [b]I

Pages: 1

Board footer

© 2024 F Talk

Current time is 09:36

[ 10 queries - 0.059 second ]
Privacy Policy