KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/jeffbell/html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/jeffbell/html/Contact.php
<?php
	// Start session.
	session_start();
	
	// Set a key, checked in mailer, prevents against spammers trying to hijack the mailer.
	$security_token = $_SESSION['security_token'] = uniqid(rand());
	
	if ( ! isset($_SESSION['formMessage'])) {
		$_SESSION['formMessage'] = '<img class="imageStyle" alt="contactTitle" src="Contact_files/contacttitle.jpg" width="480" height="30" /><span style="font-size:14px; "><br /></span><span style="font-size:14px; ">President / Donald Glyman ~ </span><span style="font-size:14px; "><a href="mailto:[email protected]" rel="external">[email protected]</a></span><br /><br />Fill in the form below to send us an email.';	
	}
	
	if ( ! isset($_SESSION['formFooter'])) {
		$_SESSION['formFooter'] = '';
	}
	
	if ( ! isset($_SESSION['form'])) {
		$_SESSION['form'] = array();
	}
	
	function check($field, $type = '', $value = '') {
		$string = "";
		if (isset($_SESSION['form'][$field])) {
			switch($type) {
				case 'checkbox':
					$string = 'checked="checked"';
					break;
				case 'radio':
					if($_SESSION['form'][$field] === $value) {
						$string = 'checked="checked"';
					}
					break;
				case 'select':
					if($_SESSION['form'][$field] === $value) {
						$string = 'selected="selected"';
					}
					break;
				default:
					$string = $_SESSION['form'][$field];
			}
		}
		return $string;
	}
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		
		<title>TRI-COUNTY Commercial Real Estate | Contact</title>
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/styles.css"  />
		<!--[if IE 6]><link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/ie6.css"  /><![endif]-->
        <!--[if IE 6]><style type="text/css" media="screen">	img{behavior: url(../rw_common/themes/DCAgency/png/iepngfix.htc);}</style><![endif]-->
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/colourtag-tricntyre.css"  />
		<link rel="stylesheet" type="text/css" media="print" href="../rw_common/themes/DCAgency/print.css"  />
		<link rel="stylesheet" type="text/css" media="handheld" href="../rw_common/themes/DCAgency/handheld.css"  />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/css/logo/header.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/css/width/900.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/css/sidebar/sidebar_right.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/css/topShadow/yes.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/css/headerImage/none.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/css/headerEffects/no.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/css/windowPattern/yes.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/css/menuEffects/yes.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/css/menuEffects/tabson.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/css/footerEffects/yes.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/DCAgency/css/icons/green.css" />
		
		
		<script type="text/javascript" src="../rw_common/themes/DCAgency/javascript.js"></script>
		
		
		<meta name="keywords" content="Tri-County Commercial Real Estate,Tri-County,Tricounty,Lake County,Cook County,Illinois,Wisconsin,McHenry County,Wisconsin,Kenosha,apartment buildings,vacant land,commercial buildings,real estate,agent,realtor,residential,broker,buy,buyer,commercial,development,estate,investment,listing,new construction,realty,relocation,realtor,Waukegan,Zion,Libertyville,Mundelein,Gurnee,Grayslake,Winthrop Harbor,Round Lake,Fox Lake,Antioch,North Chicago,Vernon Hills,Wauconda,McHenry,Walworth County, apartments,land,brokers,real estate listings,illinois real estate,wisconsin real estate,property listings,property,real estate sales,real estate investing,commercial real estate,real estate agent,Don Glyman, Jeff Bell,relocation,relocating,property for sale,buildings for sale,for sale,land for sale">

<meta name="description="Tri-County Commercial Real Estate is a full service real estate company specializing in commercial and investment property.  We are located in Lake Bluff, Illinois, and focus on properties in northern Illinois and southern Wisconsin.">

<meta name=”revisit-after” content=”30 days”>
	</head>
	<body>
		<div id="pattern1"></div>
		<div id="pattern2"><img src="../rw_common/themes/DCAgency/images/pattern2.png" alt="" style="width: 3000px; height: 500px;" /></div>
		<div id="pattern2b"><img src="../rw_common/themes/DCAgency/images/pattern2b.png" alt="" style="width: 3000px; height: 500px;" /></div>
		<div id="container"><!-- Start container -->
			<div id="pageHeader"><!-- Start page header -->
				<div id="pattern"><img src="../rw_common/themes/DCAgency/images/pattern1.png" alt="" style="width: 3000px; height: 100px; " />
				</div>
				<div id="logo"><img src="../rw_common/images/top_logo0311a.jpg" width="890" height="99" alt="Site logo"/></div>
				<h1></h1><h2></h2>
			</div><!-- End page header -->
			<div id="navcontainer"><!-- Start Navigation -->
				<div id="menu">
					<img src="../rw_common/themes/DCAgency/images/menu_top_grad.png" alt="" style="width: 3000px; height: 32px;" />
				</div>
				<ul><li><a href="../" rel="self">HOME</a></li><li><a href="../html/profile.html" rel="self">COMPANY</a></li><li><a href="../html/aptsale.html" rel="self">APARTMENTS</a></li><li><a href="../html/comsale.html" rel="self">COMMERCIAL</a></li><li><a href="../html/vacantsalenew.html" rel="self">LAND</a></li><li><a href="Contact.php" rel="self" id="current">CONTACT</a></li></ul>
				<div class="clearer"></div>
			</div><!-- End navigation -->
			<div id="sidebarContainer"><!-- Start Sidebar wrapper -->
				<div id="logo2"><img src="../rw_common/images/top_logo0311a.jpg" width="890" height="99" alt="Site logo"/></div><!-- End Logo2 wrapper -->
				<div id="sidebar"><!-- Start sidebar content -->
					<h1 class="sideHeader"><font size= 5>TRI-COUNTY</font><br />Commercial Real Estate, Inc.</h1><!-- Sidebar header -->
					<span style="font-size:14px; ">144 West Park Avenue<br />Suite 100<br />Libertyville, IL 60048<br /><br />Phone: 847-615-1200<br />Direct: &nbsp;&nbsp;&nbsp;&nbsp;847-404-8171<br /><br /></span><p style="text-align:center;"><span style="font-size:15px; font-weight:bold; ">"A CLEAR PERSPECTIVE OF COMMERCIAL REAL ESTATE"</span></p><!-- sidebar content you enter in the page inspector -->
					 <!-- sidebar content such as the blog archive links -->
				</div><!-- End sidebar content -->
			</div><!-- End sidebar wrapper -->
			<div id="contentContainer"><!-- Start main content wrapper -->
				<div id="content"><!-- Start content -->

<div class="message-text"><?php echo $_SESSION['formMessage']; unset($_SESSION['formMessage']); ?></div><br />

<form action="./Contact_files/mailer.php" method="post" enctype="multipart/form-data">
	 <div>
		<label>Your Name:</label> *<br />
		<input class="form-input-field" type="text" value="<?php echo check('element0'); ?>" name="form[element0]" size="40"/><br /><br />

		<label>Your Email:</label> *<br />
		<input class="form-input-field" type="text" value="<?php echo check('element1'); ?>" name="form[element1]" size="40"/><br /><br />

		<label>Subject:</label> *<br />
		<input class="form-input-field" type="text" value="<?php echo check('element2'); ?>" name="form[element2]" size="40"/><br /><br />

		<label>Message:</label> *<br />
		<textarea class="form-input-field" name="form[element3]" rows="8" cols="38"><?php echo check('element3'); ?></textarea><br /><br />

		<div style="display: none;">
			<label>Spam Protection: Please don't fill this in:</label>
			<textarea name="comment" rows="1" cols="1"></textarea>
		</div>
		<input type="hidden" name="form_token" value="<?php echo $security_token; ?>" />
		<input class="form-input-button" type="reset" name="resetButton" value="Reset" />
		<input class="form-input-button" type="submit" name="submitButton" value="Submit" />
	</div>
</form>

<br />
<div class="form-footer"><?php echo $_SESSION['formFooter']; unset($_SESSION['formFooter']); ?></div><br />

<?php unset($_SESSION['form']); ?>
				</div><!-- End content -->
				<div class="clearer"></div>						<div id="breadcrumbcontainer"><!-- Start the breadcrumb wrapper -->
				
			</div>
			</div><!-- End main content wrapper -->
			<div id="navcontainer2"><ul><li><a href="../" rel="self">HOME</a></li><li><a href="../html/profile.html" rel="self">COMPANY</a></li><li><a href="../html/aptsale.html" rel="self">APARTMENTS</a></li><li><a href="../html/comsale.html" rel="self">COMMERCIAL</a></li><li><a href="../html/vacantsalenew.html" rel="self">LAND</a></li><li><a href="Contact.php" rel="self" id="current">CONTACT</a></li></ul></div>
			<div id="footer"><!-- Start Footer -->
				<div id="pattern3">
					<img src="../rw_common/themes/DCAgency/images/pattern3.png" alt="" style="width: 3000px; height: 100px;" />
				</div>
				<p>&copy; 2023 Tri-County Commercial Real Estate</p>
				<div id="pattern4">
					<img src="../rw_common/themes/DCAgency/images/pattern4.png" alt="" style="width: 3000px; height: 65px;" />
				</div>
			</div></div><!-- End Footer -->

		<!-- End container -->
	</body>

</html>

Anon7 - 2021