bot-supply.com Open in urlscan Pro
2606:4700:3033::6815:dfd  Public Scan

Submitted URL: http://bot-supply.com/
Effective URL: https://bot-supply.com/forum/
Submission: On March 09 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST

<form action="" method="post" class="h-clearfix js-login-form-main ">
  <div class="login-fieldset table">
    <div class="tr">
      <span class="td">
        <input type="text" name="username" value="" class="js-login-username b-form-input__input b-form-input__input--full" placeholder="User Name" aria-label="User Name">
      </span>
    </div>
    <div class="tr">
      <span class="td">
        <input type="password" autocomplete="off" name="password" class="js-login-password b-form-input__input b-form-input__input--full" placeholder="Password" aria-label="Password">
      </span>
    </div>
  </div>
  <div class="secondary-controls h-left h-clear-left h-margin-top-s">
    <label><input type="checkbox" name="rememberme" checked="">Remember me</label>
  </div>
  <div class="primary-controls h-right h-clear-right h-margin-top-s">
    <button type="button" class="js-login-button b-button b-button--primary">Log in</button>
  </div>
  <div class="secondary-controls h-left h-clear-left">
    <a href="https://bot-supply.com/forum/lostpw" class="b-link lost-password-link">Forgot password or user name?</a>
  </div>
  <div class="primary-controls h-right h-clear-right">
  </div>
  <input type="hidden" name="securitytoken" value="guest">
</form>

GET https://bot-supply.com/forum/search

<form id="searchForm" action="https://bot-supply.com/forum/search" class="h-left" method="GET">
  <div class="h-left">
    <div class="search-box h-clearfix">
      <div class="search-term-container">
        <input type="text" name="q" id="q" placeholder="Search" class="search-term b-form-input__input b-form-input__input--shadow" autocomplete="off" aria-label="Search">
        <div class="search-menu-container h-clearfix">
          <div class="vertical-divider-left"></div>
          <div class="b-comp-menu-dropdown js-comp-menu-dropdown b-comp-menu-dropdown--header-search">
            <div class="b-comp-menu-dropdown__trigger js-comp-menu-dropdown__trigger b-comp-menu-dropdown__trigger--arrow js-button" tabindex="0"><span
                class="vb-icon b-icon__arrow-down-s b-icon--disabled js-comp-menu-dropdown__trigger-arrow h-align-middle"></span></div>
            <ul class="b-comp-menu-dropdown__content js-comp-menu-dropdown__content">
              <li class="b-comp-menu-dropdown__content-item b-comp-menu-dropdown__content-item--first b-comp-menu-dropdown__content-item--no-hover js-comp-menu-dropdown__content-maintain-menu">
                <div class="searchPopupBody">
                  <label><input type="checkbox" name="searchFields[title_only]" class="searchFields_title_only" value="1">Search in titles only</label>
                  <div class="b-button-group h-margin-top-xs">
                    <button type="submit" id="btnSearch-popup" class="b-button b-button--primary">Search</button>
                  </div>
                </div>
                <input type="hidden" name="searchJSON" value="">
              </li>
              <li class="b-comp-menu-dropdown__content-item js-comp-menu-dropdown__content-maintain-menu">
                <a href="#" id="btnAdvSearch" class="adv-search-btn">Advanced Search</a>
              </li>
            </ul>
          </div>
        </div>
      </div>
      <button type="submit" id="btnSearch" class="search-btn" title="Search"><span class="b-icon b-icon__search"></span></button>
    </div>
  </div>
</form>

POST activity/get

<form action="activity/get" method="post" class="toolbar-filter-overlay h-clearfix">
  <input type="hidden" name="nodeid" value="0">
  <input type="hidden" name="view" value="activity">
  <input type="hidden" name="per-page" value="30">
  <input type="hidden" name="pagenum" value="1">
  <input type="hidden" name="maxpages" value="20">
  <input type="hidden" name="userid" value="0">
  <input type="hidden" name="showChannelInfo" value="1">
  <ul class="filter-options-list">
    <li>
      <div class="filter-header">Time</div>
      <div class="filter-options">
        <label><input type="radio" name="filter_time" value="time_all"><span>All Time</span></label>
        <label><input type="radio" name="filter_time" value="time_today"><span>Today</span></label>
        <label><input type="radio" name="filter_time" value="time_lastweek"><span>Last Week</span></label>
        <label><input type="radio" name="filter_time" value="time_lastmonth" checked="checked" class="js-default-checked"><span>Last Month</span></label>
      </div>
    </li>
    <li>
      <div class="filter-header">Answered</div>
      <div class="filter-options">
        <label><input type="radio" name="filter_has_answer" value="-1" checked="checked" class="js-default-checked"><span>Any Topic</span></label>
        <label><input type="radio" name="filter_has_answer" value="0"><span>Not Answered</span></label>
        <label><input type="radio" name="filter_has_answer" value="1"><span>Answered</span></label>
      </div>
    </li>
    <li>
      <div class="filter-header">Show</div>
      <div class="filter-options">
        <label><input type="radio" name="filter_show" value="show_all" checked="checked" class="js-default-checked"><span>All</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Text"><span>Discussions only</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Gallery"><span>Photos only</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Video"><span>Videos only</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Link"><span>Links only</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Poll"><span>Polls only</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Event"><span>Events only</span></label>
      </div>
    </li>
    <li>
      <div class="filter-header">New Topics</div>
      <div class="filter-options">
        <label><input type="radio" name="filter_new_topics" value="1" checked="checked" class="js-default-checked"><span>On</span></label>
        <label><input type="radio" name="filter_new_topics" value="0"><span>Off</span></label>
      </div>
    </li>
    <!-- end if prefixsets -->
  </ul>
  <input type="hidden" name="securitytoken" value="guest">
</form>

POST profile/ApplyFollowingFilter

<form action="profile/ApplyFollowingFilter" method="post" class="toolbar-filter-overlay h-clearfix">
  <input type="hidden" name="nodeid" value="0">
  <input type="hidden" name="view" value="subscribed">
  <input type="hidden" name="per-page" value="10">
  <input type="hidden" name="pagenum" value="1">
  <input type="hidden" name="maxpages" value="20">
  <input type="hidden" name="userid" value="0">
  <input type="hidden" name="showChannelInfo" value="1">
  <ul class="filter-options-list">
    <li>
      <div class="filter-header">Time</div>
      <div class="filter-options">
        <label><input type="radio" name="filter_time" value="time_all"><span>All Time</span></label>
        <label><input type="radio" name="filter_time" value="time_today"><span>Today</span></label>
        <label><input type="radio" name="filter_time" value="time_lastweek"><span>Last Week</span></label>
        <label><input type="radio" name="filter_time" value="time_lastmonth" checked="checked" class="js-default-checked"><span>Last Month</span></label>
      </div>
    </li>
    <li>
      <div class="filter-header">Show</div>
      <div class="filter-options">
        <label><input type="radio" name="filter_show" value="show_all" checked="checked" class="js-default-checked"><span>All</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Text"><span>Discussions only</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Gallery"><span>Photos only</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Video"><span>Videos only</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Link"><span>Links only</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Poll"><span>Polls only</span></label>
        <label><input type="radio" name="filter_show" value="vBForum_Event"><span>Events only</span></label>
      </div>
    </li>
    <li>
      <div class="filter-header">New Topics</div>
      <div class="filter-options">
        <label><input type="radio" name="filter_new_topics" value="1" checked="checked" class="js-default-checked"><span>On</span></label>
        <label><input type="radio" name="filter_new_topics" value="0"><span>Off</span></label>
      </div>
    </li>
    <!-- end if prefixsets -->
  </ul>
  <input type="hidden" name="securitytoken" value="guest">
</form>

Text Content

 * Login
    * Logging in...
      Remember me
      Log in
      Forgot password or user name?
      
    * Log in with



 *  * Search in titles only
      Search
    * Advanced Search

 * Forums
 * Bots
 * VIP
 * Supply-Crate
 * What's New?

 * Member List


 * Welcome to Bot-Supply. To post on the forum or access our bots, make sure to
   register or log in.


ANNOUNCEMENT

Collapse
No announcement yet.


FORUMS

Collapse
 * Forums
 * Latest Activity
 * My Subscriptions

Collapse
 
 * Filter
   

 * Time
   All Time Today Last Week Last Month
 * Answered
   Any Topic Not Answered Answered
 * Show
   All Discussions only Photos only Videos only Links only Polls only Events
   only
 * New Topics
   On Off
   

Filtered by:

Clear All
new posts
No content found
Show More
 
 * Filter
   

 * Time
   All Time Today Last Week Last Month
 * Show
   All Discussions only Photos only Videos only Links only Polls only Events
   only
 * New Topics
   On Off
   

Filtered by:

Clear All
new posts
Please log in to your account to view your subscribed posts.

Directory Topics Posts Last Post News and Introductions
Introductions
Introduce yourself here.
Topics: 1,116 Posts: 2,823
Last Post: BossSell's Vouches
1,116 2,823
BossSell's Vouches
by dontknowhim
04-08-2022, 03:37 AM
Sub-Forums:
Vouches and Feedback (493/2,823)

Site News
Important news and announcements!
Topics: 184 Posts: 3,354
Last Post: Bot-Supply is now closed (2023)
184 3,354
Bot-Supply is now closed (2023)
by Sticky
06-06-2023, 12:37 PM
Sub-Forums:
Site Rules (1/4)

Marketplace
General Marketplace

Topics: 386 Posts: 1,740
Last Post: Verification Requested Selling 500m osrs gp
386 1,740
Verification Requested Selling 500m osrs gp
by Gothamcitizen
04-11-2022, 12:46 PM
Puzzle Pirates Marketplace

Topics: 8,985 Posts: 53,034
Last Post: Verified Selling PoE - $24/mil
8,985 53,034
Verified Selling PoE - $24/mil
by LastPoeSeller
06-06-2022, 12:09 PM
Sub-Forums:
Puzzle Pirates Accounts (1,264/5,583)
Puzzle Pirates Poe (4,419/19,614)
Puzzle Pirates Services (1,060/6,255)
Puzzle Pirates Bots (1,729/20,145)
Puzzle Pirates Tools (121/1,437)

RuneScape Marketplace

Topics: 490 Posts: 1,898
Last Post: Selling OSRS GP for Emerald Poe ACTIVE EVERYDAY. Trusted Seller 10+
vouches
490 1,898
Selling OSRS GP for Emerald Poe ACTIVE EVERYDAY. Trusted Seller 10+ vouches
by Kdawg
05-07-2022, 07:18 PM
Sub-Forums:
RuneScape Accounts (196/837)
RuneScape Gold and Items (254/1,025)
RuneScape Powerleveling (11/36)

Middleman Services

Topics: 69 Posts: 165
Last Post: Looking for MM
69 165
Looking for MM
by KietasVyrukas
02-27-2022, 02:46 AM
Discussion
The Lounge
Discuss anything and everything in this board.
Topics: 1,560 Posts: 6,196
Last Post: After 9 long years
1,560 6,196
After 9 long years
by Logo
04-09-2022, 11:29 PM
Sub-Forums:
Funny Stuff (686/1,166)
Off Topic (381/5,030)

Game Discussion

Topics: 517 Posts: 3,372
Last Post: Returning Users - What is Detectable - What Isn't?
517 3,372
Returning Users - What is Detectable - What Isn't?
by TJCODER
01-10-2022, 10:39 PM
Sub-Forums:
Puzzle Pirates (382/3,372)

Graphics
Discuss the latest designs and techniques in the graphics world.
Topics: 93 Posts: 788
Last Post: Puzzle Pirates 2.0 Development
93 788
Puzzle Pirates 2.0 Development
by mrt
08-09-2021, 10:18 PM
Guides
Post any guide you may have in this board. Anything from general gaming guides
to real life how to guides.
Topics: 99 Posts: 661
Last Post: I invite you to work on my earning schemes.[METHOD]
99 661
I invite you to work on my earning schemes.[METHOD]
by Energ_dev
02-21-2022, 11:08 PM
Sub-Forums:
Puzzle Pirates Guides (49/661)

Suggestions
Want to see something changed? Post about it in this board.
Topics: 130 Posts: 1,129
Last Post: Kraken Hunt Bot.
130 1,129
Kraken Hunt Bot.
by Nagjoinslipknot
03-13-2019, 01:13 PM
Programming
General Programming

Topics: 151 Posts: 637
Last Post: Free C# Botting Class
151 637
Free C# Botting Class
by spgames10
08-28-2021, 07:57 AM
Sub-Forums:
Java (40/321)
C# (39/246)
Visual Basic (9/70)

Projects

Topics: 51 Posts: 706
Last Post: Looking for Custom YPP Script
51 706
Looking for Custom YPP Script
by Florianlp
11-17-2021, 11:47 AM
Sub-Forums:
Development (43/706)

Support
Technical Support
Need help with something? Ask us here.
Topics: 1,211 Posts: 7,255
Last Post: Bots don't detect the puzzle pirates client
1,211 7,255
Bots don't detect the puzzle pirates client
by BamackOracko
05-06-2022, 05:38 PM
Pre-Sale Questions and Concerns
Have a question you want answered prior to buying VIP? Post about it in this
board.
Topics: 159 Posts: 870
Last Post: shots fired trial ?
159 870
shots fired trial ?
by Altaia1013
01-25-2022, 07:33 PM
Supply-Crate

Topics: 122 Posts: 728
Last Post: a PHP error was encountered
122 728
a PHP error was encountered
by olofman
04-08-2022, 03:24 PM
Sub-Forums:
Supply-Crate Download (0/0)

Disputes
Report a Member

Topics: 377 Posts: 2,026
Last Post: goldteeth is a SCAMMER
377 2,026
goldteeth is a SCAMMER
by LastPoeSeller
01-11-2022, 06:45 AM
Archives
Davy Jones Locker
outdated stuffs
Topics: 47 Posts: 434
Last Post: Been a full day [moved]
47 434
Been a full day [moved]
by Face
03-08-2015, 06:24 AM
Sub-Forums:
Member Of The Month (10/155)
Testimonials (8/66)
Releases (2/8)
RuneScape (3/30)
RuneScape Guides (0/0)
RuneScape Bots (15/174)
Scar (1/1)

Processed Appeals

Topics: 20 Posts: 91
Last Post: Getting unbanned
20 91
Getting unbanned
by Sobo
07-12-2016, 02:05 AM

Mark Channels Read


WHAT'S GOING ON?

Collapse

--------------------------------------------------------------------------------

There are currently 211 users online. 0 members and 211 guests.

Most users ever online was 3,802 at 07:41 AM on 12-25-2023.


BOT SUPPLY - FREE AND PREMIUM BOTS FOR PUZZLE PIRATES STATISTICS

Collapse

--------------------------------------------------------------------------------

Topics: 16,273   Posts: 90,461   Members: 12,710   Active Members: 9
Welcome to our newest member, Catagoingcrazy.


LATEST TOPICS

Collapse

--------------------------------------------------------------------------------

There are no results that meet this criteria.


TAG CLOUD

Collapse

--------------------------------------------------------------------------------

account  bilge  bot  bots  buy  buying  cheap  emerald  free  java  meridian 
osrs  poe  puzzle pirates  puzzlepirates  runescape  selling  selling poe 
stats  ypp 


TRENDING

Collapse

--------------------------------------------------------------------------------

There are no results that meet this criteria.




 * Dark
    * - Dark
    * Default vB5 Style

 * Help
 * Support
 * Privacy
 * Go to top

Powered by vBulletin® Version 5.7.5
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved.
All times are GMT. This page was generated at 1 minute ago.
Working...

Yes No
OK
OK Cancel


  Close
X