MuCore Template v9 (Coded)+PSD
- MuCore Ready
- You can edit top link here :
Code:
<td width="117" class="style2"><div align="center"><a href="index.php?page_id=WebShop">WebShop</a></div></td>
<td width="125" class="style2"><div align="center"><a href="index.php?page_id=downloads">Download</a></div></td>
<td width="125" class="style2"><div align="center"><a href="index.php?page_id=register">Register</a></div></td>
<td width="118" class="style2"><div align="center"><a href="#" target="_blank">Forum</a></div></td>
Live : you can edit background how you want cuz i`m maked template as PNG !
http://img155.imageshack.us/img155/8559/unledpjq.png
FOR RSS : search in index.php
Code:
template/<?=$core['config']['template'] ?>/images/forums.jpg
after that you will se php code ... repleace with:
PHP Code:
<?
$load_pages_lef = file('engine/cms_data/pag_d.cms');
foreach ($load_pages_lef as $pages_loaded_lef){
$pages_loaded_lef = explode("¦",$pages_loaded_lef);
if($pages_loaded_lef[3] == $page_check_id){
$p_loaded_array_lef = preg_split( "/\ /", $pages_loaded_lef[4]);
$p_l_lef = '1';
break;
}
}
if($p_l_lef == '1'){
$load_mods_lef = file('engine/cms_data/mods.cms');
foreach ($load_mods_lef as $mods_loaded_lef){
$mods_loaded_lef = explode("¦",$mods_loaded_lef);
if(in_array($mods_loaded_lef[0],$p_loaded_array_lef)){
$_c_id_m_lef[] = $mods_loaded_lef[0];
}else {
$_c_id_m_lef[] = 'NULL';
}
}
$co=0;
foreach ($p_loaded_array_lef as $give_lef){
#echo $give;
if(in_array($give_lef,$_c_id_m_lef)){
foreach ($load_mods_lef as $give_me_out_lef){
$give_me_out_lef = explode("¦",$give_me_out_lef);
if($give_me_out_lef[0] == $give_lef){
if($give_me_out_lef[4] == '1'){
echo '
<table width="170" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td height="31">';
if($give_me_out_lef[1] == '1'){
$mod_file_lef = $give_me_out_lef[2];
if(is_file('pages_modules/'.$mod_file_lef.'')){
include('pages_modules/'.$mod_file_lef.'');
}else{
echo 'Unable to load module file, reason: not found.';
}
}elseif ($give_me_out_lef[1] == '0'){
if(is_file('engine/cms_data/cms_co/'.$give_me_out_lef[0].'_cms.cms')){
include('engine/cms_data/cms_co/'.$give_me_out_lef[0].'_cms.cms');
}else{
echo 'Unable to load module content, reason: not found.';
}
#echo $give_me_out_lef[4];
}
echo '</td>
</tr>
</table>
';
}
}
}
#echo $module;
}
}
}
?>
Download
Template MuCore : Multi Upload / PSD Template : Multi Upload
Credits:
FCV2005
Credits:
If you don't have xp on photoshop and want to use that template ... post here and i will make for ... just post and make a request !
Re: MuCore Template v9 (Coded)+PSD
thank alot, i will try it
Re: MuCore Template v9 (Coded)+PSD
ok , tell me how it works !
Re: MuCore Template v9 (Coded)+PSD
Please don't post any so called live preview just to ad your server, also mushan please change your signature in order to avoid any infraction.(http://forum.ragezone.com/f71/forum-rules-101410/)
NOTE: you can put the link to your thread from "Mu Advertise" section if you have any.
Re: MuCore Template v9 (Coded)+PSD
Re: MuCore Template v9 (Coded)+PSD
Hi, I love you some much for that template
I'd really be thankful if you helped me with 2 things
1: Can you please photoshop the template for me I really suck at and don't know what to do, If you dont mind I would like it to be "SnXMU", and instead of "historymu.com", I would like it to be "SnXMU.com". another thing on the left, this "Gamestart" thing, can u make it Www.SnXMu.Com
The other thing sir:
is that I don't know where I went wrong, i downloaded the template, i put it in htdocs/template, for some reason i didnt get lists at the side, and these icons appeared, if you look at this picture you will understand:
http://img830.imageshack.us/img830/9616/unlednky.png
Re: MuCore Template v9 (Coded)+PSD
Re: MuCore Template v9 (Coded)+PSD
Quote:
Originally Posted by
mushan
send pm with u`r forum rss link to test in my pc !
[quote=siksamees;6621269]Hi, I love you some much for that template
I'd really be thankful if you helped me with 2 things
1: Can you please photoshop the template for me I really suck at and don't know what to do, If you dont mind I would like it to be "SnXMU", and instead of "historymu.com", I would like it to be "SnXMU.com". another thing on the left, this "Gamestart" thing, can u always make it Www.SnXMu.Com
The other thing sir:
is that I don't know where I went wrong, i downloaded the template, i put it in htdocs/template, for some reason i didnt get lists at the side, and these icons appeared, if you look at this picture you will understand:
[url=http://imageshack.us/photo/my-images/830/unlednky.png/]ImageShack
Re: MuCore Template v9 (Coded)+PSD
Yes I do want a template, I provided you with informations in my last post, my server's name is SnXMU
And please check what I wrote, I noticed that you didn't understand my other thing :)
Re: MuCore Template v9 (Coded)+PSD
tell me again , ex: 1.background 2.gamestart .... etc...
cuz i don`t understand !!!
For Season 6 with Rage Fighter :
add :
Location\htdocs\engine\custom_variables.php
PHP Code:
<?
#Player Kill Status variables
$pk_status_variables = array(
1 => 'Hero Level 2',
2 => 'Hero Level 1',
3 => 'Normal',
4 => 'PK Level 1',
5 => 'PK Level 2',
6 => 'Murder Level'
);
#Downloads Categories variables
$downloads_cat = array(
1 => 'Client Full',
2 => 'Client without sound',
3 => 'Utility'
);
#Character Mode Variables
$characters_ctlcode = array(
0 => 'Normal',
1 => 'Blocked',
32 => 'Game Master',
8 => 'Game Master Invisibile'
);
#Account Mode Variables
$account_mode = array(
0 => 'Normal',
1 => 'Blocked',
);
#Characters classes and images of them variables
$characters_class = array (
0=> array('Dark Wizard','wiz.gif'),
1=> array('Soul Master','wiz.gif'),
3=> array('Grand Master','wiz.gif'),
16=> array('Dark Knight','dk.gif'),
17=> array('Blade Knight','dk.gif'),
19=> array('Blade Master','dk.gif'),
32=> array('Elf','elf.gif'),
33=> array('Muse Elf','elf.gif'),
35=> array('Hight Elf','elf.gif'),
48=> array('Magic Gladiator','mg.gif'),
49=> array('Duel Master','mg.gif'),
50=> array('Duel Master','mg.gif'),
64=> array('Dark Lord','dl.gif'),
65=> array('Lord Emperor','dl.gif'),
66=> array('Lord Emperor','dl.gif'),
80=> array('Summoner','sm.gif'),
81=> array('Bloddy Summoner','sm.gif'),
83=> array('Dimension Master','sm.gif'),
96=> array('Rage Fighter','rf.gif'),
98=> array('Fist Fighter','rf.gif'),
);
#Maps codes variables
$maps_codes = array(
0 => 'Lorencia',
1 => 'Dungeon',
2 => 'Devias',
3 => 'Noria',
4 => 'Losttower',
5 => 'Exile',
6 => 'Stadium/Arena',
7 => 'Atlans',
8 => 'Tarkan',
10 => 'Icarus',
11 => 'Blood Castle 1',
12 => 'Blood Castle 2',
13 => 'Blood Castle 3',
14 => 'Blood Castle 4',
15 => 'Blood Castle 5',
16 => 'Blood Castle 6',
17 => 'Blood Castle 7',
18 => 'Chaos Castle',
19 => 'Chaos Castle',
20 => 'Chaos Castle',
21 => 'Chaos Castle',
22 => 'Chaos Castle',
23 => 'Chaos Castle',
24 => 'Kalima 1',
25 => 'Kalima 2',
26 => 'Kalima 3',
27 => 'Kalima 4',
28 => 'Kalima 5',
29 => 'Kalima 6',
36 => 'Lost Kalima',
31 => 'Lands Of Trials',
33 => 'Aida',
34 => 'Crywolf',
37 => 'Kantru',
45 => 'Illusion Temple 1',
46 => 'Illusion Temple 2',
47 => 'Illusion Temple 3',
48 => 'Illusion Temple 4',
49 => 'Illusion Temple 5',
50 => 'Illusion Temple 6',
41 => 'Barracks Of Balgass',
42 => 'Refuge Balgass',
40 => 'Silent Map',
51 => 'Elbeland',
);
#Secret Questions
$secret_questions = array(
1 => 'What is your mother\'s maiden name?',
2 => 'What was the name of your first school?',
3 => 'Who is your favorite super hero?',
4 => 'What is the name of your first pet?',
5 => 'What was your favorite place to visit as a child?',
6 => 'Who is your favorite cartoon character?',
7 => 'What was the first video game you played?',
8 => 'What was the name of your first teacher?',
9 => 'What was your favorite TV show as a child?',
10 => 'What city was your mother born in?',
);
#Contact Us Subjects
$contact_subjects = array(
1 => 'Game failures or bugs',
2 => 'Web failures or bugs',
3 => 'Problems with the Website',
4 => 'Problems at Registration',
);
?>
Re: MuCore Template v9 (Coded)+PSD
Very good template. I appreciate your work.
Re: MuCore Template v9 (Coded)+PSD
For background: SnXMu, snxmu.com
For Gamestart: snxmu.com
2 Attachment(s)
Re: MuCore Template v9 (Coded)+PSD
done ... rename bg_page .... to original bg from images/
Re: MuCore Template v9 (Coded)+PSD
Thank you very much
can you please look at this picture, and help me out if u can:
[url=http://imageshack.us/photo/my-images/412/unledru.jpg/]ImageShack
Re: MuCore Template v9 (Coded)+PSD
Quote:
Originally Posted by
siksamees
Thank you very much
can you please look at this picture, and help me out if u can:
[url=http://imageshack.us/photo/my-images/412/unledru.jpg/]ImageShack
Right Click / View Image and tell me name of images or search in index.php images and remove !