libertycentric.com Open in urlscan Pro
79.133.56.76  Public Scan

URL: https://libertycentric.com/
Submission: On November 05 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

POST

<form id="login" method="post">
  <div class="errors"></div>
  <div class="loading_cont">
    <div class="loading hidden"></div>
  </div>
  <div class="sun_input_holder">
    <div class="sun_input">
      <input name="username" id="username" type="text" placeholder="Username" autofocus="">
      <label for="username">Username</label>
      <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" aria-hidden="true">
        <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
        <circle cx="12" cy="7" r="4"></circle>
      </svg>
    </div>
    <div class="sun_input">
      <input name="password" id="password" type="password" placeholder="Password">
      <label for="password">Password</label>
      <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" aria-hidden="true">
        <rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
        <path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
      </svg>
    </div>
  </div>
  <div class="forgot_password">
    <div class="terms">
      <input type="checkbox" name="remember_device" id="remember_device" checked="">
      <label for="remember_device"> Remember this device </label>
      <div class="clear"></div>
    </div>
    <a href="https://libertycentric.com/forgot-password">Forgot Password?</a>
  </div>
  <div class="login_signup_combo">
    <div class="login__">
      <button type="submit" class="btn btn-main">Login</button>
    </div>
    <div class="signup__">
      <a class="dec btn btn-default" href="https://libertycentric.com/register">Register</a>
    </div>
  </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>
    <br>
    <div class="form-group sun_input">
      <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="submit" class="btn btn-primary btn-mat">Request</button>
    <br>
    <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
  </div>
</form>

Text Content

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

 * 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


WELCOME! :)

Share what's new and life moments with your friends.

Username
Password
Remember this device

Forgot Password?
Login
Register
Terms of Use Privacy Policy Contact Us About
© 2023 libertycentric.com


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

© 2023 libertycentric.com

Language

 * Home
 * About
 * Contact Us
 * Privacy Policy
 * Terms of Use
 * Request a Refund
 * Developers



Comment reported successfully.

Post was successfully added to your timeline!

You have reached your limit of 5000 friends!

File size error: The file exceeds allowed the limit (954 MB) 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.

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



PAY BY WALLET




Pay Now


DELETE YOUR ADDRESS

Are you sure you want to delete this address?
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
Request
Cancel


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