Exemple #1
0
echo $yesno[$group_auto_consent];
?>
<br/>
                  Raid Consent: <?php 
echo $yesno[$raid_auto_consent];
?>
<br/>
                  Guild Consent: <?php 
echo $yesno[$guild_auto_consent];
?>
<br/>
                </fieldset>
                <fieldset>
                  <legend><strong>Other Info</strong></legend>
                  Birth: <?php 
echo get_real_time($birthday);
?>
<br/>
                  Anonymous: <?php 
echo $anonymity[$anon];
?>
<br/>
                  LFG: <?php 
echo $yesno[$lfg];
?>
<br/>
                  LFP: <?php 
echo $yesno[$lfp];
?>
<br/>
                  Drunkness: <?php 
          <td align="center" width="15%"><a href="index.php?editor=player&playerid=<?php 
        echo $v['id'];
        ?>
"><?php 
        echo getPlayerName($v['id']);
        ?>
</a></td>
          <td align="center" width="15%"><a href="index.php?editor=account&acctid=<?php 
        echo $v['account_id'];
        ?>
"><?php 
        echo getAccountName($v['account_id']);
        ?>
</a></td>
          <td align="center" width="15%"><?php 
        echo $v['timelaston'] > 0 ? get_real_time($v['timelaston']) : "Never";
        ?>
</td>
          <td align="right"><input type="checkbox" name="id[]" value="<?php 
        echo $v['id'];
        ?>
" /></td>
        </tr>
<?php 
        $x++;
    }
}
if (!isset($characters)) {
    ?>
        <tr>
          <td align="left" width="100" style="padding: 10px;">No old characters</td>
Exemple #3
0
        ?>
</td>
              <td align="center" width="15%"><?php 
        echo $message['from'];
        ?>
</td>
              <td align="center" width="15%"><?php 
        echo getPlayerName($message['charid']);
        ?>
</td>
              <td align="center" width="35%"><?php 
        echo $message['subject'];
        ?>
</td>
              <td align="center" width="20%"><?php 
        echo get_real_time($message['timestamp']);
        ?>
</td>
              <td align="right"><a href="index.php?editor=mail&msg_id=<?php 
        echo $message['msgid'];
        ?>
&action=1"><img src="images/mail.gif" width="13" height="13" border="0" title="View Message"></a>&nbsp;<a onClick="return confirm('Really delete message <?php 
        echo $message['msgid'];
        ?>
?');" href="index.php?editor=mail&msg_id=<?php 
        echo $message['msgid'];
        ?>
&action=4"><img src="images/remove3.gif" border="0" title="Delete Message"></a></td>
            </tr>
<?php 
        $x++;
        echo $task['charid'];
        ?>
)</td>
              <td align="center"><?php 
        echo "<a href='index.php?editor=tasks&tskid=" . $task['taskid'] . "'>" . getTaskTitle($task['taskid']);
        ?>
</a> (<?php 
        echo $task['taskid'];
        ?>
)</td>
              <td align="center"><?php 
        echo $task['activityid'];
        ?>
</td>
              <td align="center"><?php 
        echo get_real_time($task['completedtime']);
        ?>
</td>
              <td align="right"><a onClick="return confirm('Really delete task (<?php 
        echo $task['taskid'];
        ?>
) from <?php 
        echo getPlayerName($task['charid']);
        ?>
?');" href="index.php?editor=tasks&tskid=<?php 
        echo $task['taskid'];
        ?>
&charid=<?php 
        echo $task['charid'];
        ?>
&action=38"><img src="images/remove3.gif" border="0" title="Delete Completed Task"></a></td>
Exemple #5
0
?>
<br/>
                    Suspended: <?php 
echo $suspendeduntil > 0 ? $suspendeduntil : "N/A";
?>
<br/>
                    Suspend Reason <?php 
echo $suspend_reason != "" ? $suspend_reason : "N/A";
?>
<br/>
                    Ban Reason: <?php 
echo $ban_reason != "" ? $ban_reason : "N/A";
?>
<br/>
                    Account Created: <?php 
echo get_real_time($time_creation);
?>
                  </fieldset>
                </td>
                <td width="55%" rowspan="2">
                  <fieldset>
                    <legend><strong>IP Address Info</strong></legend>
                    <table>
                      <tr>
                        <td width="40%"><center>IP Address</center></td>
                        <td width="20%"><center>Login Count</center></td>
                        <td width="40%"><center>Last Login</center></td>
                      </tr>
<?php 
if ($ips) {
    foreach ($ips as $ip_address) {
          <td align="center" width="15%"><a href="index.php?editor=player&playerid=<?php 
        echo $v['id'];
        ?>
"><?php 
        echo getPlayerName($v['id']);
        ?>
</a></td>
          <td align="center" width="15%"><a href="index.php?editor=account&acctid=<?php 
        echo $v['account_id'];
        ?>
"><?php 
        echo getAccountName($v['account_id']);
        ?>
</a></td>
          <td align="center" width="15%"><?php 
        echo $v['last_login'] > 0 ? get_real_time($v['last_login']) : "Never";
        ?>
</td>
          <td align="right"><input type="checkbox" name="id[]" value="<?php 
        echo $v['id'];
        ?>
" /></td>
        </tr>
<?php 
        $x++;
    }
}
if (!isset($characters)) {
    ?>
        <tr>
          <td align="left" width="100" style="padding: 10px;">No old characters</td>
        </tr>
<?$x=0;
foreach($qglobals as $qglobal):?>
        <tr bgcolor="#<? echo ($x % 2 == 0) ? "BBBBBB" : "AAAAAA";?>">
          <td align="center"><?php 
echo $qglobal['name'];
?>
</td>
          <td align="center"><?php 
echo $qglobal['value'];
?>
</td>
          <td align="center"><?echo ($qglobal['charid'] > 0) ? '<a href="index.php?editor=player&playerid=' . $qglobal['charid'] . '">' . getPlayerName($qglobal['charid']) . '</a>' : "ANY";?></td>
          <td align="center"><?echo ($qglobal['npcid'] > 0) ? '<a href="index.php?editor=npc&npcid=' . $qglobal['npcid'] . '">' . getNPCName($qglobal['npcid']) . '</a>' : "ANY";?></td>
          <td align="center"><?echo ($qglobal['zoneid'] > 0) ? getZoneName($qglobal['zoneid']) : "ANY";?></td>
          <td align="center"><?echo ($qglobal['expdate'] != '') ? get_real_time($qglobal['expdate']) : "NEVER";?></td>
          <td align="right"><a href="index.php?editor=qglobal&name=<?php 
echo $qglobal['name'];
?>
&charid=<?php 
echo $qglobal['charid'];
?>
&npcid=<?php 
echo $qglobal['npcid'];
?>
&zoneid=<?php 
echo $qglobal['zoneid'];
?>
&action=4"><img src="images/edit2.gif" width="13" height="13" border="0" title="Edit Quest Global"></a>&nbsp;<a onClick="return confirm('Really delete quest global?');" href="index.php?editor=qglobal&name=<?php 
echo $qglobal['name'];
?>
        echo $task['charid'];
        ?>
)</td>
              <td align="center"><?php 
        echo "<a href='index.php?editor=tasks&tskid=" . $task['taskid'] . "'>" . getTaskTitle($task['taskid']);
        ?>
</a> (<?php 
        echo $task['taskid'];
        ?>
)</td>
              <td align="center"><?php 
        echo $task['slot'];
        ?>
</td>
              <td align="center"><?php 
        echo get_real_time($task['acceptedtime']);
        ?>
</td>
              <td align="right"><a onClick="return confirm('Really delete task (<?php 
        echo $task['taskid'];
        ?>
) from <?php 
        echo getPlayerName($task['charid']);
        ?>
?');" href="index.php?editor=tasks&tskid=<?php 
        echo $task['taskid'];
        ?>
&charid=<?php 
        echo $task['charid'];
        ?>
&action=37"><img src="images/remove3.gif" border="0" title="Delete Active Task"></a></td>
Exemple #9
0
        ?>
</td>
          <td align="center"><?php 
        echo $qglobal['charid'] > 0 ? '<a href="index.php?editor=player&playerid=' . $qglobal['charid'] . '">' . getPlayerName($qglobal['charid']) . '</a>' : "ANY";
        ?>
</td>
          <td align="center"><?php 
        echo $qglobal['npcid'] > 0 ? '<a href="index.php?editor=npc&npcid=' . $qglobal['npcid'] . '">' . getNPCName($qglobal['npcid']) . '</a>' : "ANY";
        ?>
</td>
          <td align="center"><?php 
        echo $qglobal['zoneid'] > 0 ? getZoneName($qglobal['zoneid']) : "ANY";
        ?>
</td>
          <td align="center"><?php 
        echo $qglobal['expdate'] != '' ? get_real_time($qglobal['expdate']) : "NEVER";
        ?>
</td>
          <td align="right"><a href="index.php?editor=qglobal&name=<?php 
        echo $qglobal['name'];
        ?>
&charid=<?php 
        echo $qglobal['charid'];
        ?>
&npcid=<?php 
        echo $qglobal['npcid'];
        ?>
&zoneid=<?php 
        echo $qglobal['zoneid'];
        ?>
&action=4"><img src="images/edit2.gif" width="13" height="13" border="0" title="Edit Quest Global"></a>&nbsp;<a onClick="return confirm('Really delete quest global?');" href="index.php?editor=qglobal&name=<?php