» /rd/vhosts/phone/phoneowner.us/templates/prefix6.phtml

<?
gaTrackPage
("/PREFIX_6");

$TPL->top_adsense true;

// include T("/inc/adsense_leaderboard");
include T("/inc/common");
$TPL->title "National Telephone Number Directory – Central Office Code Prefix ".substr($phone,3);
$TPL->description "Complete US phone number directory. Prefix: $formatted_phone";
$TPL->meta  '<meta name="robots" content="index, follow, noarchive" />';

?>
<div class="row">
<div class="column">
<?
echo "<br><h1 class='main-header-1'>The National Telephone Number Directory</h1>";
include 
T("/inc/breadcrumb");
echo 
"<h2>Area Code ".substr($phone,0,3)." with Central Office Code Prefix ".substr($phone,3)."</h2>";


$pfx_city Phone_Prefix::cityByPrefix($prefix_info);



function 
_cb_p6($r) {
    
#vd($r);
    
$p $r['phone8'];

#    if (!$nofollow = (@$r["phones"] < 5)?' rel="nofollow"':'') {
        
$nofollow = (RDSite::siteID() !== Phone::codeToSite($p))?' rel="nofollow"':'';
#    }
    
    
$a a('@phone', ["phone" => substr($p1), "nogoogle" => $nofollow], Phone::us($p"."), $nofollow);
    return [ 
$a,
             
number_format($r['phones']),
             
number_format($r['urecords']),
             
$r['top_geo1'].cs("<div>%s</div>"$r['top_geo2']).cs("<div>%s</div>"$r['top_geo3']),
             ];
}
$info_fields = [
    
"main_city"    =>  ["title"=>"Primary city"],
    
"other_cities" =>  ["title"=>"Other cities"],
    
"locations"    =>  ["title"=>"Locations"],
    
"usage"        =>  ["title"=>"Usage"],
    
"carrier"      =>  ["title"=>"Carrier"],
    
"timezone"     =>  ["title"=>"Timezone"],
    
"counties"     =>  ["title"=>"Counties"],
    
"zips"         =>  ["title"=>"Zip"],
];

?>

    <div class="text-block">
        <p>PhoneOwner.us makes available nearly every mobile phone and unlisted number in the country with the most current owner information and detailed historical records.</p>
    </div>
    <div class="row">
            <div class="column small-24 medium-12">
                <div class="prefix-information">
                    <p class="logo-sub-text">Section Overview:</p>
                    <div>This page contains a directory for all the phone numbers with prefix <?=substr($phone,3)?> in the <?=substr($phone,0,3)?> area code <?=$pfx_city?"of $pfx_city":''?>.</div>
                </div>
            </div>
            <div class="column small-24 medium-12">
                <? include T("/inc/prefix_info"); ?>
            </div>
        </div>
        <br>
    <?/* include T("/inc/slogan_block"); */?>

<article>
    <section>
        <?=Html::table($teaser'Phone_Prefix Phones_Recorded Owners Locations', ['css' => 'scroll''cb' => '_cb_p6'])."\n\n";?>
        <style>
            table.scroll {white-space: nowrap;}
            table.scroll tr td:nth-child(2),
            table.scroll tr td:nth-child(3) {text-align: right;}
        </style>
    </section>
</article>


</div>
</div>

<? include T("/inc/adsense_footer"); ?>

<div class="pre-footer">
    <div class="row">
        <div class="column">
        <article>
        <p><strong>Many organizations like telemarketing companies, bill collectors or telephone scams, use blocks of numbers. This grouping helps you narrow down the location by phone number prefix code.</strong></p>
        <ul>
            <li>Results include name, address, occupation and emails when available.</li>
            <li>Your search is 100% confidential.</li>
            <li>Each phone listing gives you the latest information available today!</li>
         </ul>
        </article>
        </div>
    </div>
</div>