403Webshell
Server IP : 92.204.40.98  /  Your IP : 216.73.216.201
Web Server : LiteSpeed
System : Linux amster.dnsfors.com 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64
User : tmksyste ( 2190)
PHP Version : 8.3.31
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/tmksyste/domains/tmksystems.in/private_html/applications/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tmksyste/domains/tmksystems.in/private_html/applications//marketing_edit.php
<!DOCTYPE HTML>
<html>
<head>
<title>Channel4Net | Admin Panel</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Glance Design Dashboard Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, 
SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>

<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />

<!-- Custom CSS -->
<link href="css/style.css" rel='stylesheet' type='text/css' />

<!-- font-awesome icons CSS -->
<link href="css/font-awesome.css" rel="stylesheet"> 
<!-- //font-awesome icons CSS -->

 <!-- side nav css file -->
 <link href='css/SidebarNav.min.css' media='all' rel='stylesheet' type='text/css'/>
 <!-- side nav css file -->
 
 <!-- js-->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/modernizr.custom.js"></script>
 <!--//js-->
 
<!--webfonts-->
<link href="//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&amp;subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet">
<!--//webfonts--> 

<!-- Metis Menu -->
<script src="js/metisMenu.min.js"></script>
<script src="js/custom.js"></script>
<link href="css/custom.css" rel="stylesheet">
<!--//Metis Menu -->

<script> function change() {
     var eID = document.getElementById("status");
     var dayVal = eID.options[eID.selectedIndex].value;

    if(dayVal == 'Closed'){
        $('#text_area').show();
    }
    else{
        $('#text_area').hide();
    }
}

function script(){$('#text_area').hide();}

</script>

</head> 
<body class="cbp-spmenu-push">
	<div class="main-content">
	<?php include('sidemenu.php');?>
	<?php include('connection.php');?>
		<!-- main content start-->
		<div id="page-wrapper">
			<div class="main-page">
				<div class="forms validation">
					<h2 class="title1">Edit Activity :</h2>
					
					<div class="row">
						<div class="col-md-6 validation-grids widget-shadow" data-example-id="basic-forms"> 
							<div class="form-title">
								<h4>Edit Activity Details :</h4>
							</div>
							<div class="form-body">
							<?php 
							$mid=$_REQUEST['id'];
							$sql="select * from  marketing_activities where mid='$mid'";
						    $result=mysql_query($sql)or die(mysql_error());
						    $row=mysql_fetch_array($result);
							
							$lid=$row['lid'];
						    $sql1="select * from  leads where lid=$lid";
						    $result1=mysql_query($sql1)or die(mysql_error());
						    $row1=mysql_fetch_array($result1);
							 ?>
								<form data-toggle="validator" action="marketing_edit_code.php?id=<?php echo $mid;?>" method="post">
									<div class="form-group">
									<input type="text" class="form-control" value="<?php echo $row1['name_firm'];?>" placeholder="Firm Name" readonly>
									</div>
									<input type="hidden" name="firm_id" value="<?php echo $row['lid'];?>">
												
								
									<div class="form-group">
	<input type="text" class="form-control" id="inputEmail" placeholder="EMAIL ADDRESS" name="email" value="<?php echo  $row['email'];?>" style="float:left; width:49%; " data-error="Bruh, that email address is invalid">
	<input type="text" class="form-control" id="inputLand" placeholder="WHATSAPP NO" name="whatsapp" value="<?php echo  $row['whatsapp'];?>" style="float:right; width:49%;">
	<div class="clearfix"> </div>
									</div>
									
									  <div class="form-group">
									  <input type="text" class="form-control" id="inputContact" placeholder="CONTACT PERSON" name="contact_name1" style="float:left; width:32%; margin-right:18px;" value="<?php echo  $row['contact_name1'];?>" required>
										<input type="text" class="form-control" id="inputDesignation" placeholder="DESIGNATION" name="designation1" value="<?php echo  $row['designation1'];?>" style="float:left; width:32%;" required>
										<input type="text" class="form-control" id="inputContact" placeholder="CONTACT NUMBER" name="contact_no1" value="<?php echo  $row['number1'];?>" style="float:right; width:32%;" required>
										<div class="clearfix"> </div>
									</div>
									<div class="form-group">
									  <input type="text" class="form-control" id="inputContact" placeholder="FOLLOWUP PERSON" name="followup_person_name" style="float:left; width:32%; margin-right:18px;" value="<?php echo  $row['followup_person_name'];?>" >
										<input type="text" class="form-control" id="inputDesignation" placeholder="DESIGNATION" name="followup_designation" style="float:left; width:32%;" value="<?php echo  $row['followup_designation'];?>">
										<input type="text" class="form-control" id="inputContact" placeholder="CONTACT NUMBER" name="followup_number" style="float:right; width:32%;" value="<?php echo  $row['followup_number'];?>">
										<div class="clearfix"> </div>
									</div>
									
									
									
									<div class="form-group">
										<select class="form-control" name="method" style="float:left; width:49%;" required>
									    <option value="<?php echo  $row['method'];?>"><?php echo  $row['method'];?></option>
										<option value="Call">Call</option>
										<option value="Email">Email</option>
										<option value="Direct Visit">Direct Visit</option>
										</select>
										<select class="form-control" name="priority" style="float:right; width:49%;" required>
									    <option value="<?php echo  $row['lead_priority'];?>"><?php echo  $row['lead_priority'];?></option>
										<option value="Hot">Hot</option>
										<option value="Warm">Warm</option>
										<option value="Cold">Cold</option>
										</select>
										<div class="clearfix"></div>
									</div>
									<div class="form-group">
										<select class="form-control" id="status" name="status" onchange="change()" style="float:left; width:49%;" required>
									    <option value="<?php echo  $row['lead_status'];?>"><?php echo  $row['lead_status'];?></option>
										<option value="Open">Open</option>
										<option value="Pending">Pending</option>
										<option value="Closed">Closed</option>
										</select>
										
										<select class="form-control" name="excecutive" style="float:right; width:49%;">
										<?php $eid=$row['followup_excecutive'];
										$sqle="select * from  login where id=$eid";
										$resulte=mysql_query($sqle);
										$rowe=mysql_fetch_array($resulte);?>
									    <option value="<?php echo $row['followup_excecutive'];?>"><?php echo $rowe['Name'];?></option>
										<?php 
										$sqle1="select * from  login where type='employee' and id!='$eid'";
										$resulte1=mysql_query($sqle1);
										while($rowe1=mysql_fetch_array($resulte1)){?>
										<option value="<?php echo $rowe1['id'];?>"><?php echo $rowe1['Name'];?></option>
										<?php }?>
										</select>
										<div class="clearfix"></div>
										
										</div>
									
										
										<div class="form-group">
										<select class="form-control" id="mnri_status" name="mnri_status"  required>
									    <option value="<?php echo  $row['mnri_status'];?>"><?php echo  $row['mnri_status'];?></option>
										<option value="Application Request">Application Request</option>
										<option value="Waiting Feasibilty Approval">Waiting Feasibilty Approval</option>
										<option value="Inspection Pending">Inspection Pending</option>
										
										<option value="Inspection Completed">Inspection Completed</option>
										<option value="Subsidy Request">Subsidy Request</option>
										<option value="Subsidy Credited">Subsidy Credited</option>
										
										
										</select>
									
										<div class="clearfix"></div>
											<input type="hidden" name="mnri" value="<?php echo  $row['mnri_status'];?>" >
										
										</div>
										
										<div class="form-group" id="mnri_date1">
										<p >MNRI  DATE </p> 
										</div>
										<div class="form-group"  id="mnri_date2">
										
										
										<input type="date" class="form-control"  name="mnri_date" style="margin-right:10px;" >
										
										
										<div class="clearfix"> </div>
									</div>
										
										<div class="form-group">
										<select placeholder="ACTIVITY NAME" name="activity_name" class="form-control">
										<option value="<?php echo $row['activity_name'];?>"><?php echo $row['activity_name'];?></option>
										<?php $aid=$row['activity_name'];
										$sqla="select * from activity_list where name!='$aid'";
										$resulta=mysql_query($sqla);
										while($rowa=mysql_fetch_array($resulta)){?>
										<option value="<?php echo $rowa['name'];?>"><?php echo $rowa['name'];?></option>
										<?php }?>
										</select>
										<div class="clearfix"> </div>
									</div>
										
									<!--<div class="form-group">
										<input type="file" class="form-control" id="inputMobile" placeholder="Quatation" name="quatation">
										<div class="clearfix"> </div>
									</div>-->
									<input type="hidden"  name="quatation" value="<?php echo  $row['quatation_pdf'];?>">
									
									<div class="form-group">
										<p style="float:left; width:49%;">FOLLOW UP DATE</p> <p style="float:right; width:49%;">FOLLOW UP TIME</p>
										</div>
										<div class="form-group">
										
										<input type="date" class="form-control" id="inputWhatsapp" placeholder="FOLLOW UP DATE" name="follow_date" style="float:left; width:48%; margin-right:18px;" value="<?php echo  $row['follow_date'];?>" required>
										
										<input type="time" class="form-control" id="inputWhatsapp" placeholder="FOLLOW UP TIME" name="follow_time" style="float:right; width:48%; margin-right:10px;" value="<?php echo  $row['follow_time'];?>" required>
										
										
										<div class="clearfix"> </div>
									</div>
								
									
									
									<div class="form-group">
										<input type="text" class="form-control" id="inputAddress" placeholder="REMARKS" name="remarks" style="float:left; width:100%;" value="<?php echo  $row['remarks'];?>" required><div class="clearfix"> </div>
										</div>
									
									
									<div class="form-group">
										<button type="submit" class="btn btn-primary disabled" name="submit" style="width:100px;">Submit</button>
									</div>
										<div id="text_area">
		<button type="submit" class="btn btn-primary" name="End_followup" style="width:200px; float:left;">End Followup</button>
	
		<div class="clearfix"> </div>	
									</div>
									
									</div>
								</form>
							</div>
						</div>
						
						<div class="clearfix"> </div>	
					</div>
				</div>
			</div>
		</div>
		<?php include('footer.php');?>
	</div>
	
	<!-- side nav js -->
	<script src='js/SidebarNav.min.js' type='text/javascript'></script>
	<script>
      $('.sidebar-menu').SidebarNav()
    </script>
	<!-- //side nav js -->
	
	<!-- Classie --><!-- for toggle left push menu script -->
		<script src="js/classie.js"></script>
		<script>
			var menuLeft = document.getElementById( 'cbp-spmenu-s1' ),
				showLeftPush = document.getElementById( 'showLeftPush' ),
				body = document.body;
				
			showLeftPush.onclick = function() {
				classie.toggle( this, 'active' );
				classie.toggle( body, 'cbp-spmenu-push-toright' );
				classie.toggle( menuLeft, 'cbp-spmenu-open' );
				disableOther( 'showLeftPush' );
			};
			
			function disableOther( button ) {
				if( button !== 'showLeftPush' ) {
					classie.toggle( showLeftPush, 'disabled' );
				}
			}
			
			  $(document).on('change','#mnri_status', function(){
      var subID = $(this).val();
      var name = $('#sub_cat1 option:selected').attr('data-c'); 
      var x = document.getElementById("mnri_date1");
      var y = document.getElementById("mnri_date2");

                  if(subID=='Subsidy Request')
                  {

                       x.style.display = "none";
                        y.style.display = "none";
                  }
                  else
                  {
                      x.style.display = "block";
                       y.style.display = "block";
                  }
                 
             
  });
		</script>
	<!-- //Classie --><!-- //for toggle left push menu script -->
	
	<!--scrolling js-->
	<script src="js/jquery.nicescroll.js"></script>
	<script src="js/scripts.js"></script>
	<!--//scrolling js-->
	
	<!-- Bootstrap Core JavaScript -->
	<script src="js/bootstrap.js"> </script>
	
	<!--validator js-->
	<script src="js/validator.min.js"></script>
	<!--//validator js-->
	
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit