2011-03-28 14:21:28 +00:00
</ div >
2012-10-27 08:00:09 +00:00
< ? php TEXTAREA_PREVIEW :: JavaScript (); ?>
2011-03-28 14:21:28 +00:00
< div id = " footer " >
< ? if ( ! empty ( $Options [ 'disclaimer' ])) { ?>
< br />< br />
2013-05-25 08:01:03 +00:00
< div id = " disclaimer_container " class = " thin " style = " text-align: center; margin-bottom: 20px; " >
2013-10-24 08:01:05 +00:00
None of the files shown here are actually hosted on this server . The links are provided solely by this site ' s users . These BitTorrent files are meant for the distribution of backup files . By downloading the BitTorrent file , you are claiming that you own the original file . The administrator of this site ( < ? = site_url () ?> ) holds NO RESPONSIBILITY if these files are misused in any way and cannot be held responsible for what its users post, or any other actions of it.
2011-03-28 14:21:28 +00:00
</ div >
< ?
}
2013-05-25 08:01:03 +00:00
if ( count ( $UserSessions ) > 1 ) {
2011-03-28 14:21:28 +00:00
foreach ( $UserSessions as $ThisSessionID => $Session ) {
if ( $ThisSessionID != $SessionID ) {
$LastActive = $Session ;
break ;
}
}
}
2013-02-22 08:00:24 +00:00
2011-03-28 14:21:28 +00:00
$Load = sys_getloadavg ();
?>
2013-05-25 08:01:03 +00:00
< p > Site and design & copy ; < ? = date ( 'Y' ) ?> <?=SITE_NAME?></p>
2013-04-13 08:00:19 +00:00
< ? if ( ! empty ( $LastActive )) { ?>
2013-08-28 23:08:41 +00:00
< p >
< a href = " user.php?action=sessions " >
2013-11-16 08:00:49 +00:00
< span class = " tooltip " title = " Manage sessions " > Last activity : </ span >< ? = time_diff ( $LastActive [ 'LastUpdate' ]) ?> <span class="tooltip" title="Manage sessions"> from <?=$LastActive['IP']?>.</span>
2013-08-28 23:08:41 +00:00
</ a >
</ p >
2013-03-23 08:00:43 +00:00
< ? } ?>
2011-03-28 14:21:28 +00:00
< p >
2013-09-02 08:00:37 +00:00
< strong > Time :</ strong > < span >< ? = number_format ((( microtime ( true ) - $ScriptStartTime ) * 1000 ), 5 ) ?> ms</span>
< strong > Used :</ strong > < span >< ? = Format :: get_size ( memory_get_usage ( true )) ?> </span>
< strong > Load :</ strong > < span >< ? = number_format ( $Load [ 0 ], 2 ) . ' ' . number_format ( $Load [ 1 ], 2 ) . ' ' . number_format ( $Load [ 2 ], 2 ) ?> </span>
2013-10-19 08:01:09 +00:00
< strong > Date :</ strong > < span id = " site_date " >< ? = date ( 'M d Y' ) ?> </span>, <span id="site_time"><?=date('H:i')?></span>
2011-03-28 14:21:28 +00:00
</ p >
</ div >
< ? if ( DEBUG_MODE || check_perms ( 'site_debug' )) { ?>
<!-- Begin Debugging -->
< div id = " site_debug " >
< ?
2012-11-02 08:00:18 +00:00
$Debug -> perf_table ();
2011-03-28 14:21:28 +00:00
$Debug -> flag_table ();
$Debug -> error_table ();
$Debug -> sphinx_table ();
$Debug -> query_table ();
$Debug -> cache_table ();
2011-10-29 08:00:15 +00:00
$Debug -> vars_table ();
2014-02-22 08:00:34 +00:00
$Debug -> ocelot_table ();
2011-03-28 14:21:28 +00:00
?>
</ div >
<!-- End Debugging -->
< ? } ?>
</ div >
< div id = " lightbox " class = " lightbox hidden " ></ div >
< div id = " curtain " class = " curtain hidden " ></ div >
2013-10-17 08:00:50 +00:00
< ?
global $NotificationSpans ;
if ( ! empty ( $NotificationSpans )) {
foreach ( $NotificationSpans as $Notification ) {
echo " $Notification\n " ;
}
}
?>
2011-03-28 14:21:28 +00:00
<!-- Extra divs , for stylesheet developers to add imagery -->
< div id = " extra1 " >< span ></ span ></ div >
< div id = " extra2 " >< span ></ span ></ div >
< div id = " extra3 " >< span ></ span ></ div >
< div id = " extra4 " >< span ></ span ></ div >
< div id = " extra5 " >< span ></ span ></ div >
< div id = " extra6 " >< span ></ span ></ div >
</ body >
</ html >