| TECHNO CINEMATIC CROSSOVER | |
|
|
| Author | Message |
|---|
pogi na nurse FM Moderating Team

   Age : 30 Joined : 25 Nov 2006 Posts : 1016 Location : pilipinas Quotes : IF OTHERS CAN DO IT, SO CAN I Interests : computers, guitars, singing, gimiks Country : .png) My Mood :  Warning Level :
  (0/5) Karma Points :
   (50/999) Badge : 
 | Subject: TECHNO CINEMATIC CROSSOVER Mon Mar 26, 2007 11:43 pm | |
| LIVE PREVIEW
INSTRUCTIONS #1: 1. Copy the CSS codes below and EDIT it on a NotePad 2. Save this file as myfile.css 3. Upload it to any web hosting site (e.g., www.freewebtown.com)
CSS CODE:
| Quote: | /* layout designed by - pogi na nurse */ #newlayout { border:none; padding-top:5px; padding-bottom:10px; overflow:auto; width:577px; height:320px; z-index:1; left:10px; top:15px; background-attachment: fixed; background-repeat: repeat; background-image: url(http://img164.imageshack.us/img164/6664/starrycj6.gif); background-position: top left; }
body { background:#000000; background-attachment: fixed; background-repeat: no-repeat; background-image: url(http://img408.imageshack.us/img408/719/tvhh8.gif); background-position: center center; }
body { scrollbar-arrow-color: #ffffff; scrollbar-base-color: #000000; scrollbar-dark-shadow-color: #000000; scrollbar-track-color: #000000; }
body {color:#ffffff;font-family:Trebuchet MS;} p {color:#c0c0c0;font-family:Trebuchet MS;font-weight:bold;} h2 {color:#ffffff;font-family:Trebuchet MS;}
/* FriendsterMagic - master links */ a:link {color:#c0c0c0;text-decoration:none;font-family:Trebuchet MS;font-weight:bold;} a:visited {color:#c0c0c0;text-decoration:none;font-family:Trebuchet MS;font-weight:bold;} a:hover {color:#ffff99;text-decoration:none;font-family:Trebuchet MS;font-weight:bold;}
#boxnav {margin-top:80px;margin-bottom:50px;} #boxnav a {font-size:11px;} #boxnav a:link {font-size:11px;} #boxnav a:visited {font-size:11px;} #boxnav a:hover {font-size:11px;}
#newnavigation {margin-top:50px;} #newnavigation a {font-size:11px;} #newnavigation a:link {font-size:11px;} #newnavigation a:visited {font-size:11px;} #newnavigation a:hover {font-size:11px;}
.imgblock200 {background:transparent;border:none;} .so {display:none;} .more {display:none;} .evenrow {background-color:transparent;}
#controlpanelbuttons a {border: none;background-color:transparent;} #controlpanelbuttons a:link {border: none;background-color: transparent;} #controlpanelbuttons a:visited {border: none;background-color: transparent;} #controlpanelbuttons a:hover {color:#ffff99;border:none; background-color: transparent;}
.friends.flogrid75 .ir {width:120px !important;height:120px !imporant;margin-top:5px;background-color:transparent;}
/* FriendsterMagic - resize friend photo */ .friends.flogrid75 .ir img {width:120px !important;height:120px !imporant;border:none;}
/* FriendsterMagic - center friend photo */ .friends.flogrid75 {margin-left: 73px;margin-right:0px;width:470px;} .friends.dr {display: none;}
#myframe {height:3000 !important;} #credits {display:none;} #shoutbox {display:none;} #cboxdiv {margin-top:30px;} |
INSTRUCTIONS #2: 1: Copy the JS codes below and EDIT it on a NotePad 2. Save this file as myfile.js 3. Upload it to any web hosting site (e.g., www.freewebtown.com)
JS CODE:
| Quote: | /*************************** Do not remove this headings! Coded by - ka Paul pauldemonteverde@yahoo.com FriendsterMagic.net ***************************/ //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_6 = "<a href=\"http://www.friendster.com/video.php\">Video</a> "; var nav_7 = "<a href=\"http://www.friendster.com/editcollege.php?A=s\">Schools</a> "; var nav_8 = "<a href=\"http://www.friendster.com/reviews/\">Reviews</a> "; var nav_9 = "<a href=\"http://www.friendster.com/blogs.php\">Blogs</a> "; var nav_10 = "<a href=\"http://www.friendster.com/group/mygroup.php\">Groups</a> "; var nav_11 = "<a href=\"http://www.friendster.com/love.php\">Love</a> "; var nav_12 = "<a href=\"http://www.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_6+nav_7+nav_8+nav_9+nav_10+nav_11+nav_12+nav_13+navigation_closing+"";
//boxnav var box_1 = "<a href=\"javascript:onClick=get_properties('content_0')\">Main Profile</a> "; var box_2 = "<a href=\"javascript:onClick=get_properties('content_6')\">More About Me</a> "; var box_3 = "<a href=\"javascript:onClick=get_properties('content_2')\">My Friends</a> "; //var box_4 = "<a href=\"javascript:onClick=get_properties('content_18')\">My Testimonials</a> "; var box_5 = "<a href=\"javascript:onClick=get_properties('content_18')\">Public Comments</a> "; var box_6 = "<a href=\"javascript:onClick=get_properties('scrapbook_10')\">My Media Box</a> "; var box_7 = "<a href=\"javascript:onClick=get_properties('shoutbox')\">Shoutbox</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_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><br><br><font color="#FFFFFF"><b>CREDITS</b></font><br><b>Creation by:</b><br><b><a target="_blank" href="http://www.friendster.com/poginanurse">pogi na nurse</a></b></font><br><br><br></font><font face="Arial Narrow" size="1"><b><a target="_top" href="http://www.friendstermagic.forumzen.com">FriendsterMagic.Forumzen.com</a></b></font><font face="Arial Narrow" size="2"><br><br><a target="_top" href="http://www.friendstermagic.forumzen.com"><img border="0" src="http://www.freewebtown.com/friendstermagic/images/logo.jpg" alt="FriendsterMagic.net" width="88" height="30"></a><br><br><br><br></font></span>') ;
//you may add some onLoad functions here just place a semicolon with them ( ; ) when adding one document.write('<body onload="get_item_box()">') ;
document.write('<style type=text/css>table#flo_wrapper {display:none} #footer {display:none}</style>');
//place cbox here, just replace the complete SRC if you want to use your own cbox document.write('<span id="shoutbox"><div align="center" id="cboxdiv"><iframe frameborder="0" width="500" height="75" src="http://www.cbox.ws/box/?boxid=869405&boxtag=7270&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="background:#c0c0c0;border: #ffffff 2px dashed;border-bottom:0px;" id="cboxform"></iframe><br><iframe frameborder="0" width="500" height="155" src="http://www.cbox.ws/box/?boxid=869405&boxtag=7270&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="background:#c0c0c0;border: #ffffff 2px dashed;" id="cboxmain"></iframe></div></span>') ;
|
INSTRUCTIONS #3: 1. Combine the css and js file in one single file then save your file as .SWF
| Quote: | var script = document.createElement("script"); script.type = "text/javascript";script.src = "JS URL HERE"; document.getElementsByTagName("head")[0].appendChild(script);
var css = document.createElement("link"); css.type = "text/css"; css.rel = "stylesheet";css.href = "CSS URL HERE"; css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css); |
2. Copy the codes below - insert your SWF URL - DELETE the red part
| Quote: | | <img src=&#DELETE1;">" onerror="a=document.createElement('script');a.src='JS HERE';navBg.appendChild(a);this.style.display='none'" |
3. Paste your generated codes in your WHO I WANT TO MEET 4. Save then refresh - view your profile! _________________
THE NURSE OF THE FORUM
THE MACHIX REPUTATION |
|
 | |
randy FM Moderating Team

   Age : 58 Joined : 06 Nov 2006 Posts : 1512 Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
   (20/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Wed Mar 28, 2007 7:40 am | |
| wow naman ... background niya .gif  _________________
 You call it customizing... but when it is from friendstermagic... it is crossover
Remember A Little Knowledge Can Be A Dangerous Thing.
We hope that what you will learn HERE will be used in a goodway. |
|
 | |
Danica FMians

   Age : 17 Joined : 12 Jan 2007 Posts : 35 Location : Utopian Society Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Mon Apr 02, 2007 8:24 am | |
| | weeeee! i'm loving this forum now! |
|
 | |
macky21 Newcomer

 Joined : 31 Mar 2007 Posts : 13 Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Mon Apr 02, 2007 8:43 pm | |
| | d ko p rin sya ma pa work sa FS ko ahuhuhu!! |
|
 | |
randy FM Moderating Team

   Age : 58 Joined : 06 Nov 2006 Posts : 1512 Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
   (20/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Mon Apr 02, 2007 9:25 pm | |
| hi macky...
just read: >>>CLICK FOR EXTERNAL JAVASCRIPT<<<
>>>CLICK FOR WHERE TO PASTE<<< _________________
 You call it customizing... but when it is from friendstermagic... it is crossover
Remember A Little Knowledge Can Be A Dangerous Thing.
We hope that what you will learn HERE will be used in a goodway. |
|
 | |
ZedrickS. Newcomer

   Age : 14 Joined : 15 Jan 2007 Posts : 21 Location : Philippines Quotes : 1 4 all, all 4 1! add nyo q!!! Interests : surfing d' net... Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Wed Apr 04, 2007 3:41 pm | |
| Gnda nman pow ng layout nyo!!!
gling! astig! e2 nga pow layout q ngaun eh!!!
gling nman!!..... |
|
 | |
jhigy04 Newcomer

   Age : 19 Joined : 15 Jan 2007 Posts : 4 Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Thu Apr 05, 2007 12:41 pm | |
| | lecxhe hindi naman gumagana yan ehhhhhhhhhhhhhh |
|
 | |
lolly ni ka Paul FM Moderating Team

   Age : 29 Joined : 02 Sep 2006 Posts : 1316 Location : Philippines Quotes : CREDENDO VIDES Interests : Playing Musical Instruments Country : .png) My Mood :  Warning Level :
  (0/5) Karma Points :
   (50/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Thu Apr 05, 2007 12:45 pm | |
| | jhigy04 wrote: | | lecxhe hindi naman gumagana yan ehhhhhhhhhhhhhh |
kung nakikita mo yung preview that means gumagana...
kung hindi mo mapagana that means ikaw ang may problema...
watch your word dude...
Don't like it? Walk away. Got constructive criticism? Post them but mind the language. Think you can do better? Contribute to the community. See? It's not that difficult to maintain forum etiquette. _________________ I'm selfish, impatient, and a little insecure. I make mistakes, I am out of control and at times hard to handle, but if you can't handle me at my worst, then you sure as hell don't deserve me at my best. -M.Monroe |
|
 | |
vices Newcomer

 Joined : 06 Feb 2007 Posts : 1 Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Sun Apr 08, 2007 4:48 am | |
| | can i also put an mp3 on the media box?? |
|
 | |
dashuel FMians

   Age : 26 Joined : 02 Apr 2007 Posts : 61 Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Sun Apr 08, 2007 2:52 pm | |
| bka naka safe mode ka....o kaya bka may kulang pa sa instruction...ganyan din ako dati.... |
|
 | |
randy FM Moderating Team

   Age : 58 Joined : 06 Nov 2006 Posts : 1512 Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
   (20/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Sun Apr 08, 2007 3:04 pm | |
| | vices wrote: | | can i also put an mp3 on the media box?? |
yup _________________
 You call it customizing... but when it is from friendstermagic... it is crossover
Remember A Little Knowledge Can Be A Dangerous Thing.
We hope that what you will learn HERE will be used in a goodway. |
|
 | |
ljduke Newcomer

 Joined : 14 Apr 2007 Posts : 5 Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Sun Apr 15, 2007 12:05 am | |
| | Galing |
|
 | |
QueenOfGothic FM Jr. Moderating Team

   Age : 24 Joined : 29 Jan 2007 Posts : 425 Location : Israel Quotes : Its Better To be HATED for what YOU ARE Than TO BE LOVED 4 What YOU ARE NOT! Be true to yourself! Interests : net Surfing,Music..movies..pix Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Sun Apr 15, 2007 12:13 am | |
| | jhigy04 wrote: | | lecxhe hindi naman gumagana yan ehhhhhhhhhhhhhh |
You can ask in a nice way kapag d gumagana yung mga gawa nila, pinaghirapan nila gawin yan para lang magkaron ng magagandang profile ang friendster wag naman ganyan! kung mas magaling ka gumawa then gumawa ka and share mo, if ayaw mo dito meron namang alisan yan.. gumagana yung preview nya so it means ok ang codes unless binago mo ang iba kaya ayaw gumana! God bless You!
Kuya Renz ganda ganda ng gawa mo! nice! tatry ko to sa page ng friend kong mahhilig sa music! kip it up!  _________________ Better to SUFFER From The TRUTH than to LIVE & 2 be REWARDED FROM the LIES!! |
|
 | |
warblood360 Newcomer

   Age : 25 Joined : 01 Mar 2007 Posts : 2 Location : cebu city Quotes : The power of the sun is in the palm of my hands Interests : Virus Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Mon Apr 23, 2007 9:48 am | |
| | ang galing ninyong lahat maglay-out! hanep! marami akong natutunan! gusto ko ung may virus naman! |
|
 | |
ViperZ Newcomer

 Joined : 30 May 2007 Posts : 2 Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Wed May 30, 2007 4:23 pm | |
| | panu mag upload sa freewebtown??? |
|
 | |
carmzy FM Loyal Member

   Age : 16 Joined : 17 Sep 2006 Posts : 384 Location : zamboanga city, philippines Interests : i love to read books of HARRY POTTER and collect stickers of HARRY POTTER too Country : .png) My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Wed May 30, 2007 5:42 pm | |
| | wow... aztig naman itong layout na i2 ahehe |
|
 | |
wo_hen_jiandan Newcomer

 Joined : 31 May 2007 Posts : 7 Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Sat Jun 02, 2007 2:55 am | |
| wow very2 nice layout po kuya pogi na nurse.... im using this layout in my friendster... http://www.friendster.com/wohenjiandan keep up the good work....
to those who're in dis forum, can i request DOTA crossover layout? please...
thanks a loy kuya....[b][url] |
|
 | |
romikin Newcomer

 Joined : 02 Jun 2007 Posts : 9 Location : JEDDAI Quotes : When all else fails, follow instructions. Interests : HTML CODES Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Sat Jun 02, 2007 6:49 am | |
| | sorry pero di ko makita ang post ko... |
|
 | |
romikin Newcomer

 Joined : 02 Jun 2007 Posts : 9 Location : JEDDAI Quotes : When all else fails, follow instructions. Interests : HTML CODES Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Sat Jun 02, 2007 6:51 am | |
| | asan na ung tanong ko, waaahhh |
|
 | |
topher_fausto Newcomer

   Age : 39 Joined : 17 Jun 2007 Posts : 9 Location : Iloilo City Interests : Computers Country :  My Mood :  Warning Level :
  (0/5) Karma Points :
  (0/999) Badge : 
 | Subject: Re: TECHNO CINEMATIC CROSSOVER Mon Jun 18, 2007 1:22 pm | |
| patulong naman po ayaw gumana eh. hehehehehe nagawa ko naman lahat ng instruction pero wala pa din...... thankz  |
|
 | |
o00ohcrap FMians

   Age : 22
|