Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/reqask.php
Назад
<?php include("Connecter/dataconn.php"); ?> <?php if(isset($_POST['addremark'])){ unset($temp); $theValue = trim($_POST['namer']); if($theValue!=""){ if(preg_match('/^[a-zA-Z0-9^$.*+\[\]{,}]/u',$theValue)) $temp=$theValue; if(!isset($temp)){echo "Sorry! Wrong Data!"; exit();} } $theValue=$temp; $new_string=urlencode ($theValue); $new_string=ereg_replace("%0D", "<br>", $new_string); $new_string=ereg_replace("%22", """, $new_string); $new_string=ereg_replace("%27", "'", $new_string); $theValue=urldecode ($new_string); $namer=$theValue; unset($temp); $theValue = trim($_POST['email']); if($theValue!=""){ if(preg_match('/^[a-zA-Z0-9^$.*+\[\]{,}]/u',$theValue)) $temp=$theValue; if(!isset($temp)){echo "Sorry! Wrong Data!"; exit();} } $theValue=$temp; $new_string=urlencode ($theValue); $new_string=ereg_replace("%0D", "<br>", $new_string); $new_string=ereg_replace("%22", """, $new_string); $new_string=ereg_replace("%27", "'", $new_string); $theValue=urldecode ($new_string); $email=$theValue; unset($temp); $theValue = trim($_POST['phone']); if($theValue!=""){ if(preg_match('/^[a-zA-Z0-9^$.*+\[\]{,}]/u',$theValue)) $temp=$theValue; if(!isset($temp)){echo "Sorry! Wrong Data!"; exit();} } $theValue=$temp; $new_string=urlencode ($theValue); $new_string=ereg_replace("%0D", "<br>", $new_string); $new_string=ereg_replace("%22", """, $new_string); $new_string=ereg_replace("%27", "'", $new_string); $theValue=urldecode ($new_string); $phone=$theValue; unset($temp); $theValue = trim($_POST['remark']); if($theValue!=""){ if(preg_match('/^[a-zA-Z0-9^$.*+\[\]{,}]/u',$theValue)) $temp=$theValue; if(!isset($temp)){echo "Sorry! Wrong Data!"; exit();} } $theValue=$temp; $new_string=urlencode ($theValue); $new_string=ereg_replace("%0D", "<br>", $new_string); $new_string=ereg_replace("%22", """, $new_string); $new_string=ereg_replace("%27", "'", $new_string); $theValue=urldecode ($new_string); $remark=$theValue; $dater=date('Y-m-d'); $archived="No"; $sql=sprintf("insert into feedbacks (namer, email, phone, remark, dater, archived) VALUES ('%s', '%s', '%s', '%s', '$dater', '$archived')", mysql_real_escape_string($namer), mysql_real_escape_string($email), mysql_real_escape_string($phone), mysql_real_escape_string($remark)); if (mysql_query($sql)){ $bb="<p align='center' style='color:#990000'><hr>Thanks, Your Feedback has been successfully Sent!<hr></p>"; } else { $bb="<p align='center' style='color:#990000'><hr>Sorry, Unable to send your feedback: " . mysql_error() . "<hr></p>"; } } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php include("head.php"); ?> </head> <body> <?php include("top.php"); ?> <?php include("titlebar.php"); ?> <?php include("mast.php"); ?> <?php include("navbar.php"); ?> <?php include("contenttop.php"); ?> <?php include("sidebar.php"); ?> <?php include("mainbartop.php"); ?> <!--Content Goes here--> <table width="100%" border="0" cellpadding="0" cellspacing="7px"> <tr valign="top"> <td width="220px" style="border-right:1px solid #CCCCCC;"> <img src="feedback.jpg" /> <div style="color:#990000; padding:10px 0px 10px 0px;"><b>Feedbacks...</b></div> <div class="headings" style="padding-right:20px;">Feel free to give us your suggestions, feedbacks, comments and to ask your questions. You could also make a prayer request.</div> <div style="padding-left:100px"><img src="feedback.png" /></div> <img src="reqask.jpg" /> </td> <td> <div class="headingbigger">Feedbacks Form</div> <div> </div> <div>Please, Fill the form. The asterisked fields are required!</div> <div class="headingnormal"><?php echo $bb; ?></div> <div> </div> <form action="verifycap.php" method="post" name="form1" class="yey" id="form1" onsubmit="MM_validateForm('Your Name','','R','Your Email','','RisEmail','security_code','','R','Your Remark','','R');return document.MM_returnValue"> <table width="100%" cellpadding="1" cellspacing="2"> <tr valign="top"> <td style="font-weight:bold; text-align:center" width="100px">*Name</td> <td align="left" ><input name="namer" type="text" id="Your Name" size="40" required="required" /></td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center">*Email</td> <td align="left" ><input name="email" type="text" id="Your Email" size="40" required="required" /></td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center">Phone</td> <td align="left" ><input name="phone" type="text" id="Your Phone" size="40" /></td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center">*Comments / Suggestions / Questions / Prayer Request</td> <td align="left" ><textarea name="remark" cols="30" rows="10" id="Your Remark" required="required"></textarea></td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center"><img src="CaptchaSecurityImages.php" /></td> <td align="left"><b>Security Code:</b> <input id="security_code" name="security_code" type="text" size="40" required="required" /></td> </tr> <tr valign="top"> <td style="text-align:right; font-size:10px;" colspan="2"> <input name="addremark" type="submit" style="font-size:12px;" id="addremark" value=" Submit " /> </td> </tr> </table> </form> </td> </tr></table> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка