Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/editreflection2.php
Назад
<?php session_start(); $acc=$_SESSION['acc']; $yto=$_SESSION['yto']; if(isset($acc) && ($acc=="contributorotaUmuahia=2016byto")){?> <?php include("Connecter/dataconn.php"); ?> <?php if (isset($_GET['deltab'])) { unset($temp); if(isset($_GET['deltab'])){ $_GET['deltab']=trim($_GET['deltab']); if(preg_match('/^[0-9]/u',$_GET['deltab'])){ settype($_GET['deltab'], 'int'); $temp=(int)$_GET['deltab']; } } if(!isset($temp)){echo "Sorry! Wrong Data!"; exit();} $deltab=$temp; $sql=sprintf("delete from reflectionsphotos where sn = %s", mysql_real_escape_string($deltab)); $result=mysql_query($sql,$csn) or die(mysql_error()); } if (isset($_GET['vidtab'])) { unset($temp); if(isset($_GET['vidtab'])){ $_GET['vidtab']=trim($_GET['vidtab']); if(preg_match('/^[0-9]/u',$_GET['vidtab'])){ settype($_GET['vidtab'], 'int'); $temp=(int)$_GET['vidtab']; } } if(!isset($temp)){echo "Sorry! Wrong Data!"; exit();} $deltab=$temp; $sql=sprintf("update reflections2 set vid='' where sn = %s", mysql_real_escape_string($deltab)); $result=mysql_query($sql,$csn) or die(mysql_error()); } if (isset($_GET['tab'])) { unset($temp); if(isset($_GET['tab'])){ $_GET['tab']=trim($_GET['tab']); if(preg_match('/^[0-9]/u',$_GET['tab'])){ settype($_GET['tab'], 'int'); $temp=(int)$_GET['tab']; } } if(!isset($temp)){echo "Sorry! Wrong Data!"; exit();} $editab=$temp; $query_dio=sprintf("select * from reflections2 where sn = %s", mysql_real_escape_string($editab)); $dio = mysql_query($query_dio, $csn) or die(mysql_error()); $row_dio = mysql_fetch_assoc($dio); $totalRows_dio = mysql_num_rows($dio); ?> <!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"); ?> <?php include("textare.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--> <div class="headingbiggest">Edit Reflection</div> <p> </p> <hr /> <p style="color:#990000"><b>Edit Reflection</b></p> <form id="form1" name="form1" method="post" action="listissues.php" enctype="multipart/form-data"> <table width="100%" cellpadding="1" cellspacing="2"> <tr valign="top"> <td style="font-weight:bold; text-align:center">Title</td> <td align="left" ><input name="titler" type="text" size="70" value="<?php echo ($row_dio['titler']); ?>" /></td></tr> <tr valign="top"> <td style="font-weight:bold; text-align:center">Audio/Video</td> <td align="left" ><input type="file" name="audiovideo" size="65" /> <?php if($row_dio['vid']!=""){ echo("<a href='editreflection2.php?vidtab=" . $row_dio['sn'] . "&tab=" . $row_dio['sn'] . "'>Delete Video</a>"); } ?> </td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center"> </td> <td align="left" ><textarea name="contenter" cols="69" rows="25"> <?php $res1=$row_dio['contenter']; $new_string=urldecode ($res1); $new_string=ereg_replace(""", "%22", $new_string); $new_string=ereg_replace("'", "%27", $new_string); $res1=urldecode ($new_string); echo $res1; ?> </textarea></td> </tr> <tr valign="top"> <td style="text-align:right; font-size:10px;" colspan="2"><a href="listissues.php">Cancel</a> <input name="editreflection" type="submit" style="font-size:12px;" id="editreflection" value=" Edit Reflection " /> <input name="sn" type="hidden" value="<?php echo ($row_dio['sn']); ?>" /> </td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center" colspan="2"><br />EXISTING PHOTOS FOR THIS REFLECTION<br /> <?php $query_dio1 = "SELECT * FROM reflectionsphotos where whose=" . $row_dio['sn']; $dio1 = mysql_query($query_dio1, $csn) or die(mysql_error()); $row_dio1 = mysql_fetch_assoc($dio1); $totalRows_dio1 = mysql_num_rows($dio1); ?> <?php if ($totalRows_dio1>0) { ?> <table width="90%"> <?php do { ?><tr valign="middle"> <td style="border-bottom:1px solid #333333;" align="right"><img src="<?php echo $row_dio1['photo']; ?>" width="75" /></td> <td style="border-bottom:1px solid #333333;" align="left"> <a href="editreflection2.php?deltab=<?php echo $row_dio1['sn']; ?>&tab=<?php echo $row_dio['sn']; ?>">Delete</a> </td></tr> <?php } while ($row_dio1 = mysql_fetch_assoc($dio1)); ?> </table> <?php } else { echo ("None Found!"); } ?> </td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center" colspan="2"><br />ADDITIONAL PHOTOS FOR THIS REFLECTION</td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center">Photo 1:</td> <td align="left" ><input type="file" name="uploader1" size="65" /></td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center">Photo 2:</td> <td align="left" ><input type="file" name="uploader2" size="65" /></td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center">Photo 3:</td> <td align="left" ><input type="file" name="uploader3" size="65" /></td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center">Photo 4:</td> <td align="left" ><input type="file" name="uploader4" size="65" /></td> </tr> <tr valign="top"> <td style="font-weight:bold; text-align:center">Photo 5:</td> <td align="left" ><input type="file" name="uploader5" size="65" /></td> </tr> </table> </form> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html> <?php } else { include("listissues.php"); } ?> <?php } else { include("issues.php"); }?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка