Someone asked me for non-md5 register/change pwd/verify & login
Here it is
https://www.sendspace.com/file/um7uyv
Printable View
Someone asked me for non-md5 register/change pwd/verify & login
Here it is
https://www.sendspace.com/file/um7uyv
bro @DooMDesigN check your SQL password or ODBC connection ...
- - - Updated - - -
bro share your template with us .. mine not working header :(
Everything sets fine, MuCore is working on my pc, I just really want to try this and make a nice new theme, I'm kinda lost with this web engine idk why.
I think his header also not worked :)Quote:
Originally Posted by
[COLOR=silver
how to enable module? when i go to AdminCP i click Modules Manager but theres no Enable bla bla ...
http://i.imgur.com/oEuOd3a.png
Share the Template please. the Header
http://i58.tinypic.com/69f7mg.jpg
@4FUNer
how to add the name of GuildMaster between castle owner and castle siege battle starts in
PHP Code:function template_displayCastleSiegeBanner() {
loadModuleConfigs('castlesiege');
if(mconfig('active') && mconfig('enable_banner')) {
$ranking_data = LoadCacheData('castle_siege.cache');
$Rankings = new Rankings();
$cs = cs_CalculateTimeLeft();
if(!is_null($cs)) {
$timeleft = sec_to_hms($cs);
echo '
<div id="castle-siege">
<table cellspacing="0" cellpadding="0">
<tr>
<td class="cs-logo"><img src="'.__BASE_URL__.'helper.php?req='.$ranking_data[1][1].'&s=112" width="112" height="112"></td>
<td class="cs-guild-info">
<td class="guild-master"> </td>
<span class="cs-guild-title">'.$ranking_data[1][0].'</span><br />
<span>'.lang('csbanner_txt_1',true).'</span>
</td>
<td>
'.lang('csbanner_txt_2',true).'<br />
<span class="cs-timeleft">
'.$timeleft[0].'<span>h</span>
'.$timeleft[1].'<span>m</span>
'.$timeleft[2].'<span>s</span>
</span>
</td>
</tr>
</table>
</div>';
like this?
http://i.imgur.com/EeKJ9q5.png
cron/castle_siege.php
find
addCode:, t2."._CLMN_GUILD_LOGO_." FROM "._TBL_MUCASTLE_DATA_."
Run cron & you access guild master at template.functions likeCode:, t2."._CLMN_GUILD_LOGO_.", t2."._CLMN_GUILD_MASTER_." FROM "._TBL_MUCASTLE_DATA_."
Restyle box to looks as you wishPHP Code:<td>' . $ranking_data[1][2] . '</td>
for example
templates/default/css/style.css
find #castle-siege .cs-guild-info & change width to 180px
templates/default/inc/template.functions.php
add gm entry between guild name & time space
Code:<td class="cs-guild-info">
<span class="cs-guild-title">'.$ranking_data[1][2].'</span><br />
<span>Guild Master</span>
</td>
HF :P
DELETED.... thanks
Stop this longs quotes ...
Anyway sorry i use 1.0.6, didn't check 1.0.5
use
addCode:, t2."._CLMN_GUILD_LOGO_." FROM "._TBL_MUCASTLE_DATA_."
& access by $ranking_data[1][2]Code:, t2."._CLMN_GUILD_LOGO_.", t2."._CLMN_GUILD_MASTER_." FROM "._TBL_MUCASTLE_DATA_."
Hi i have a problem in Castle Siege Module.
i update in database
http://i.imgur.com/ySSEFp4.png
but theres no in site :3
http://i.imgur.com/ovXHigw.pngsorry for my bad English :)