<div style="width:44%; float:right; padding:35px;">
<fieldset class="ui-widget-content ui-corner-all" >
<legend class="ui-widget-header ui-corner-all">WMM system details </legend>
<div style="padding:10px;">
<strong>Currently running Versions:</strong>
<blockquote>
<?php
version_check();
?>
</blockquote>
<strong>Registration details:</strong>
<blockquote>
<?php
$WMMAdmin= new WMMAdmin();
echo $WMMAdmin->showRegCode(0);
?>
<br />
<br />
<a href="register.php">Register/renew your unique-WMM-register-code here</a></blockquote>
</div>
</fieldset><br />
</div>
<div style="width:700px;">
<div align="center"><b>MEMBERS</b><br />
Total members: <b>
<?php
echo show_total_accounts();
if (!show_total_accounts()) echo "<h2><A href=\"manual_add.php\">Add your first member NOW!</A></h2>";
?>
</b> <br />
including
<?php show_accounts_awaiting_activation(); ?>
</div>
<ul>
<li>
<p align="left"><a href="activate.php">ACTIVATE a new member</a></p>
</li>
<li>
<p align="left"><a href="view.php">VIEW, MODIFY, SEARCH for, or DELETE a member</a></p>
</li>
<li>
<p align="left"><a href="manual_add.php">Add a new member</a></p>
</li>
<li>
<p align="left">Create private content<br />
(allows you to provide individual files for each member if required)<br />
simple setup details within <strong><a href="../tips.php" target="_blank">TIPS
here^</a></strong></p>
</li>
<li>
<p align="left"><a href="extract_emails.php">Export
member email addresses</a> (to enable you to send out a newsletter)</p>
</li>
<li>
<p align="left"><a href="extract_members.php">Export
all members and save as CSV</a> (ready to import to another database or Excel)</p>
</li>
</ul>
<p></p>
</div>