updates.discord.boosersquad.com Open in urlscan Pro
209.97.188.228  Public Scan

URL: https://updates.discord.boosersquad.com/
Submission Tags: phishingrod
Submission: On December 19 via api from DE — Scanned from GB

Form analysis 3 forms found in the DOM

POST #

<form class="space-y-2" action="#" method="POST">
  <div>
    <div class="mx-auto flex items-center justify-center">
      <img class="h-12 flex w-12 mr-2 text-green-600" src="/login.png">
      <h3 class="text-lg flex-1 text-left leading-6 font-bold text-gray-900" id="modal-headline"> Join Now <div class="text-sm font-light text-gray-500">Vote, comment &amp; share new suggestions</div>
      </h3>
    </div>
    <div class="mt-3  sm:mt-5 ">
      <div class="mt-2 space-y-2">
        <div>
          <label for="email" class="block text-sm font-medium text-gray-700"> Full Name </label>
          <div class="mt-1">
            <input wire:model="name" id="name" name="name" type="text" autocomplete="email" required=""
              class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
          </div>
        </div>
        <div>
          <label for="email" class="block text-sm font-medium text-gray-700"> Email </label>
          <div class="mt-1">
            <input id="email" wire:model="email" name="email" type="email" autocomplete="email" required=""
              class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
          </div>
        </div>
        <div>
          <label for="password" class="block text-sm font-medium text-gray-700"> Password </label>
          <div class="mt-1">
            <input id="password" wire:model="password" name="password" type="password" autocomplete="current-password" required=""
              class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="mt-5 sm:mt-6">
    <button type="button" wire:click="submit()"
      class="inline-flex mt-2 justify-center w-full rounded-md border border-transparent shadow-sm px-4 py-2 bg-indigo-600 text-base font-medium text-white hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:text-sm">
      Join Now </button>
  </div>
</form>

POST #

<form class="space-y-2" action="#" method="POST">
  <div>
    <div class="">
      <div class="mx-auto mb-4 flex items-center justify-center">
        <img class="h-12 flex w-12 mr-2 text-green-600" src="/login.png">
        <h3 class="text-lg flex-1 text-left leading-6 font-bold text-gray-900" id="modal-headline"> Login <div class="text-sm font-light text-gray-500">Login to your suggestions account</div>
        </h3>
      </div>
      <div class="mt-2 space-y-2">
        <div>
          <label for="email" class="block text-sm font-medium text-gray-700"> Email </label>
          <div class="mt-1">
            <input id="email" wire:model.lazy="login_email" name="email" type="email" autocomplete="email" required=""
              class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
          </div>
        </div>
        <div>
          <label for="password" class="block text-sm font-medium text-gray-700"> Password </label>
          <div class="mt-1">
            <input id="password" wire:model.lazy="login_password" name="password" type="password" autocomplete="current-password" required=""
              class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="mt-5 sm:mt-6">
    <button type="button" wire:click="login()"
      class="inline-flex mt-2 justify-center w-full rounded-md border border-transparent shadow-sm px-4 py-2 bg-indigo-600 text-base font-medium text-white hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:text-sm">
      Login </button>
  </div>
</form>

<form class="sm:flex " wire:submit.prevent="submit">
  <div class=" mx-auto mb-0 my-0 w-full ">
    <div>
      <div class="flex rounded-md shadow-sm">
        <div class="relative flex items-stretch flex-grow focus-within:z-10">
          <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
            <!-- Heroicon name: solid/users -->
            <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
              <path d="M9 6a3 3 0 11-6 0 3 3 0 016 0zM17 6a3 3 0 11-6 0 3 3 0 016 0zM12.93 17c.046-.327.07-.66.07-1a6.97 6.97 0 00-1.5-4.33A5 5 0 0119 16v1h-6.07zM6 11a5 5 0 015 5v1H1v-1a5 5 0 015-5z"></path>
            </svg>
          </div>
          <input type="text" name="email" wire:model="email" id="email" class="focus:ring-indigo-500 focus:border-indigo-500 block w-full rounded-none rounded-l-md pl-10 sm:text-sm border-gray-300" placeholder="you@emailaddress.com">
        </div>
        <button
          class="-ml-px relative inline-flex items-center space-x-2 px-4 py-2 border border-gray-300 text-sm font-medium rounded-r-md text-gray-700 bg-white hover:bg-gray-100 focus:outline-none focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500">
          <!-- Heroicon name: solid/sort-ascending -->
          <i class="far fa-envelope-open mr-2" aria-hidden="true"></i>
          <span> Subscribe to email updates</span>
        </button>
      </div>
    </div>
  </div>
</form>

Text Content

BOOSER SQUAD - DISCORD UPDATES

Subscribe
Close


JOIN NOW
VOTE, COMMENT & SHARE NEW SUGGESTIONS

Full Name

Email

Password

Join Now
Close


LOGIN
LOGIN TO YOUR SUGGESTIONS ACCOUNT

Email

Password

Login
Changelog Suggestions
Login Join Now

Subscribe to email updates
Announcement


DELETION OF BOOSER CITY

Beltran Family Organization
6 months ago

Hello Booser Squad,

A while back we launched a new Discord for our neighborhood in Bloxburg(Roblox).
We have since cancelled the neighborhood and have closed the Roblox group that
was created for it. With that, we also suspended invites to the Discord Server
as well as began removing non-Booser Squad members. And now a few months later,
we have decided to officially retire the server and delete it. Effective
immediately, the server has been deleted and will no longer be accessible, all
remaining members have been removed and will no longer see the server in their
server list. Thank you to everyone who participated and helped while it was
active.

GAME ON BOOSER SQUAD!



Role Update Channel Update


UPDATE TO PLAYER OF THE WEEK

Beltran Family Organization
8 months ago

Hello Booser Squad,

It has been awhile since the Player of the Week has been added to the Discord.
We had recently updated the program by adding Player of the Week Guest which
would allow the POTW to pick one other gamer to join them in the winners circle
and participate in all the events & festivities. With the recent decrease in
playing within the Discord however, we have decided to make some changed to
POTW:

Player of the Week > MVP

- We wanted player of the week to become something that didn't have to be every
week, so now we have decided to name it MVP. Instead of voting a POTW every
week, now you will award MVP Points to players within the Discord, the player
with the highest MVP Points becomes the MVP for as long as they have the most.
MVP's will have control over the exclusive MVP section, which includes 2 text
channels and 1 voice channel. The MVP can decide who has access to this area, as
well as dictate what the channels are called and used for.

Awarding MVP Points

- MVP points can be awarded by going to the #MVP channel within the Discord,
here you can see the current MVP as well as grant MVP points to gamers. MVP
points awarding is only available while playing, so you cannot award points to
someone who is currently not online. At the end of the play session, the poll
will be closed and all points gained for that session will be added to each
players total accumulated points (TAP). The MVP role will be assigned to whoever
has the most TAP, but remember, MVP Points may be awarded, but they can also be
revoked by action of the Admin. Admin's can remove MVP Points for any reason and
reserves the right to suspend the MVP role from the current MVP as needed.

And that concluded our current changes to the POTW program, more information
will be announced later on, so check back here for more updates!

GAME ON!



Announcement


WELCOME TO DISCORD UPDATES!

Beltran Family Organization
8 months ago


HELLO BOOSER SQUAD!

Welcome to our new service, Discord Updates. Here we will post ALL updates made
to the Booser Squad Discord. You can expect new posts to be made in the
#announcements channel within Discord right after they're posted here. You can
also visit updates.discord.boosersquad.com to view the web version of this list.

Thanks for reading our post, GAME ON!



Categories

All Items

Channel Update
(1)

Role Update
(1)

Announcement
(2)
Powered by ChangeCrab. Free Changelogs & User Suggestions