HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/seekya.com/DEAD/manage/dumpdb.php
<?php
session_start();
include("../includes/connect.php"); 
include("../includes/func.php");?>
<?php

if (empty($_SESSION["admin"])) redirect("index.php?e=1");
include("includes/header.php");

?>


<table width="98%" height="100" border="0" align="center" cellpadding="5" cellspacing="5">
	<tr>
		<td height="50"><span style="font-weight: bold">Back UP Database</span> 
	      <hr size="1"><font class=BlackAri12>This command will Dump your database in a backup file on the server.(Data Only Not Table Structure)<br><br>
		
		  </td>
	</tr>
	
	
	
	<tr>
		<td class="BlackAri12B" colspan=2><table width="100%" border="0" cellpadding="2" cellspacing="1" class="bgDarkGray">
            
			<?php getErr("4"); ?>
			
            <tr>
                <td colspan="7" height="10" class="bgWhite"></td>
            </tr>
			
			
            <tr class="<?php echo($bgclass); ?>">
                
				<td class="bgLightGray" valign=top width="20%">
				<small>
				
				<a href="dump.php" target=_blank>Backup Now</a>
				
				<small></td>
               
				
				
            </tr>
			
		
        </table></td>
	</tr>
	

	
	<tr>
		<td height="50" align="center" class="BlackAri12">
		
		</td>
	</tr>
</table>
</form>

<?php include("includes/footer.php"); ?>