OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
breader
/
process
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/07/2024 07:55:42 AM
rwxr-xr-x
📄
b.get.section.curated.php
17.96 KB
08/16/2024 05:40:32 AM
rw-r--r--
📄
b.get.section.newsletter.php
18.39 KB
07/09/2024 11:59:36 AM
rw-r--r--
📄
bchk.login.php
1.84 KB
08/01/2024 11:55:32 AM
rw-r--r--
📄
chk.logged.in.php
1.16 KB
01/10/2021 12:30:27 PM
rw-r--r--
📄
chk.login.php
1.84 KB
08/07/2024 10:43:41 AM
rw-r--r--
📁
eyecandy
-
08/15/2024 04:29:45 AM
rwxr-xr-x
📄
get.section.account.php
8.47 KB
02/10/2022 03:15:36 PM
rw-r--r--
📄
get.section.admin.php
16.74 KB
08/02/2024 11:49:35 AM
rw-r--r--
📄
get.section.analytics.php
11.45 KB
07/09/2024 05:04:07 AM
rw-r--r--
📄
get.section.collection.php
58.52 KB
05/23/2024 04:31:24 AM
rw-r--r--
📄
get.section.community.php
7.71 KB
09/09/2024 09:46:43 AM
rw-r--r--
📄
get.section.create.php
22.41 KB
05/22/2024 11:08:28 AM
rw-r--r--
📄
get.section.curated - Copy.php
37.34 KB
09/12/2024 12:29:57 PM
rw-r--r--
📄
get.section.curated.php
40.16 KB
09/13/2024 05:15:16 AM
rw-r--r--
📄
get.section.dashboard.php
3.31 KB
02/10/2022 02:58:26 PM
rw-r--r--
📄
get.section.feed.php
7.42 KB
07/28/2024 01:53:28 PM
rw-r--r--
📄
get.section.genai.php
12.72 KB
07/15/2024 07:24:13 AM
rw-r--r--
📄
get.section.genaicreative.php
12.74 KB
07/15/2024 07:24:13 AM
rw-r--r--
📄
get.section.general.php
9.31 KB
08/22/2023 09:34:25 AM
rw-r--r--
📄
get.section.newsletter.php
18.42 KB
07/22/2024 12:12:42 PM
rw-r--r--
📄
get.section.request.article.php
5.82 KB
02/27/2021 02:27:58 PM
rw-r--r--
📄
get.section.settings.php
21.15 KB
12/28/2021 01:58:50 PM
rw-r--r--
📄
get.section.team.php
6.73 KB
05/23/2024 04:45:44 AM
rw-r--r--
📄
get.section.utils.php
4.1 KB
06/26/2021 06:06:51 AM
rw-r--r--
📄
logout.php
428 bytes
08/16/2020 11:22:29 AM
rw-r--r--
📄
sendgrid.php
3.62 KB
03/09/2021 04:01:36 AM
rw-r--r--
📄
upload.php
2.4 KB
08/22/2020 01:33:43 PM
rw-r--r--
📄
zget.section.curated.php
21.2 KB
08/27/2024 12:24:10 PM
rw-r--r--
📄
zzget.section.curated.php
23.64 KB
08/29/2024 08:24:32 AM
rw-r--r--
Editing: get.section.request.article.php
Close
<? // Cream: Request Article require_once '../inc/validate.logged.php'; require_once '../inc/config.php'; $act = ''; if (!empty($_POST)) $act = isset($_POST["act"]) ? $_POST["act"] : ''; // Create Post if ($act == 'sendRequest') { $articleHeadline = isset($_POST['articleHeadline']) ? $_POST['articleHeadline'] : ''; $articleObjective = isset($_POST['articleObjective']) ? $_POST['articleObjective'] : ''; $articleTargetGroup = isset($_POST['articleTargetGroup']) ? $_POST['articleTargetGroup'] : ''; $articleKeywords = isset($_POST['articleKeywords']) ? $_POST['articleKeywords'] : ''; $articleNumWords = isset($_POST['articleNumWords']) ? $_POST['articleNumWords'] : ''; $articleNumImages = isset($_POST['articleNumImages']) ? $_POST['articleNumImages'] : ''; $articleOutline = isset($_POST['articleOutline']) ? $_POST['articleOutline'] : ''; $articlePrimarySource = isset($_POST['articlePrimarySource']) ? $_POST['articlePrimarySource'] : ''; $articleSecondarySource = isset($_POST['articleSecondarySource']) ? $_POST['articleSecondarySource'] : ''; if ($articleHeadline != '' && $articleObjective != '') { $tmpHTML = ""; $tmpHTML .= "<html>"; $tmpHTML .= "<body>"; $tmpHTML .= "<div style=\"font-family:Arial;font-size:12px;\">\r\n"; $tmpHTML .= "The following has been requested from Knobly Cream:<br><br>\r\n"; $tmpHTML .= "<b>Request by:</b><br>\r\n"; $tmpHTML .= "$gUserName [$gUserEmail]<br><br>\r\n"; $tmpHTML .= "<b>Headline:</b><br>\r\n"; $tmpHTML .= "$articleHeadline<br><br>\r\n"; $tmpHTML .= "<b>Objective:</b><br>\r\n"; $tmpHTML .= "$articleObjective <br><br>\r\n"; $tmpHTML .= "<b>Target Group:</b><br>\r\n"; $tmpHTML .= "$articleTargetGroup <br><br>\r\n"; $tmpHTML .= "<b>Keywords:</b><br>\r\n"; $tmpHTML .= "$articleKeywords<br><br>\r\n"; $tmpHTML .= "<b>Number of words:</b><br>\r\n"; $tmpHTML .= "$articleNumWords<br><br>\r\n"; $tmpHTML .= "<b>Number of Pictures/Graphics/etc.:</b><br>\r\n"; $tmpHTML .= "$articleNumImages<br><br>\r\n"; $tmpHTML .= "<b>Outline:</b><br>\r\n"; $tmpHTML .= "$articleOutline<br><br>\r\n"; $tmpHTML .= "<b>Primary Source:</b><br>\r\n"; $tmpHTML .= "$articlePrimarySource<br><br>\r\n"; $tmpHTML .= "<b>Secondary Source:</b><br>\r\n"; $tmpHTML .= "$articleSecondarySource<br><br>\r\n"; $tmpHTML .= "Warm Regards,<br>\r\n"; $tmpHTML .= "Knobly Cream<br>\r\n"; $tmpHTML .= "</body>"; $tmpHTML .= "</html>"; sendEmail('Prashanth Hebbar', 'prashanth@knobly.com', '', 'Knobly Cream: Request Article', $tmpHTML); echo 'Thank you for your submission!<br>We will get back to you at the earliest.'; } } // Default if ($act == '') { ?> <ol class="breadcrumb my-3"> <li class="breadcrumb-item"><h4 class="m-0">Request Article</h4></li> </ol> <div id="panelRequestArticleHeader" class="row mb-4 p-2"> <div class="col"> Fill up the form to help our writers understand your requirement. Charges are applicable.<br> Fields marked with <span class="txtRed">*</span> are mandatory.<br> </div> </div> <div class="row mb-4 p-2"> <div id="panelRequestArticle" class="col"> <form id="frmArticle"> <div class="form-row"> <div class="form-group col-12 col-md-6"> <label for="postTitle">Headline<sup class="txtRed"><big>*</big></sup></label> <input type="text" class="form-control px-2 py-4" id="articleHeadline" name="articleHeadline" maxlength="100" /> </div> <div class="form-group col-12 col-md-6"> <label for="postTitle">Objective<sup class="txtRed"><big>*</big></sup></label> <input type="text" class="form-control px-2 py-4" id="articleObjective" name="articleObjective" maxlength="100" /> </div> </div> <div class="form-row"> <div class="form-group col-12 col-md-6"> <label for="postTitle">Target Group<sup class="txtRed"><big>*</big></sup></label> <input type="text" class="form-control px-2 py-4" id="articleTargetGroup" name="articleTargetGroup" maxlength="100" /> </div> <div class="form-group col-12 col-md-6"> <label for="postTitle">Keywords<sup class="txtRed"><big>*</big></sup></label> <input type="text" class="form-control px-2 py-4" id="articleKeywords" name="articleKeywords" maxlength="100" /> </div> </div> <div class="form-row"> <div class="form-group col-12 col-md-6"> <label for="postTitle">Number of words<sup class="txtRed"><big>*</big></sup></label> <input type="text" class="form-control px-2 py-4" id="articleNumWords" name="articleNumWords" maxlength="100" /> </div> <div class="form-group col-12 col-md-6"> <label for="postTitle">Number of Pictures/Graphics/etc.<sup class="txtRed"><big>*</big></sup></label> <input type="text" class="form-control px-2 py-4" id="articleNumImages" name="articleNumImages" maxlength="100" /> </div> </div> <div class="form-row"> <div class="form-group col"> <label for="postTitle">Outline</label> <textarea class="form-control" id="articleOutline" name="articleOutline"></textarea> </div> </div> <div class="form-row"> <div class="form-group col-12 col-md-6"> <label for="postTitle">Primary source</label> <textarea class="form-control" id="articlePrimarySource" name="articlePrimarySource"></textarea> </div> <div class="form-group col-12 col-md-6"> <label for="postTitle">Secondary source</label> <textarea class="form-control" id="articleSecondarySource" name="articleSecondarySource"></textarea> </div> </div> <div class="mt-3"> <div class="float-left"><button type="button" class="btn btn-primary" onclick="chkRequestArticle()">Send Request</button></div> <div class="float-left ml-4 pt-2"><div id="panelStatusRequestArticle"></div></div> </div> <input type="hidden" id="act" name="act" value="sendRequest" /> </form> </div> </div> <? } ?>