www.vectorizer.io Open in urlscan Pro
138.201.84.190  Public Scan

Submitted URL: http://www.neweurope.eu//article//food/-to/-strengthen/-our/-immune/-system//
Effective URL: https://www.vectorizer.io/article/food/-to/-strengthen/-our/-immune/-system/
Submission: On September 13 via api from US — Scanned from NL

Form analysis 4 forms found in the DOM

POST /upload?uid=1fp50XySIhfTTK

<form method="post" action="/upload?uid=1fp50XySIhfTTK" enctype="multipart/form-data">
  <input type="hidden" name="csrftoken" value="Fxo2LzdDBkoK6POewN8AYP3YtI3rBWbhkhoHuAsykup">
  <input multiple="" id="menufile" data-text="Upload Images" data-maxfiles="6" name="file" type="file" data-maxtotal="10485759" data-maxtotalmsg="Error: Selected files are too large to upload! (max. 10MB)"
    data-maxfilesmsg="Error: too many files selected! (max. 6)"> <button type="button" class="btn btn-outline-primary uploadbtn">
    <svg class="bi" fill="currentColor">
      <use xlink:href="/img/bootstrap-icons.svg#upload"></use>
    </svg> <span>Upload Images</span> </button>
  <input autocomplete="off" class="form-control hidden" type="email" name="email" value="" placeholder="email@address.com">
</form>

POST /auth/email/login

<form action="/auth/email/login" method="post" id="loginwithemail" style="display: none;">
  <div class="modal-body text-left">
    <input type="hidden" name="csrftoken" value="KGaEmoVMWmlFAM494p0Xt4vVGnjFoYIpVWCYUVlPOoA">
    <div>
      <div class="input-group mb-3">
        <div class="input-group-prepend"> <span class="input-group-text" id="basic-addon1">@</span>
        </div>
        <input type="email" class="form-control" name="email" autocomplete="on" placeholder="Enter email">
        <input type="hidden" name="time" value="">
        <input type="hidden" name="tzo" value="">
      </div> <small> You can sign in with the email address you have used to purchase a <i>Week Pass</i> or a <i>Subscription</i>. </small>
    </div>
    <div class="d-flex mt-2"> <button type="button" class="btn btn-light cancel ml-auto mr-2"> <span>Cancel</span> </button> <button type="submit" class="btn btn-primary login"> <span> Sign In </span> </button>
    </div>
  </div>
</form>

POST /auth/username/login

<form action="/auth/username/login" method="post" id="loginwithusername" style="display: none;">
  <input type="hidden" name="user" value="" autocomplete="off">
  <div class="modal-body text-left">
    <input type="hidden" name="csrftoken" value="ZIW6pOv3I22azG1sGuUjDJhag6n2egQY24T9hYvBTY">
    <div class="text-center mb-2"> <small class="text-muted"><strong>Info:</strong> If this is your first visit, clicking 'Sign In' will create a new account.</small>
    </div>
    <div>
      <div class="input-group p-1">
        <div class="input-group-prepend"> <span class="input-group-text">
            <svg class="bi" fill="currentColor">
              <use xlink:href="/img/bootstrap-icons.svg#person"></use>
            </svg> </span>
        </div>
        <input pattern=".{6,}" required="" type="text" class="form-control" name="username" autocomplete="off" placeholder="Username" title="Six or more characters">
      </div>
      <div class="form-text ok2 length"> ✓ 6-32 characters </div>
      <div class="form-text err length"> ✗ At least 6 characters </div>
      <div class="form-text ok2 spaces"> ✓ No spaces </div>
      <div class="form-text err spaces"> ✗ No spaces </div>
    </div>
    <div>
      <div class="input-group p-1">
        <div class="input-group-prepend"> <span class="input-group-text">
            <svg class="bi" fill="currentColor">
              <use xlink:href="/img/bootstrap-icons.svg#lock"></use>
            </svg> </span>
        </div>
        <input pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}" required="" type="password" class="form-control" name="password" autocomplete="off" placeholder="Password"
          title="Must contain at least one  number and one uppercase and lowercase letter, and at least 8 or more characters">
      </div>
      <div class="form-text ok2 length"> ✓ 8-32 characters </div>
      <div class="form-text err length"> ✗ At least 8 characters (max. 32) </div>
      <div class="form-text ok2 capital"> ✓ At least one capital letter </div>
      <div class="form-text err capital"> ✗ At least one capital letter </div>
      <div class="form-text ok2 number"> ✓ At least one digit </div>
      <div class="form-text err number"> ✗ At least one digit </div>
      <div class="form-text ok2 spaces"> ✓ No spaces </div>
      <div class="form-text err spaces"> ✗ No spaces </div>
    </div>
    <div class="d-flex mt-2"> <button type="button" class="btn btn-light cancel ml-auto mr-2"> <span>Cancel</span> </button> <button type="submit" class="btn btn-primary login" disabled=""> <span> Sign In </span> </button>
    </div>
  </div>
</form>

POST /credits/redeem

<form action="/credits/redeem" method="post" id="loginwithcreditscode" style="display: none;">
  <div class="modal-body text-left">
    <input type="hidden" name="csrftoken" value="5TqF3ZXzPjPpVUaoCTgDTZVYObSgzTUsrKqpqCnlCjB">
    <div class="form-group m-0">
      <div class="input-group">
        <div class="input-group-prepend"> <span class="input-group-text"> Credits Code: </span>
        </div>
        <input required="" pattern="^([a-zA-Z0-9]{9})$" name="code" class="form-control text-left pl-2" value="" maxlength="9" placeholder="" title="Nine characters required: A - Z and 0 - 9">
      </div>
      <div class="err invalid"> <strong>Error</strong>: unknown code </div>
      <div class="err nocredits"> <strong>Info</strong>: code has zero credits </div>
      <div class="err error"> <strong>Error</strong>: internal server error </div>
      <div class="err format"> <strong>Error</strong>: invalid format. ( nine characters required: A - Z and 0 - 9 ) </div>
      <div class="err dos"> <strong>Error</strong>: too many tries. try again later. </div>
      <div class="errors"></div>
    </div>
  </div>
  <div class="modal-footer text-left"> <button type="button" class="btn btn-light cancel ml-auto" aria-label="Close"> <span>Cancel</span> </button> <button type="submit" class="btn btn-primary ok"> <span>Sign In</span> </button>
  </div>
</form>

Text Content

Home Examples Pricing  
Upload Images
  English English German   Sign In


ERROR 404


WE COULDN'T SEEM TO FIND THE PAGE YOU ARE LOOKING FOR!

vectorizer.io © 2015-2024
Imprint | Privacy Policy | Cookie Policy | Terms of Service | FAQ | API |
Contact

FREE CREDITS

Sign in with one of the following social media providers to get 3 free credits
to evaluate this service.

Sign in with Twitter Sign in with Google

 Free credits are intended for non-commercial use cases, or evaluation of this
service. If you use vectorized output files for commercial purposes, please
purchase credits.

×
Sign in with eMailwelcome back Sign up new account
@
You can sign in with the email address you have used to purchase a Week Pass or
a Subscription.
Cancel Sign In
Info: If this is your first visit, clicking 'Sign In' will create a new account.
✓ 6-32 characters
✗ At least 6 characters
✓ No spaces
✗ No spaces
✓ 8-32 characters
✗ At least 8 characters (max. 32)
✓ At least one capital letter
✗ At least one capital letter
✓ At least one digit
✗ At least one digit
✓ No spaces
✗ No spaces
Cancel Sign In
Credits Code:
Error: unknown code
Info: code has zero credits
Error: internal server error
Error: invalid format. ( nine characters required: A - Z and 0 - 9 )
Error: too many tries. try again later.

Cancel Sign In
×

drop image here to upload

THANK YOU FOR YOUR PURCHASE!




Information:
To login, visit www.vectorizer.io, click on 'Sign in' in the menu.
Continue