예제 #1
0
    }
}
?>
</table>
</center>
</td>
</tr>
</table>
</td></tr></table>
</td></tr></table>
</center>
<br />

<!-- CHARACTER RACE/FACTION CHANGER -->
<br />
<?php write_subheader("Race/Faction Changer"); ?>
<center>
<table width = "580" style = "border-width: 1px; border-style: dotted; border-color: #928058;"><tr><td><table style = "border-width: 1px; border-style: solid; border-color: black; background-image: url('<?php echo $currtmp; ?>/images/light3.jpg');"><tr><td>
<table border="0" cellspacing="0" cellpadding="4" width="580px">
<tr>
<td>
<?php
if($show_changer == true) {
	if($char_faction_points > $your_points){
		$disabledf = 1;
	}else{
		$disabledf = 0;			
	}
// Step two (Step one is under step 3)
if ($_POST['step2']) { 
if (!$_POST['char_f_name']) {
예제 #2
0
<br /><br />
<table width = "510" cellspacing = "0" cellpadding = "0" border = "0">
<tr>

	<td>
	<span>
  <?php echo add_pictureletter($lang['accountmanage_important']); ?>
	</span>
	</td>

</tr>
</table>
</center>
<br />
<?php write_subheader($lang['other_info']); ?>


<table width = "520" style = "border-width: 1px; border-style: dotted; border-color: #928058;"><tr><td>
<table style = "width:100%; border-width: 1px; border-style: solid; border-color: black; background-image: url('<?php echo $currtmp; ?>/images/light3.jpg');"><tr><td>

<table border=0 cellspacing=0 cellpadding=4>
    <?php if((int)$MW->getConfig->generic->change_pass) { ?>

		<tr>
		<form method="post" action="index.php?n=account&sub=manage&action=changepass">
      <td align=right valign = "top">

      <font face="arial,helvetica" size=-1><span><b>
      <?php if (isset($lang['newpass']))echo $lang['newpass'];?>
      </b></span></font>
예제 #3
0
<br />
<?php builddiv_start(1, "Admin Character Rename System") ?>
Here you can change character names on your server. Please take note that members can change there characters name as well through there account managment!<br /><br />
<center>
<?php write_subheader("Character Re-name"); ?>
<table width = "580" style = "border-width: 1px; border-style: dotted; border-color: #928058;"><tr><td><table style = "border-width: 1px; border-style: solid; border-color: black; background-image: url('<?php echo $currtmp; ?>/images/light3.jpg');"><tr><td>

<table border=0 cellspacing=0 cellpadding=4 width="580px">
<tr>
<td>
<form action="index.php?n=admin&sub=chartools" method="post">
<center>
<br />
<table width="300" border="0" cellpadding="2px">
  <tr>
  <td><?php echo $lang['charname']; ?></td>
  <td><input type='text' name='name' maxlength='20' size='20'/>
  </td>
  </tr>
  <tr>
    <td><?php echo $lang['desired_name']; ?></td>
    <td><input type='text' name='newname' maxlength='20' size='20'/></td>
  </tr>  
</table>
<input type='submit' name='rename' value='Rename'  />
</center>
</form>
<?php
if (isset($_POST['rename'])) {
    if (($_POST['name']) == '' or ($_POST['newname']) == '') {
        echo "<p align='center'><font color='red'>Please enter a New Name</font></p>";
예제 #4
0
<br />
<?php 
builddiv_start(0, $lang['char_rename']);
// First check to see if the admin has the module enabled.
if ($Config->get('module_charrename') == 1) {
    ?>
<table width = "550" align='center'>
	<tr>
		<td>
			<?php 
    write_subheader($lang['char_rename']);
    ?>
			<table width = "550" style = "border-width: 1px; border-style: dotted; border-color: #928058;">
				<tr>
					<td>
						<table width='545' style="border-width: 1px; border-style: solid; border-color: black; background-image: url('<?php 
    echo $Template['path'];
    ?>
/images/light3.jpg');">
						<tr>
							<td>
								<form method='POST' action='<?php 
    echo mw_url('account', 'rename');
    ?>
'>
								<table border='0' cellspacing='0' cellpadding='4' width='540'>
								<?php 
    if (isset($_POST['newname'])) {
        if ($_POST['id'] != 0) {
            changeName();
        } else {
예제 #5
0
/images/buttons/button-update.gif" class="button" style="font-size:12px;" value="<?php 
    echo $lang['change'];
    ?>
">
										</div>
									</td>
								</tr>
							</td>
						</tr>
					</table>
					</form>
					
					<br />
					<br />
					<?php 
    write_subheader($lang['Other_Info']);
    ?>
					<table width = "520" style = "border-width: 1px; border-style: dotted; border-color: #928058;">
						<tr>
							<td>
								<table width='510' style="border-width: 1px; border-style: solid; border-color: black; background-image: url('<?php 
    echo $Template['path'];
    ?>
/images/light3.jpg');">
								<tr>
									<td>
										<table border='0' cellspacing='0' cellpadding='4'>
										
										<!--Secret QUESTION-->
									<?php 
    // We must check to see if they are set. If so then we need to
예제 #6
0
						</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
<br />
<br />

<table width='550' align='center'>
	<tr>
		<td>
			<?php 
write_subheader($lang['account_options']);
?>
			<table width = "550" align='center' style = "border-width: 1px; border-style: dotted; border-color: #928058;">
				<tr>
					<td>
						<table width='545' style="border-width: 1px; border-style: solid; border-color: black; background-image: url('<?php 
echo $Template['path'];
?>
/images/light3.jpg');">
						<tr>
							<td>

								<table width='540' align='center'>
									<tr>
										<td width='36'><img src='<?php 
echo $Template['path'];
// Start by defining the realm status forum link from the config file
$realm_status_forum = '<a href="' . $Config->get('site_forums') . '">' . $lang['realm_status_forum'] . '</a>';
$desc = $PAGE_DESC;
// Now we replace [up] with the $up image and description, [down] with the $down image and desc,
// and finally, replace the [realm_status_forum] with the forum link ($realm_status_forum)
$desc = str_replace('[up]', $up, $desc);
$desc = str_replace('[down]', $down, $desc);
$desc = str_replace('[realm_status_forum]', $realm_status_forum, $desc);
// Echo the new page description with all the replaced values
echo $desc;
?>
</div>
<br/>
<br/>
<?php 
write_subheader($lang['realm_status']);
write_metalborder_header();
?>
    <table cellpadding="3" cellspacing="0" width="100%">
        <tbody>
        <tr>
            <td class="rankingHeader" align="left" nowrap="nowrap" width="53"><center><?php 
echo $lang['status'];
?>
</center></td>
            <td align="left" nowrap="nowrap" class="rankingHeader"><center><?php 
echo $lang['uptime'];
?>
</center></td>
            <td align="left" nowrap="nowrap" class="rankingHeader"><?php 
echo $lang['realm_name'];
예제 #8
0
<br />
<?php 
builddiv_start(1, 'Shop Checkout');
?>
<table width = "550" align='center'>
	<tr>
		<td>
			<?php 
write_subheader($lang['shop_review']);
?>
			<form action='<?php 
echo mw_url('shop', 'checkout');
?>
' method='POST'>
			<input type='hidden' name='action' value='finalize'>
			<input type='hidden' name='id' value='<?php 
echo $package['id'];
?>
'>
				<table width = "550" style = "border-width: 1px; border-style: dotted; border-color: #928058;">
					<tr>
						<td>
							<table width='545' style="border-width: 1px; border-style: solid; border-color: black; background-image: url('<?php 
echo $Template['path'];
?>
/images/light3.jpg');">
							<tr>
								<td>
									<?php 
// We put this here so that when the flush kicks in, it displays this message
// If we put this just before the flush, it doesnt flush for some reason
<img src='<?php 
echo $Template['path'];
?>
/images/banner-cc.jpg' border="0" width="659" />
<?php 
builddiv_start();
// First check to see if the admin has the module enabled.
if ($Config->get('module_charcustomize') == 1) {
    ?>
<table width = "550" align='center'>
	<tr>
		<td>
			<?php 
    write_subheader($lang['char_recustomize']);
    ?>
			<table width = "550" style = "border-width: 1px; border-style: dotted; border-color: #928058;">
				<tr>
					<td>
						<table width='545' style="border-width: 1px; border-style: solid; border-color: black; background-image: url('<?php 
    echo $Template['path'];
    ?>
/images/light3.jpg');">
						<tr>
							<td>
								<form method='POST' action='<?php 
    echo mw_url('account', 'customize');
    ?>
'>
								<table border='0' cellspacing='0' cellpadding='4' width='540'>
								<?php 
    if (isset($_POST['id'])) {