G
~GhostHack~
Guest
Autore del topic
Uso Gold cms e quando vado sulla pagina expert fa il seguente errrore:
C:\Documents and Settings\EndUser\Desktop\experts.php. cosa devo toccare?
Il contenuto di expert.php è il seguente:
<?php
$staffq = mysql_query("SELECT * FROM users WHERE experts = '1' ORDER BY id ASC");
while($staff = mysql_fetch_array($staffq))
{
?>
<div class="StaffBox">
<img src="http://www.habbo.com/habbo-imaging/avatarimage?figure=<?php echo $staff['look']; ?>" alt="<?php echo $staff['username']; ?>" style="float:left" />
<div class="OnlineStatus">
<?php
if($staff['online'] == 1)
{
?>
<div class="Online"><?php echo $lang['online']; ?></div>
<?php
}
else
{
?>
<div class="Offline">Last Online: <?php echo @date("d-m-Y",$staff['last_online']); ?></div>
<?php
}
?>
</div>
<div class="Usersname"><a href="home.php?u=<?php echo $staff['username']; ?>"><?php echo $staff['username']; ?></a></div>
<div class="Usersmotto"><?php echo $staff['motto']; ?></div>
<img src="./Public/Images/badges/XXX.gif" alt="Vip" />
<img src="./Public/flags/<?php echo $staff['country'] ?>.png" alt="My Contry" />
</div>
<?php
}
?>
</div>
</div>
</div>
<div class="column" id="column2">
<div class="contentBox">
<div class="boxHeader">We're Hiring!</div>
<div class="boxContent">Habboon is a brand new hotel and our staff team is still pretty small, we're looking out for active users to hire as new moderators over the next few weeks. So keep active and get noticed for your chance at moderator!</div>
</div>
</div>
<?php include("system/sideads.php"); ?>
</div>
<?php include("system/footer.php"); ?>
</div>
</body>
</html>
potete aiutarmi? Grazie in anticipo
C:\Documents and Settings\EndUser\Desktop\experts.php. cosa devo toccare?
Il contenuto di expert.php è il seguente:
<?php
$staffq = mysql_query("SELECT * FROM users WHERE experts = '1' ORDER BY id ASC");
while($staff = mysql_fetch_array($staffq))
{
?>
<div class="StaffBox">
<img src="http://www.habbo.com/habbo-imaging/avatarimage?figure=<?php echo $staff['look']; ?>" alt="<?php echo $staff['username']; ?>" style="float:left" />
<div class="OnlineStatus">
<?php
if($staff['online'] == 1)
{
?>
<div class="Online"><?php echo $lang['online']; ?></div>
<?php
}
else
{
?>
<div class="Offline">Last Online: <?php echo @date("d-m-Y",$staff['last_online']); ?></div>
<?php
}
?>
</div>
<div class="Usersname"><a href="home.php?u=<?php echo $staff['username']; ?>"><?php echo $staff['username']; ?></a></div>
<div class="Usersmotto"><?php echo $staff['motto']; ?></div>
<img src="./Public/Images/badges/XXX.gif" alt="Vip" />
<img src="./Public/flags/<?php echo $staff['country'] ?>.png" alt="My Contry" />
</div>
<?php
}
?>
</div>
</div>
</div>
<div class="column" id="column2">
<div class="contentBox">
<div class="boxHeader">We're Hiring!</div>
<div class="boxContent">Habboon is a brand new hotel and our staff team is still pretty small, we're looking out for active users to hire as new moderators over the next few weeks. So keep active and get noticed for your chance at moderator!</div>
</div>
</div>
<?php include("system/sideads.php"); ?>
</div>
<?php include("system/footer.php"); ?>
</div>
</body>
</html>
potete aiutarmi? Grazie in anticipo