www.radioreference.com Open in urlscan Pro
108.138.233.80  Public Scan

Submitted URL: http://radioreference.com/
Effective URL: https://www.radioreference.com/
Submission: On May 30 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET /search

<form id="searchbox_014732645207632841850:fkjydvmuoq4" method="GET" action="/search" class="input-group">
  <input type="search" name="q" class="form-control" placeholder="Search RadioReference" aria-label="Search RadioReference">
  <div class="input-group-append">
    <button type="submit" class="btn btn-primary">Search</button>
  </div>
  <input type="hidden" name="cx" value="014732645207632841850:fkjydvmuoq4">
  <input type="hidden" name="cof" value="FORID:9">
  <input type="hidden" name="name" value="Search">
</form>

POST /login/

<form method="POST" id="login" action="/login/" class="js-validate" novalidate="novalidate" data-hs-show-animation-target-group="idForm" style="animation-duration: 400ms;">
  <!-- Title -->
  <div class="text-center mb-4">
    <img src="https://s.radioreference.com/logos/RR-Logo.png">
    <p>Login to access your account.</p>
  </div>
  <!-- End Title -->
  <!-- Input Group -->
  <div class="form-group">
    <div class="js-form-message js-focus-state mb-4">
      <label class="sr-only">Username or Email</label>
      <div class="input-group input-group-sm mb-2">
        <div class="input-group-prepend">
          <span class="input-group-text" id="signinUsernameLabel">
            <span class="fas fa-user"></span>
          </span>
        </div>
        <input type="text" class="form-control" name="username" id="signinUsername" placeholder="Username or Email" aria-label="Username or Email" aria-describedby="signinUsernameLabel" required=""
          data-msg="Please enter a valid username or email address.">
      </div>
    </div>
  </div>
  <!-- End Input Group -->
  <!-- Input Group -->
  <div class="form-group">
    <div class="js-form-message js-focus-state mb-3">
      <label class="sr-only">Password</label>
      <div class="input-group input-group-sm mb-2">
        <div class="input-group-prepend">
          <span class="input-group-text" id="signinPasswordLabel">
            <span class="fas fa-lock"></span>
          </span>
        </div>
        <input type="password" class="form-control" name="password" id="signinPassword" placeholder="Password" aria-label="Password" aria-describedby="signinPasswordLabel" required="" data-msg="Your password is invalid. Please try again.">
      </div>
    </div>
  </div>
  <!-- End Input Group -->
  <div class="d-flex justify-content-end mb-4">
    <a class="js-animation-link small link-underline" href="javascript:;" data-hs-show-animation-options="{
                         &quot;targetSelector&quot;: &quot;#forgotPassword&quot;,
                         &quot;groupName&quot;: &quot;idForm&quot;,
                         &quot;animationType&quot;: &quot;css-animation&quot;,
                         &quot;animationIn&quot;: &quot;slideInUp&quot;,
                         &quot;duration&quot;: 400
                       }" data-hs-show-animation-link-group="idForm">Forgot Password?</a>
  </div>
  <div class="mb-3">
    <button type="submit" class="btn btn-sm btn-primary btn-block">Login</button>
  </div>
  <input type="hidden" name="action" value="auth">
  <input type="hidden" name="redirect" value="/">
  <div class="text-center">
    <span class="small text-muted">Do not have an account?</span>
    <!--
                                <a class="js-animation-link small font-weight-bold" href="javascript:;"
                                   data-hs-show-animation-options='{
                                     "targetSelector": "#signup",
                                     "groupName": "idForm",
                                     "animationType": "css-animation",
                                     "animationIn": "slideInUp",
                                     "duration": 400
                                   }'>Sign Up
                                </a>
                                 -->
    <a class="small" href="https://register.radioreference.com">Signup</a>
  </div>
</form>

POST /register/

<form method="POST" action="/register/" class="js-validate" novalidate="novalidate">
  <!-- Title -->
  <div class="text-center mb-7">
    <h3 class="mb-0">Create your account</h3>
    <p>Fill out the form to get register.</p>
  </div>
  <!-- End Title -->
  <!-- Input Group -->
  <div class="js-form-message mb-4">
    <label class="input-label">Username</label>
    <div class="input-group input-group-sm mb-2">
      <input type="text" class="form-control" name="signupUsername" id="signupUsername" placeholder="Username" aria-label="Username" required="" data-msg="Please choose a username.">
    </div>
  </div>
  <!-- End Input Group -->
  <!-- Input Group -->
  <div class="js-form-message mb-4">
    <label class="input-label">Email</label>
    <div class="input-group input-group-sm mb-2">
      <input type="email" class="form-control" name="email" id="signupEmail" placeholder="Email" aria-label="Email" required="" data-msg="Please enter a valid email address.">
    </div>
  </div>
  <!-- End Input Group -->
  <!-- Input Group -->
  <div class="js-form-message mb-4">
    <label class="input-label">Password</label>
    <div class="input-group input-group-sm mb-2">
      <input type="password" class="form-control" name="password" id="signupPassword" placeholder="Password" aria-label="Password" required="" data-msg="Your password is invalid. Please try again.">
    </div>
  </div>
  <!-- End Input Group -->
  <!-- Input Group -->
  <div class="js-form-message mb-4">
    <label class="input-label">Confirm Password</label>
    <div class="input-group input-group-sm mb-2">
      <input type="password" class="form-control" name="confirmPassword" id="signupConfirmPassword" placeholder="Confirm Password" aria-label="Confirm Password" required="" data-msg="Password does not match the confirm password.">
    </div>
  </div>
  <!-- End Input Group -->
  <div class="mb-3">
    <button type="submit" class="btn btn-sm btn-primary btn-block">Sign Up</button>
  </div>
  <div class="text-center">
    <span class="small text-muted">Already have an account?</span>
    <a class="js-animation-link small font-weight-bold" href="javascript:;" data-hs-show-animation-options="{
                         &quot;targetSelector&quot;: &quot;#login&quot;,
                         &quot;groupName&quot;: &quot;idForm&quot;,
                         &quot;animationType&quot;: &quot;css-animation&quot;,
                         &quot;animationIn&quot;: &quot;slideInUp&quot;,
                         &quot;duration&quot;: 400
                       }" data-hs-show-animation-link-group="idForm">Sign In
                                                    </a>
  </div>
</form>

POST /account/

<form method="POST" action="/account/" class="js-validate" novalidate="novalidate">
  <!-- Title -->
  <div class="text-center mb-7">
    <img src="https://s.radioreference.com/logos/RR-Logo.png">
    <h3 class="mb-0">Recover password</h3>
    <p>Enter your email address and an email with instructions will be sent to you. </p>
  </div>
  <!-- End Title -->
  <!-- Input Group -->
  <div class="form-group">
    <div class="js-form-message js-focus-state">
      <label class="sr-only" for="recoverEmail">Your email</label>
      <div class="input-group input-group-sm mb-2">
        <div class="input-group-prepend">
          <span class="input-group-text" id="recoverEmailLabel">
            <span class="fas fa-user"></span>
          </span>
        </div>
        <input type="email" class="form-control" name="email" id="recoverEmail" placeholder="Your email" aria-label="Your email" aria-describedby="recoverEmailLabel" required="" data-msg="Please enter a valid email address.">
      </div>
    </div>
  </div>
  <!-- End Input Group -->
  <div class="mb-3">
    <button type="submit" class="btn btn-sm btn-primary btn-block">Recover Password </button>
  </div>
  <div class="text-center mb-4">
    <span class="small text-muted">Remember your password?</span>
    <a class="js-animation-link small font-weight-bold" href="javascript:;" data-hs-show-animation-options="{
                         &quot;targetSelector&quot;: &quot;#login&quot;,
                         &quot;groupName&quot;: &quot;idForm&quot;,
                         &quot;animationType&quot;: &quot;css-animation&quot;,
                         &quot;animationIn&quot;: &quot;slideInUp&quot;,
                         &quot;duration&quot;: 400
                       }" data-hs-show-animation-link-group="idForm">Login
                                                    </a>
  </div>
</form>

Text Content

Search
Premium Help
   
 * 
   
   
 * 
   

   
 * Databases
   RR Database Amateur Radio Submit Info
   
   
 * Community
   Forums Home New Posts Latest Posts Classifieds
   
   
 * Wiki
   Wiki Home Recent Changes Wiki Search
   
   Antennas Collaboration Encryption FAQs Federal Monitoring Glossary HF Radio
   Topics Live Audio Military Monitoring Radios and Equipment Satcom Skip / DX
   Software and Programming Trunking
   
   
 * Live Audio
   Browse All Feeds Browse Near Me Top Feeds New Feeds Alert Feeds Dashboards
   Broadcastify Calls
   
   
 * Resources
   About Premium APIs Help
   


WELCOME TO RADIOREFERENCE.COM

The world's largest radio communications data management and media provider.

Login Register


EXPLORE OUR DATA AND COMMUNITY


DATABASE

Explore and search our database of over 224K identified frequencies and 7.1K
trunked radio systems.


Go to the Database


FORUMS

Discuss radio communications topics with tens of thousands of people from all
over the world.


Go to the Forums


WIKI

Research and view thousands of user contributed radio communications reference
topics.


Go to the Wiki


FEATURED PRODUCT



UNIDEN BEARCAT SDS200 POLICE SCANNER



The All New Revolutionary Scanner! This true I/Q Scanner is the first scanner to
incorporate Software Defined Radio technology to provide incredible digital
performance in even the most challenging RF environments. The SDS100’s digital
performance is better than any other scanner in both simulcast and weak-signal
environments. This is the first scanner to signal the end of the notorious
digital trunking simulcast distortion problem.



available through Scanner Master


COMMUNITY NEWS

23 May 2024 > FCC TO BAR ENTITIES FROM PARTICIPATING IN THE EQUIPMENT
AUTHORIZATION PROGRAM 15 May 2024 > Train Aficionado LIVE | Setting Up Your
Scanner for the Railroads | Uniden Bearcat BCD160DN & BCD260DN | Wednesday, May
15, 2024 14 May 2024 > May HAARP Research Campaign & Geomagnetic Storm 10 May
2024 > Severe Geomagnetic Storm Alert (G4) 08 May 2024 > The Scanner Guys LIVE |
4 Great Features of Uniden Bearcat BCD160DN & BCD260DN | Wednesday, May 8, 2024
08 Apr 2024 > The Scanner Guys LIVE | 5 Must-Know For Installing a Police
Scanner Base Antenna | Wednesday, April 10, 2024 26 Mar 2024 > The Scanner Guys
LIVE | Spring Police Scanner Prep 2024 | Wednesday, March 27, 2024

See all stories >


LATEST DATABASE UPDATES

30 May 2024  CO-Weld 30 May 2024  Front Range Communications Consortium (FRCC)
30 May 2024  ON-Haldimand 30 May 2024  Public Safety Radio Network (PSRN) 30 May
2024  MN-Itasca 30 May 2024  Allied Radio Matrix for Emergency Response (ARMER)
30 May 2024  MI-Statewide 30 May 2024  Michigan's Public Safety Communications
System (MPSCS) 30 May 2024  MI-Ingham 30 May 2024  NY-Kings 30 May 2024
 NY-Richmond 30 May 2024  NY-Bronx 30 May 2024  NY-Queens 30 May 2024  NY-New
York City 30 May 2024  PA-Statewide 30 May 2024  PA-STARNet: Pennsylvania
Statewide Radio Network 30 May 2024  ON-Ottawa 30 May 2024  Ottawa 30 May 2024
 IA-Linn 30 May 2024  SARA Network



© 2024 RadioReference.com LLC. All rights reserved.

Privacy Policy | Terms and Conditions

Login to access your account.

Username or Email

Password

Forgot Password?
Login
Do not have an account? Signup


CREATE YOUR ACCOUNT

Fill out the form to get register.

Username

Email

Password

Confirm Password

Sign Up
Already have an account? Sign In


RECOVER PASSWORD

Enter your email address and an email with instructions will be sent to you.

Your email

Recover Password
Remember your password? Login
 * Privacy
 * Terms