ivmoney.cfd Open in urlscan Pro
2606:4700:3037::6815:2fe7  Public Scan

Submitted URL: http://ivmoney.cfd/
Effective URL: https://ivmoney.cfd/
Submission: On May 21 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST

<form id="uregistrForm" method="post" class="needs-validation" novalidate="">
  <input type="hidden" name="fname" value="<!--#fname#-->">
  <input type="hidden" name="from" value="ulogin-signup">
  <input type="hidden" id="show-u" value="<!--#show-u#-->">
  <div class="form-group has-feedback">
    <label class="text-danger" id="reg2-error"></label><br>
    <label for="input-name" class="form-label-outside">Username</label>
    <input name="name" type="text" class="form-control" id="u-input-rname" placeholder="Print user name" required="" value="<!--#name_val#-->">
    <div class="invalid-feedback"> Required </div>
  </div>
  <div class="form-group has-feedback">
    <label for="input-email" class="form-label-outside">E-mail address</label>
    <input name="email" type="email" class="form-control" id="u-input-email" pattern="[_0-9a-z][-_.0-9a-z]*@[0-9a-z][-.0-9a-z]*[0-9a-z]\.[a-z]{2,}" data-pattern-error="The field isn't match the format somebody@somewhere.com"
      data-required-error="Required" placeholder="Print e-mail" required="" value="<!--#email_val#-->">
    <div class="invalid-feedback" id="email-error">Required</div>
  </div>
  <div class="form-group">
    <button type="submit" class="card-btn submit" id="uregbutton">
      <div class="fa-sign-up">Sign up</div>
    </button>
  </div>
</form>

POST

<form id="registrForm" method="post" class="needs-validation" novalidate="">
  <input type="hidden" name="from" value="signup">
  <div class="form-group has-feedback">
    <label class="text-danger" id="reg-error"></label>
    <label for="input-name" class="form-label-outside">Username</label>
    <input name="name" type="text" class="form-control" id="r-input-rname" placeholder="Print user name" required="">
    <div class="invalid-feedback"> Required </div>
  </div>
  <div class="form-group has-feedback">
    <label for="input-email" class="form-label-outside">E-mail address</label>
    <input name="email" type="email" class="form-control" id="r-input-email" pattern="[_0-9a-z][-_.0-9a-z]*@[0-9a-z][-.0-9a-z]*[0-9a-z]\.[a-z]{2,}" data-pattern-error="The field isn't match the format somebody@somewhere.com"
      data-required-error="Required" placeholder="Print e-mail" required="">
    <div class="invalid-feedback" id="email-error">Required</div>
  </div>
  <div class="form-group has-feedback">
    <label for="input-password" class="form-label-outside">Password</label>
    <input name="password" type="password" class="form-control" id="r-input-rpassword" placeholder="Enter password" required="">
    <div class="invalid-feedback"> Required </div>
  </div>
  <label class="text-danger" id="match_error"></label>
  <div class="form-group has-feedback">
    <label for="input-confirm" class="form-label-outside">Confirm password</label>
    <input type="password" class="form-control" id="r-input-confirm" data-required-error="Required" data-match-error="Passwords are not matched" data-match="#input-password" placeholder="Confirm password" required="">
    <div class="invalid-feedback">Required</div>
  </div>
  <div class="form-group">
    <div class="row justify-content-center">
      <label class="text-danger" id="captcha-error"></label>
      <div class="col-12 align-items-center">
        <div id="captcha">
          <div class="form-group has-feedback">
            <div class="row justify-content-center">
              <div class="col-12 text-center">
                <label for="captcha" class="form-label-outside text-center">Enter the characters from the image</label>
                <p class="m-0 p-0"><img src="https://ivmoney.cfd/images/captcha/?9497961" class="captcha"></p>
                <input name="captcha" type="text" class="form-control captcha-input" autocomplete="off" pattern="[0-9]{5}" required="" style="max-width: 20rem; margin-left: auto; margin-right: auto;">
              </div>
            </div>
          </div>
        </div>
        <div class="row justify-content-center">
          <button type="submit" class="card-btn submit">
            <div class="fa-sign-up">Sign up</div>
          </button>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form id="loginForm" method="post" class="needs-validation" novalidate="">
  <input type="hidden" name="from" value="signin">
  <div class="form-group has-feedback">
    <label class="text-danger" id="auth-error"></label>
    <label for="input-name" class="form-label-outside">User name or email</label>
    <input name="name" type="text" class="form-control" id="input-name" placeholder="Enter user name or email" required="">
    <div class="invalid-feedback"> Required </div>
  </div>
  <div class="form-group has-feedback">
    <label for="input-password" class="form-label-outside">Password</label>
    <input name="password" type="password" class="form-control" id="input-password" placeholder="Enter password" required="">
    <div class="invalid-feedback"> Required </div>
  </div>
  <div class="row">
    <div class=" col-12">
      <div id="captcha-login">
        <div class="form-group has-feedback">
          <div class="row justify-content-center">
            <div class="col-12 text-center">
              <label for="captcha" class="form-label-outside text-center">Enter the characters from the image</label>
              <p class="m-0 p-0"><img src="https://ivmoney.cfd/images/captcha/?9497961" class="captcha"></p>
              <input name="captcha" type="text" class="form-control captcha-input" autocomplete="off" pattern="[0-9]{5}" required="" style="max-width: 20rem; margin-left: auto; margin-right: auto;">
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="col-6 text-center">
      <button type="submit" class="card-btn submit">
        <div class="fa-sign-in"> Sign in</div>
      </button>
    </div>
    <div class="col-6 text-center">
      <a class="card-btn-easy" href="javascript:$('#login').modal('hide'); javascript:$('#registration').modal('show'); void(0);"><div class="fa-sign-up">Sign up</div></a>
    </div>
  </div>
</form>

Text Content

ivMoney.cfd
 Signin
 * Home
 * Support
 * F.A.Q.
 * Sign in

 EN
 *  RU
 *  ES
 *  EN

WELCOME TO PAID ADVERTISING VIEWING SYSTEM!

The ivMoney.cfd company offers you to earn money on viewing ad units and
attracting referrals.

Watch commercial advertising, and we will credit up to 21 cents to your account
for an ad unit display. Attract referrals and get 30% from their earnings
transferred to your account.

It seems to be the most profitable offer on the market of paid advertising at
the time!

Your earnings are practically unlimited and depend on the time you spend in
front of your PC. Working on the average 3-5 hours a day, you can get paid from
50$ to 300$ or even more to your account.

All earned funds are saved in the personal account of the employee and are paid
to your bank card or electronic account upon the request in your account within
1 hour.

To get answers on frequently asked questions, follow the link.

Also, you can ask your questions and read the Feedback of our users.

TOP 50 ON EARNINGS FOR 05.21.2024

User
Earnings for a day
Status
User
Earnings date
Earnings for a day
Status
ZXASQW
21.05.2024
$734.03
Paid out
KDONYK
21.05.2024
$719.83
Paid out
Mamochka88
21.05.2024
$690.44
Paid out
buzu
21.05.2024
$683.12
Paid out
6oM6eu
21.05.2024
$671.22
Paid out
kiverin777
21.05.2024
$665.19
Paid out
Gigi55
21.05.2024
$657.70
Paid out
killersafa
21.05.2024
$639.20
Paid out
Ksenia2711
21.05.2024
$632.74
Paid out
OlgaBasia
21.05.2024
$613.88
Paid out
TimDark666
21.05.2024
$604.91
Paid out
elena2738090
21.05.2024
$603.38
Paid out
fuccik11
21.05.2024
$581.46
Paid out
Shadowmorin
21.05.2024
$579.05
Paid out
1234zxcv
21.05.2024
$573.60
Paid out
Iwan_b
21.05.2024
$561.27
Paid out
dariya1999
21.05.2024
$560.89
Paid out
grandy
21.05.2024
$533.48
Paid out
bontieu
21.05.2024
$523.67
Paid out
malik1999
21.05.2024
$521.61
Paid out
Ksenia01
21.05.2024
$500.33
Paid out
ildus73
21.05.2024
$500.25
Paid out
brain333
21.05.2024
$494.31
Paid out
efewfwef
21.05.2024
$479.20
Paid out
vadim070707
21.05.2024
$466.84
Paid out
100kg
21.05.2024
$459.33
Paid out
katco
21.05.2024
$447.64
Paid out
davydova09
21.05.2024
$442.68
Paid out
volde
21.05.2024
$428.52
Paid out
irima0
21.05.2024
$418.16
Paid out
makc21
21.05.2024
$402.45
Paid out
arteman
21.05.2024
$401.68
Paid out
Ksantos
21.05.2024
$392.06
Paid out
Nice123
21.05.2024
$388.60
Paid out
Merylen
21.05.2024
$363.90
Paid out
daopor
21.05.2024
$351.02
Paid out
nizamovandrei10
21.05.2024
$346.35
Paid out
sergeydemyanov
21.05.2024
$334.60
Paid out
imran288
21.05.2024
$326.51
Paid out
djabdweb
21.05.2024
$326.22
Paid out
CERBA
21.05.2024
$306.50
Paid out
Nelegaaaal
21.05.2024
$299.59
Paid out
Stok01
21.05.2024
$291.87
Paid out
Dante161
21.05.2024
$278.01
Paid out
sishgashish
21.05.2024
$268.23
Paid out
Chernika
21.05.2024
$262.51
Paid out
kubinar1
21.05.2024
$256.53
Paid out
walja
21.05.2024
$234.79
Paid out
pidorsidor
21.05.2024
$220.41
Paid out
Jkedkdd
21.05.2024
$219.47
Paid out

SIGNUP NOW

ivMoney.cfd - is an effective solution for earning on viewing advertising
websites!

Join us today

NEWS

13/05/24 Pay per view of the ad unit is increased up to 21 cents!

01/04/24 We have moved to a more powerful server. The system works faster and is
more stable now!

09/03/24 There are negotiations with advertisers on increasing the payment up to
21 cents per view

03/02/24 At the request of the system participants, the withdrawal of money to
PayPal was added.

11/01/24 Payment for viewing the ad unit is increased up to 11 cents.

07/12/23 Updating of the software on the server.

ivMoney.cfd 2024
Home
Support
F.A.Q.
Sign in

SIGN UP

×

Username
Required
E-mail address
Required
Sign up

SIGN UP

×
Username
Required
E-mail address
Required
Password
Required
Confirm password
Required
Enter the characters from the image



Sign up

SIGN IN

×
User name or email
Required
Password
Required
Enter the characters from the image



Sign in
Sign up
Sign in through social networks