| Server IP : 172.67.178.83 / Your IP : 216.73.217.141 Web Server : Apache System : Linux hosting01.arsenalhost.com 4.18.0-425.13.1.lve.el8.x86_64 #1 SMP Mon Feb 27 15:23:24 EST 2023 x86_64 User : corbizre ( 1013) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/corbizre/nextgreathome.com/templates/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en-US"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta charset="UTF-8"/>
<title>{$request} - Search real estate for sale and for rent</title>
<link media="screen" href="{$HTTP_STATIC}style.css" rel="stylesheet" type="text/css" />
<link media="screen" href="{$HTTP_STATIC}style_002.css" rel="stylesheet" type="text/css" />
<style type="text/css">
{literal}
a, #footer a{
color:#FF7700;
}
#footer{
background:#FFFFFF;
}
{/literal}</style>
<meta name="keywords" content="{$request}, search foreclosures, search real estate"/>
<meta name="description" content="{$request} - Search by thousands of real estate listings on NextGreatHome.com"/>
</head>
<body class="home blog">
<div id="container" class="shadow">
<div id="header">
<div id="branding">
<div id="site-title" style="padding-left: 5px;">
<a href="{$HTTP_HOST}" title="Next Great Home" rel="home"> Next <span>Great Home</span></a>
</div>
</div>
<div id="tagline">United States Real Estate database</div>
</div>
<div id="main">
<div style="height: 1000px;" id="leftCol">
<div id="primary" class="widget-area" role="complementary">
<ul class="xoxo">
<li id="recent-posts-2" class="widget-container widget_recent_entries"> <h3 class="widget-title">Site Topics</h3>
<ul>
{foreach from=$landing_pages item=landing_page}
<li><a href="{$HTTP_HOST}{$landing_page.Page_Name}.html">{$landing_page.Page_Name|lower|capitalize:true|replace:"-":" "}</a></li>
{/foreach}
</ul>
</li>
<li id="tag_cloud-2" class="widget-container widget_tag_cloud">
<h3 class="widget-title">Prefered Categories</h3>
<ul>
{foreach from=$categories item=category}
<li><a title="{$category.description}" href="{$HTTP_HOST}{$category.name}">{$category.description}</a></li>
{/foreach}
</ul>
</li>
</ul>
</div><!-- #primary .widget-area -->
</div>
<div id="rightCol">
<div id="mainContent">
<div id="content" role="main">
<div id="post" class="post">
<h2>{$request} - real estate search service</h2>
{if $houses}
<h2>Just added Listings. Daily updates.</h2>
<div id="listing-{$smarty.foreach.statelist.iteration}" class="post-40 post type-post status-publish format-standard hentry category-uncategorized tag-care-for-your-priceless-wood-make">
<ul>
{foreach from=$houses item=house name=houseslist}
<li>
<a style="text-decoration: none;color: black;" href="{$HTTP_HOST}property{$DELIMITER}ID{$house.ID}.html" title="{$house.address}, {$house.city}, {$house.state} {$house.zip}{if $house.type} {$house.type}{/if}" rel="bookmark">{$house.address}, {$house.city}, {$house.state} {$house.zip}</a>
{if $house.type} - Type: <b>{$house.type}</b>{/if}<br/>
<span style="font-size: 9px;">{if $house.last_update} Added: {$house.last_update|date_format}{/if}</span>
</li>
{/foreach}
</ul>
</div>
{/if}
</div>
</div><!-- #post-## -->
</div><!-- #content -->
</div><!-- #mainContent -->
</div><!-- #rightCol -->
<div style="clear:both;"></div>
</div><!-- #main -->
</div><!-- #container -->
{include file="footer.tpl.html"}
</body>
</html>