403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/software/Services/EmailPenpalAfrica/infile/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/software/Services/EmailPenpalAfrica/infile/message.txt
<!DOCTYPE html> <html lang='en' xmlns='http://www.w3.org/1999/xhtml' xmlns:v='urn:schemas-microsoft-com:vml' xmlns:o='urn:schemas-microsoft-com:office:office'> <head> <meta charset='utf-8'> <!-- utf-8 works for most cases --> <meta name='viewport' content='width=device-width'> <!-- Forcing initial-scale shouldn't be necessary --> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <!-- Use the latest (edge) version of IE rendering engine --> <meta name='x-apple-disable-message-reformatting'> <!-- Disable auto-scale in iOS 10 Mail entirely --> <title></title> <!-- The title tag shows in email notifications, like Android 4.4. --> <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet'> <link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700' rel='stylesheet'> <!-- CSS Reset : BEGIN --> <style> /* What it does: Remove spaces around the email design added by some email clients. */ /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */ html, body { margin: 0 auto !important; padding: 0 !important; height: 100% !important; width: 100% !important; background: #f1f1f1; } /* What it does: Stops email clients resizing small text. */ * { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } /* What it does: Centers email on Android 4.4 */ div[style*='margin: 16px 0'] { margin: 0 !important; } /* What it does: Stops Outlook from adding extra spacing to tables. */ table, td { mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; } /* What it does: Fixes webkit padding issue. */ table { border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto !important; } /* What it does: Uses a better rendering method when resizing images in IE. */ img { -ms-interpolation-mode:bicubic; } /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */ a { text-decoration: none; } /* What it does: A work-around for email clients meddling in triggered links. */ *[x-apple-data-detectors], /* iOS */ .unstyle-auto-detected-links *, .aBn { border-bottom: 0 !important; cursor: default !important; color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: inherit !important; font-weight: inherit !important; line-height: inherit !important; } /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */ .a6S { display: none !important; opacity: 0.01 !important; } /* What it does: Prevents Gmail from changing the text color in conversation threads. */ .im { color: inherit !important; } /* If the above doesn't work, add a .g-img class to any image in question. */ img.g-img + div { display: none !important; } /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */ /* Create one of these media queries for each additional viewport size you'd like to fix */ /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */ @media only screen and (min-device-width: 320px) and (max-device-width: 374px) { u ~ div .email-container { min-width: 320px !important; } } /* iPhone 6, 6S, 7, 8, and X */ @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { u ~ div .email-container { min-width: 375px !important; } } /* iPhone 6+, 7+, and 8+ */ @media only screen and (min-device-width: 414px) { u ~ div .email-container { min-width: 414px !important; } } </style> <!-- CSS Reset : END --> <!-- Progressive Enhancements : BEGIN --> <style> .primary{ background: #ffc0d0; } .bg_white{ background: #ffffff; } .bg_light{ background: #fafafa; } .bg_black{ background: #000000; } .bg_dark{ background: rgba(0,0,0,.8); } .email-section{ padding:2.5em; } /*BUTTON*/ .btn{ padding: 5px 20px; display: inline-block; } .btn.btn-primary{ border-radius: 5px; background: #ffc0d0; color: #ffffff; } .btn.btn-white{ border-radius: 5px; background: #ffffff; color: #000000; } .btn.btn-white-outline{ border-radius: 5px; background: transparent; border: 1px solid #fff; color: #fff; } .btn.btn-black{ border-radius: 0px; background: #000; color: #fff; } .btn.btn-black-outline{ border-radius: 0px; background: transparent; border: 2px solid #000; color: #000; font-weight: 700; } h1,h2,h3,h4,h5,h6{ font-family: 'Playfair Display', sans-serif; color: #000000; margin-top: 0; font-weight: 400; } body{ font-family: 'Lato', sans-serif; font-weight: 400; font-size: 15px; line-height: 1.8; color: rgba(0,0,0,.5); } a{ color: #ffc0d0; } table{ } /*LOGO*/ .logo h1{ margin: 0; } .logo h1 a{ color: #000000; font-size: 30px; font-weight: 700; /*text-transform: uppercase;*/ font-family: 'Playfair Display', sans-serif; font-style: italic; } .navigation{ padding: 0; padding: 1em 0; /*background: rgba(0,0,0,1);*/ border-top: 1px solid rgba(0,0,0,.05); border-bottom: 1px solid rgba(0,0,0,.05); margin-bottom: 0; } .navigation li{ list-style: none; display: inline-block;; margin-left: 5px; margin-right: 5px; font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; } .navigation li a{ color: rgba(0,0,0,1); } /*HERO*/ .hero{ position: relative; z-index: 0; } .hero .overlay{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ''; width: 100%; background: #000000; z-index: -1; opacity: .2; } .hero .text{ color: rgba(255,255,255,.9); max-width: 50%; margin: 0 auto 0; } .hero .text h2{ color: #fff; font-size: 30px; margin-bottom: 0; font-weight: 300; line-height: 1.4; } .hero .text h2 span{ font-weight: 600; color: #ffc0d0; } /*INTRO*/ .intro{ position: relative; z-index: 0; } .intro .text{ color: rgba(0,0,0,.3); } .intro .text h2{ color: #000; font-size: 34px; margin-bottom: 0; font-weight: 300; } .intro .text h2 span{ font-weight: 600; color: #ffc0d0; } /*PRODUCT*/ .text-product{ } .text-product .price{ font-size: 20px; color: #fff; display: inline-block;; margin-bottom: 1em; border: 2px solid #fff; padding: 0 10px; } .text-product h2{ font-family: 'Lato', sans-serif; } /*HEADING SECTION*/ .heading-section{ } .heading-section h2{ color: #000000; font-size: 28px; margin-top: 0; line-height: 1.4; font-weight: 400; } .heading-section .subheading{ margin-bottom: 20px !important; display: inline-block; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(0,0,0,.4); position: relative; } .heading-section .subheading::after{ position: absolute; left: 0; right: 0; bottom: -10px; content: ''; width: 100%; height: 2px; background: #ffc0d0; margin: 0 auto; } .heading-section-white{ color: rgba(255,255,255,.8); } .heading-section-white h2{ font-family: line-height: 1; padding-bottom: 0; } .heading-section-white h2{ color: #ffffff; } .heading-section-white .subheading{ margin-bottom: 0; display: inline-block; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,.4); } ul.social{ padding: 0; } ul.social li{ display: inline-block; margin-right: 10px; } /*FOOTER*/ .footer{ border-top: 1px solid rgba(0,0,0,.05); color: rgba(0,0,0,.5); } .footer .heading{ color: #000; font-size: 20px; } .footer ul{ margin: 0; padding: 0; } .footer ul li{ list-style: none; margin-bottom: 10px; } .footer ul li a{ color: rgba(0,0,0,1); } @media screen and (max-width: 500px) { } </style> </head> <body width='100%' style='margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #222222;'> <center style='width: 100%; background-color: #f1f1f1;'> <div style='display: none; font-size: 1px;max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;'> &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp; </div> <div style='max-width: 600px; margin: 0 auto;' class='email-container'> <!-- BEGIN BODY --> <table align='center' role='presentation' cellspacing='0' cellpadding='0' border='0' width='100%' style='margin: auto;'> <tr> <td valign='top' class='bg_white' style='padding: 1em 2.5em 0 2.5em;'> <table role='presentation' border='0' cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='logo' style='text-align: center;'> <h1><a href='www.penpalafrica.com'>Penpal Africa</a></h1> </td> </tr> </table> </td> </tr><!-- end tr --> <tr> <td valign='top' class='bg_white' style='padding: 0;'> <table role='presentation' border='0' cellpadding='0' cellspacing='0' width='100%'> <tr> <td width='60%' style='text-align: center;'> <ul class='navigation'> <li><a href='http://www.penpalafrica.com//index.php'>Home</a></li> <li><a href='http://www.penpalafrica.com//faq.html'>FAQ</a></li> </ul> </td> </tr> </table> </td> </tr><!-- end tr --> <tr> <td valign='middle' class='hero bg_white' style='background-image: url(http://penpalafrica.com//images//banner.jpg); background-size: cover; height: 400px;'> <div class='overlay'></div> <table> <tr> <td> <div class='text' style='padding: 0 4em; text-align: center;'> <h2>Meet New Friends Across Africa - Nigeria, Ghana, South Africa, Kenya etc.</h2> <p>New Users are Joining Penpal Africa everyday...</p> <p><a href='https://play.google.com/store/apps/details?id=com.penpalafrica.penpal'><img src='http://penpalafrica.com//images//googleplay.png' alt='download mobile app' /></a></p> </div> </td> </tr> </table> </td> </tr><!-- end tr --> <tr> <td valign='middle' class='intro bg_white' style='padding: 2em 0 4em 0;'> <table> <tr> <td> <p align ='center'><b>Dear ##Username##,</b></p> <div class='text' style='padding: 0 2.5em; text-align: center;'> <h2>New Users Joining Daily</h2> <p>See below our Top Ten New Users for the Week</p> <table border='1' role='presentation' cellspacing='0' cellpadding='0'> <thead> <tr> <th>SN</th> <th>Name</th> <th>Sex</th> <th>Age</th> <th>Location</th> <th>Profile</th> </tr> </thead> <tbody> <tr> <td width='5%'>1.</td> <td width='20%'>Terrina</td> <td width='5%'>F</td> <td width='5%'>23</td> <td width='20%'>Lusaka, Zambia</td> <td width='45%'>An determined and focused person, building her way to the top. #makingmoneymoves</td> </tr> <tr> <td width='5%'>2.</td> <td width='20%'>Jaliah</td> <td width='5%'>F</td> <td width='5%'>34</td> <td width='20%'>Bulenga, Uganda</td> <td width='45%'>Simple and friendly</td> </tr> <tr> <td width='5%'>3.</td> <td width='20%'>Dash</td> <td width='5%'>F</td> <td width='5%'>20</td> <td width='20%'>Accra, Ghana</td> <td width='45%'>I'm fun to be with. Very real! Loves Music, Reading and Dancing sometimes.</td> </tr> <tr> <td width='5%'>4.</td> <td width='20%'>Reine</td> <td width='5%'>F</td> <td width='5%'>19</td> <td width='20%'>Nakuru, Kenya</td> <td width='45%'>I love baking and reading novels but exploring new cultures, traveling and singing are my best hobbies</td> </tr> <tr> <td width='5%'>5.</td> <td width='20%'>Zawadi</td> <td width='5%'>F</td> <td width='5%'>32</td> <td width='20%'>Nairobi,Kenya</td> <td width='45%'>I'm a culture buff who loves the beach, hikes, books, philosophy and some bit of water sports</td> </tr> <tr> <td width='5%'>6.</td> <td width='20%'>Marc</td> <td width='5%'>M</td> <td width='5%'>23</td> <td width='20%'>buea, Cameroon</td> <td width='45%'>love discovery</td> </tr> <tr> <td width='5%'>7.</td> <td width='20%'>Paul</td> <td width='5%'>M</td> <td width='5%'>19</td> <td width='20%'>Lilongwe, Malawi</td> <td width='45%'>Hie am here to find good and honest people to spend my time with them I don^t mind about age or whatever</td> </tr> <tr> <td width='5%'>8.</td> <td width='20%'>Chiku</td> <td width='5%'>M</td> <td width='5%'>36</td> <td width='20%'>Zomba, Malawi</td> <td width='45%'>just wanted to link up with anyone willing to open up and chat</td> </tr> <tr> <td width='5%'>9.</td> <td width='20%'>Buka</td> <td width='5%'>M</td> <td width='5%'>30</td> <td width='20%'>Yaoundé, Cameroon</td> <td width='45%'>handsome looking fr beautiful girls fr good relationship</td> </tr> <tr> <td width='5%'>10.</td> <td width='20%'>Michael Jr</td> <td width='5%'>M</td> <td width='5%'>20</td> <td width='20%'>kisii, Kenya</td> <td width='45%'>positive and accomadative</td> </tr> </tbody> </table> <p>Chat with the new users or download the app again from the link below</p> <p><a href='https://play.google.com/store/apps/details?id=com.penpalafrica.penpal'><img src='http://penpalafrica.com//images//googleplay.png' alt='download mobile app' /></a></p> </div> </td> </tr> </table> </td> </tr><!-- end tr --> <tr> <td class='bg_white'> <table role='presentation' cellspacing='0' cellpadding='0' border='0' width='100%'> <tr> <td class='primary email-section' style='padding: 0; width: 100%;'> <table role='presentation' border='0' cellpadding='0' cellspacing='0' width='100%'> <tr> <td valign='middle' width='50%'> <table role='presentation' cellspacing='0' cellpadding='0' border='0' width='100%'> <tr> <td class='text-product' style='text-align: left; padding: 20px 30px;'> <div class='heading-section'> <h2 style='font-size: 20px;'>Young Women Online</h2> <p>Chat with young women online seeking to meet someone special...</p> <p><a href='https://play.google.com/store/apps/details?id=com.penpalafrica.penpal' class='btn btn-black'>Chat Now</a></p> </div> </td> </tr> </table> </td> <td valign='middle' width='50%'> <table role='presentation' cellspacing='0' cellpadding='0' border='0' width='100%'> <tr> <td> <img src='http://penpalafrica.com//images//pic12.jpg' alt='' style='width: 100%; max-width: 600px; height: auto; margin: auto; display: block;'> </td> </tr> </table> </td> </tr> </table> </td> </tr><!-- end: tr --> <tr> <td class='primary email-section' style='padding: 0; width: 100%;'> <table role='presentation' border='0' cellpadding='0' cellspacing='0' width='100%'> <tr> <td valign='middle' width='50%'> <table role='presentation' cellspacing='0' cellpadding='0' border='0' width='100%'> <tr> <td> <img src='http://penpalafrica.com//images//pic13.jpg' alt='' style='width: 100%; max-width: 600px; height: auto; margin: auto; display: block;'> </td> </tr> </table> </td> <td valign='middle' width='50%'> <table role='presentation' cellspacing='0' cellpadding='0' border='0' width='100%'> <tr> <td class='text-product' style='text-align: left; padding: 20px 30px;'> <div class='heading-section'> <h2 style='font-size: 20px;'>Men Ready To Chat</h2> <p>Do you want to chat with men in your area? In Penpal Africa there are many men online ready to chat. Start chatting now... </p> <p><a href='https://play.google.com/store/apps/details?id=com.penpalafrica.penpal' class='btn btn-black'>Chat Now</a></p> </div> </td> </tr> </table> </td> </tr> </table> </td> </tr><!-- end: tr --> </table> </td> </tr><!-- end:tr --> <tr> <td valign='middle' class='bg_white' style='padding: 2em 0;'> <table> <tr> <td> <div class='text' style='padding: 0 2.5em; text-align: center;'> <p><a href='https://play.google.com/store/apps/details?id=com.penpalafrica.penpal' class='btn btn-black-outline'>Start Chatting</a></p> </div> </td> </tr> </table> </td> </tr><!-- end tr --> <!-- 1 Column Text + Button : END --> </table> <table align='center' role='presentation' cellspacing='0' cellpadding='0' border='0' width='100%' style='margin: auto;'> <tr> <td class='bg_light' style='text-align: center;'> <p>No longer want to receive these email? You can <a href='http://www.penpalafrica.com/unsubscribe.php?err=##serial##' style='color: rgba(0,0,0,.8);'>Unsubscribe here</a></p> </td> </tr> </table> </div> </center> </body> </html> 

Youez - 2016 - github.com/yon3zu
LinuXploit