OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
NLEditor
/
newsletter
/
23
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
04/30/2025 06:15:46 AM
rwxr-xr-x
📄
index.php
9.37 KB
05/19/2025 10:07:22 AM
rw-r--r--
Editing: index.php
Close
<!DOCTYPE html> <html lang="en"> <head> <? header("Access-Control-Allow-Origin: *"); header("Access-Control-Allow-Methods: GET, POST, OPTIONS"); header("Access-Control-Allow-Headers: Content-Type, Authorization"); // If it's an OPTIONS request (preflight), stop execution here. if ($_SERVER['REQUEST_METHOD'] === 'OPTIONS') { http_response_code(200); exit(); } // Continue with the email processing script... ?> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>News Campaign</title> </head> <body style="margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f5f5f5; color: #333333;"> <!-- Main Container --> <div style="max-width: 100%; height:250px; margin: 0 auto; background-color: #ffffff;"> <!-- Header --> <div style="padding: 20px; background-color: #2c3e50; text-align: center;"> <img src="https://img-getpocket.cdn.mozilla.net/296x148/filters:format(jpeg):quality(60):no_upscale():strip_exif()/https%3A%2F%2Fs3.us-east-1.amazonaws.com%2Fpocket-curatedcorpusapi-prod-images%2F926b6f43-48a1-4325-b257-b9f1778b0eff.jpeg" alt="Company Logo" style="width: 100%; max-height: 300px;"> </div> <!-- Hero Section --> <div style="position: relative; text-align: center; color: white;"> <img src="https://img-getpocket.cdn.mozilla.net/296x148/filters:format(jpeg):quality(60):no_upscale():strip_exif()/https%3A%2F%2Fs3.us-east-1.amazonaws.com%2Fpocket-curatedcorpusapi-prod-images%2F926b6f43-48a1-4325-b257-b9f1778b0eff.jpeg" alt="Main News Image" style="width: 100%; height: auto; display: block;"> <div style="position: absolute; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.6); padding: 20px;"> <h1 style="margin: 0; font-size: 24px;">Breaking News Headline</h1> <p style="margin: 10px 0 0 0;">Your compelling subheadline goes here</p> </div> </div> <!-- Main Content --> <div style="padding: 20px;"> <div style="margin-bottom: 25px;"> <h2 style="color: #2c3e50; font-size: 20px; margin-top: 0;">Top Story</h2> <p style="line-height: 1.6; margin-bottom: 15px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin euismod, nunc id pharetra ultricies, eros tellus pellentesque nisi, sed finibus magna nulla vel libero. Nullam auctor, ligula non dignissim sagittis.</p> <a href="#" style="display: inline-block; background-color: #e74c3c; color: white; padding: 10px 15px; text-decoration: none; border-radius: 4px; font-weight: bold;">Read More</a> </div> <!-- News Grid --> <div style="display: table; width: 100%; border-spacing: 10px; margin-bottom: 20px;"> <div style="display: table-row;"> <!-- News Item 1 --> <div style="display: table-cell; width: 50%; background-color: #f9f9f9; padding: 15px; vertical-align: top;"> <img src="https://img-getpocket.cdn.mozilla.net/296x148/filters:format(jpeg):quality(60):no_upscale():strip_exif()/https%3A%2F%2Fs3.us-east-1.amazonaws.com%2Fpocket-curatedcorpusapi-prod-images%2F926b6f43-48a1-4325-b257-b9f1778b0eff.jpeg" alt="News Item 1" style="width: 100%; height: auto; margin-bottom: 10px;"> <h3 style="margin: 10px 0; font-size: 16px; color: #2c3e50;">News Category</h3> <p style="font-size: 14px; line-height: 1.4; margin-bottom: 10px;">Nulla facilisi. Maecenas ac aliquet erat. Duis pharetra fringilla lacus, in sollicitudin.</p> <a href="#" style="color: #e74c3c; text-decoration: none; font-size: 14px; font-weight: bold;">Continue →</a> </div> <!-- News Item 2 --> <div style="display: table-cell; width: 50%; background-color: #f9f9f9; padding: 15px; vertical-align: top;"> <img src="https://img-getpocket.cdn.mozilla.net/296x148/filters:format(jpeg):quality(60):no_upscale():strip_exif()/https%3A%2F%2Fs3.us-east-1.amazonaws.com%2Fpocket-curatedcorpusapi-prod-images%2F926b6f43-48a1-4325-b257-b9f1778b0eff.jpeg" alt="News Item 2" style="width: 100%; height: auto; margin-bottom: 10px;"> <h3 style="margin: 10px 0; font-size: 16px; color: #2c3e50;">News Category</h3> <p style="font-size: 14px; line-height: 1.4; margin-bottom: 10px;">Vivamus tempus turpis ac ante scelerisque, ut lobortis justo sollicitudin.</p> <a href="#" style="color: #e74c3c; text-decoration: none; font-size: 14px; font-weight: bold;">Continue →</a> </div> </div> </div> <!-- Featured Story --> <div style="border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding: 20px 0; margin: 20px 0;"> <table style="width: 100%;"> <tr> <td style="width: 40%; vertical-align: top;"> <img src="https://img-getpocket.cdn.mozilla.net/296x148/filters:format(jpeg):quality(60):no_upscale():strip_exif()/https%3A%2F%2Fs3.us-east-1.amazonaws.com%2Fpocket-curatedcorpusapi-prod-images%2F926b6f43-48a1-4325-b257-b9f1778b0eff.jpeg" alt="Featured Story" style="width: 100%; height: auto;"> </td> <td style="width: 60%; vertical-align: top; padding-left: 15px;"> <h2 style="margin-top: 0; color: #2c3e50; font-size: 18px;">Featured Story</h2> <p style="line-height: 1.5; margin-bottom: 15px; font-size: 14px;">Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem.</p> <a href="#" style="display: inline-block; background-color: #3498db; color: white; padding: 8px 12px; text-decoration: none; border-radius: 4px; font-size: 14px;">View Article</a> </td> </tr> </table> </div> <!-- Call to Action --> <div style="background-color: #ecf0f1; padding: 20px; text-align: center; margin-top: 20px;"> <h2 style="margin-top: 0; color: #2c3e50; font-size: 20px;">Stay Updated</h2> <p style="margin-bottom: 15px;">Subscribe to our newsletter to receive the latest news directly in your inbox.</p> <input type="email" placeholder="Your email address" style="padding: 10px; width: 70%; max-width: 300px; margin-bottom: 10px; border: 1px solid #ddd; border-radius: 4px;"> <br> <button style="background-color: #27ae60; color: white; border: none; padding: 12px 25px; font-weight: bold; cursor: pointer; border-radius: 4px;">Subscribe Now</button> </div> </div> <!-- Footer --> <div style="background-color: #2c3e50; color: white; padding: 20px; text-align: center; font-size: 12px;"> <p style="margin-top: 0;">© 2025 Your News Company. All rights reserved.</p> <div style="margin: 15px 0;"> <!-- Social Icons --> <a href="#" style="display: inline-block; margin: 0 5px;"> <img src="https://img-getpocket.cdn.mozilla.net/296x148/filters:format(jpeg):quality(60):no_upscale():strip_exif()/https%3A%2F%2Fs3.us-east-1.amazonaws.com%2Fpocket-curatedcorpusapi-prod-images%2F926b6f43-48a1-4325-b257-b9f1778b0eff.jpeg" alt="Facebook" style="width: 30px; height: 30px;"> </a> <a href="#" style="display: inline-block; margin: 0 5px;"> <img src="https://img-getpocket.cdn.mozilla.net/296x148/filters:format(jpeg):quality(60):no_upscale():strip_exif()/https%3A%2F%2Fs3.us-east-1.amazonaws.com%2Fpocket-curatedcorpusapi-prod-images%2F926b6f43-48a1-4325-b257-b9f1778b0eff.jpeg" alt="Twitter" style="width: 30px; height: 30px;"> </a> <a href="#" style="display: inline-block; margin: 0 5px;"> <img src="https://img-getpocket.cdn.mozilla.net/296x148/filters:format(jpeg):quality(60):no_upscale():strip_exif()/https%3A%2F%2Fs3.us-east-1.amazonaws.com%2Fpocket-curatedcorpusapi-prod-images%2F926b6f43-48a1-4325-b257-b9f1778b0eff.jpeg" alt="Instagram" style="width: 30px; height: 30px;"> </a> <a href="#" style="display: inline-block; margin: 0 5px;"> <img src="https://img-getpocket.cdn.mozilla.net/296x148/filters:format(jpeg):quality(60):no_upscale():strip_exif()/https%3A%2F%2Fs3.us-east-1.amazonaws.com%2Fpocket-curatedcorpusapi-prod-images%2F926b6f43-48a1-4325-b257-b9f1778b0eff.jpeg" alt="LinkedIn" style="width: 30px; height: 30px;"> </a> </div> <p>If you no longer wish to receive these emails, you can <a href="#" style="color: #3498db; text-decoration: underline;">unsubscribe</a>.</p> <p style="margin-bottom: 0;">123 News Street, City, Country | <a href="mailto:info@yournews.com" style="color: #3498db; text-decoration: underline;">info@yournews.com</a></p> </div> </div> </body> </html>