403Webshell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/corbizre/nextgreathome.com/templates/inner.tpl.html
<!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"/>
{if $seo_content.title}
<title>{$seo_content.title}{if $pagenum&&$pagenum!=1} Page {$pagenum}{/if}</title>
{else}
<title>{$category.description} in {$state_info.state_desc} - {$state_info.state_name} Real Estate listings</title>
{/if}
{if $seo_content.meta_description}
<meta name="description" content="{$seo_content.meta_description}{if $pagenum&&$pagenum!=1} Page {$pagenum}{/if}"/>
{else}
<meta name="description" content="{$category.description} in {$state_info.state_desc}. Search Real Estate in {$state_info.state_desc} by City, Address and MLS id. Daily updated {$state_info.state_name} Real Estate listings."/>
{/if}
{if $seo_content.meta_keywords}
<meta name="keywords" content="{$seo_content.meta_keywords}{if $pagenum&&$pagenum!=1},Page {$pagenum}{/if}"/>
{else}
<meta name="keywords" content="{$category.description} in {$state_info.state_desc},{$category.description} in {$state_info.state_name},{$state_info.state_name} real estate,{$state_info.state_desc} real estate"/>
{/if}
<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>
</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">{$state_info.state_desc} 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 class="widget-container widget_recent_entries">
                    {include file="search_form2.tpl.html"}
                    </li>
                    <li 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 class="widget-container widget_tag_cloud">
                    <h3 class="widget-title">Prefered Categories</h3>
                    <ul>
                        {foreach from=$categories item=category1}
                           <li><a title="{$category1.description}" href="{$HTTP_HOST}{$category1.name}">{$category1.description}</a></li>
                        {/foreach}
                    </ul>
                    </li>               
                 </ul>
            </div><!-- #primary .widget-area -->
        </div>
        <div id="rightCol">
            <div id="mainContent">                      
                <div id="content" role="main">
{include file="breadcrumb.tpl.html"}

        <div id="post" class="post type-post status-publish format-standard hentry category-uncategorized tag-tips-that-you-can-follow-to-repair-teak-furniture">
{if $seo_content.h1}
<h1>{$seo_content.h1}</h1>
{else}
            <h1>{$category.description} in {$state_info.state_desc}. Search Real Estate in {$state_info.state_desc} by City, Address and MLS id.</h1>
{/if}
                
                        
            <div class="entry-content">
{if $seo_content.body}
{$seo_content.body}
{else}
       <p>
       Search through thousands of {$category.description} and Residential Properties in {$state_info.state_desc} by MLS number, location and Property type. 
       NextGreatHome.com offers the most valuable information about Commercial and Residential property in {$state_info.state_desc}.
       Daily updated information about homes for rent, cheap houses, houses for rent across the {$state_info.state_desc}.
      </p>
{/if}   

            <div class="clearfix"></div> 
      
      <div>
      {include file="houseslisting.tpl.html"}                 
      </div>                                             
{if $seo_content.footer_text}
{$seo_content.footer_text}
{else}
        <p>{$state_info.state_desc} real estate listings was got from sources deemed reliable however we can't give warranty that information about price, agent contact information and other property facts like status on market are correct because this information may be changed, updated or removed without notice.</p>                                          
{/if}
                                                    </div><!-- .entry-content -->
            
                                    
            
            <div class="entry-utility">
            {if $cities}
                       <div><h3>Browse {$category.description} listings by Cities</h3></div>
           <div style="padding-top: 0pt; padding-bottom: 0pt;text-align:left;">
            {if $cities|@count>20}

               {foreach from=$cities item=city1}
                {if $city1.count_houses>5}
                 <a title="{$category.description} {$city1.true_city|capitalize:true}, {$state}" href="{$HTTP_HOST}{$category.name}{$DELIMITER}{$state|replace:" ":"-"}{$DELIMITER2}{$city1.true_city|replace:" ":"-"}">{$city1.true_city|capitalize:true}</a>                     
                {/if}
               {/foreach} 
           {else}
                {foreach from=$cities item=city1}
             <a title="{$category.description} {$city1.true_city|capitalize:true}, {$state}" href="{$HTTP_HOST}{$category.name}{$DELIMITER}{$state|replace:" ":"-"}{$DELIMITER2}{$city1.true_city|replace:" ":"-"}">{$city1.true_city|capitalize:true}</a>                     
                {/foreach} 
                   
           {/if}
             </div>  
           {/if}
         
            </div><!-- .entry-utility -->
            
        </div><!-- #post-## -->

            </div><!-- #content -->

        </div><!-- #mainContent -->
    </div><!-- #rightCol -->
    <div style="clear:both;"></div>
</div><!-- #main -->
</div><!-- #container -->
{include file="footer.tpl.html"}
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit