=== http://172.233.0.87 → /.git/pacs/DS/method/conf.inc.php === [DB_PASS_PY] opt#SQL#v3 [DB_PASS_PY] opt#SQL# --- Raw --- 1024 * 1024 * 1, // 1MB uncompressed 'MEDIUM' => 1024 * 1024 * 20, //20MB uncompressed 'HIGH' => 1024 * 1024 * 40 //40MB uncompressed ); $g_teleSyncCurlTimeoutSecsByConnectionQuality = array( 'LOW' => 1800, //30min ------------------------------------------------------------ === http://172.233.0.87 → [pack-blob@6727] === [AWS_AKIA] AKIAXGYT7TKDRAFUVUYP [AWS_SECRET] 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 [AWS_SECRET2] BskbSrJOHNjaREZfuQYDf050D0+J1EC50fZDnbsX [AWS_AKIA_PROP] AKIAXGYT7TKDRAFUVUYP [AWS_SECRET_PROP] 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 [AWS_AKIA_PY] AKIAXGYT7TKDRAFUVUYP [AWS_SEC_PY] BskbSrJOHNjaREZfuQYDf050D0+J1EC50fZDnbsX --- Raw --- [default] aws_access_key_id = AKIAXGYT7TKDRAFUVUYP aws_secret_access_key = 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 ------------------------------------------------------------ === http://99.68.120.250 → [pack-blob@9291] === [SMTP_USER_PROP] nullable_htmlentities($row[ --- Raw --- Tell your admin: Your role does not have admin access."); } $email_id = intval($_GET['id']); //Initialize the HTML Purifier to prevent XSS require "../../../plugins/htmlpurifier/HTMLPurifier.standalone.php"; $purifier_config = HTMLPurifier_Config::createDefault(); $purifier_config->set('Cache.DefinitionImpl', null); // Disable cache by setting a non-existent directory or an invalid one $purifier_config->set('URI.AllowedSchemes', ['data' => true, 'src' => true, 'http' => true, 'https' => true]); $purifier = new HTMLPurifier($purifier_config); $sql = mysqli_query($mysqli, "SELECT * FROM email_queue WHERE email_id = $email_id LIMIT 1"); $row = mysqli_fetch_array($sql); $email_from = nullable_htmlentities($row['email_from']); $email_from_name = nullable_htmlentities($row['email_from_name']); $email_recipient = nullable_htmlentities($row['email_recipient']); $email_recipient_name = nullable_htmlentities($row['email_recipient_name']); $email_subject = nullable_htmlentities($row['email_subject']); $email_content = $purifier->purify($row['email_content']); $email_attempts = intval($row['email_attempts']); $email_queued_at = nullable_htmlentities($row['email_queued_at']); $email_failed_at = nullable_htmlentities($row['email_failed_at']); $email_sent_at = nullable_htmlentities($row['email_sent_at']); $email_status = intval($row['email_status']); if ($email_status == 0) { $email_status_display = "