d529178672
8.09.2006 - Build 17 (Haiku): - Moved stylesheets into .css files. - Added javascript tooltips for the class info when creating a new character. - Changed doquery() format - rewrote all calls to this function to match the new format. - Various changes to the structure of lib.php. - Implemented Anman's increased attack and defense spells (Blessed Strike & Stone Skin). - Fixed class display in profile view. - Began admin control panel. - Various little bitty fixes. - You can no longer gamble 0 gold. - Added new level stat type: life. - Monsters can now do excellent hits, and you can now dodge monsters. - Removed several columns from controlrow that are no longer used.
12 lines
586 B
PHP
12 lines
586 B
PHP
<?php
|
|
|
|
$template = <<<END
|
|
<h3>Welcome to the Dragon Scourge Administrator.</h3>
|
|
Please select a tab above to control various settings and attributes for your game.<br /><br />
|
|
Your game has {{accounts}} accounts with {{characters}} active characters. {{guildchars}} are members of {{guilds}} Guilds.<br /><br />
|
|
|
|
<a href="../index.php">Click here</a> to return to your game.<br /><br /><br />
|
|
<span class="grey">The awesome Silk icons, used throughout the control panel, were created by <a href="http://www.famfamfam.com/lab/icons/silk/" target="_new">FamFamFam.com</a>.</span>
|
|
END;
|
|
|
|
?>
|