Ejemplo n.º 1
0
if (isset($_REQUEST["K"])) {
    print stripslashes(trim(htmlspecialchars($_REQUEST["K"], ENT_QUOTES)));
}
?>
" maxlength="35" />
			</fieldset>
		</form>
	</div>
	<div id="pkg-updates" class="widget box">
		<?php 
updates_table();
?>
	</div>
	<div id="pkg-stats" class="widget box">
		<?php 
general_stats_table();
?>
	</div>
	<?php 
if (!empty($_COOKIE["AURSID"])) {
    ?>
	<div id="pkg-stats" class="widget box">
		<?php 
    user_table(uid_from_sid($_COOKIE["AURSID"]));
    ?>
	</div>
	<?php 
}
?>

</div>
Ejemplo n.º 2
0
</p>
<table border='0' cellpadding='0' cellspacing='3' width='90%'>
<tr>
<td class='boxSoft' valign='top'>
<?php 
updates_table($dbh);
?>
</td>
<td class='boxSoft' valign='top'>
<?php 
if (!empty($_COOKIE["AURSID"])) {
    $user = username_from_sid($_COOKIE["AURSID"]);
    user_table($user, $dbh);
    echo '<br />';
}
general_stats_table($dbh);
?>

</td>
</tr>
</table>

<br />
<div class="important"><?php 
echo __('DISCLAIMER') . ':<br />';
echo __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.');
?>
</div>

</div>
</div>