www.ipweb.pro Open in urlscan Pro
213.174.129.64  Public Scan

Submitted URL: http://www.ipweb.pro/
Effective URL: https://www.ipweb.pro/
Submission: On December 29 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: authPOST /login.php

<form method="post" action="/login.php" name="auth">
  <h2 class="modal__header">Login</h2>
  <p class="loginLabel">Login via social networks</p>
  <div class="loginSocial">
    <a href="https://oauth.vk.com/authorize?client_id=5105046&amp;scope=notify,email,friends,photos,video,offline,market&amp;redirect_uri=https://www.ipweb.pro/login.php?type=vk&amp;response_type=code" class="loginSocial__icon ">
		<span class="icon-vk" title="Log in with Vkontakte">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
    <a href="https://www.facebook.com/v2.8/dialog/oauth?client_id=1789024501359789&amp;redirect_uri=https://xn--90abjk9a.xn--p1ai/fb_login.php?d=1&amp;response_type=code&amp;scope=email,user_birthday,user_friends,public_profile,user_likes,user_posts&amp;auth_type=rerequest" class="loginSocial__icon ">
		<span class="icon-fb path2" title="Log in with Facebook">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
    <a href="https://accounts.google.com/o/oauth2/auth?redirect_uri=https://www.ipweb.pro/login.php?type=google&amp;response_type=code&amp;access_type=offline&amp;prompt=consent&amp;client_id=22998973473-ekakio77slfa2vd92vjjqgbodtegie4o.apps.googleusercontent.com&amp;scope=https://www.googleapis.com/auth/userinfo.email email openid https://www.googleapis.com/auth/userinfo.profile profile https://www.googleapis.com/auth/user.gender.read" class="loginSocial__icon ">
		<span class="icon-gl-true" title="Log in with Google">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
    <a href="https://connect.ok.ru/oauth/authorize?client_id=1248721920&amp;response_type=code&amp;scope=VALUABLE_ACCESS;PHOTO_CONTENT;GROUP_CONTENT;GET_EMAIL;LONG_ACCESS_TOKEN&amp;redirect_uri=https://www.ipweb.pro/login.php?type=odnoklassniki" class="loginSocial__icon ">
		<span class="icon-xo" title="Log in with Odnoklassniki">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
    <a href="https://t.me/IPwebBot?start=bT1zbCZyPSZucmY9MSZhPTg2NTAwXzE3MDM4NzkxMjY" class="loginSocial__icon telegram_auth" target="_blank" data-tg_auth_token="86500_1703879126">
		<span class="fab fa-telegram" title="Log in with Telegram">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
    <a href="https://login.wmtransfer.com/gatekeeper.aspx?RID=dc77cefc-bbda-4ad9-8956-aa7c009a1f0e" class="loginSocial__icon ">
		<span class="icon-wm" title="Log in with WebMoney">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
    <a href="https://oauth.yandex.ru/authorize?response_type=code&amp;client_id=69bfd6e638dc4540ba8dc8aff79448c0&amp;display=popup&amp;redirect_uri=https://www.ipweb.pro/login.php?type=yandex" class="loginSocial__icon ">
		<span class="icon-yx" title="Log in with Yandex">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
    <a href="https://connect.mail.ru/oauth/authorize?client_id=749752&amp;response_type=code&amp;redirect_uri=https://www.ipweb.pro/login.php?type=mailru" class="loginSocial__icon ">
		<span class="icon-ml" title="Log in with Mail.ru">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
  </div>
  <script>
    if (typeof tg_auth_timer_id === 'undefined') {
      var tg_auth_timer_id = '';
    }
    if (typeof tg_auth_is_works === 'undefined') {
      var tg_auth_is_works = false;
    }
    if (typeof tg_auth_timer_count === 'undefined') {
      var tg_auth_timer_count = 0;
    }
    if (typeof tg_auth !== "function") {
      function tg_auth(tg_auth_token) {
        // периодичный запрос на подтверждение регистрации
        fetch('/ajax/action.php', {
          method: 'POST',
          body: JSON.stringify({
            action: 'ajax_account_data',
            sub: 'tg_auth',
            tg_auth_token: tg_auth_token
          })
        }).then(response => response.json()).then(result => {
          if ('found' in result.resp) {
            if (result.resp.found == 'login') {
              clearTimeout(tg_auth_timer_id);
              tg_auth_timer_count = 0;
              // перенаправляем на авторизацию
              window.location.href = 'login.php?tg_auth_token=' + tg_auth_token + '&type=telegram';
            }
            if (result.resp.found == 'chat') {
              clearTimeout(tg_auth_timer_id);
              tg_auth_timer_count = 0;
              // перенаправляем на регистрацию
              window.location.href = 'reg.php?auth_code=' + result.resp.auth_code;
            }
            tg_auth_is_works = false;
          } else {
            if (tg_auth_timer_count < 200) {
              tg_auth_timer_count++;
              tg_auth_timer_id = setTimeout(function() {
                tg_auth(tg_auth_token);
              }, 1000);
            } else {
              tg_auth_is_works = false;
            }
          }
        });
      };
    };
    elementsArray = document.querySelectorAll('.loginSocial__icon.telegram_auth');
    elementsArray.forEach(function(elem) {
      elem.addEventListener("click", function(event) {
        let tg_auth_token = this.dataset.tg_auth_token;
        if (!tg_auth_is_works) {
          tg_auth_is_works = true;
          tg_auth_timer_id = setTimeout(function() {
            tg_auth(tg_auth_token);
          }, 2000);
        }
      });
    });
  </script>
  <div id="modalLoginInputContainer">
    <div class="fieldInputContainer">
      <span class="inputLabel">Your login *</span>
      <input class="inputInvert" type="text" name="login" id="userLogin" value="">
      <div id="#loginErr"><span></span></div>
    </div>
    <div class="fieldInputContainer">
      <span class="inputLabel">Your password *</span>
      <div class="input-group input-group-pass mb-3">
        <input class="form-control inputInvert" type="password" name="password" id="inputPassword">
        <button class="btn btn-outline-secondary password-checkbox" data-status="show" type="button" style="align-items: center!important; display: flex;">
          <img class="password_icon_hide" src="/assets/images/eye.svg" style="width: 17px;">
        </button>
      </div>
      <div id="#loginErr"><span></span></div>
      <div class="loginLinkContainer">
        <input type="checkbox" class="inputCheckbox__icon ipweb_checkbox" id="userRemember" name="remember">
        <label for="userRemember" class="checkboxLink"><span class="link link_blue">Save</span></label>
        <div class="forgottePaswd">
          <a href="/pass.php" class="link link_blue">Forgot your password?</a>
        </div>
      </div>
    </div>
    <div class="fieldInputContainer recaptcha-block" style="overflow: hidden;">
      <div class="g-recaptcha" data-sitekey="6Le7ljsUAAAAALo8MPMMnBVtz2mEmpMKAH4ufXbN" style="margin: 0 auto; display: table;">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-h278g69okqqs" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Le7ljsUAAAAALo8MPMMnBVtz2mEmpMKAH4ufXbN&amp;co=aHR0cHM6Ly93d3cuaXB3ZWIucHJvOjQ0Mw..&amp;hl=de&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;size=normal&amp;cb=2igxq43sqa5"></iframe>
          </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
    </div>
    <input type="submit" class="inputButton button botton_modal button_animation button_primary" name="submit_login" value="Sign in">
    <div class="modal__link link link_blue" onclick="jQuery('#login__close').prop('checked', true);jQuery('#registration').prop('checked', true);">Don't have an account yet?</div>
  </div>
</form>

Name: registerPOST /reg.php

<form method="post" action="/reg.php" name="register" onsubmit="return register_form();">
  <input type="hidden" name="ref" value="">
  <input type="hidden" name="language" value="1">
  <h2 class="modal__header">Registration</h2>
  <div class="reg_form_page" data-page_num="1">
    <p class="loginLabel">Register via</p>
    <div class="loginSocial">
      <a href="https://oauth.vk.com/authorize?client_id=5105046&amp;scope=notify,email,friends,photos,video,offline,market&amp;redirect_uri=https://www.ipweb.pro/login.php?type=vk&amp;response_type=code" class="loginSocial__icon ">
		<span class="icon-vk" title="Log in with Vkontakte">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
      <a href="https://www.facebook.com/v2.8/dialog/oauth?client_id=1789024501359789&amp;redirect_uri=https://xn--90abjk9a.xn--p1ai/fb_login.php?d=1&amp;response_type=code&amp;scope=email,user_birthday,user_friends,public_profile,user_likes,user_posts&amp;auth_type=rerequest" class="loginSocial__icon ">
		<span class="icon-fb path2" title="Log in with Facebook">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
      <a href="https://accounts.google.com/o/oauth2/auth?redirect_uri=https://www.ipweb.pro/login.php?type=google&amp;response_type=code&amp;access_type=offline&amp;prompt=consent&amp;client_id=22998973473-ekakio77slfa2vd92vjjqgbodtegie4o.apps.googleusercontent.com&amp;scope=https://www.googleapis.com/auth/userinfo.email email openid https://www.googleapis.com/auth/userinfo.profile profile https://www.googleapis.com/auth/user.gender.read" class="loginSocial__icon ">
		<span class="icon-gl-true" title="Log in with Google">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
      <a href="https://connect.ok.ru/oauth/authorize?client_id=1248721920&amp;response_type=code&amp;scope=VALUABLE_ACCESS;PHOTO_CONTENT;GROUP_CONTENT;GET_EMAIL;LONG_ACCESS_TOKEN&amp;redirect_uri=https://www.ipweb.pro/login.php?type=odnoklassniki" class="loginSocial__icon ">
		<span class="icon-xo" title="Log in with Odnoklassniki">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
      <a href="https://t.me/IPwebBot?start=bT1zbCZyPSZucmY9MSZhPTg2NTAwXzE3MDM4NzkxMjY" class="loginSocial__icon telegram_auth" target="_blank" data-tg_auth_token="86500_1703879126">
		<span class="fab fa-telegram" title="Log in with Telegram">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
      <a href="https://login.wmtransfer.com/gatekeeper.aspx?RID=dc77cefc-bbda-4ad9-8956-aa7c009a1f0e" class="loginSocial__icon ">
		<span class="icon-wm" title="Log in with WebMoney">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
      <a href="https://oauth.yandex.ru/authorize?response_type=code&amp;client_id=69bfd6e638dc4540ba8dc8aff79448c0&amp;display=popup&amp;redirect_uri=https://www.ipweb.pro/login.php?type=yandex" class="loginSocial__icon ">
		<span class="icon-yx" title="Log in with Yandex">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
      <a href="https://connect.mail.ru/oauth/authorize?client_id=749752&amp;response_type=code&amp;redirect_uri=https://www.ipweb.pro/login.php?type=mailru" class="loginSocial__icon ">
		<span class="icon-ml" title="Log in with Mail.ru">
			<span class="path1"></span>
							<span class="path2"></span>
		</span>
		</a>
    </div>
    <script>
      if (typeof tg_auth_timer_id === 'undefined') {
        var tg_auth_timer_id = '';
      }
      if (typeof tg_auth_is_works === 'undefined') {
        var tg_auth_is_works = false;
      }
      if (typeof tg_auth_timer_count === 'undefined') {
        var tg_auth_timer_count = 0;
      }
      if (typeof tg_auth !== "function") {
        function tg_auth(tg_auth_token) {
          // периодичный запрос на подтверждение регистрации
          fetch('/ajax/action.php', {
            method: 'POST',
            body: JSON.stringify({
              action: 'ajax_account_data',
              sub: 'tg_auth',
              tg_auth_token: tg_auth_token
            })
          }).then(response => response.json()).then(result => {
            if ('found' in result.resp) {
              if (result.resp.found == 'login') {
                clearTimeout(tg_auth_timer_id);
                tg_auth_timer_count = 0;
                // перенаправляем на авторизацию
                window.location.href = 'login.php?tg_auth_token=' + tg_auth_token + '&type=telegram';
              }
              if (result.resp.found == 'chat') {
                clearTimeout(tg_auth_timer_id);
                tg_auth_timer_count = 0;
                // перенаправляем на регистрацию
                window.location.href = 'reg.php?auth_code=' + result.resp.auth_code;
              }
              tg_auth_is_works = false;
            } else {
              if (tg_auth_timer_count < 200) {
                tg_auth_timer_count++;
                tg_auth_timer_id = setTimeout(function() {
                  tg_auth(tg_auth_token);
                }, 1000);
              } else {
                tg_auth_is_works = false;
              }
            }
          });
        };
      };
      elementsArray = document.querySelectorAll('.loginSocial__icon.telegram_auth');
      elementsArray.forEach(function(elem) {
        elem.addEventListener("click", function(event) {
          let tg_auth_token = this.dataset.tg_auth_token;
          if (!tg_auth_is_works) {
            tg_auth_is_works = true;
            tg_auth_timer_id = setTimeout(function() {
              tg_auth(tg_auth_token);
            }, 2000);
          }
        });
      });
    </script>
    <div id="modalRegInputContainer" class="modalRegInputContainer">
      <div style="width: 100%; text-align: left; margin-bottom: 25px;">
        <span class="inputLabel">Your login</span>
        <input type="text" class="inputInvert" name="login" id="register_login" onblur="check_login()" onfocus="jQuery('#register_login_error').css('display', 'none');" placeholder="Select login (optional)" title="Select login (optional)"
          data-toggle="tooltip">
        <div class="register_error" id="register_login_error"></div>
      </div>
      <div style="width: 100%; text-align: left;">
        <span class="inputLabel">Your e-mail *</span>
        <input type="email" class="inputInvert" id="register_email" name="email" onblur="check_email()" onfocus="jQuery('#register_email_error').css('display', 'none');" title="Your e-mail address for feedback." data-toggle="tooltip">
        <div class="register_error" id="register_email_error"></div>
      </div>
      <input id="register_agr" name="agr" type="checkbox" class="inputCheckbox__icon ipweb_checkbox" onchange="jQuery('#register_agr_error').css('display', 'none');">
      <label for="register_agr" class="checkboxPolicyLink registrationContainer__label">I agree with <a href="/privacy.php" target="blank" class="registrationContainer__link">Privacy policy </a>and
        <a href="/agr.php" target="blank" class="registrationContainer__link">user agreement terms</a> </label>
      <div class="register_error" id="register_agr_error"></div>
      <div class="regSubmitContainer">
        <input class="inputButton button botton_modal button_animation button_primary" type="button" value="Sign up" onclick="show_reg_form_next_page(1);">
        <div class="modal__link link link_blue" onclick="jQuery('#registration__close').prop('checked', true);jQuery('#login').prop('checked', true);">Already have an account?</div>
      </div>
    </div>
  </div>
  <div class="reg_form_page" style="display:none;" data-page_num="2">
    <p class="registrationContainer__label">Sign up as:</p>
    <div class="registrationContainer">
      <div>
        <input id="register_status_advertiser" name="status" value="advertiser" type="radio" onchange="jQuery('#register_status_error').css('display', 'none');$.cookie('status', 'advertiser');" class="inputRadio__icon ipweb_radio">
        <label for="register_status_advertiser" class="radioLink">
          <span class="link link_blue">Advertiser</span>
        </label>
        <div class="registration_advice"> Create your own advertising campaigns for online promotion. </div>
      </div>
      <div>
        <input id="register_status_user" name="status" value="user" type="radio" onchange="jQuery('#register_status_error').css('display', 'none');$.cookie('status', 'user');" class="inputRadio__icon ipweb_radio">
        <label for="register_status_user" class="radioLink">
          <span class="link link_blue">Executor</span>
        </label>
        <div class="registration_advice"> Complete tasks and earn money. </div>
      </div>
      <div class="register_error" id="register_status_error"></div>
    </div>
    <div class="regSubmitContainer">
      <input class="inputButton button botton_modal button_animation button_primary" type="button" value="Further" onclick="show_reg_form_next_page(2);">
      <div class="modal__link link link_blue" onclick="jQuery('#registration__close').prop('checked', true);jQuery('#login').prop('checked', true);">Already have an account?</div>
    </div>
  </div>
  <div class="reg_form_page" style="display:none;" data-page_num="3">
    <div class="fieldInputContainer">
      <span class="inputLabel">Your password *</span>
      <div class="input-group input-group-pass mb-3">
        <input name="password" required="required" placeholder="Ваш пароль" id="inputPassword" type="password" class="form-control inputInvert">
        <button class="btn btn-outline-secondary password-checkbox" data-status="show" type="button" style="align-items: center!important; display: flex;">
          <img class="password_icon_hide" src="/assets/images/eye.svg" style="width: 17px;">
        </button>
      </div>
      <div class="register_error" id="register_password_error"></div>
    </div>
    <div class="fieldInputContainer input-group-pass">
      <span class="inputLabel">Password confirmation *</span>
      <input type="password" class="inputInvert" id="register_password_repeat" name="password_repeat" onfocus="jQuery('#register_password_repeat_error').css('display', 'none');">
      <div class="register_error" id="register_password_repeat_error"></div>
    </div>
    <div class="recaptcha-block" style="overflow: hidden; margin-top:15px; width: 100%">
      <div class="g-recaptcha" data-sitekey="6Le7ljsUAAAAALo8MPMMnBVtz2mEmpMKAH4ufXbN" style="margin: 0 auto; display: table;">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-95rbkuqz6vtc" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Le7ljsUAAAAALo8MPMMnBVtz2mEmpMKAH4ufXbN&amp;co=aHR0cHM6Ly93d3cuaXB3ZWIucHJvOjQ0Mw..&amp;hl=de&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;size=normal&amp;cb=y4xbdzsi2f2c"></iframe>
          </div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
    </div>
    <div class="regSubmitContainer">
      <input class="inputButton button botton_modal button_animation button_primary" type="submit" value="Create an account">
      <div class="modal__link link link_blue" onclick="jQuery('#registration__close').prop('checked', true);jQuery('#login').prop('checked', true);">Already have an account?</div>
    </div>
  </div>
</form>

POST

<form action="" method="post">
  <span class="picked_currency"><img class="currency_item_img" src="/img/white_dollar.svg"> USD</span>
  <div class="currency_items">
    <div class="currency_item">
      <button name="set_current_currency" value="0" type="submit">
        <img class="currency_item_img" src="/img/color_ruble.svg"> RUB </button>
    </div>
    <div class="currency_item">
      <button name="set_current_currency" value="1" type="submit">
        <img class="currency_item_img" src="/img/color_dollar.svg"> USD </button>
    </div>
    <div class="currency_item">
      <button name="set_current_currency" value="2" type="submit"> ₸ KZT </button>
    </div>
  </div>
</form>

Text Content

На нашем сайте доступна версия для cлабовидящих. Для перехода нажмите на иконку
в белом круге, расположенную в правом верхнем углу экрана.


LOGIN

Login via social networks


Your login *

Your password *


Save
Forgot your password?

Don't have an account yet?


REGISTRATION

Register via


Your login

Your e-mail *

I agree with Privacy policy and user agreement terms

Already have an account?

Sign up as:

Advertiser
Create your own advertising campaigns for online promotion.
Executor
Complete tasks and earn money.

Already have an account?
Your password *


Password confirmation *


Already have an account?





Promotion Promotion Get Money Get Money Pricing About us Reviews News Support
EN
RU EN ES PT UA KZ
USD
RUB
USD
₸ KZT
Registration Login

245 934

ads partners

1 643 701

performers

528 437 681

tasks completed

80 149

users online

1 505

working now


INTERNET PROMOTION
AND MONEY MAKING SERVICE

Motivated traffic for websites and social networks
from 1.33
1000
visitors
Start promotion Download presentation
Promotion Earnings


INTEGRATED PROMOTION ON THE INTERNET

Real users with unique IP-addresses!




WEBSITE PROMOTION

Up to 10000 new unique visitors per day!
from 1.33
1000
visitors
Website traffic increase Behavioral patterns improvement Promotion of search
suggestions

Geo-targeting

See all prices Start promotion


PROMOTION OF SOCIAL NETWORKS

Subscribers, likes,
comments, reposts

from 2.04
1000
likes
from 2.75
1000
subscribers

Growing popularity of your blog, channel, group in social networks

Increasing the attractiveness of your account for new subscribers and customers

Geographic and demographic targeting

See all prices Start promotion


E-MAIL NEWSLETTERS

Legal mailing without spam
from 1.86
1000
emails

Advertising mailing to a loyal active audience IPweb

Letter reading time from 30 sec.

Clicking a link after reading an email

See all prices Start Newsletter


OTHER TYPES OF PROMOTION

Voting, rating, registration, application installation and more
from 4.89
1000
votes
from 3.55
100
registrations
Promotion of goods on marketplaces Registration on sites and forums Estimates in
Yandex Maps and Google Maps Program and application installations Other Internet
activities
See all prices Start promotion
‹›


OUR ADVANTAGES


QUICK RESULT

You can get the right amount of traffic on the day of the order, whether it be
website visitors, social media followers, views or likes. Create an advertising
campaign, top up your account for any amount, and get your first visitors in a
few minutes.


REAL USERS

We offer only real live traffic with 100% absence of bots and automatic traffic
boost. Our users are real people, so their actions are correctly recorded into
account by any counters and analytics systems, and your social networks won’t be
blocked.


DETAILED SETTINGS

You can set up geographic targeting, specify the gender and age of visitors, and
receive only the traffic you want. You can also set the site browsing depth,
exact paths and clicks on ads, specify the bounce rate, and set up impression
times by day of the week and hour.


LOW PRICES

One visit to your site costs only $0,0014, while any other advertising costs
from $1 per click. IPweb is the most profitable way to attract live traffic.


SUPPORT 24/7

Professional technical support provides assistance in setting up advertising
campaigns and tracking results.


EARN MONEY ONLINE

Dozens of new tasks everyday!

Withdrawal through WebMoney, Payeer, YooMoney, QIWI, Visa/Mastercard, Russian
SIM cards, PerfectMoney and AdvCash

Minimum amount of withdrawal:0.031




EARNINGS ON MIXED TASKS

Interesting tasks every day!
up to 0.052
for fulfilling the task

Vote, register, leave comments

Install games and applications

Give ratings and reviews

More details Earn money


EARNINGS ON WEB SURFING

The payment for the task depends on the number of clicks!
up to 0.0052
for views or clicks on the website

Browse websites and click on links

Add sites to favorites

More details Earn money


EARNINGS ON SOCIAL NETWORKS

Get paid for actions in social networks!
up to 0.015
for the action performed on social networks

Like, share, add friends and subscribe to channels

Perform advertisers tasks on social networks

More details Earn money


EARNINGS ON READING EMAILS

No spam!
up to 0.00093
for reading an email

Use email service or IPweb Surf IPweb Surf

Follow links from the letters

More details Earn money
‹›


YOU CAN EARN EVEN MORE!


AFFILIATE
PROGRAM

Invite new users to IPweb

up to 5.67
for each
advertiser!
up to 7
of referral's
earnings!
Get your link More details


IPWEB SURF DESKTOP

More tasks

App will notify you about new tasks

User-friendly interface

Compatibility with Windows 7, 8, 10, 11

Download More details


IPWEB SURF
ANDROID

Compatibility with any Android smartphones

Secure installation

Without malware or ads

Earning money anytime and anywhere

Download More details


WE GROW IN NUMBERS. ALL THE TIME!

45

countries

1 889 635

users

528 437 681

tasks performed



Visits number

10 562 022

per month

420 349

today

users online

80 149

online

1 505

performing

New users

30 103

per month

893

today

Founded 15 years ago


WHY YOU SHOULD WORK WITH US

For advertisers For workers


FOR ADVERTISERS

1 Reliable service with a proven track record
2 Only legitimate promotion methods
3 Low prices
4 Large user base, wide geography
5 Detailed advertising campaigns analytics
Start promotion


FOR WORKERS

1 Interesting and easy tasks
2 Fast payouts
3 Earnings anytime and anywhere
4 Affiliate program
5 Regular gift drawing
Earn money


REVIEWS

I recommend this site! With the help of this site, I promoted Instagram, VK and
other social networks. I had few subscribers and likes, but now I have a lot.
You can also earn money here, you need to complete various tasks, there are a
lot of positive and good things on the site. I recommend this site, you won't
regret it.

Marina, entrepreneur, Rostov-on-Don

Intuitive interface, various kinds of bonuses, payments in the shortest possible
time. Earnings are made on the fact that you put likes, write various comments,
leave complaints and more - everything related to various social networks and
sites, as for posting videos, reviews and other similar sites. Nice site to make
money!

Vasily, freelancer, Yegoryevsk

I am a mom on maternity leave, we are not yet given a kindergarten, and
quarantine has aggravated the situation with work in the country, so I decided
to look for work on the Internet. Last month I came across the Ipweb app. I
decided to try it (there is nothing to lose) and was pleasantly surprised.
Absolutely simple tasks that do not require much time. If you work there
constantly, you can collect well.

Elena, housewife, Chelyabinsk

How much I look for earnings on the Internet, this is the best site. They
withdraw payment within half an hour, there have never been any problems, and
normal payment for advertising, when on other sites 1 kopeck. I have already
withdrawn more than 100 rubles. If you work there constantly, you can collect
well.

Olga, manager, Nevinnomyssk

Undoubtedly, the best offer for mobile earnings. Convenient, not "cutting the
eye" interface of the application makes the work in the program not stressful, I
would even say simple. Payment for completing simple tasks comes pretty quickly
to any wallet, bank card you specify in your personal account, or, if you want,
to the mobile phone account of any operator. It is important to complete tasks
honestly, without deceiving the program. Download the application, go through
the browser, success to all users of this wonderful application.

Mikhail, self-employed, Orenburg

I've been working on this site for over 2 weeks now. Studied it completely. It's
nice that the withdrawal to the Payeer wallet can be made from 10 rubles. There
are always a lot of tasks, notifications about letters always come to the mail.
A good program for cooperation on a ref link. I have already attracted about 20
people and have a passive income. Recommend!

Alexandra, freelancer, blogger, housewife, mother, Odessa

Convenient, cheap, simple and understandable. You choose a goal - subscribers,
likes, reposts, video views or any other action, transfer money to your account
in your personal account and that's it - the process has begun. No
intermediaries, agencies, and muddy methods. Live people come in - the account
grows. Statistics in front of you. I'm glad I discovered this tool. All good!

Natalia, blogger, Samara

For some reason, everyone writes about earnings, and only in this way did I find
out that they also earn money here)) And initially, I found out about the site
because. I was looking for promotion of subscribers. Comparing with other
services, it is not NONAME accounts that sign up here, but people from those
cities that you choose yourself, so now I use only them!

Nikita, student, Moscow

I launched a new site, and for promotion I started buying traffic for 99 rubles.
Some users become interested in the site, walk around it and even come back
after a few days.

Dmitry, entrepreneur, Ufa

To promote the VKontakte group, I ordered 2000 new members, set up their entry
with an increase of 3 weeks. The group is growing. No bots, real live people.
Great service to start promoting your group!

Alexey, SMM-manager, St. Petersburg

To promote the channel on YouTube, I bought new subscribers, a little, 10-20 per
day, and likes for new videos, about the same amount. Everything works great,
the channel is gaining popularity!

Svetlana D., beauty blogger, Krasnodar

For a long time and to no avail, they tried to promote on Facebook with the help
of a copywriter and content manager. Everything was useless until I ordered
promotion on ipweb. Now the number of subscribers is growing rapidly, people are
interested in the page, the group looks more solid. Recommend!

Anna, advertising manager, Novosibirsk

I recommend this site! With the help of this site, I promoted Instagram, VK and
other social networks. I had few subscribers and likes, but now I have a lot.
You can also earn money here, you need to complete various tasks, there are a
lot of positive and good things on the site. I recommend this site, you won't
regret it.

Marina, entrepreneur, Rostov-on-Don

Intuitive interface, various kinds of bonuses, payments in the shortest possible
time. Earnings are made on the fact that you put likes, write various comments,
leave complaints and more - everything related to various social networks and
sites, as for posting videos, reviews and other similar sites. Nice site to make
money!

Vasily, freelancer, Yegoryevsk

I am a mom on maternity leave, we are not yet given a kindergarten, and
quarantine has aggravated the situation with work in the country, so I decided
to look for work on the Internet. Last month I came across the Ipweb app. I
decided to try it (there is nothing to lose) and was pleasantly surprised.
Absolutely simple tasks that do not require much time. If you work there
constantly, you can collect well.

Elena, housewife, Chelyabinsk

How much I look for earnings on the Internet, this is the best site. They
withdraw payment within half an hour, there have never been any problems, and
normal payment for advertising, when on other sites 1 kopeck. I have already
withdrawn more than 100 rubles. If you work there constantly, you can collect
well.

Olga, manager, Nevinnomyssk

Undoubtedly, the best offer for mobile earnings. Convenient, not "cutting the
eye" interface of the application makes the work in the program not stressful, I
would even say simple. Payment for completing simple tasks comes pretty quickly
to any wallet, bank card you specify in your personal account, or, if you want,
to the mobile phone account of any operator. It is important to complete tasks
honestly, without deceiving the program. Download the application, go through
the browser, success to all users of this wonderful application.

Mikhail, self-employed, Orenburg

I've been working on this site for over 2 weeks now. Studied it completely. It's
nice that the withdrawal to the Payeer wallet can be made from 10 rubles. There
are always a lot of tasks, notifications about letters always come to the mail.
A good program for cooperation on a ref link. I have already attracted about 20
people and have a passive income. Recommend!

Alexandra, freelancer, blogger, housewife, mother, Odessa

Convenient, cheap, simple and understandable. You choose a goal - subscribers,
likes, reposts, video views or any other action, transfer money to your account
in your personal account and that's it - the process has begun. No
intermediaries, agencies, and muddy methods. Live people come in - the account
grows. Statistics in front of you. I'm glad I discovered this tool. All good!

Natalia, blogger, Samara

For some reason, everyone writes about earnings, and only in this way did I find
out that they also earn money here)) And initially, I found out about the site
because. I was looking for promotion of subscribers. Comparing with other
services, it is not NONAME accounts that sign up here, but people from those
cities that you choose yourself, so now I use only them!

Nikita, student, Moscow

I launched a new site, and for promotion I started buying traffic for 99 rubles.
Some users become interested in the site, walk around it and even come back
after a few days.

Dmitry, entrepreneur, Ufa

To promote the VKontakte group, I ordered 2000 new members, set up their entry
with an increase of 3 weeks. The group is growing. No bots, real live people.
Great service to start promoting your group!

Alexey, SMM-manager, St. Petersburg

To promote the channel on YouTube, I bought new subscribers, a little, 10-20 per
day, and likes for new videos, about the same amount. Everything works great,
the channel is gaining popularity!

Svetlana D., beauty blogger, Krasnodar

For a long time and to no avail, they tried to promote on Facebook with the help
of a copywriter and content manager. Everything was useless until I ordered
promotion on ipweb. Now the number of subscribers is growing rapidly, people are
interested in the page, the group looks more solid. Recommend!

Anna, advertising manager, Novosibirsk

‹›


ABOUT US

Earn money on the Internet using a computer or a smart phone, get paid for
website views, clicks on links, likes, reposts and subscriptions. Withdraw the
money you earned in a way you like more. For advertisers who want to promote
their site - we are ready to offer high-quality targeted traffic, clicks on
links and advertisements, increased visit depth and the time visitors spend on
the website. Additionally, we offer comprehensive promotion on social networks:
likes, reposts, comments, votes, subscriptions, installation of applications and
games. Detailed statistics, geographic and demographic targeting.

FIND US IN SOCIAL NETWORKS

Telegram Vkontakte Youtube Facebook Odnoklassniki Rutube

OUR SERVICES

How to make money online Promotion in social networks Increasing the website
traffic Email newsletter services Affiliate program
Terms & Conditions Feedback Privacy policy Agreement-offer Liability
notification
IPweb © 2004 - 2023 Sitemap