r3vamp.com Open in urlscan Pro
34.117.223.165  Public Scan

Submitted URL: http://r3vamp.com/
Effective URL: https://r3vamp.com/en-eur/
Submission: On May 10 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /giveaways

<form action="/giveaways" method="post" data-turbo="false" class="tiers-modal__checkout-form" data-gift-tier="form">
  <div class="tiers-modal__section">
    <div class="tiers-modal__item-info">
      <div class="tiers-modal__options-container" data-gift-tier="options">
        <p>Subscription length:</p>
        <div class="tiers-modal__options">
          <input name="id" type="radio" id="monthly" class="tiers-modal__option-input hidden" data-gift-tier-monthly-price="" data-gift-tier="price-input">
          <label for="monthly" class="tiers-modal__option-label">
            <span>1 month</span>
            <span id="monthly-price" class="tiers-modal__option-price" data-gift-tier="price-span"></span>
          </label>
          <input name="id" type="radio" id="annual" class="tiers-modal__option-input hidden" data-gift-tier-annual-price="" data-gift-tier="price-input">
          <label for="annual" class="tiers-modal__option-label">
            <span>1 year</span>
            <span id="annual-price" class="tiers-modal__option-price" data-gift-tier="price-span"></span>
          </label>
        </div>
      </div>
      <div class="tiers-modal__quantity">
        <p>Number of gifts:</p>
        <div class="tiers-modal__quantity-container">
          <div data-select="container" class="select-field select-field--base select-field--quantity select-field--non-transparent select-field--rounded select-field--expand">
            <select data-gift-tier="quantity" name="quantity" class="select-field__select" data-trigger-input="more">
              <option value="1">1</option>
              <option value="2">2</option>
              <option value="3">3</option>
              <option value="4">4</option>
              <option value="5">5</option>
              <option value="6">6</option>
              <option value="7">7</option>
              <option value="8">8</option>
              <option value="9">9</option>
              <option value="more">10+</option>
            </select>
            <span class="select-field__dropdown-icon">
              <svg class="svg-fill-current-color" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"></path>
              </svg>
            </span>
          </div>
          <div data-select-input="more" class="input-field input-field--base input-field--quantity input-field--rounded input-field--expand hidden">
            <input data-gift-tier="quantity" type="number" min="1" class="input-field__input" placeholder="Qty">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="tiers-modal__section">
    <div class="tiers-modal__cta">
      <div class="tiers-modal__cta-item">
        <a href="#" class="tiers-modal__cancel" data-modal-trigger-close="tiers">
                  Cancel
                </a>
      </div>
      <div class="tiers-modal__checkout">
        <button type="submit" name="checkout" class="button button--primary button--expand"> Checkout <span data-gift-tier="total-price"></span>
        </button>
      </div>
    </div>
  </div>
  <p data-gift-tier="error" class="tiers-modal__error">Please choose the quantity.</p>
</form>

GET /donation/

<form class="form" data-donation="form" method="GET" action="/donation/">
  <div class="form__section">
    <div data-input="container" class="input-field">
      <input id="donation-name" name="donor" data-donation="name" data-input="input" class="input-field__input" required="">
      <label for="donation-name" class="input-field__label"> Your name </label>
    </div>
    <div data-form-error="name" class="form__error"></div>
  </div>
  <div class="form__section">
    <div data-input="container" class="input-field input-field--textarea">
      <textarea id="donation-message" name="message" data-donation="message" data-input="input" rows="3" class="input-field__input" required="" maxlength="200"></textarea>
      <label for="donation-message" class="input-field__label"> Message </label>
    </div>
    <div data-form-error="message" class="form__error"></div>
  </div>
  <div class="form__section">
    <div class="grid grid--waffle grid--small">
      <div class="grid__column grid__column--6 grid__column--3@sm">
        <div class="radio-button">
          <input name="amount-radio" type="radio" id="amount1" data-donation="amount-radio" value="4.73" class="radio-button__input" checked="">
          <label for="amount1" class="radio-button__label"> €4.73 </label>
        </div>
      </div>
      <div class="grid__column grid__column--6 grid__column--3@sm">
        <div class="radio-button">
          <input name="amount-radio" type="radio" id="amount2" data-donation="amount-radio" value="9.47" class="radio-button__input">
          <label for="amount2" class="radio-button__label"> €9.47 </label>
        </div>
      </div>
      <div class="grid__column grid__column--6 grid__column--3@sm">
        <div class="radio-button">
          <input name="amount-radio" type="radio" id="amount3" data-donation="amount-radio" value="18.93" class="radio-button__input">
          <label for="amount3" class="radio-button__label"> €18.93 </label>
        </div>
      </div>
      <div class="grid__column grid__column--6 grid__column--3@sm">
        <div data-donation="amount-input-container" data-input="container" class="input-field input-field--prefix input-field--bold input-field--as-button">
          <input id="donation-amount-custom" name="amount-custom" type="number" data-donation="amount-input" data-input="input" class="input-field__input" min="1" step="0.01">
          <label for="donation-amount-custom" class="input-field__label"> Custom </label>
          <span class="input-field__prefix">€</span>
        </div>
      </div>
    </div>
    <div data-form-error="amount" class="form__error"></div>
  </div>
  <div class="form__section">
    <input data-donation="amount" type="hidden" name="amount" value="">
    <input type="hidden" name="currency" value="EUR">
    <button type="submit" data-donation="submit" class="button button--primary button--expand"> Donate &amp; Send A Message <span class="button__spinner">
        <div class="spinner spinner--small"></div>
      </span>
    </button>
  </div>
</form>

Text Content

Your current browser is not supported. Please upgrade to a newer one to improve
your experience with this site


R3VAMP


R3VAMP
 * Home
 * Members only
    * Feed
    * Videos
    * Perks

 * Collaborations

 * EUR
    * USD
    * EUR
    * CAD
    * GBP
    * AUD
    * NZD
    * SEK
    * NOK
    * DKK
    * PLN

 * 
 * 0

 * Home
 * Members only
   
   Members only
   
    * Feed
    * Videos
    * Perks

 * Collaborations
 * EUR
   
    * USD
    * EUR
    * CAD
    * GBP
    * AUD
    * NZD
    * SEK
    * NOK
    * DKK
    * PLN

 * 
 * 
 * 
 * 
 * 
 * 


WELCOME TO R3VAMP

Creating Some Content...




BECOME A MEMBER


LEVEL 1

1 member

$1.00 per month

Join now
Save 20% if you pay annually
 * Get your name in the credit of videos
 * Custom Discord Role!


LEVEL 2

0 members

$3.00 per month

Join now
Save 20% if you pay annually
 * Get your name in the credit of videos
 * Custom Discord Role!
 * Get extra content every month


LEVEL 3

2 members

$5.00 per month

Join now
Save 20% if you pay annually
 * Get your name in the credit of videos
 * Custom Discord Role!
 * Get extra content every month
 * Custom Blender Model And Rig!

Gift membership

Your gift will be given away live at !

Subscription length:

1 month 1 year

Number of gifts:

1 2 3 4 5 6 7 8 9 10+

Cancel
Checkout

Please choose the quantity.


MAKE A DONATION

Your support helps R3VAMP make more quality content! Thank you!

Your name

Message

€4.73
€9.47
€18.93
Custom €

Donate & Send A Message



RECENT POSTS

Browse all
Join to Access
Mar 12, 2024

WATCHING THE WORLD A BIT 😁

...Continue reading

0
0
0
0
Join to Access
Mar 11, 2024

AMAZING ART 😲🫵

...Continue reading

0
0
0
0
Join to Access
Mar 6, 2024

WHOS A MEMBER?

...Continue reading

0
0
0
0


RECENT VIDEOS

Visit channel


THE REBOOT


ANIMATING THE NEXT VIDEO! IM SANE


ANIMATING


 * 
 * 
 * 
 * 
 * 
 * 

 * EUR
    * USD
    * EUR
    * CAD
    * GBP
    * AUD
    * NZD
    * SEK
    * NOK
    * DKK
    * PLN

 * Terms of Service
 * Contact
 * Privacy Policy
 * Returns & FAQ

 * © 2024 R3VAMP

View as:
 * Admin
 * Supporter

Edit page Go to dashboard
View as
 * Admin
 * Supporter

Go to dashboard