Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Tukker-Mu MuCore template / phpBB template

Newbie Spellweaver
Joined
Jul 18, 2011
Messages
7
Reaction score
0
Hi, can any one let me know why there is no any info about Account number, Guild number, Online Player number, Server status not shown in the Server Info panel, it just the broken image like this:

View attachment 107564

And here is the code from Template/index.php on that area:

<!!!!!!!!! START OF SERVER INFO !!!!!!!!!!!!!!!!!>

<tr>
<td><img src="http://forum.ragezone.com/images/info_top.png" width="181" height="58" alt="">
</td>
</tr>

<tr>
<td background="http://forum.ragezone.com/images/info_bg.png"><table width="170" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" height="78" border="0" align="center" cellpadding="0" cellspacing="2">

<!!!!!! Account Number !!!!!!!!!>

<tr>
<?
$statistics_accounts=mssql_query("SELECT count(*) memb___id FROM MuOnline.dbo.MEMB_INFO");
while($row=mssql_fetch_assoc($statistics_accounts))
{
$core['accounts_results']=$row['memb___id'];
?>
<td width="137" height="18" >Accounts
</td>
<td width="30" ><?=$core['accounts_results'];?>
</td>
<?
}
?>
</tr>


<!!!!!! Character Number !!!!!!!!!>

<tr>
<?
$statistics_accounts=mssql_query("SELECT count(*) AccountID FROM MuOnline.dbo.Character");
while($row=mssql_fetch_assoc($statistics_accounts))
{
$core['character_results']=$row['AccountID'];
?>
<td height="18">Characters
</td>
<td ><?=$core['character_results'];?>
</td>
<?
}
?>
</tr>

<!!!!!! Guild Number !!!!!!!!!>

<tr>
<?
$statistics_accounts=mssql_query("SELECT count(*) G_Name FROM MuOnline.dbo.Guild");
while($row=mssql_fetch_assoc($statistics_accounts))
{
$core['guild_results']=$row['G_Name'];
?>
<td height="18" > Guilds
</td>
<td><?=$core['guild_results'];?>
</td>
<?
}
?>
</tr>

<!!!!!! Online Player Number !!!!!!!!!>

<tr>
<?
$statistics_players=mssql_query("SELECT count(*) ConnectStat FROM MuOnline.dbo.MEMB_STAT WHERE ConnectStat='1'");
while($row=mssql_fetch_assoc($statistics_players)){
$core['config']['statistics_results']=$row['ConnectStat'];
?>
<td >Online Players
</td>
<td ><?=$core['config']['statistics_results'];?>
</td>
<?
}
?>
</tr>

<!!!!!! Server Status !!!!!!!!!>

<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><? include('gs.php'); ?>
</tr>
</table>
</td>
</tr>

<tr>
<td><img src="http://forum.ragezone.com/images/info_bt.png" width="181" height="12" alt="">
</td>
</tr>


</table>
</td>
</tr>
</table>
</td>
</tr>

<!!!!!!!!! END OF SERVER INFO !!!!!!!!!!!!!!!!!>
i have same problem with your server info
 
█║▌║▌║TheMerc iful║▌║▌║█
Loyal Member
Joined
Jan 29, 2005
Messages
1,367
Reaction score
80
Question!!!



How To Make The Feeds Of This Phpbb Appear In MuCore?!?!

Have Tried This Link ( ) On MuCore But It Wont Feed On The Given Forum...

What Shall I Do Thanks!!!!
 
Newbie Spellweaver
Joined
Aug 4, 2012
Messages
76
Reaction score
5
Hi,

When i have installed the template and activate, the website has very long loading ... Someone can help me fix this ??

Thanks in Advance
 
Initiate Mage
Joined
Feb 24, 2009
Messages
4
Reaction score
0
how to set the style of the forum? does not display any picture when you change the style to Tukker
 
Junior Spellweaver
Joined
Aug 3, 2012
Messages
109
Reaction score
4
It has season 6 items but no sockets? i configured the webshop all the items are there but it doesnt have sockets u.u
 
Newbie Spellweaver
Joined
Dec 28, 2004
Messages
36
Reaction score
1
how did u changed it ?
i try to change the file in tepmlate overall_index .htm or somthing like that i saw the text changed it and it still tukker-mu link !!

where is the real place i need to change?


What is the real place to or the right thing to do to get rid off it?
 
Skilled Illusionist
Joined
Aug 27, 2011
Messages
324
Reaction score
47
Please anyone help me how to fix the broken image at the right not showing server info and online character mucorecp.JPG - Tukker-Mu MuCore template / phpBB template - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
May 25, 2009
Messages
41
Reaction score
0
how to configure for my website to be seen by others? please help. I want to make it global
 
Last edited:
Joined
Mar 17, 2007
Messages
737
Reaction score
266
Joined
Feb 13, 2011
Messages
772
Reaction score
69
edit website adress in admincp/


edit config.php debug=1
and show me error !

delete news ,and add again , if problem persist edit config.php debug=1
and show me error !
i enable the Debug Mode and
here is the complete error on the right side ive seen at website
Code:
Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'MEMB_STAT'. (severity 16) in C:\xampp\htdocs\gs.php on line 15

Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\gs.php on line 15

Warning: mssql_fetch_row(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\gs.php on line 15

Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'MEMB_STAT'. (severity 16) in C:\xampp\htdocs\gs.php on line 16

Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\gs.php on line 16

Warning: mssql_fetch_row(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\gs.php on line 16

Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'MEMB_STAT'. (severity 16) in C:\xampp\htdocs\gs.php on line 17

Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\gs.php on line 17

Warning: mssql_fetch_row(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\gs.php on line 17
Alfons - Tukker-Mu MuCore template / phpBB template - RaGEZONE Forums
 
Back
Top