OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
NLEditor
/
newsletter
/
26
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
04/30/2025 06:15:46 AM
rwxr-xr-x
📁
images
-
04/30/2025 06:17:45 AM
rwxr-xr-x
📄
index.php
14.35 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>Premium Newsletter</title> </head> <body style="margin: 0; padding: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: #f8f8f8; line-height: 1.6;"> <!-- Main Container --> <table style="width: 100%; max-width: 650px; margin: 0 auto; background-color: #ffffff; border-collapse: collapse; box-shadow: 0 5px 25px rgba(0,0,0,0.1);"> <!-- Header Banner with Image --> <tr> <td> <div style="position: relative; height: 180px; "> <img src="https://knoblycream.com/Xpress/NLEditor/newsletter/25/images/img1.jpg" alt="Header Banner" style="width: 100%; height: 100%; object-fit: cover; position: relative; top: 0; left: 0; ;"> <!-- <div style="position: absolute; width: 100%; z-index: 2; top:0"> <table style="width: 100%; position:absolute; z-index: 2; top:0 "> <tr> <td style="padding: 30px; vertical-align: middle;"> <h1 style="color: #ffffff; margin: 0; font-size: 28px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; text-shadow: 1px 1px 3px rgba(0,0,0,0.5);"> INSIGHT</h1> <p style="color: #ffffff; margin: 10px 0 0 0; font-size: 16px; letter-spacing: 2px; font-weight: 300; text-shadow: 1px 1px 3px rgba(0,0,0,0.5);"> CURATED PERSPECTIVES • ISSUE 08</p> </td> </tr> </table> </div> --> </div> </td> </tr> <!-- Date Banner --> <tr> <td style="background-color: #E74C3C; padding: 8px 30px; text-align: right;"> <p style="color: #ffffff; margin: 0; font-size: 14px; font-weight: 500;">FEBRUARY 25, 2025</p> </td> </tr> <!-- Intro Message --> <tr> <td style="padding: 40px 30px 20px 30px;"> <h2 style="color: #2C3E50; margin: 0; font-size: 24px; font-weight: 600; border-bottom: 3px solid #E74C3C; padding-bottom: 10px; display: inline-block;"> This Month's Highlights</h2> <p style="margin-top: 25px; font-size: 16px; color: #555555;">Welcome to our most insightful edition yet. We've curated exclusive content that challenges conventional thinking and provides actionable strategies for forward-thinking professionals.</p> </td> </tr> <!-- Featured Article with Image --> <tr> <td style=""> <table style="width: 100%; border-collapse: collapse;"> <tr> <td style="width: 40%; vertical-align: top; padding: 20px; background-color: #F9F9F9;"> <div style="height: 200px; position: relative; overflow: hidden;"> <img src="https://knoblycream.com/Xpress/NLEditor/newsletter/25/images/img2.jpg" alt="Featured Article" style="width: 300px; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 1;"> </div> </td> </tr> <tr> <td style="width: 60%; vertical-align: top; padding: 20px;"> <h3 style="color: #2C3E50; margin-top: 0; font-size: 20px; font-weight: 600;">Reimagining Innovation: Breaking Beyond Conventional Boundaries</h3> <p style="font-size: 15px; line-height: 1.7; color: #555555;">How are pioneering organizations challenging established norms to create unprecedented value? Our exclusive research reveals surprising patterns among market leaders.</p> <a href="#" style="display: inline-block; background-color: #E74C3C; color: #ffffff; padding: 10px 25px; text-decoration: none; font-weight: 500; border-radius: 0; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; margin-top: 15px;">Read Full Analysis</a> </td> </tr> <tr> <td style="width: 40%; vertical-align: top; padding: 20px; background-color: #F9F9F9;"> <div style="height: 200px; position: relative; overflow: hidden;"> <img src="https://knoblycream.com/Xpress/NLEditor/newsletter/25/images/img2.jpg" alt="Featured Article" style="width: 300px; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 1;"> </div> </td> </tr> </table> </td> </tr> <tr> <td style="padding: 0 30px 40px 30px;"> <table style="width: 100%; border-collapse: collapse; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;"> <tr> <td colspan="2" style="padding: 25px 0 15px 0;"> <h2 style="color: #2C3E50; margin: 0; font-size: 22px; font-weight: 600;">Trend Analysis </h2> </td> </tr> <tr> <!-- Left Column with Image --> <td style="width: 30%; padding: 0 15px 25px 0; vertical-align: top;"> <div style="margin-bottom: 20px;"> <img src="https://knoblycream.com/Xpress/NLEditor/newsletter/26/images/trend1.jpg" alt="Market Shifts" style="width: 100%; height: 160px; display: block; margin-bottom: 15px; object-fit: cover;"> </div> </td> <!-- Right Column with Image --> <td style="width: 30%; padding: 0 0 25px 15px; vertical-align: top;"> <div style="margin-bottom: 20px;"> <img src="https://knoblycream.com/Xpress/NLEditor/newsletter/26/images/trend2.webp" alt="Tech Forecast" style="width: 100%; height: 160px; display: block; margin-bottom: 15px; object-fit: cover;"> </div> </td> </tr> <!-- Single Column Text Section --> <tr> <td colspan="2" style="padding: 10px 0 25px 0;"> <div style=" padding-left: 15px;"> <h4 style="color: #E74C3C; margin: 0 0 10px 0; font-size: 16px; text-transform: uppercase; letter-spacing: 0.5px;"> STRATEGY INSIGHTS</h4> <p style="font-size: 14px; margin: 0 0 15px 0; color: #555555;">Why conventional growth models are failing in today's rapidly evolving business landscape. Our analysts have identified key factors driving this shift and provide actionable recommendations for forward-thinking leaders.</p> <a href="#" style="color: #E74C3C; text-decoration: none; font-weight: 500; font-size: 14px; display: inline-block; margin-top: 10px;">Continue reading →</a> </div> </td> </tr> </table> </td> </tr> <!-- Quote Section with Unique Design --> <tr> <td style="padding: 0 30px 40px 30px;"> <table style="width: 100%; border-collapse: collapse; background-color: #F9F9F9;"> <tr> <td style="padding: 30px; text-align: center; position: relative;"> <p style="font-size: 18px; font-style: italic; color: #555555; margin: 0; position: relative; z-index: 2;"> The most successful organizations don't merely adapt to change—they anticipate and orchestrate it.</p> <p style="margin: 15px 0 0 0; font-weight: 600; color: #2C3E50; font-size: 14px;">— Dr. Elena Vartanian, Chief Strategy Officer</p> </td> </tr> </table> </td> </tr> <!-- Event Highlight with Image --> <!-- <tr> <td style="padding: 0 30px 40px 30px;"> <table style="width: 100%; border-collapse: collapse; position: relative;"> <tr> <td style="padding: 0; position: relative; height: 200px; overflow: hidden;"> <div style="position: relative; width: 100%; height: 100%; background-color: rgba(44,62,80,0.7); z-index: 2;"> <div style="padding: 30px;"> <h3 style="color: #ffffff; margin: 0 0 15px 0; font-size: 22px; font-weight: 600; letter-spacing: 1px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5);"> EXCLUSIVE VIRTUAL SUMMIT</h3> <p style="color: #ffffff; margin: 0 0 20px 0; font-size: 16px; max-width: 80%; position: relative; text-shadow: 1px 1px 3px rgba(0,0,0,0.5);"> Join industry leaders for our upcoming discussion on emerging market opportunities and strategic positioning.</p> <table style="border-collapse: collapse; margin-top: 15px;"> <tr> <td style="background-color: rgba(255,255,255,0.9); padding: 12px 20px; text-align: center;"> <p style="margin: 0; color: #2C3E50; font-weight: 700; font-size: 16px;"> MARCH 15, 2025 • 11:00 AM EST</p> </td> <td style="background-color: #E74C3C; padding: 12px 20px;"> <a href="#" style="color: #ffffff; text-decoration: none; font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; text-align: center; display: block;">Reserve Your Spot</a> </td> </tr> </table> </div> </div> </td> </tr> </table> </td> </tr> --> <!-- Footer with Image --> <tr> <td style="padding: 0; position: relative; height: 200px; overflow: hidden;"> <div style="position: relative; width: 100%; height: 100%; background-color: rgba(44,62,80,0.9); z-index: 2;"> <div style="padding: 40px 30px;"> <table style="width: 100%; border-collapse: collapse;"> <tr> <td style="text-align: center; padding-bottom: 30px;"> <h2 style="color: #ffffff; margin: 0; font-size: 24px; font-weight: 800; letter-spacing: 2px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5);"> INSIGHT</h2> <p style="color: rgba(255,255,255,0.7); margin: 5px 0 0 0; font-size: 14px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5);"> ELEVATING PERSPECTIVES • DRIVING CHANGE</p> </td> </tr> <tr> <td style="text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px;"> <p style="color: rgba(255,255,255,0.5); margin: 0; font-size: 12px;">© 2025 Your Company. All Rights Reserved.</p> </td> </tr> </table> </div> </div> </td> </tr> </table> </body> </html>