you can read at least the last page.......
Printable View
@Lautaro mate what causes this issue? :(
Imgur: The most awesome images on the Internet
The 1.0.9 update is ready, right now I'm going through testing process and debugging to find any issues, I will post the stable release by Saturday/Sunday afternoon (PST)
If you want to test 1.0.9 you can do so here:
WebEngine Cloud BETA
I will create a new thread for the release of 1.0.9.
@lautara A question you can create a video how to install the website ???
@Lautaro
You do not understand me I want to install the old version and I do not know 1.0.8 And what versions it supports mu online ???
We'll be expecting that Boss @Lautaro
For those non reset folks lover who use to use this wonderful cms..
I just managed to figure out combining normal level and master level and put it into level rankings.
and just wanna share it to you:
Edit in includes>classes>class.rankings.php
sample: DMU - Top RankingsCode:case 'level':
$dbDATA = $dB->query_fetch("SELECT TOP ".mconfig('rankings_results')." ch.Name, ch.Class, (ch.cLevel + ms.MasterLevel) as chlevel FROM Character as ch JOIN MasterSkillTree as ms ON ch.Name = ms.Name WHERE ch.Name NOT IN(".rankingsExcludeChars().") ORDER BY chlevel DESC");
$cacheDATA = BuildCacheData($dbDATA);
UpdateCache('rankings_level.cache',$cacheDATA);
break;
And i also manage to eliminate the big castle siege banner at the middle and put it in sidebar similar to daedalus template but in default template!
and also wanna like to share it to you:
Just edit in templates>default>index.php
just comment out the template_displaycastlesiegebanner () so it will not show in the middle.
then.. on templates>default>inc>template.functions.phpCode:<!-- CASTLE SIEGE BANNER -->
<?php
// template_displayCastleSiegeBanner();
?>
edit the function template_displayCastleSiegeBanner()
and finally put it in sidebar templates>default>inc>modules>sidebar.phpCode: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);
if(is_null($ranking_data[1][1])) $guildLogo = "<img src='".__PATH_TEMPLATE__."img/error.png' style='height: 64px; width: 64px;' />";
else $guildLogo = returnGuildLogo($ranking_data[1][1], 64);
$guildTitle = $ranking_data[1][0];
if(is_null($guildTitle)) $guildTitle = "N/A";
echo '<table class="sidebar-srvinfo" cellspacing="0" cellpadding="0">';
echo '<tr><td colspan="2">'.lang('sidebar_srvinfo_txt_7',true).'</td></tr>';
echo '<tr><td>Castle Owner:</td><td><b>'.$guildTitle.'</b></td></tr>';
echo '<tr><td>Castle Emblem:</td><td>'.$guildLogo.'</td></tr>';
echo '
<script type="text/javascript">
var csTimeStamp = '.(time()+$cs).';
function displayCountdown() {
var timestamp = Math.floor((new Date().getTime())/1000);
var input_timestamp = csTimeStamp-timestamp;
if(input_timestamp >= 1) {
var hours_module = input_timestamp % 3600;
var hours = (input_timestamp-hours_module)/3600;
var minutes_module = hours_module % 60;
var minutes = (hours_module-minutes_module)/60;
var seconds = minutes_module;
} else {
var hours = 0;
var minutes = 0;
var seconds = 0;
}
document.getElementById("cscountdown").innerHTML = hours + "h " + minutes + "m " + seconds + "s";
}
</script>
<tr><td>Commencement:</td><td><b><span id="cscountdown"></span></b></td</tr>
</table>';
just insert this on sidebar information:
Hope that helps :)Code:template_displayCastleSiegeBanner();
And guys, does anyone know how to put a countdown timer on vote?, i mean so that you will know how many hours remaining until your next vote. That would really be good. Can you add that @Lautaro ? thanks :)
nofeara
do you have patch for MUEMU DBase to work in this WebEngine version?
guys need help, cant finish intstall
https://a.radikal.ru/a13/1802/60/8e05ec8edefc.jpg
can someone please help on how to put castle siege in sidebar for 1.0.9.9 thanks
Having problem with the cron job as well, can anyone help me out?
Everything works fine until someone plays in game, and Im stucked with this.
https://s15.postimg.cc/de7z08fiz/Capture.jpg