share.pinxsters.com Open in urlscan Pro
2606:4700:3036::6815:bf6  Public Scan

Submitted URL: http://share.pinxsters.com/
Effective URL: https://share.pinxsters.com/
Submission: On June 28 via manual from US — Scanned from DE

Form analysis 7 forms found in the DOM

<form class="navbar-form navbar-left col-lg-12 form-group" data-toggle="dropdown" role="button" id="navbar-searchbox">
  <div class="form-group inner-addon left-addon ">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather main-color feather-search glyphicon">
      <circle cx="11" cy="11" r="8"></circle>
      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
    </svg>
    <input type="text" class="form-control search-input" onkeyup="Wo_DetectSearchType(this.value), document.getElementById('wo_repeat_search').innerHTML = escapeHtml(this.value)" placeholder="Search for people, pages, groups and #hashtags"
      dir="auto">
  </div>
</form>

POST

<form id="share_post_on_group_form" class="share_post_on_group_form" method="POST">
  <div class="modal-body">
    <div id="share_post_on_group_form_alert"></div>
    <div class="form-group input-group">
      <span class="input-group-addon pointer">
        <svg xmlns="http://www.w3.org/2000/svg" class="feather" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="color:#03A9F4;">
          <rect x="3" y="3" width="7" height="7"></rect>
          <rect x="14" y="3" width="7" height="7"></rect>
          <rect x="14" y="14" width="7" height="7"></rect>
          <rect x="3" y="14" width="7" height="7"></rect>
        </svg>
      </span>
      <input onkeydown="SearchFor(this,'group')" type="text" class="form-control" name="name" placeholder="Please write the group name">
      <input type="hidden" id="SearchForInputGroup" name="group_id">
      <input type="hidden" id="SearchForInputPostId" name="post_id">
    </div>
  </div>
  <div class="modal-footer">
    <div class="ball-pulse">
      <div></div>
      <div></div>
      <div></div>
    </div>
    <button id="share_post_on_group_form_btn" type="button" class="btn btn-main"> Share </button>
  </div>
</form>

POST

<form id="share_post_on_page_form" class="share_post_on_page_form" method="POST">
  <div class="modal-body">
    <div id="share_post_on_page_form_alert"></div>
    <div class="form-group input-group">
      <span class="input-group-addon pointer">
        <svg xmlns="http://www.w3.org/2000/svg" class="feather" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="color:#f79f58;">
          <path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"></path>
          <line x1="4" y1="22" x2="4" y2="15"></line>
        </svg>
      </span>
      <input onkeydown="SearchFor(this,'page')" type="text" class="form-control" name="name" placeholder="Please type the page name">
      <input type="hidden" id="SearchForInputPage" name="page_id">
      <input type="hidden" id="SearchForInputPostIdPage" name="post_id">
    </div>
  </div>
  <div class="modal-footer">
    <div class="ball-pulse">
      <div></div>
      <div></div>
      <div></div>
    </div>
    <button id="share_post_on_page_form_btn" type="button" class="btn btn-main"> Share </button>
  </div>
</form>

POST

<form id="share_post_on_page_form" class="share_post_on_user_form" method="POST">
  <div class="modal-body">
    <div id="share_post_on_user_form_alert"></div>
    <div class="form-group input-group">
      <span class="input-group-addon pointer">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-share"
          style="margin-top: -4px;width: 19px;height: 19px;">
          <path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path>
          <polyline points="16 6 12 2 8 6"></polyline>
          <line x1="12" y1="2" x2="12" y2="15"></line>
        </svg>
      </span>
      <input onkeydown="SearchFor(this,'user')" type="text" class="form-control" name="name" placeholder="Username">
      <input type="hidden" id="SearchForInputUser" name="user_id">
      <input type="hidden" id="SearchForInputUserPostId" name="post_id">
    </div>
  </div>
  <div class="modal-footer">
    <div class="ball-pulse">
      <div></div>
      <div></div>
      <div></div>
    </div>
    <button id="share_post_on_user_form_btn" type="button" class="btn btn-main"> Share </button>
  </div>
</form>

POST

<form class="edit-offer-form form-horizontal" method="post">
  <div class="app-offer-alert app-general-alert"></div>
  <div class="clear"></div>
  <div class="setting-panel row job-setting-panel edit_offer_modal_form">
  </div>
  <div class="publisher-hidden-option">
    <div id="progress" class="create-offer-progress">
      <span id="percent" class="create-product-percent pull-right">0%</span>
      <div class="progress">
        <div id="bar" class="progress-bar active create-product-bar"></div>
      </div>
      <div class="clear"></div>
    </div>
  </div>
  <div class="form-group last-sett-btn modal-footer">
    <div class="ball-pulse">
      <div></div>
      <div></div>
      <div></div>
    </div>
    <button type="submit" class="btn btn-main setting-panel-mdbtn">Publish</button>
  </div>
</form>

POST #

<form class="form form-horizontal tier_form" method="post" action="#">
  <div class="modal-body twocheckout_modal">
    <div class="modal_add_tier_modal_alert"></div>
    <div class="clear"></div>
    <div class="sun_input col-md-6">
      <input name="title" type="text" class="form-control input-md" autocomplete="off" placeholder="Tier title">
      <label class="plr15">Tier title</label>
    </div>
    <div class="sun_input col-md-6">
      <input name="price" type="number" class="form-control input-md" autocomplete="off" placeholder="Tier price">
      <label class="plr15">Tier price</label>
    </div>
    <div class=" col-lg-12">
      <label class="plr15">Benefits</label>
      <br>
      <input type="checkbox" name="benefits[]" value="chat" onclick="ShowBenefitsChat(this)">
      <label>Chat</label><br>
      <div class="add_benefits_chat" style="display: none;">
        <input type="radio" id="benefits_chat_1" name="chat" value="chat_without_audio_video">
        <label for="benefits_chat_1">Chat without audio and video call</label><br>
        <input type="radio" id="benefits_chat_2" name="chat" value="chat_with_audio_without_video">
        <label for="benefits_chat_2">Chat with audio call and without video call</label><br>
        <input type="radio" id="benefits_chat_3" name="chat" value="chat_without_audio_with_video">
        <label for="benefits_chat_3">Chat without audio call and with video call</label><br>
        <input type="radio" id="benefits_chat_4" name="chat" value="chat_with_audio_video">
        <label for="benefits_chat_4">Chat with audio and video call</label><br>
      </div>
      <input type="checkbox" name="benefits[]" value="live_stream">
      <label>Live Stream</label><br>
    </div>
    <div class="sun_input col-md-12">
      <textarea class="form-control input-md" placeholder="Tier description" name="description"></textarea>
      <label class="plr15">Tier description</label>
    </div>
    <div class="clear"></div>
    <div class="form-group col-lg-12">
      <label class="col-md-12">Tier image:</label>
      <div class="col-md-12">
        <div class="select_ev_covr" id="select_tier_image">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
            <path fill="currentColor"
              d="M5,3A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H14.09C14.03,20.67 14,20.34 14,20C14,19.32 14.12,18.64 14.35,18H5L8.5,13.5L11,16.5L14.5,12L16.73,14.97C17.7,14.34 18.84,14 20,14C20.34,14 20.67,14.03 21,14.09V5C21,3.89 20.1,3 19,3H5M19,16V19H16V21H19V24H21V21H24V19H21V16H19Z">
            </path>
          </svg> Select an image
        </div>
      </div>
    </div>
  </div>
  <input type="file" name="image" class="hidden" id="tier_image">
  <div class="clear"></div>
  <div class="modal-footer">
    <div class="ball-pulse">
      <div></div>
      <div></div>
      <div></div>
    </div>
    <button type="submit" class="btn btn-main btn-mat">Add</button>
  </div>
</form>

POST

<form class="refund_order_form" method="post">
  <div class="modal-body">
    <div class="modal_refund_order_modal_alert"></div>
    <div class="wow_form_fields">
      <label class="form-label">Please explain the reason</label>
      <textarea placeholder="Please explain the reason" rows="5" name="message" id="refund_order_message"></textarea>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-default btn-mat" data-dismiss="modal">Cancel</button>
    <button type="submit" class="btn btn-main btn-mat get_refnd">Request</button>
  </div>
</form>

Text Content

This website uses cookies to ensure you get the best experience on our website.
Learn More
Got It!

 *   
   * 
     Advanced Search

 * Guest
   * Login
   * Register
   * Night mode







Posts

Users

Pages

Group

Blog

Market

Events

Forum

Jobs

Fundings

×


 * Filter by
 * 
 * 
 * 
 * 
 * 
 * 
 * 


xtameem created a new article

1 H

Brawl Stars Season 28: New Brawlers & Modes | #game

BRAWL STARS SEASON 28: NEW BRAWLERS & MODES

Exciting Brawl Stars Update: Season 28 unveils new brawlers Berry and Clancy,
fresh game modes, and Mega Boxes with exclusive rewards. Discover enhanced
gameplay with new skins, abilities, and reworks, including a revamped look for
Brock. Dive into the latest Brawl Talk for June 2024 for m



Like
 * 
 * 
 * 
 * 
 * 
 * 

Comment
Share










Stephanie Marshall

1 H

MsBeckyEnchants shares #cumeating From The Mistress and Slave Perspective
https://bit.ly/3L0DgwD

bit.ly

CUM EATING: MISTRESS AND SLAVE PERSPECTIVE - THE DAILY COCK SUCKER - BROUGHT TO
YOU BY LDW GROUP

Ms Becky discusses the act of cum eating from both the Mistress and Slave
perspective, with the help of slave 2326.



Like
 * 
 * 
 * 
 * 
 * 
 * 

Comment
Share










Gym Anneye

2 HRS

TikTok Removes Innocent Bystanding Police Recording for No Reason!
They removed this video from my profile page, even though that's the very first
thing I ever recorded through their app. #booootiktok #personalfreedom
#freedomofspeech #fdapopos #buttrespect4thepolice #buttrespect oh ya I forgot
tags don't work here. My bad yall oh well idk what to do instead so I'll just do
better next time. #maybe #nopromises #sexyxy #undercover #reporter

PausePlay
% buffered00:00
00:00
UnmuteMute
Disable captionsEnable captions
Settings
CaptionsDisabledQuality480pSpeedNormal
CaptionsGo back to previous menu

QualityGo back to previous menu
480pSD360p240p
SpeedGo back to previous menu
0.5×0.75×Normal1.25×1.5×1.75×2×4×
PIPExit fullscreenEnter fullscreen


Play


Like
 * 
 * 
 * 
 * 
 * 
 * 

Comment
Share










SUPPORT PINXSTERS


2 hrs
Hi, the hashtags worked on here and sorry to be reading they took your video
down...



 * 
 * 
 * 
 * 
 * 
 * 

· 0
Hi, the hashtags worked on here and sorry to be reading they took your video
down...


DELETE COMMENT

Are you sure that you want to delete this comment ?


Delete


Hogspy

2 HRS

https://hogspy.com/inked-empre....ss-double-sessions-w

hogspy.com

INKED EMPRESS DOUBLE SESSIONS WITH MISTRESS VIXEN | HOGSPY

Inked Empress Double Sessions Confirmed With Mistress Vixen In Derby This
Summer. Applications To Serve Now Open To Slaves.



Like
 * 
 * 
 * 
 * 
 * 
 * 

Comment
Share










Studio58 Studio 58 Sipping Social in August

3 HRS

Hey, our Sipping Social is just around the corner. Bring something for the
potluck, have a friendly drink with our friends and crew and make new buddies
for upcoming shows like Naughty Knowledge and Naughty Noel. RSVP and find more
details now at https://fetlife.com/events/1399550




Like
 * 
 * 
 * 
 * 
 * 
 * 

Comment
Share










Support PinXsters

7 HRS

Vixen uploaded #hirsute pictures Go see her profile:




Like
 * 
 * 
 * 
 * 
 * 
 * 

Comment
Share










Developers App changed their profile cover

7 HRS

Like
 * 
 * 
 * 
 * 
 * 
 * 

Comment
Share










Therapist Service created a new article

7 HRS

The Exquisite Dance of Attachment Between a Man and Woman | #relationship
#communication

THE EXQUISITE DANCE OF ATTACHMENT BETWEEN A MAN AND WOMAN

Attachment between a man and woman transcends mere physical attraction. It's a
beautifully intricate dance woven from threads of trust, communication,
reciprocity, and expressions of love. This deep connection delves into the
profound realms of understanding, compassion, and mutual r



Like
 * 
 * 
 * 
 * 
 * 
 * 

Comment
Share










liquoronline created a new article

7 HRS

Order Liquor Online | #order Liquor Online

ORDER LIQUOR ONLINE

Buy Liquor Online. Sell Liquor Online. We enable both Vendors and Clients alike
to Purchase their favorite Spirits Online. Contact Us Today for a Free Demo.



Like
 * 
 * 
 * 
 * 
 * 
 * 

Comment
Share










Therapist Service

8 HRS

https://mentalzon.com/en

mentalzon.com

FIND THERAPISTS AND COUNSELORS ONLINE | MENTALZON

A Free Therapist and Counselor Directory. Find Therapists and Counselors who
offer online therapy and online counseling sessions.



Like
 * 
 * 
 * 
 * 
 * 
 * 

Comment
Share










 Load more posts

Guest

@Guest

 * Trending !
 * #game 1012 posts
 * #femdom 319 posts
 * #onlyfans 190 posts
 * #art 154 posts
 * #dirkhooper 150 posts
 * 

Pro Members
Hogspy Kevin The Erotic Photographer Stephanie Marshall Jennie PinXsters Support
PinXsters Amy Quinn Hogspy Kevin The Erotic Photographer Stephanie Marshall
Jennie PinXsters Support PinXsters Amy Quinn Hogspy Kevin The Erotic
Photographer Stephanie Marshall

 * Promoted
 * Adult Model promotion
   Adult Industry
   53 people like this
   
   Pinxsters Tutorials
   PinXsters
   66 people like this
   
   

 * People you may know
 * 
   Catchy Court Product
   
   
   Vijay
   
   
   Pasha52
   
   
   Mike Jefferson
   
   

 * Pages you may like
 * Adult Industry News
   Adult Industry
   34 people like this
   
   

 * Suggested groups


 * ONLYFANSLY PROMO CLU
   
   2 Members
   
   
   PINXSTERS ADMIN
   
   1 Members
   
   
   HEALTHY LIFE
   
   3 Members
   
   
   RATE THE RACK
   
   28 Members
   
   

1 Online Users

 * 
   
   
   

© 2024 Pinxsters

Language

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

 * About
 * Directory
 * Blog
 * Contact Us
 * More
    * Privacy Policy
    * Terms of Use
    * Mission Statement
    * Parental Control
    * Prohibited Content



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

© 2024 Pinxsters

 * Home
 * About
 * Contact Us
 * Privacy Policy
 * Terms of Use
 * Blog
 * More
    * Mission Statement
    * Parental Control
    * Prohibited Content

 * Language



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

© 2024 Pinxsters

 * Home
 * About
 * Contact Us
 * Privacy Policy
 * Terms of Use
 * Blog
 * More
    * Mission Statement
    * Parental Control
    * Prohibited Content

 * Language




Comment reported successfully.

Post was successfully added to your timeline!

You have reached your limit of 6000 friends!

File size error: The file exceeds allowed the limit (5 GB) and can not be
uploaded.

Your video is being processed, We’ll let you know when it's ready to view.

Unable to upload a file: This file type is not supported.



We have detected some adult content on the image you uploaded, therefore we have
declined your upload process.

SHARE POST ON A GROUP


Share

SHARE TO A PAGE


Share

SHARE TO USER


Share

Load more

Load more
Your post was submitted, we will review your content soon.



To upload images, videos, and audio files, you have to upgrade to pro member.
Upgrade To Pro

EDIT OFFER

0%



Publish

ADD TIER

Tier title
Tier price
Benefits
Chat

Chat without audio and video call
Chat with audio call and without video call
Chat without audio call and with video call
Chat with audio and video call

Live Stream

Tier description

Tier image:
Select an image


Add

DELETE YOUR TIER

Are you sure you want to delete this tier?
Cancel Delete

REVIEWS

Load more

In order to sell your content and posts, start by creating a few packages.
Monetization




PAY BY WALLET





Pay Now


DELETE YOUR ADDRESS

Are you sure you want to delete this address?
Delete

REMOVE YOUR MONETIZATION PACKAGE

Are you sure you want to delete this package?
Delete

UNSUBSCRIBE

Are you sure you want to unsubscribe from this user? Keep in mind that you won't
be able to view any of their monetized content.
Unsubscribe

REMOVE YOUR MONETIZATION PACKAGE

Are you sure you want to delete this package?
Delete

PAYMENT ALERT


You are about to purchase the items, do you want to proceed?
Cancel Pay Now

REQUEST A REFUND

Please explain the reason
Cancel Request


LANGUAGE

 * Arabic
 * Bengali
 * Chinese
 * Croatian
 * Danish
 * Dutch
 * English
 * Filipino
 * French
 * German
 * Hebrew
 * Hindi
 * Indonesian
 * Italian
 * Japanese
 * Korean
 * Persian
 * Portuguese
 * Russian
 * Spanish
 * Swedish
 * Turkish
 * Urdu
 * Vietnamese