- Joined
- Jun 26, 2010
- Messages
- 238
- Reaction score
- 106
DEMO:
Webzen OLD Template [MUCORE] - YouTube
Credits:
DARYoi -> Help me with Adapt.
Dkdexter -> Help me with Flash.
Me -> finish full n_n
Download: WebZen.rar
How to edit FLASH Links.
go to folder images_dir and open file jsMenuLinkFunction.js, and search URL's what dream edit,example:
too search this in same JS
and edit (is for Concept ART)
IMPORTANT: so you can see the FLASH top the menu, open file jsBoardFunction.js and search this
and change for url http: // 127.0.0.1/mucore/template/WebZen/nav.swf for you URL, or it would look like this:
http: // tuweb.com/template/WebZen/nav.swf (dont spaces)
PD: this template is for MUCORE 1.0.6.
Webzen OLD Template [MUCORE] - YouTube
Credits:
DARYoi -> Help me with Adapt.
Dkdexter -> Help me with Flash.
Me -> finish full n_n
Download: WebZen.rar
How to edit FLASH Links.
go to folder images_dir and open file jsMenuLinkFunction.js, and search URL's what dream edit,example:
Code:
// Domain Infovar __blnDev = (location.href.indexOf("http://lc-")==0);
var __blnBeta = (location.href.indexOf("http://new-")==0);
var __blnLive = true;
var __strHostPreFix = "http://";
var __strHostPreFix2 = "http://";
var __strHostPreFix3 = "http://forum.last-mu.com/"; <-- EDIT THIS
if (__blnDev){__strHostPreFix = "http://lc-";__blnLive = false;}
if (__blnBeta){__strHostPreFix = "http://new-";__blnLive = false;}
if (__blnLive){__strHostPreFix2 = "https://"}
var __DOMAIN_TOP = "webzen.com";
var __DOMAIN_IMAGE = "image.webzen.com";
var __DOMAIN_PORTAL = __strHostPreFix + "www.webzen.com";
var __DOMAIN_MEMBER = __strHostPreFix + "www.last-mu.com"; <-- EDIT THIS
var __DOMAIN_FORUM = __strHostPreFix3;
var __DOMAIN_MUONLINE = __strHostPreFix + "muonline.webzen.com";
var __DOMAIN_ARCHLORD = __strHostPreFix + "archlord.webzen.com";
var __DOMAIN_SUNONLINE = __strHostPreFix + "sunonline.webzen.com";
var __DOMAIN_UPLOAD = __strHostPreFix + "upload.webzen.com";
var __DOMAIN_FILES = __strHostPreFix + "files.webzen.com";
var __DOMAIN_ITEMSHOP = __strHostPreFix + "shop.last-mu.com"; <-- EDIT THIS
PHP:
arrMenu[3][4] = { Seq: 34, Text: MENU34, link: "http://forum.last-mu.com/forumdisplay.php?31-GFX-Section" };
IMPORTANT: so you can see the FLASH top the menu, open file jsBoardFunction.js and search this
Code:
this.param.url = "http://127.0.0.1/mucore/template/WebZen/nav.swf"; this.param.vars = "param=" + el + "&culture=" + fnGetCookie('CurrentCulture'); } else { this.param.url = "http://127.0.0.1/mucore/template/WebZen/nav.swf"; this.param.vars = "culture=" + fnGetCookie('CurrentCulture'); } this.param.w = "990"; this.param.h = "177"; this.param.wmode = "transparent"; this.param.base = "./"; flash.write(this.param.url,this.param.w,this.param.h,this.param.wmode,this.param.base,this.param.vars); }, TopSubNavi : function(el){ if(el){ this.param.url = "http://127.0.0.1/mucore/template/WebZen/nav.swf"; this.param.vars = "param=" + el + "&culture=" + fnGetCookie('CurrentCulture'); } else { this.param.url = "http://127.0.0.1/mucore/template/WebZen/nav.swf"; this.param.vars = "culture=" + fnGetCookie('CurrentCulture');
http: // tuweb.com/template/WebZen/nav.swf (dont spaces)
PD: this template is for MUCORE 1.0.6.
Last edited: