-
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 !
-
Re: MuCore Template v9 (Coded)+PSD
I did, a white page opens it says
"Error 404
snxmu.com
10/27/11 16:21:37
Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.9"
-
Re: MuCore Template v9 (Coded)+PSD
what version of mucore u use?
-
Re: MuCore Template v9 (Coded)+PSD
Its all fixed, thank you very much.
-
Re: MuCore Template v9 (Coded)+PSD
Is this available of any browsers?
-
Re: MuCore Template v9 (Coded)+PSD
Thanks friend its realy workkksss..:)
Nice work for you :)
-
Re: MuCore Template v9 (Coded)+PSD
<td width="117" class="style2"><div align="center">....</div></td>
http://www.ge-ru.com/images/smilies/facepalm.gif
-
Re: MuCore Template v9 (Coded)+PSD
Quote:
Originally Posted by
buffon
what ?
-
Re: MuCore Template v9 (Coded)+PSD
I feel like after using this template, is load kinda slow than original template of mucore.
But , thank for this template, it's looking better than original flare template version.
-
Re: MuCore Template v9 (Coded)+PSD
Quote:
Originally Posted by
FCV2005
what ?
i think, <table><tr><td align='center'>... would be better)
-
Re: MuCore Template v9 (Coded)+PSD
Actually building a template with table elements is a not a good idea at all, this is a work for DIV + CSS.
Anyhow nice template, who don't like the HTML provided by creator can make himself a better one.
-
Re: MuCore Template v9 (Coded)+PSD
Quote:
Originally Posted by
[RCZ]ShadowKing
Actually building a template with table elements is a not a good idea at all, this is a work for DIV + CSS.
Anyhow nice template, who don't like the HTML provided by creator can make himself a better one.
for moment i`m learn ...
if you know where i can find good guides .. send me pm !
@tested only in firefox
-
Re: MuCore Template v9 (Coded)+PSD
Theres a problem with the website, I did what you said, downloaded it properly.
You can't add a picture, banner, voting image
IN This picture Im adding the image to news:
http://img843.imageshack.us/img843/2161/63895038.png
Uploaded with ImageShack.us
This is what it shows on webshop
http://img8.imageshack.us/img8/7970/nr2r.png
Uploaded with ImageShack.us
-
Re: MuCore Template v9 (Coded)+PSD
that is not problem with my template , is from u`r mucore .... u can buy original mucore and test ....
holyghostmu [dot] com it works
-
Re: MuCore Template v9 (Coded)+PSD
Ok thank you
PS: HolyghostMU doesn't have original files.
http://s1121.photobucket.com/albums/...t=10966435.jpg
-
Re: MuCore Template v9 (Coded)+PSD
not have ... have my personal files ...
-
Re: MuCore Template v9 (Coded)+PSD
Can you upload fonts of "Game Start", "www.holyghostmu.com" and background and put source files?
And if u can make .png because i like to use Fireworks :D
I really appreciated that :)
-
Re: MuCore Template v9 (Coded)+PSD
Can you edit template header ManiaCMU then under the header WWW.MANIACMU.COM
And in gamestart WWW.ManiaCMu.com
THANK YOU
-
Re: MuCore Template v9 (Coded)+PSD
Why my admincp don't work..just blue screen!
And web modules dont work, look: Noticias - Blind MuOnline
-
Re: MuCore Template v9 (Coded)+PSD
Quote:
Originally Posted by
enzobrunii
Can you upload fonts of "Game Start", "www.holyghostmu.com" and background and put source files?
And if u can make .png because i like to use Fireworks :D
I really appreciated that :)
open photoshop/ click on font and tell me what is name of font!
Quote:
Originally Posted by
xerovlade
u can to it yourself, open photoshop -> open psd ,edit and press ctrl+alt+shift+s
Quote:
Originally Posted by
Blind21
send me a private msg with u`r mail to give u my files !
-
Re: MuCore Template v9 (Coded)+PSD
-
Re: MuCore Template v9 (Coded)+PSD
-
Re: MuCore Template v9 (Coded)+PSD
Please add background psd
-
Re: MuCore Template v9 (Coded)+PSD
is there any guide on how to use this cause when i used it i dont have any navigation bars in my site..
-
Re: MuCore Template v9 (Coded)+PSD
ahhh old flaremu template :)
-
Re: MuCore Template v9 (Coded)+PSD
good temp but i cant make it work left menu doesn't appear rigt im using win7 core 1,0,6
-
Re: MuCore Template v9 (Coded)+PSD
try to use different browsers.
Posted via Mobile Device
-
1 Attachment(s)
Re: MuCore Template v9 (Coded)+PSD
-
Re: MuCore Template v9 (Coded)+PSD
nice template! someone can tell me how to edit template?)) because i got same problem menu bars and other links dont work))
have search on forum but nothing, please give a link with some guide.
thanks
-
Re: MuCore Template v9 (Coded)+PSD
-
Re: MuCore Template v9 (Coded)+PSD
-
Re: MuCore Template v9 (Coded)+PSD
-
Re: MuCore Template v9 (Coded)+PSD
Download za.rar from Sendspace.com - send big files the easy way
i will upload psd tommorow
Quote:
Originally Posted by
saneokkk
nice template! someone can tell me how to edit template?)) because i got same problem menu bars and other links dont work))
have search on forum but nothing, please give a link with some guide.
thanks
what you want to edit ?
links ?
open index.php from template/name/index.php and search waht you want to edit .
-
Re: MuCore Template v9 (Coded)+PSD
-
Re: MuCore Template v9 (Coded)+PSD
Quote:
Originally Posted by
FCV2005
When you will Release PSD?
-
Re: MuCore Template v9 (Coded)+PSD
is this compatible to MuCore 1.0.8?
-
Re: MuCore Template v9 (Coded)+PSD
mirror please of PSD FILES!
-
Re: MuCore Template v9 (Coded)+PSD
How can i edit the Header please ? how can i edit the " MUQuerec " thing please teach me
-
Re: MuCore Template v9 (Coded)+PSD
yes it works for all versions
-
Re: MuCore Template v9 (Coded)+PSD
Request . sir can you put my friend server at the image cuz idk how to use photoshop :)
here the server name : XheprahMU Online website : xheprahmu.com thank you.
-
Re: MuCore Template v9 (Coded)+PSD
mirroe of psd files please
-
Re: MuCore Template v9 (Coded)+PSD
Quote:
Originally Posted by
FCV2005
yes it works for all versions
you forget to re-upload psd files, as you promised ;)
-
Re: MuCore Template v9 (Coded)+PSD
Thank you sir, waiting for PSD :)
by the way,
- how to add the facebook fan page
- How to add ranking below facebook fan page
- How to add top guild below ranking
-
Re: MuCore Template v9 (Coded)+PSD
Re-Upload Psd files please.
-
Re: MuCore Template v9 (Coded)+PSD
-
Re: MuCore Template v9 (Coded)+PSD
where is the files??? Re-upload please...
Thanks.
-
Re: MuCore Template v9 (Coded)+PSD
Mirror of psd file please
-
Re: MuCore Template v9 (Coded)+PSD
-
Re: MuCore Template v9 (Coded)+PSD
-
Re: MuCore Template v9 (Coded)+PSD
mirror of the template and the psd plss....