Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/listmembers2.php
Назад
<?php if (!$_SESSION){ session_start(); } $acc=$_SESSION['acc']; $yto=$_SESSION['yto']; if(isset($acc) && ($acc=="administratoroftheUmuahiasiteDiocese2016Byto")){?> <?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("update members2 set archived='Yes' where sn REGEXP '%s'", mysql_real_escape_string($deltab)); $result=mysql_query($sql,$csn) or die(mysql_error()); } if (isset($_GET['undeltab'])) { unset($temp); if(isset($_GET['undeltab'])){ $_GET['undeltab']=trim($_GET['undeltab']); if(preg_match('/^[0-9]/u',$_GET['undeltab'])){ settype($_GET['undeltab'], 'int'); $temp=(int)$_GET['undeltab']; } } if(!isset($temp)){echo "Sorry! Wrong Data!"; exit();} $undeltab=$temp; $sql=sprintf("update members2 set archived='No' where sn = %s", mysql_real_escape_string($undeltab)); $result=mysql_query($sql,$csn) or die(mysql_error()); } $query_dio = "SELECT * FROM members2 where archived='No' order by category"; $dio = mysql_query($query_dio, $csn) or die(mysql_error()); $row_dio = mysql_fetch_assoc($dio); $totalRows_dio = mysql_num_rows($dio); $query_dio1 = "SELECT * FROM members2 where archived='Yes' order by category"; $dio1 = mysql_query($query_dio1, $csn) or die(mysql_error()); $row_dio1 = mysql_fetch_assoc($dio1); $totalRows_dio1 = mysql_num_rows($dio1); ?> <!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--> <div class="headingbiggest">Contributors</div> <p> </p> <hr /> <p style="color:#990000"><b>Add New Contributor</b></p> <form id="form1" name="form1" method="post" action="dadmin.php"> <div align="left"> <table width="100%"> <tr valign="top"> <td valign="middle" style="font-weight:bold;">Full Name of Contributor</td> <td ><input name="namer" type="text" size="45" /></td> </tr> <tr valign="top"> <td valign="middle" style="font-weight:bold;">Username</td> <td ><input name="username" type="text" size="45" /></td> </tr> <tr valign="top"> <td valign="middle" style="font-weight:bold;">Password</td> <td ><input name="passwrd" type="password" size="45" /></td> </tr> <tr valign="top"> <td valign="middle" style="font-weight:bold;">Category</td> <td > <select name="category" id="category"> <option value="Family Life & Issues">Family Life & Issues</option> <option value="Health Corner">Health Corner</option> <option value="Civic Rights & Responsibilities">Civic Rights & Responsibilities</option> <option value="Liturgical Corner">Liturgical Corner</option> <option value="Spirituality Corner">Spirituality Corner</option> <option value="Scripture Corner">Scripture Corner</option> <option value="General" selected="selected">General Issues</option> </select> </td> </tr> <tr valign="top"> <td style="text-align:right; font-size:10px;" colspan="6"><a href="dadmin.php">Cancel</a> <input name="addmember2" type="submit" style="font-size:12px;" id="addmember2" value=" Add Contributor " /> </td> </tr> </table></div> </form> <hr /> <p style="color:#990000"><b>Existing Active Contributors</b></p> <?php if ($totalRows_dio>0) { ?> <table width="90%"> <?php do { ?><tr valign="top"> <td style="border-bottom:1px solid #333333;"><?php echo $row_dio['namer']; ?></td> <td style="border-bottom:1px solid #333333;"><?php echo $row_dio['username']; ?></td> <td style="border-bottom:1px solid #333333;"><?php echo $row_dio['category']; ?></td> <td style="border-bottom:1px solid #333333;"><a href="editmember2.php?tab=<?php echo $row_dio['sn']; ?>">Edit</a> | <a href="listmembers2.php?deltab=<?php echo $row_dio['sn']; ?>">Block</a> </td></tr> <?php } while ($row_dio = mysql_fetch_assoc($dio)); ?> </table> <?php } else { echo ("None Found!"); } ?> <hr /> <p style="color:#990000"><b>Existing InActive Contributors</b></p> <?php if ($totalRows_dio1>0) { ?> <table width="90%"> <?php do { ?><tr valign="top"> <td style="border-bottom:1px solid #333333;"><?php echo $row_dio1['namer']; ?></td> <td style="border-bottom:1px solid #333333;"><?php echo $row_dio1['username']; ?></td> <td style="border-bottom:1px solid #333333;"><?php echo $row_dio1['category']; ?></td> <td style="border-bottom:1px solid #333333;"><a href="editmember2.php?tab=<?php echo $row_dio1['sn']; ?>">Edit</a> | <a href="listmembers2.php?undeltab=<?php echo $row_dio1['sn']; ?>">UnBlock</a> </td></tr> <?php } while ($row_dio1 = mysql_fetch_assoc($dio1)); ?> </table> <?php } else { echo ("None Found!"); } ?> <p><a href="dadmin.php">Back to Admin Page</a></p> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html> <?php } else { include("ddadmin.php"); }?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0.43 |
proxy
|
phpinfo
|
Настройка