m.broadcastify.com
Open in
urlscan Pro
65.9.95.48
Public Scan
Submitted URL: http://m.broadcastify.com/
Effective URL: https://m.broadcastify.com/
Submission: On February 17 via api from US — Scanned from DE
Effective URL: https://m.broadcastify.com/
Submission: On February 17 via api from US — Scanned from DE
Form analysis
4 forms found in the DOM/search/
<form action="/search/" class="input-group">
<input type="search" name="q" class="form-control" placeholder="Search By Name or Location" aria-label="Search Feeds">
<div class="input-group-append">
<button type="submit" class="btn btn-primary">Search</button>
</div>
</form>
POST /login/
<form method="POST" id="login" action="/login/" class="js-validate" novalidate="novalidate">
<!-- Title -->
<div class="text-center mb-4">
<img src="https://s.broadcastify.com/logos/Broadcastify-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="{
"targetSelector": "#forgotPassword",
"groupName": "idForm",
"animationType": "css-animation",
"animationIn": "slideInUp",
"duration": 400
}">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="{
"targetSelector": "#login",
"groupName": "idForm",
"animationType": "css-animation",
"animationIn": "slideInUp",
"duration": 400
}">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.broadcastify.com/logos/Broadcastify-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="{
"targetSelector": "#login",
"groupName": "idForm",
"animationType": "css-animation",
"animationIn": "slideInUp",
"duration": 400
}">Login
</a>
</div>
</form>
Text Content
Search Premium Help * * * Home * Listen Browse All Feeds Browse Near Me Top Feeds New Feeds Alert Feeds Dashboards Archives Calls Platform * Broadcast Broadcast a Feed Official Providers How It Works Incentives * MyBCFY * Premium THE WORLDS LARGEST SOURCE OF PUBLIC SAFETY, AIRCRAFT, RAIL, AND MARINE RADIO LIVE AUDIO STREAMS Browse Near Me Top Feeds MyBCFY LIVE FEEDS 7,731 Online TOP FEED Indianapolis Metropolitan Police 1,673 Listeners TOTAL LISTENERS 59,410 Listeners © 2024 Broadcastify.com. All rights reserved. Privacy Policy | Terms and Conditions | Help 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