styxmarket.com Open in urlscan Pro
172.66.43.15  Public Scan

Submitted URL: http://styxmarket.com/
Effective URL: https://styxmarket.com/accounts/login/
Submission: On April 24 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

POST

<form class="sign-up-form" method="POST">
  <input type="hidden" name="csrfmiddlewaretoken" value="JzGn8ubG6mLKiFvtaKbyKv08xHnJbkxTXdH5omrOs7zGApjAP8rVoYuDYSoZbos0">
  <div class="sign-up-form__body">
    <div class="sign-up-form__form">
      <div class="sign-up-form__fieldset">
        <div class="sign-up-form__input">
          <div class="input input_empty">
            <input type="text" name="username" class="input__input input__username" required="">
            <div class="input__placeholder input__placeholder_label">Username</div>
            <div class="input__placeholder input__placeholder_error"></div>
          </div>
        </div>
      </div>
      <div class="sign-up-form__fieldset">
        <div class="sign-up-form__input">
          <div class="input input_empty">
            <input type="password" name="password" class="input__input" required="">
            <div class="input__placeholder input__placeholder_label">Password</div>
            <div class="input__placeholder input__placeholder_error"></div>
            <div class="input__eye-toggler"></div>
          </div>
        </div>
      </div>
      <div class="sign-up-form__fieldset">
        <div class="sign-up-form__input">
          <div class="input input_empty">
            <input type="password" name="secret" class="input__input" required="">
            <div class="input__placeholder input__placeholder_label">Secret code</div>
            <div class="input__placeholder input__placeholder_error"></div>
            <div class="input__eye-toggler"></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="sign-up-form__footer">
    <button class="sign-up-form__button sign-up-form__button_submit sign-up-form__button_disabled" type="button" data-modal-trigger="captcha">Log In</button>
    <a class="sign-up-form__button" href="/accounts/register/">Sign Up</a>
  </div>
</form>

POST /shop/purchases/review/

<form class="send-review-popup__form" method="POST" action="/shop/purchases/review/">
  <input type="hidden" name="csrfmiddlewaretoken" value="JzGn8ubG6mLKiFvtaKbyKv08xHnJbkxTXdH5omrOs7zGApjAP8rVoYuDYSoZbos0">
  <div class="send-review-popup__header">
    <div class="send-review-popup__user">
      <div class="send-review-popup__thumbnail">
        <img src="">
      </div>
      <div class="send-review-popup__name">
        <span class="js-send-review-user-name"></span>
      </div>
    </div>
    <div class="send-review-popup__order-info">
      <div class="send-review-popup__order-info-line">Order date: <span class="js-send-review-item-date"></span></div>
      <input type="hidden" name="date">
      <div class="send-review-popup__order-info-line">Order: <span class="js-send-review-order-id"></span></div>
      <input type="hidden" name="id">
    </div>
  </div>
  <div class="send-review-popup__body">
    <div class="send-review-popup__stars">
      <div class="stars-checker">
        <div class="stars-checker__row">
          <input type="radio" name="rate" value="5" id="stars-checker-radio-5" class="stars-checker__radio">
          <label class="stars-checker__star" for="stars-checker-radio-5"></label>
          <input type="radio" name="rate" value="4" id="stars-checker-radio-4" class="stars-checker__radio">
          <label class="stars-checker__star" for="stars-checker-radio-4"></label>
          <input type="radio" name="rate" value="3" id="stars-checker-radio-3" class="stars-checker__radio">
          <label class="stars-checker__star" for="stars-checker-radio-3"></label>
          <input type="radio" name="rate" value="2" id="stars-checker-radio-2" class="stars-checker__radio">
          <label class="stars-checker__star" for="stars-checker-radio-2"></label>
          <input type="radio" name="rate" value="1" id="stars-checker-radio-1" class="stars-checker__radio">
          <label class="stars-checker__star" for="stars-checker-radio-1"></label>
        </div>
      </div>
    </div>
    <div class="send-review-popup__textarea-wrapper">
      <textarea class="send-review-popup__textarea" name="comment" placeholder="Do you like this product?"></textarea>
    </div>
  </div>
  <div class="send-review-popup__footer">
    <button type="submit" class="send-review-popup__button send-review-popup__button_submit button button_small button_disabled">Send review</button>
    <button type="button" class="send-review-popup__button send-review-popup__button_cancel button button_small js-modal-close hide_on-desktop">Cancel</button>
  </div>
</form>

POST /shop/purchases/refund/

<form class="send-review-popup__form" method="POST" action="/shop/purchases/refund/" enctype="multipart/form-data">
  <input type="hidden" name="csrfmiddlewaretoken" value="JzGn8ubG6mLKiFvtaKbyKv08xHnJbkxTXdH5omrOs7zGApjAP8rVoYuDYSoZbos0">
  <div class="send-review-popup__header">
    <div class="send-review-popup__user">
      <div class="send-review-popup__thumbnail">
        <img src="">
      </div>
      <div class="send-review-popup__name">
        <span class="js-send-review-user-name"></span>
      </div>
    </div>
    <div class="send-review-popup__order-info">
      <div class="send-review-popup__order-info-line">Order date: <span class="js-send-review-item-date"></span></div>
      <input type="hidden" name="date">
      <div class="send-review-popup__order-info-line">Order: <span class="js-send-review-order-id"></span></div>
      <input type="hidden" name="id">
    </div>
  </div>
  <div class="send-review-popup__body">
    <div class="send-review-popup__product-preview">
      <div class="send-review-popup__product-preview-title js-send-review-product-name"></div>
      <div class="send-review-popup__product-preview-description js-send-review-item-description"></div>
    </div>
    <div class="send-review-popup__textarea-wrapper">
      <textarea class="send-review-popup__textarea" name="description" placeholder="What is the problem with item? Please provide detailed information"></textarea>
    </div>
    <div class="send-review-popup__file-wrapper">
      <div class="attached-files-widget attached-files-widget_mini" data-attachments-limit="5">
        <div class="attached-files-widget__list"></div>
        <div class="attached-files-widget__footer">
          <button type="button" class="attached-files-widget__add-button button button_sm">Add photo</button>
        </div>
      </div>
    </div>
  </div>
  <div class="send-review-popup__footer">
    <div class="send-review-popup__foot-disclaimer">Please describe the problem very specifically and attach the necessary evidence. Our administration will make a judgement based on the product description and the information you provide. The
      decision of the administration is indisputable. You will be able to check the refund status in “Wallet” - “All transactions”. We will review your request within 24 working hours.</div>
    <div class="send-review-popup__foot-disclaimer">Пожалуйста, опишите проблему очень конкретно прикрепив необходимые доказательства. Наша администрация будет делать вывод исходя из описания товара и предоставленной вами информации. Решение
      администрации неоспаримо. Вы сможете проверить статус возврата в “Wallet” - “All transactions”. Мы рассмотрим вашу заявку в течение 24 рабочих часов.</div>
    <button type="submit" class="send-review-popup__button send-review-popup__button_submit button button_small button_disabled">Send refund request</button>
    <button type="button" class="send-review-popup__button send-review-popup__button_cancel button button_small js-modal-close hide_on-desktop">Cancel</button>
  </div>
</form>

POST

<form class="choose-image-popup__form" method="POST" enctype="multipart/form-data">
  <input type="hidden" name="csrfmiddlewaretoken" value="JzGn8ubG6mLKiFvtaKbyKv08xHnJbkxTXdH5omrOs7zGApjAP8rVoYuDYSoZbos0">
  <div class="choose-image-popup__buttons-list">
    <label class="choose-image-popup__button choose-image-popup__button_new" for="id_avatar">New picture</label>
    <button type="button" class="choose-image-popup__button choose-image-popup__button_remove" id="default_avatar_button">Delete</button>
  </div>
</form>

POST

<form class="choose-image-popup__form" method="POST" enctype="multipart/form-data">
  <input type="hidden" name="csrfmiddlewaretoken" value="JzGn8ubG6mLKiFvtaKbyKv08xHnJbkxTXdH5omrOs7zGApjAP8rVoYuDYSoZbos0">
  <div class="choose-image-popup__buttons-list">
    <label class="choose-image-popup__button choose-image-popup__button_new" for="id_thumbnail">New picture</label>
    <button type="button" class="choose-image-popup__button choose-image-popup__button_remove" id="default_thumbnail_button">Delete</button>
  </div>
</form>

POST /shop/my/sales/refund/

<form class="refund-modal__form" method="POST" action="/shop/my/sales/refund/"><input type="hidden" name="csrfmiddlewaretoken" value="JzGn8ubG6mLKiFvtaKbyKv08xHnJbkxTXdH5omrOs7zGApjAP8rVoYuDYSoZbos0">
  <div class="refund-modal__text">How much you want to refund ?</div>
  <div class="refund-modal__input-wrapper">
    <input class="refund-modal__input" name="price" placeholder="Price in $">
    <input type="hidden" name="id">
  </div>
  <div class="refund-modal__footer">
    <button type="submit" class="refund-modal__button button">Accept</button>
    <button type="button" class="refund-modal__button button js-modal-close">Decline</button>
  </div>
</form>

<form class="justwidget--form">
  <div class="justwidget--actions"><textarea rows="1" maxlength="10000" class="justwidget--text justwidget--has-buttons" data-test-id="Justwidget.TextArea" placeholder="Write your question here..."></textarea>
    <div class="justwidget--text-controls"><button class="justwidget--send" data-test-id="Justwidget.SendButton" disabled=""><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
          <path
            d="M7.89221 0.914114L7.24838 1.55794C7.096 1.71032 7.096 1.9574 7.24838 2.10981L12.2929 7.15433H1.19018C0.974678 7.15433 0.799957 7.32905 0.799957 7.54455V8.45506C0.799957 8.67055 0.974678 8.84527 1.19018 8.84527H12.2929L7.24838 13.8898C7.096 14.0422 7.096 14.2893 7.24838 14.4417L7.89221 15.0855C8.04459 15.2379 8.29167 15.2379 8.44408 15.0855L15.2538 8.27575C15.4062 8.12337 15.4062 7.8763 15.2538 7.72388L8.44405 0.914114C8.29167 0.761701 8.04459 0.761701 7.89221 0.914114Z"
            fill="white"></path>
        </svg></button></div>
  </div>
</form>

Text Content

Username

Password


Secret code


Log In Sign Up
Accept Decline
Cart


Total:
$
Back Buy
AnonymousUser
$
Personal account
Purchases
Account security
Messages
Wallet
FAQ
CONGRATULATIONS 🙂
You have 6 hours for check items. Within 6 hours you can make a refund if item
didn't match a description. "Purchases" - "Refund"
name_of_the_downloaded _file.pdf
x5
09.10.2021
name_of_the_downloaded _file.pdf
x10
09.10.2021
name_of_the_downloaded _file.pdf
x5
09.10.2021
name_of_the_downloaded _file.pdf
x5
09.10.2021
Contact seller
Download items
Order date:
Order:

Send review Cancel
Order date:
Order:
Add photo
Please describe the problem very specifically and attach the necessary evidence.
Our administration will make a judgement based on the product description and
the information you provide. The decision of the administration is indisputable.
You will be able to check the refund status in “Wallet” - “All transactions”. We
will review your request within 24 working hours.
Пожалуйста, опишите проблему очень конкретно прикрепив необходимые
доказательства. Наша администрация будет делать вывод исходя из описания товара
и предоставленной вами информации. Решение администрации неоспаримо. Вы сможете
проверить статус возврата в “Wallet” - “All transactions”. Мы рассмотрим вашу
заявку в течение 24 рабочих часов.
Send refund request Cancel
New picture Delete
New picture Delete
Are you sure you want to finish deal?
The deal will be finished after the
confirmation of the 2nd user.
Yes No
After clicking "Accept" you agree to the terms of arbitration services in the
"Auto-escrow" section. Our support team will review your deal and make decisions
based on their opinion. Decisions of the support team cannot be disputed.
Decline Accept
sent a request to finish deal

Yes No
The requestor indicated you as the payer, when
you click on "Accept" the deal amount will be
deducted from your balance and frozen untill the
deal is completed
Accept Decline
Add to cart Contact seller Back
Are you sure you want to buy these items?
Yes No
Welcome to STYX !

STYX - Is an innovation marketplace where you
can find everything you need to productive
work. Subscribe to our FAQ channel on Telegram
to learn more about the marketplace: @StyxLinks 

Congratulations !

 Check our terms and rules for sellers here @StyxLinks.

You can get banned for breaking the rules. Be careful !

Only for "trusted seller" and "private user" status
You cannot accept the escrow because you have exhausted your limit for today.
Next update after 00:00 GMT
You can't add more than NaN items to one order.
You have exceeded the limit of messages sent per day. Next update after 00:00
GMT.
You have exceeded your posting limit for today. Next update after 00:00 GMT.
This extension is not allowed.
The extension must be .jpg or .jpeg!
Changing the password and secret code is available once every 24 hours.
To confirm that you are not a robot, please enter the time shown in the picture:
Captcha is not solved. The answer is not correct.
OK
Cancel
How much you want to refund ?

Accept Decline


ALEXA




Powered byJust AI