View file style/blue5_WEB/footer.php

File size: 2.14Kb
<?php
#############################################
# 0JXRgdC70Lgg0YLRiyDRh9C40YLQsNC10YjRjCDRj #
# dGC0L4g0YHQvtC+0LHRidC10L3QuNC1LCDQt9C90L #
# DRh9C40YIg0YLRiyDQvdC10LzQvdC+0LPQviDQt9C #
#          90LDQtdGI0YwgUEhQIQ==            #
#__---------------------------------------__#
#__        0JrQu9C40Log0JrQu9GD0LE=       __#
#  ---------------------------------------  #
# 0JDQstGC0L7RgCA6IE1vcmdhbg==              #
# SUNRIDog0L3QtSDRgdC60LDQttGDIHhE          #
#                                           #
#############################################

echo '
           </div></div>
                <div id="text_bottom">
                	<div id="text_bottom_left"></div>
                    <div id="text_bottom_right"></div>
                </div>
          </div>
      </div>
        <div id="content_bottom">
        	<div id="content_bottom_left"></div>
            <div id="content_bottom_right"></div>
        </div>
    </div>
    <!-- end main -->

        <!-- footer -->
        <div id="footer">
<center>[Online : <a href="/online.php">'.mysql_result(query("SELECT COUNT(*) FROM `$db[prefix]online`"),0).'</a>]</center>

<img src="/pic/home.png"/><a href="'.$config['link_url'].'">'.$config['link_name'].'</a><br />
&copy; <a href="/help.php?page=3">Morgan</a><br />
</div>
';



if($config['show_timegenerate']<=$user_prof['admin'] || $config['show_traffick']<=$user_prof['admin'] || $config['show_hostshits']<=$user_prof['admin'])
{
echo '<font color="#ffffff">
';
if($config['show_hostshits']<=$user_prof['admin']) echo '<small>Хостов : '.$counter['hosts'].' | Хитов : '.$counter['hits'].'</small><br />';
if($config['show_timegenerate']<=$user_prof['admin']){echo'<small>Время : '.$gen_time.' сек.</small><br />';}
if($config['show_traffick']<=$user_prof['admin'])echo '<small>Трафик : '.formatsize($_SESSION['traffick']).'</small><br />';
echo '</font>
';
}


echo '</body></html>';

################################################
# 0KHQutGA0LjQv9GCINC90LUg0L/QsNCx0LvQuNC6IQ== #
#   0KHRgtCw0LLRgNC+0L/QvtC70YwsIDIwMDkg0LMu   #
################################################
?>