G
G
Gleb_New_Programmer2019-04-14 21:30:55
Network administration
Gleb_New_Programmer, 2019-04-14 21:30:55

How to use Azure, AWS and VPS.ua without a credit card?

Hello! I have many projects that require VDS! But I am a minor and cannot use paid solutions. There are free options from Azure, Amazon, VPS.ua, etc., but they require a card and there is no way around it. PLEASE TELL ME WHAT TO DO! Thanks in advance for your detailed answer!!!

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Sergey Gornostaev, 2019-04-14
@sergey-gornostaev

Modern laws of the USA, EU and RF require the hoster to identify clients. In the West, this is usually done with the help of a control charge from a credit card. Therefore, you can't do anything about it.

E
Eugene, 2019-04-15
@Sif_on

  1. If you live in Ukraine, you can apply for a Junior card from PrivatBank. It is issued to clients from 7 to 16 years old. There is only one limitation compared to a regular card, and that is informing the parent of all card transactions.
  2. You can buy as many virtual cards as you want from the same QIWI. Googled in a few minutes, just don’t take it with a balance, is it a scam or me ...

D
Dimonchik, 2019-04-14
@dimonchik2013

buy a virtual machine

P
Puma Thailand, 2019-04-15
@opium

A bank card is issued from the age of 14

R
Roman Savitsky, 2017-02-20
@stichii

Good afternoon !
You, display your posts in such a variable $training=new WP_Query($args);
Therefore, in these places:

$paginate = paginate_links( array(
            'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
            'type' => 'array',
            'total' => $query->max_num_pages,
            'format' => '?paged=%#%',
            'current' => max( 1, get_query_var('paged') ),
            'mid_size'=>1,
            'prev_text' => __('«'),
            'next_text' => __('»'),
        )
    );
    
    if ($query->max_num_pages > 1) :

You need to replace $query на $training
Or follow this example:
$paged = ( get_query_var( 'paged' ) ) ? absint( get_query_var( 'paged' ) ) : 1;
$program = new WP_Query(
           array(
               'post_type' => 'program',
               'posts_per_page' => 8,
               'paged' => $paged) );

And output in the template:
<?php if ( $program->max_num_pages > 1 ) : ?>

        <div class="paginate">
          <?php
            $big = 999999999; // need an unlikely integer

            echo paginate_links( array(
        'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
        'format' => '?paged=%#%',
        'current' => max( 1, get_query_var('paged') ),
        'total' => $program->max_num_pages,
        'prev_text' => '',
        'next_text' => ''
        ) );
        ?>
          </div>

          <?php endif; ?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question