[web]question

10/02/2015 22:22 B13.#1
hello,
any web developer here can tell me how to put the fortress guild owners on
my home page like an php script to show the guild owners name
thx all
10/03/2015 01:17 mtnman33#2
here you go but you will need to edit the times on here to your server times and good luck
Quote:
<?php
$mssql->dbClose();
$mssql->dbOpen($conf->shardDbName);
?>
<div class="page-body newsblock">
<div class="news-title">

<p>Registrations: <span class="orange">Friday 24 Hours (GMT-4:30)</span></p>
<p>Fortress War: <span class="orange">Saturday 19:30 - 21:30 (GMT-4:30)</span></p>
<p>Tax Period: <span class="orange">Sunday 20:00 - 22:00 (GMT-4:30)</span></p>

</div>
<div class="news-title">
Fortress state:
</div>
<table style="border:1px solid #3f3f3f; border-radius: 8px 8px 8px 8px;padding: 4px;background-color:rgba(50,50,50,0.55);text-align:center;color: #fff;font-family: Arial, Helvetica, sans-serif;" width="100%" cellpadding="0" cellspacing="0">
<tr>

<td width="10px" style="border:1px solid #3f3f3f;background:rgba(0,0,0,0.55);"></td>
<td style="border:1px solid #3f3f3f;background:rgba(0,0,0,0.55);">Fortress</td>
<td style="border:1px solid #3f3f3f;background:rgba(0,0,0,0.55);">Guild</td>
<td style="border:1px solid #3f3f3f;background:rgba(0,0,0,0.55);">Tax</td>
</tr>
<tr>
<?php $mssql->getFortData(1); ?>
</tr>
<tr>
<?php $mssql->getFortData(6); ?>
</tr>
<tr>
<?php $mssql->getFortData(3); ?>
</tr>
</table>
</div>

<?php
$mssql->dbClose();
$mssql->dbOpen($conf->accountDbName);
?>
10/03/2015 14:01 B13.#3
thx for your answer mate but that didn't work for me cuze nothing shows up
i try it as u said and i try it like this

i'm guessing it is my connection file so
iam using Epic WebSite Click Me!
so what i did wrong ? :/