Adding news+Logo to MuGlobal launcher

Results 1 to 12 of 12
  1. #1
    Proficient Member 3:01 is offline
    MemberRank
    Feb 2006 Join Date
    AustraliaLocation
    165Posts

    smile Adding news+Logo to MuGlobal launcher

    This Guide is apart of the release of my Global Mu Launcher.
    Here is the link.

    as you will see in the html codes there are links to Webzen. these links are links to the original images in the launcher, such as the border for the news.
    you may change these as you wish.
    -------------------------------


    Logo:
    1. Create leftside.aspx
    2. Copy, Paste and Edit the code

    The Logo has to be 448 by 244.

    Code:
    <html> 
    <head> 
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
        <title> NAME OF SERVER</title> 
    	<style type="text/css"> 
    	body, html { margin:0; border:0; overflow:hidden; }
    	img { border:none; }
    	#banner_l { float:left; width:456px; background: url('http://image.webzen.com/Global/Mu/launcher/bg_banner.gif') left top no-repeat; padding:1px; border:3px solid #3f3f41; }
    	#banner_l img { display:block; }
    	</style> 
    </head> 
     
    <body oncontextmenu='return false' ondragstart='return false' onselectstart='return false' scroll='no'> 
        <div id="banner_l"><a href="WEBSITE URL" id="lnkBanner" hideFocus="" target="Global_MUOnline_Window"><img src="PUT YOUR LOGO URL HERE" id="imgBanner" width="448" height="244" /></a></div> 
    </body> 
    </html>

    News:
    1. create a file called rightside.aspx
    2. Copy, Paste and Edit the code.


    Code:
    <html> 
    <head> 
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
        <title>NAME OF SERVER</title> 
        <style type="text/css"> 
    		html, body, form, ul, li, h4 { margin:0; padding:0; border:0; overflow:hidden; }
    		body, div, li, h4 { font:11px/14px Arial, Verdana, sans-serif; color:#fff; }
    		ul { list-style-type:none; }
    		a, a:link, a:visited { color:#fff; text-decoration:none; }
    		a:hover { text-decoration:underline; }
    		#notice_a { width:251px; height:252px; padding-right:55px; background: url('http://image.webzen.com/Global/Mu/launcher/bg_list.gif') left 29px no-repeat; }
    		#notice_a h4 { width:251px; display:block; height:29px; background: url('http://image.webzen.com/Global/Mu/launcher/tab_newsevent.gif') left top no-repeat; margin:0; padding:5px 0 0 194px; }
    		#notice_a h4 strong { display:none; }
    		#notice_a h4 a { display:block; width:41px; height:13px; background: url('http://image.webzen.com/Global/Mu/launcher/bt_more.gif') left top no-repeat; }
    		#notice_a h4 a small { display:none; }
    		#notice_a ul { width:236px; height:228px; list-style-type:none; margin:0; padding:0 0 0 15px; }
    		#notice_a ul li { width:210px; height:36px; margin:0; padding:0 0 0 9px; background: url('http://image.webzen.com/Global/Mu/launcher/bu_list.gif') left 21px no-repeat; vertical-align:top; }
    		#notice_a ul li strong { display:block; font-weight:lighter; font-size:9px; color:#a0a3b6; line-height:100%; padding-top:3px; }
    		#notice_a ul li span { display:block; font-size:11px; color:#e3e4ea; line-height:120%; padding-top:3px; }
    	</style> 
    </head> 
    <body oncontextmenu="return false" ondragstart="return false" onselectstart="return false" scroll="no"> 
    	<div id="notice_a"> 
    		<h4 title="NEWS & EVENTS"> 
    			<strong>NEWS & EVENTS</strong> 
    			<a href="LINK TO WEBSITE" target="Global_MUOnline_Window" title="MORE" hideFocus><small>MORE</small></a> 
    		</h4> 
     <ul> 
    <li> 
    <a href="NEWS LINK" target="Global_MUOnline_Window" hideFocus> 
    	<strong>ADD YOUR OWN NEWS</strong> 
    	<span>ADD YOUR OWN NEWS</span> 
    	</a> 
    <a href="NEWS LINK" target="Global_MUOnline_Window" hideFocus> 
    	<strong>ADD YOUR OWN NEWS</strong> 
    	<span>ADD YOUR OWN NEWS</span> 
    	</a> 
    	</li>  	
    	</ul> 
            </div> 
    </body> 
    </html>
    Once you have created those two files place them in your htdocs folder. Or upload them to your website server

    Now edit Message.wtf Replace Every "MuxBlue" with your server name and edit the two links down the bottom.

    http://soulonline.cxr.cc/launcher/leftside.aspx - Logo
    http://soulonline.cxr.cc/launcher/rightside.aspx - News


    Credits go to Webzen for the html code.
    Last edited by 3:01; 17-03-10 at 04:47 PM.


  2. #2
    Valued Member Mosiah17 is offline
    MemberRank
    Apr 2012 Join Date
    ChileLocation
    131Posts

    Re: Adding news+Logo to MuGlobal launcher

    Links Die!! Reupload please!

  3. #3
    Alpha Member 2009x2014 is offline
    MemberRank
    Dec 2009 Join Date
    2,765Posts

    Re: Adding news+Logo to MuGlobal launcher

    Quote Originally Posted by Mosiah17 View Post
    Links Die!! Reupload please!
    good joke :D

    do you mean
    http://soulonline.cxr.cc/launcher/rightside.aspx - Logo
    http://soulonline.cxr.cc/launcher/rightside.aspx - News ???

    its only a example, use html code above to create leftside.aspx and rightside.aspx

  4. #4
    Valued Member rustyhead is offline
    MemberRank
    Feb 2012 Join Date
    130Posts

    Re: Adding news+Logo to MuGlobal launcher

    i add some NEWS in rightside.aspx but it doesn't display all news that i made... anyone can help?

    untitled.png

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>KING OF MU SEASON 6 EPISODE 3!</title>
    <style type="text/css">
    html, body, form, ul, li, h4 { margin:0; padding:0; border:0; overflow:hidden; }
    body, div, li, h4 { font:11px/14px Arial, Verdana, sans-serif; color:#fff; }
    ul { list-style-type:none; }
    a, a:link, a:visited { color:#fff; text-decoration:none; }
    a:hover { text-decoration:underline; }
    #notice_a { width:251px; height:252px; padding-right:55px; background: url('http://image.webzen.com/Global/Mu/launcher/bg_list.gif') left 29px no-repeat; }
    #notice_a h4 { width:251px; display:block; height:29px; background: url('http://image.webzen.com/Global/Mu/launcher/tab_newsevent.gif') left top no-repeat; margin:0; padding:5px 0 0 194px; }
    #notice_a h4 strong { display:none; }
    #notice_a h4 a { display:block; width:41px; height:13px; background: url('http://image.webzen.com/Global/Mu/launcher/bt_more.gif') left top no-repeat; }
    #notice_a h4 a small { display:none; }
    #notice_a ul { width:236px; height:228px; list-style-type:none; margin:0; padding:0 0 0 15px; }
    #notice_a ul li { width:210px; height:36px; margin:0; padding:0 0 0 9px; background: url('http://image.webzen.com/Global/Mu/launcher/bu_list.gif') left 21px no-repeat; vertical-align:top; }
    #notice_a ul li strong { display:block; font-weight:lighter; font-size:9px; color:#a0a3b6; line-height:100%; padding-top:3px; }
    #notice_a ul li span { display:block; font-size:11px; color:#e3e4ea; line-height:130%; padding-top:3px; }
    </style>
    </head>
    <body oncontextmenu="return false" ondragstart="return false" onselectstart="return false" scroll="no">
    <div id="notice_a">
    <h4 title="NEWS & EVENTS">
    <strong>NEWS & EVENTS</strong>
    <a href="http://www.kingofmu.com" target="Global_MUOnline_Window" title="MORE" hideFocus><small>MORE</small></a>
    </h4>
    <ul>
    <li>
    <a href="http://kingofmu.com/index.php?page_id=user_cp&panel=vote4us" target="Global_MUOnline_Window" hideFocus>
    <strong>NOTICE</strong>
    <span>VOTE FOR US EVERY 12 HOURS</span>
    </a>
    <a href="http://kingofmu.com/forum/forumdisplay.php?33-Donation-Info-Support" target="Global_MUOnline_Window" hideFocus>
    <strong>NOTICE</strong>
    <span>DONATION INFORMATION</span>
    /a>
    <a href="http://kingofmu.com/forum/showthread.php?35-voting-event&p=132#post132" target="Global_MUOnline_Window" hideFocus>
    <strong>EVENT</strong>
    <span>VOTING EVENT</span>
    /a>
    <a href="http://kingofmu.com/forum/showthread.php?10-Advertising-event-!&p=35#post35" target="Global_MUOnline_Window" hideFocus>
    <strong>EVENT</strong>
    <span>ADVERTISING EVENT</span>
    </a>
    </li>
    </ul>
    </div>
    </body>
    </html>

  5. #5
    Member vytautas7 is offline
    MemberRank
    Jul 2013 Join Date
    72Posts

    Re: Adding news+Logo to MuGlobal launcher

    Quote Originally Posted by rustyhead View Post
    i add some NEWS in rightside.aspx but it doesn't display all news that i made... anyone can help?

    untitled.png
    TRY THIS
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>NAME OF SERVER</title>
    <style type="text/css">
    html, body, form, ul, li, h4 { margin:0; padding:0; border:0; overflow:hidden; }
    body, div, li, h4 { font:11px/14px Arial, Verdana, sans-serif; color:#fff; }
    ul { list-style-type:none; }
    a, a:link, a:visited { color:#fff; text-decoration:none; }
    a:hover { text-decoration:underline; }
    #notice_a { width:251px; height:252px; padding-right:55px; background: url('http://image.webzen.com/Global/Mu/launcher/bg_list.gif') left 29px no-repeat; }
    #notice_a h4 { width:251px; display:block; height:29px; background: url('http://image.webzen.com/Global/Mu/launcher/tab_newsevent.gif') left top no-repeat; margin:0; padding:5px 0 0 194px; }
    #notice_a h4 strong { display:none; }
    #notice_a h4 a { display:block; width:41px; height:13px; background: url('http://image.webzen.com/Global/Mu/launcher/bt_more.gif') left top no-repeat; }
    #notice_a h4 a small { display:none; }
    #notice_a ul { width:236px; height:228px; list-style-type:none; margin:0; padding:0 0 0 15px; }
    #notice_a ul li { width:210px; height:36px; margin:0; padding:0 0 0 9px; background: url('http://image.webzen.com/Global/Mu/launcher/bu_list.gif') left 21px no-repeat; vertical-align:top; }
    #notice_a ul li strong { display:block; font-weight:lighter; font-size:9px; color:#a0a3b6; line-height:100%; padding-top:3px; }
    #notice_a ul li span { display:block; font-size:11px; color:#e3e4ea; line-height:120%; padding-top:3px; }
    </style>
    </head>
    <body oncontextmenu="return false" ondragstart="return false" onselectstart="return false" scroll="no">
    <div id="notice_a">
    <h4 title="NEWS & EVENTS">
    <strong>NEWS & EVENTS</strong>
    <a href="http://gold-mu.com/Launcher/rightside.asp" target="Global_MUOnline_Window" title="MORE" hideFocus><small>MORE</small></a>
    </h4>
    <ul>
    <li>
    <a href="NEWS LINK" target="Global_MUOnline_Window" hideFocus>
    <strong>ADD YOUR OWN NEWS</strong>
    <span>ADD YOUR OWN NEWS</span>
    </a>
    </li>
    <li>
    <a href="NEWS LINK" target="Global_MUOnline_Window" hideFocus>
    <strong>ADD YOUR OWN NEWS</strong>
    <span>ADD YOUR OWN NEWS</span>
    </a>
    </li>
    <li>
    <a href="NEWS LINK" target="Global_MUOnline_Window" hideFocus>
    <strong>ADD YOUR OWN NEWS</strong>
    <span>ADD YOUR OWN NEWS</span>
    </a>
    </li>
    <li>
    <a href="NEWS LINK" target="Global_MUOnline_Window" hideFocus>
    <strong>ADD YOUR OWN NEWS</strong>
    <span>ADD YOUR OWN NEWS</span>
    </a>
    </li>
    <li>
    <a href="NEWS LINK" target="Global_MUOnline_Window" hideFocus>
    <strong>ADD YOUR OWN NEWS</strong>
    <span>ADD YOUR OWN NEWS</span>
    </a>
    </li>
    <li>
    <a href="NEWS LINK" target="Global_MUOnline_Window" hideFocus>
    <strong>ADD YOUR OWN NEWS</strong>
    <span>ADD YOUR OWN NEWS</span>
    </a>
    </li>
    </ul>
    </div>
    </body>
    </html>

  6. #6
    the Aspect of Twilight jhesociety is offline
    MemberRank
    Apr 2014 Join Date
    PhilippinesLocation
    305Posts

    Re: Adding news+Logo to MuGlobal launcher

    aspx files not available :/ anyone can give me the mirror link ? thanks

  7. #7
    Enthusiast Jayar is offline
    MemberRank
    May 2012 Join Date
    PhilippinesLocation
    36Posts

    Re: Adding news+Logo to MuGlobal launcher

    i need psd on logo,, thanks

  8. #8
    Enthusiast davideguadagno is offline
    MemberRank
    Dec 2014 Join Date
    Starcross, UnitLocation
    32Posts

    Re: Adding news+Logo to MuGlobal launcher

    good job 10/10 very helpful !!!

  9. #9
    Account Upgraded | Title Enabled! Anian is offline
    MemberRank
    Feb 2011 Join Date
    215Posts

    Re: Adding news+Logo to MuGlobal launcher

    very helpful ? why i get the code in mozila ? it`s not suposed to apear a image ?


    click image upload

  10. #10
    Member vytautas7 is offline
    MemberRank
    Jul 2013 Join Date
    72Posts

    Re: Adding news+Logo to MuGlobal launcher

    here its my design for launcher good luck here https://mega.co.nz/#!S5QGxYiR!0wbfCa...EPIyLe_489hYRM my skype vytautas19910605 for more information

  11. #11
    Account Upgraded | Title Enabled! Shinnosuke Mvp is offline
    MemberRank
    Jul 2014 Join Date
    369Posts

    Re: Adding news+Logo to MuGlobal launcher

    Thank ! :)

  12. #12
    Valued Member lifekko17 is offline
    MemberRank
    Oct 2014 Join Date
    PhilippinesLocation
    132Posts

    Re: Adding news+Logo to MuGlobal launcher

    Heres the Patch Builder for this launcher No need to type it manually :D :D :D
    Free Release
    http://forum.ragezone.com/f197/perx-...ilder-1107892/



Advertisement