!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g. PHP/5.2.4-2ubuntu5.12 

uname -a: Linux forum.circlefusion.com 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/home/doku/axrepos/ax/tests/sessions/   drwxr-xr-x
Free 11.54 GB of 97.11 GB (11.89%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     _footer.inc.php (4.16 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

    <div id="footer">
        <p id="copyright">
            &copy Copyright - Brian Ritchie
        </p>
        
    </div>

<div id="createTopicModal">
    <div class="modalHeading">
        <h2>Create Topic</h2>
    </div>
    <div class="modalBody" id="createTopicBody">
        <form method="post">
            <table id="createTopicTable" cellpadding="0" cellspacing="0">
                <!--<tr>
                    <td class="col1">Username:</td>
                    <td class="col2">
                        <input type="text" name="name" value="<?php //echo $_COOKIE['name']; ?>" />
                    </td>
                </tr>
                <tr>
                    <td class="col1">Password:</td>
                    <td class="col2">
                        <input type="password" name="password" value="<?php //echo $_COOKIE['password']; ?>" />
                        <a id="forgotPasswordLink" href="./?action=forgotpwd">Forget your password?</a>
                    </td>
                </tr> -->
                <tr>
                    <td class="col1">Topic name:</td>
                    <td class="col2">
                        <input id="topicInput" type="text" name="text" maxlength="50" value="" />
                    </td>
                </tr>
                <tr>
                    <td class="col1">Create in:</td>
                    <td class="col2">
                        <!--<select name="topicgroup">
                            <option value="axmain" selected>Muay Thai/KB Forum</option>
                            <option value="mma">MMA Forum</option>
                            <option value="axsportscience">Fight Training Forum</option>
                            <option value="axofftopic">Off Topic Forum</option>
                        </select>-->
                        <label><input type="radio" name="topicgroup" value="axmain" checked="checked" /> Muay Thai / Kickboxing Forum</label>
                        <label><input type="radio" name="topicgroup" value="mma" /> Mixed Martial Arts [MMA] Forum</label>
                        <label><input type="radio" name="topicgroup" value="axsportscience" /> Fight Training and Sport Science Forum</label>
                        <label><input type="radio" name="topicgroup" value="axofftopic" /> Off Topic Forum</label>
                    </td>
                </tr>

                <tr>
                    <td class="col1">&nbsp;</td>
                    <td class="col2">
                        <input type="submit" name="action" value="Create topic!" />
                    </td>
                </tr>
            </table>
        </form>
    
    </div><!-- modal body -->
</div><!-- createTopicModal -->



    <div id="searchForumModal">
    <div class="modalHeading">
        <h2>Search Forum</h2>
    </div>
    <div class="modalBody" id="searchForumBody">
        <form method="post">
    
            <table cellpadding="0" cellspacing="0">
                <caption>Search for keywords:</caption>
                <tr>
                    <td class="col1">
                        <input type=text name="words" size="40" value="" />
                    </td>
                </tr>
                <tr>
                    <td class="col1">
                        <input type="submit" name="action" value="Search topic titles" /> 
                        <input type="submit" name="action" value="Search messages" />
                    </td>
                </tr>
            </table>
        </form>

    </div><!-- modal body -->
</div><!-- searchProfiles -->


</div><!--begin -->
<? if ($_SESSION[login] == 't') { 
//from http://www.bennadel.com/blog/1740-Building-A-Fixed-Position-Bottom-Menu-Bar-ala-FaceBook-.htm
?>


<div id="site-bottom-bar" class="fixed-position">
    <div id="site-bottom-bar-frame">
        <div id="site-bottom-bar-content">
 
            <a id="chatButton" href="##">Ax Chat (8)</a>
            <div id="chatCount"># people in chat ---&gt;</div>
            <div id="chatBox">
                <div id="chatBoxUsers">
                    <div class="chatUser"><a href="" title="Dave Jackson">Brian Ritchie</a></div>
                    <div class="chatUser"><a href="" title="Dave Jackson">Ax Team</a></div>
                </div>
                <div id="chatBoxDiscussion">
                    <?php  
                    
if(file_exists("chatlog.html") && filesize("chatlog.html") > 0){  
                        
$handle fopen("chatlog.html""r");  
                        
$contents fread($handlefilesize("chatlog.html"));  
                        
fclose($handle);  
                      
                        echo 
$contents;  
                    }  
                    
?>
                </div>
                <div id="chatBoxInput">
                    <form name="message" action="chatpost.php" method="post">
                        <input name="usermsg" type="text" id="usermsg" />
                        <button name="submitmsg" type="submit" id="submitmsg" value="Send">Send</button>
                    </form>
                </div>
            </div>
 
 
        </div>
    </div>
</div>
<? ?>

</body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0097 ]--